|
@@ -58,11 +58,12 @@
|
|
|
//
|
|
|
// operateResult
|
|
|
//
|
|
|
+ this.operateResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.operateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.operateResult.Location = new System.Drawing.Point(11, 25);
|
|
|
+ this.operateResult.Location = new System.Drawing.Point(2, 24);
|
|
|
this.operateResult.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.operateResult.Name = "operateResult";
|
|
|
- this.operateResult.Size = new System.Drawing.Size(856, 100);
|
|
|
+ this.operateResult.Size = new System.Drawing.Size(875, 115);
|
|
|
this.operateResult.TabIndex = 0;
|
|
|
this.operateResult.Text = "";
|
|
|
//
|