|
|
@@ -33,6 +33,7 @@
|
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
|
this.progressBar1 = new System.Windows.Forms.ProgressBar();
|
|
|
+ this.textBoxWithPlaceHolder1 = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// button1
|
|
|
@@ -57,9 +58,10 @@
|
|
|
//
|
|
|
// button3
|
|
|
//
|
|
|
- this.button3.Location = new System.Drawing.Point(305, 158);
|
|
|
+ this.button3.Location = new System.Drawing.Point(407, 198);
|
|
|
+ this.button3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.button3.Name = "button3";
|
|
|
- this.button3.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button3.Size = new System.Drawing.Size(100, 29);
|
|
|
this.button3.TabIndex = 0;
|
|
|
this.button3.Text = "button3";
|
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
|
@@ -67,9 +69,10 @@
|
|
|
//
|
|
|
// button4
|
|
|
//
|
|
|
- this.button4.Location = new System.Drawing.Point(410, 158);
|
|
|
+ this.button4.Location = new System.Drawing.Point(547, 198);
|
|
|
+ this.button4.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.button4.Name = "button4";
|
|
|
- this.button4.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.button4.Size = new System.Drawing.Size(100, 29);
|
|
|
this.button4.TabIndex = 2;
|
|
|
this.button4.Text = "button4";
|
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
|
@@ -78,19 +81,31 @@
|
|
|
// progressBar1
|
|
|
//
|
|
|
this.progressBar1.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
- this.progressBar1.Location = new System.Drawing.Point(216, 90);
|
|
|
+ this.progressBar1.Location = new System.Drawing.Point(288, 112);
|
|
|
+ this.progressBar1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.progressBar1.Name = "progressBar1";
|
|
|
- this.progressBar1.Size = new System.Drawing.Size(336, 23);
|
|
|
+ this.progressBar1.Size = new System.Drawing.Size(448, 29);
|
|
|
this.progressBar1.TabIndex = 3;
|
|
|
//
|
|
|
+ // textBoxWithPlaceHolder1
|
|
|
+ //
|
|
|
+ this.textBoxWithPlaceHolder1.BackColor = System.Drawing.Color.White;
|
|
|
+ this.textBoxWithPlaceHolder1.Location = new System.Drawing.Point(747, 292);
|
|
|
+ this.textBoxWithPlaceHolder1.Name = "textBoxWithPlaceHolder1";
|
|
|
+ this.textBoxWithPlaceHolder1.PlaceHolder = "123123";
|
|
|
+ this.textBoxWithPlaceHolder1.Size = new System.Drawing.Size(241, 25);
|
|
|
+ this.textBoxWithPlaceHolder1.TabIndex = 4;
|
|
|
+ //
|
|
|
// Form1
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(929, 590);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1239, 738);
|
|
|
+ this.Controls.Add(this.textBoxWithPlaceHolder1);
|
|
|
this.Controls.Add(this.progressBar1);
|
|
|
this.Controls.Add(this.button4);
|
|
|
this.Controls.Add(this.button3);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "Form1";
|
|
|
this.Tag = "123123";
|
|
|
this.Text = "Form1";
|
|
|
@@ -109,5 +124,6 @@
|
|
|
private System.Windows.Forms.Button button3;
|
|
|
private System.Windows.Forms.Button button4;
|
|
|
private System.Windows.Forms.ProgressBar progressBar1;
|
|
|
+ private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder textBoxWithPlaceHolder1;
|
|
|
}
|
|
|
}
|