|
@@ -43,13 +43,14 @@
|
|
this.button1.Name = "button1";
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.Size = new System.Drawing.Size(75, 23);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.TabIndex = 0;
|
|
- this.button1.Text = "button1";
|
|
|
|
|
|
+ this.button1.Text = "取消";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
//
|
|
//
|
|
// textBox1
|
|
// textBox1
|
|
//
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(230, 108);
|
|
this.textBox1.Location = new System.Drawing.Point(230, 108);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Name = "textBox1";
|
|
|
|
+ this.textBox1.ReadOnly = true;
|
|
this.textBox1.Size = new System.Drawing.Size(280, 28);
|
|
this.textBox1.Size = new System.Drawing.Size(280, 28);
|
|
this.textBox1.TabIndex = 1;
|
|
this.textBox1.TabIndex = 1;
|
|
//
|
|
//
|
|
@@ -57,6 +58,7 @@
|
|
//
|
|
//
|
|
this.textBox2.Location = new System.Drawing.Point(230, 47);
|
|
this.textBox2.Location = new System.Drawing.Point(230, 47);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Name = "textBox2";
|
|
|
|
+ this.textBox2.ReadOnly = true;
|
|
this.textBox2.Size = new System.Drawing.Size(280, 28);
|
|
this.textBox2.Size = new System.Drawing.Size(280, 28);
|
|
this.textBox2.TabIndex = 2;
|
|
this.textBox2.TabIndex = 2;
|
|
//
|
|
//
|
|
@@ -98,7 +100,7 @@
|
|
//
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
- this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
|
|
|
+ this.ClientSize = new System.Drawing.Size(725, 328);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.textBox3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label2);
|