Browse Source

修改输出框

章政 7 years ago
parent
commit
743db7bd51
1 changed files with 3 additions and 2 deletions
  1. 3 2
      UAS_DLLTest/Form1.Designer.cs

+ 3 - 2
UAS_DLLTest/Form1.Designer.cs

@@ -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 = "";
             //