mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 10:47:02 -07:00
"Merged" 0.8 with HEAD, so we can continue developing
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1282 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
174f653a5a
commit
f3b0878b02
539 changed files with 86855 additions and 0 deletions
141
GreenshotImgurPlugin/Forms/ImgurHistory.Designer.cs
generated
Normal file
141
GreenshotImgurPlugin/Forms/ImgurHistory.Designer.cs
generated
Normal file
|
@ -0,0 +1,141 @@
|
|||
/*
|
||||
* Created by SharpDevelop.
|
||||
* User: Robin
|
||||
* Date: 05.06.2011
|
||||
* Time: 21:13
|
||||
*
|
||||
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
||||
*/
|
||||
namespace GreenshotImgurPlugin.Forms
|
||||
{
|
||||
partial class ImgurHistory
|
||||
{
|
||||
/// <summary>
|
||||
/// Designer variable used to keep track of non-visual components.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Disposes resources used by the form.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing) {
|
||||
if (components != null) {
|
||||
components.Dispose();
|
||||
}
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// This method is required for Windows Forms designer support.
|
||||
/// Do not change the method contents inside the source code editor. The Forms designer might
|
||||
/// not be able to load this method if it was changed manually.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.listview_imgur_uploads = new System.Windows.Forms.ListView();
|
||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||
this.deleteButton = new System.Windows.Forms.Button();
|
||||
this.openButton = new System.Windows.Forms.Button();
|
||||
this.finishedButton = new System.Windows.Forms.Button();
|
||||
this.clipboardButton = new System.Windows.Forms.Button();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// listview_imgur_uploads
|
||||
//
|
||||
this.listview_imgur_uploads.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.listview_imgur_uploads.FullRowSelect = true;
|
||||
this.listview_imgur_uploads.Location = new System.Drawing.Point(12, 12);
|
||||
this.listview_imgur_uploads.Name = "listview_imgur_uploads";
|
||||
this.listview_imgur_uploads.Size = new System.Drawing.Size(510, 249);
|
||||
this.listview_imgur_uploads.TabIndex = 0;
|
||||
this.listview_imgur_uploads.UseCompatibleStateImageBehavior = false;
|
||||
this.listview_imgur_uploads.View = System.Windows.Forms.View.Details;
|
||||
this.listview_imgur_uploads.SelectedIndexChanged += new System.EventHandler(this.Listview_imgur_uploadsSelectedIndexChanged);
|
||||
this.listview_imgur_uploads.ColumnClick += new System.Windows.Forms.ColumnClickEventHandler(this.listview_imgur_uploads_ColumnClick);
|
||||
//
|
||||
// pictureBox1
|
||||
//
|
||||
this.pictureBox1.Location = new System.Drawing.Point(13, 272);
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.Size = new System.Drawing.Size(90, 90);
|
||||
this.pictureBox1.TabIndex = 1;
|
||||
this.pictureBox1.TabStop = false;
|
||||
//
|
||||
// deleteButton
|
||||
//
|
||||
this.deleteButton.AutoSize = true;
|
||||
this.deleteButton.Location = new System.Drawing.Point(109, 272);
|
||||
this.deleteButton.Name = "deleteButton";
|
||||
this.deleteButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.deleteButton.TabIndex = 2;
|
||||
this.deleteButton.Text = "Delete";
|
||||
this.deleteButton.UseVisualStyleBackColor = true;
|
||||
this.deleteButton.Click += new System.EventHandler(this.DeleteButtonClick);
|
||||
//
|
||||
// openButton
|
||||
//
|
||||
this.openButton.AutoSize = true;
|
||||
this.openButton.Location = new System.Drawing.Point(109, 305);
|
||||
this.openButton.Name = "openButton";
|
||||
this.openButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.openButton.TabIndex = 3;
|
||||
this.openButton.Text = "Open";
|
||||
this.openButton.UseVisualStyleBackColor = true;
|
||||
this.openButton.Click += new System.EventHandler(this.OpenButtonClick);
|
||||
//
|
||||
// finishedButton
|
||||
//
|
||||
this.finishedButton.Location = new System.Drawing.Point(447, 337);
|
||||
this.finishedButton.Name = "finishedButton";
|
||||
this.finishedButton.Size = new System.Drawing.Size(75, 23);
|
||||
this.finishedButton.TabIndex = 4;
|
||||
this.finishedButton.Text = "Finished";
|
||||
this.finishedButton.UseVisualStyleBackColor = true;
|
||||
this.finishedButton.Click += new System.EventHandler(this.FinishedButtonClick);
|
||||
//
|
||||
// clipboardButton
|
||||
//
|
||||
this.clipboardButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.clipboardButton.AutoSize = true;
|
||||
this.clipboardButton.Location = new System.Drawing.Point(109, 337);
|
||||
this.clipboardButton.Name = "clipboardButton";
|
||||
this.clipboardButton.Size = new System.Drawing.Size(129, 23);
|
||||
this.clipboardButton.TabIndex = 5;
|
||||
this.clipboardButton.Text = "Copy link(s) to clipboard";
|
||||
this.clipboardButton.UseVisualStyleBackColor = true;
|
||||
this.clipboardButton.Click += new System.EventHandler(this.ClipboardButtonClick);
|
||||
//
|
||||
// ImgurHistory
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(534, 372);
|
||||
this.Controls.Add(this.clipboardButton);
|
||||
this.Controls.Add(this.finishedButton);
|
||||
this.Controls.Add(this.openButton);
|
||||
this.Controls.Add(this.deleteButton);
|
||||
this.Controls.Add(this.pictureBox1);
|
||||
this.Controls.Add(this.listview_imgur_uploads);
|
||||
this.Name = "ImgurHistory";
|
||||
this.Text = "ImgurHistory";
|
||||
this.Icon = GreenshotPlugin.Core.GreenshotResources.getGreenshotIcon();
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImgurHistoryFormClosing);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
}
|
||||
private System.Windows.Forms.Button clipboardButton;
|
||||
private System.Windows.Forms.Button finishedButton;
|
||||
private System.Windows.Forms.Button deleteButton;
|
||||
private System.Windows.Forms.Button openButton;
|
||||
private System.Windows.Forms.PictureBox pictureBox1;
|
||||
private System.Windows.Forms.ListView listview_imgur_uploads;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue