Client/MainForm.Designer.cs
changeset 67 6e50baf5a811
parent 62 ac698f4e1b36
child 68 1d0cd5e6e0a9
     1.1 --- a/Client/MainForm.Designer.cs	Mon Oct 13 19:24:30 2014 +0200
     1.2 +++ b/Client/MainForm.Designer.cs	Mon Oct 13 20:05:48 2014 +0200
     1.3 @@ -36,6 +36,7 @@
     1.4              this.buttonAlignLeft = new System.Windows.Forms.Button();
     1.5              this.buttonSetTopText = new System.Windows.Forms.Button();
     1.6              this.buttonLayoutUpdate = new System.Windows.Forms.Button();
     1.7 +            this.button1 = new System.Windows.Forms.Button();
     1.8              this.SuspendLayout();
     1.9              // 
    1.10              // buttonSetText
    1.11 @@ -112,11 +113,22 @@
    1.12              this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
    1.13              this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
    1.14              // 
    1.15 +            // button1
    1.16 +            // 
    1.17 +            this.button1.Location = new System.Drawing.Point(12, 190);
    1.18 +            this.button1.Name = "button1";
    1.19 +            this.button1.Size = new System.Drawing.Size(75, 23);
    1.20 +            this.button1.TabIndex = 26;
    1.21 +            this.button1.Text = "Set Bitmap";
    1.22 +            this.button1.UseVisualStyleBackColor = true;
    1.23 +            this.button1.Click += new System.EventHandler(this.button1_Click);
    1.24 +            // 
    1.25              // MainForm
    1.26              // 
    1.27              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.28              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.29              this.ClientSize = new System.Drawing.Size(443, 252);
    1.30 +            this.Controls.Add(this.button1);
    1.31              this.Controls.Add(this.buttonLayoutUpdate);
    1.32              this.Controls.Add(this.buttonSetTopText);
    1.33              this.Controls.Add(this.buttonAlignRight);
    1.34 @@ -144,6 +156,7 @@
    1.35          private System.Windows.Forms.Button buttonAlignLeft;
    1.36          private System.Windows.Forms.Button buttonSetTopText;
    1.37          private System.Windows.Forms.Button buttonLayoutUpdate;
    1.38 +        private System.Windows.Forms.Button button1;
    1.39      }
    1.40  }
    1.41