Made it work again

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@710 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2010-07-26 06:16:09 +00:00
parent 8cc84eaf1b
commit 02bd63be60
7 changed files with 237 additions and 217 deletions

View file

@ -44,32 +44,10 @@ namespace GreenshotFlickrPlugin {
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent() {
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.cancelButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(13, 13);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 0;
this.button1.Text = "Auth";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.AuthMeButton_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(13, 43);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;
this.button2.Text = "Complete Auth";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.CompleteAuthButton_Click);
//
// cancelButton
//
this.cancelButton.Location = new System.Drawing.Point(197, 229);
@ -97,15 +75,11 @@ namespace GreenshotFlickrPlugin {
this.ClientSize = new System.Drawing.Size(284, 264);
this.Controls.Add(this.okButton);
this.Controls.Add(this.cancelButton);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Name = "FlickrUploadForm";
this.Text = "FlickrUploadForm";
this.ResumeLayout(false);
}
private System.Windows.Forms.Button cancelButton;
private System.Windows.Forms.Button okButton;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
}
}