Procházet zdrojové kódy

XML解析界面调整

Hcsy před 7 roky
rodič
revize
92229fae62
1 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. 7 7
      UAS_XmlAnalysor/Login.Designer.cs

+ 7 - 7
UAS_XmlAnalysor/Login.Designer.cs

@@ -43,7 +43,7 @@
             // UserName
             // 
             this.UserName.Location = new System.Drawing.Point(154, 42);
-            this.UserName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
+            this.UserName.Margin = new System.Windows.Forms.Padding(2);
             this.UserName.Name = "UserName";
             this.UserName.Size = new System.Drawing.Size(123, 21);
             this.UserName.TabIndex = 5;
@@ -62,7 +62,7 @@
             // PassWord
             // 
             this.PassWord.Location = new System.Drawing.Point(154, 88);
-            this.PassWord.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
+            this.PassWord.Margin = new System.Windows.Forms.Padding(2);
             this.PassWord.Name = "PassWord";
             this.PassWord.PasswordChar = '*';
             this.PassWord.Size = new System.Drawing.Size(123, 21);
@@ -82,7 +82,7 @@
             // Source
             // 
             this.Source.Location = new System.Drawing.Point(154, 126);
-            this.Source.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
+            this.Source.Margin = new System.Windows.Forms.Padding(2);
             this.Source.Name = "Source";
             this.Source.Size = new System.Drawing.Size(123, 21);
             this.Source.TabIndex = 9;
@@ -101,7 +101,7 @@
             // CheckLogin
             // 
             this.CheckLogin.Location = new System.Drawing.Point(164, 194);
-            this.CheckLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
+            this.CheckLogin.Margin = new System.Windows.Forms.Padding(2);
             this.CheckLogin.Name = "CheckLogin";
             this.CheckLogin.Size = new System.Drawing.Size(56, 24);
             this.CheckLogin.TabIndex = 10;
@@ -133,11 +133,11 @@
             this.onlinebutton.AutoSize = true;
             this.onlinebutton.Checked = true;
             this.onlinebutton.CheckState = System.Windows.Forms.CheckState.Checked;
-            this.onlinebutton.Location = new System.Drawing.Point(282, 44);
+            this.onlinebutton.Location = new System.Drawing.Point(282, 163);
             this.onlinebutton.Name = "onlinebutton";
             this.onlinebutton.Size = new System.Drawing.Size(72, 16);
             this.onlinebutton.TabIndex = 14;
-            this.onlinebutton.Text = "过站操作";
+            this.onlinebutton.Text = "在线模式";
             this.onlinebutton.UseVisualStyleBackColor = true;
             // 
             // Login
@@ -155,7 +155,7 @@
             this.Controls.Add(this.PassWord_label);
             this.Controls.Add(this.UserName);
             this.Controls.Add(this.UserName_lable);
-            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
+            this.Margin = new System.Windows.Forms.Padding(2);
             this.Name = "Login";
             this.Text = "Login";
             this.Load += new System.EventHandler(this.Login_Load);