|
|
@@ -37,11 +37,11 @@
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.Source = new System.Windows.Forms.TextBox();
|
|
|
- this.DB = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.LoginButton = new System.Windows.Forms.Button();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.DB = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
@@ -131,15 +131,6 @@
|
|
|
this.Source.TabIndex = 2;
|
|
|
this.Source.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Source_KeyDown);
|
|
|
//
|
|
|
- // DB
|
|
|
- //
|
|
|
- this.DB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.DB.FormattingEnabled = true;
|
|
|
- this.DB.Location = new System.Drawing.Point(94, 204);
|
|
|
- this.DB.Name = "DB";
|
|
|
- this.DB.Size = new System.Drawing.Size(200, 25);
|
|
|
- this.DB.TabIndex = 3;
|
|
|
- //
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
@@ -178,13 +169,22 @@
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 14F);
|
|
|
- this.label5.ForeColor = System.Drawing.SystemColors.Desktop;
|
|
|
+ this.label5.ForeColor = System.Drawing.Color.White;
|
|
|
this.label5.Location = new System.Drawing.Point(3, 5);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(164, 25);
|
|
|
this.label5.TabIndex = 0;
|
|
|
this.label5.Text = "UAS制造执行系统";
|
|
|
//
|
|
|
+ // DB
|
|
|
+ //
|
|
|
+ this.DB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.DB.FormattingEnabled = true;
|
|
|
+ this.DB.Location = new System.Drawing.Point(94, 204);
|
|
|
+ this.DB.Name = "DB";
|
|
|
+ this.DB.Size = new System.Drawing.Size(200, 25);
|
|
|
+ this.DB.TabIndex = 3;
|
|
|
+ //
|
|
|
// Login
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
|
|
|
@@ -195,7 +195,7 @@
|
|
|
this.ClientSize = new System.Drawing.Size(705, 461);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
|
|
|
+ this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
|
this.Name = "Login";
|
|
|
@@ -203,11 +203,14 @@
|
|
|
this.Tag = "ShowDialogWindow";
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Login_Load);
|
|
|
- this.panel1.ResumeLayout(false);
|
|
|
+ this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
|
|
|
+ this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
|
|
|
+ this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Login_MouseMove);
|
|
|
+ this.panel1.ResumeLayout(true);
|
|
|
this.panel1.PerformLayout();
|
|
|
- this.panel2.ResumeLayout(false);
|
|
|
+ this.panel2.ResumeLayout(true);
|
|
|
this.panel2.PerformLayout();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
|
|
|
}
|
|
|
|