Login.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. namespace UAS_MES_NEW
  2. {
  3. partial class Login
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
  29. this.UserName = new System.Windows.Forms.TextBox();
  30. this.PassWord = new System.Windows.Forms.TextBox();
  31. this.ForGetPwd = new System.Windows.Forms.LinkLabel();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.panel1 = new System.Windows.Forms.Panel();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.Source = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.LoginButton = new System.Windows.Forms.Button();
  39. this.panel2 = new System.Windows.Forms.Panel();
  40. this.label5 = new System.Windows.Forms.Label();
  41. this.DB = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  42. this.panel1.SuspendLayout();
  43. this.panel2.SuspendLayout();
  44. this.SuspendLayout();
  45. //
  46. // UserName
  47. //
  48. this.UserName.Location = new System.Drawing.Point(94, 62);
  49. this.UserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  50. this.UserName.Name = "UserName";
  51. this.UserName.Size = new System.Drawing.Size(200, 23);
  52. this.UserName.TabIndex = 0;
  53. this.UserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UserName_KeyDown);
  54. //
  55. // PassWord
  56. //
  57. this.PassWord.Location = new System.Drawing.Point(94, 107);
  58. this.PassWord.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  59. this.PassWord.Name = "PassWord";
  60. this.PassWord.PasswordChar = '*';
  61. this.PassWord.Size = new System.Drawing.Size(200, 23);
  62. this.PassWord.TabIndex = 1;
  63. this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
  64. //
  65. // ForGetPwd
  66. //
  67. this.ForGetPwd.AutoSize = true;
  68. this.ForGetPwd.Location = new System.Drawing.Point(295, 66);
  69. this.ForGetPwd.Name = "ForGetPwd";
  70. this.ForGetPwd.Size = new System.Drawing.Size(68, 17);
  71. this.ForGetPwd.TabIndex = 5;
  72. this.ForGetPwd.TabStop = true;
  73. this.ForGetPwd.Text = "忘记密码?";
  74. this.ForGetPwd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ForGetPwd_LinkClicked);
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Location = new System.Drawing.Point(42, 66);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(44, 17);
  82. this.label1.TabIndex = 4;
  83. this.label1.Text = "用户名";
  84. //
  85. // label2
  86. //
  87. this.label2.AutoSize = true;
  88. this.label2.Location = new System.Drawing.Point(42, 111);
  89. this.label2.Name = "label2";
  90. this.label2.Size = new System.Drawing.Size(44, 17);
  91. this.label2.TabIndex = 5;
  92. this.label2.Text = "密 码";
  93. //
  94. // panel1
  95. //
  96. this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  97. this.panel1.Controls.Add(this.label4);
  98. this.panel1.Controls.Add(this.Source);
  99. this.panel1.Controls.Add(this.DB);
  100. this.panel1.Controls.Add(this.label3);
  101. this.panel1.Controls.Add(this.LoginButton);
  102. this.panel1.Controls.Add(this.panel2);
  103. this.panel1.Controls.Add(this.UserName);
  104. this.panel1.Controls.Add(this.ForGetPwd);
  105. this.panel1.Controls.Add(this.PassWord);
  106. this.panel1.Controls.Add(this.label2);
  107. this.panel1.Controls.Add(this.label1);
  108. this.panel1.Location = new System.Drawing.Point(164, 86);
  109. this.panel1.Name = "panel1";
  110. this.panel1.Size = new System.Drawing.Size(381, 297);
  111. this.panel1.TabIndex = 9;
  112. //
  113. // label4
  114. //
  115. this.label4.AutoSize = true;
  116. this.label4.Location = new System.Drawing.Point(42, 160);
  117. this.label4.Name = "label4";
  118. this.label4.Size = new System.Drawing.Size(44, 17);
  119. this.label4.TabIndex = 14;
  120. this.label4.Text = "资 源";
  121. //
  122. // Source
  123. //
  124. this.Source.Location = new System.Drawing.Point(94, 157);
  125. this.Source.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  126. this.Source.Name = "Source";
  127. this.Source.Size = new System.Drawing.Size(200, 23);
  128. this.Source.TabIndex = 2;
  129. this.Source.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Source_KeyDown);
  130. //
  131. // label3
  132. //
  133. this.label3.AutoSize = true;
  134. this.label3.Location = new System.Drawing.Point(42, 209);
  135. this.label3.Name = "label3";
  136. this.label3.Size = new System.Drawing.Size(44, 17);
  137. this.label3.TabIndex = 11;
  138. this.label3.Text = "数据库";
  139. //
  140. // LoginButton
  141. //
  142. this.LoginButton.BackColor = System.Drawing.Color.White;
  143. this.LoginButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("LoginButton.BackgroundImage")));
  144. this.LoginButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  145. this.LoginButton.Enabled = false;
  146. this.LoginButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  147. this.LoginButton.Location = new System.Drawing.Point(153, 250);
  148. this.LoginButton.Name = "LoginButton";
  149. this.LoginButton.Size = new System.Drawing.Size(75, 30);
  150. this.LoginButton.TabIndex = 4;
  151. this.LoginButton.Text = "登陆";
  152. this.LoginButton.UseVisualStyleBackColor = false;
  153. this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
  154. //
  155. // panel2
  156. //
  157. this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  158. this.panel2.Controls.Add(this.label5);
  159. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  160. this.panel2.Location = new System.Drawing.Point(0, 0);
  161. this.panel2.Name = "panel2";
  162. this.panel2.Size = new System.Drawing.Size(381, 33);
  163. this.panel2.TabIndex = 6;
  164. //
  165. // label5
  166. //
  167. this.label5.AutoSize = true;
  168. this.label5.Font = new System.Drawing.Font("微软雅黑", 14F);
  169. this.label5.ForeColor = System.Drawing.Color.White;
  170. this.label5.Location = new System.Drawing.Point(3, 5);
  171. this.label5.Name = "label5";
  172. this.label5.Size = new System.Drawing.Size(164, 25);
  173. this.label5.TabIndex = 0;
  174. this.label5.Text = "UAS制造执行系统";
  175. //
  176. // DB
  177. //
  178. this.DB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  179. this.DB.FormattingEnabled = true;
  180. this.DB.Location = new System.Drawing.Point(94, 204);
  181. this.DB.Name = "DB";
  182. this.DB.Size = new System.Drawing.Size(200, 25);
  183. this.DB.TabIndex = 3;
  184. //
  185. // Login
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.BackColor = System.Drawing.SystemColors.Control;
  190. this.BackgroundImage = global::UAS_MES_NEW.Properties.Resources.LoginBG;
  191. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  192. this.ClientSize = new System.Drawing.Size(705, 461);
  193. this.Controls.Add(this.panel1);
  194. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  196. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  197. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  198. this.Name = "Login";
  199. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  200. this.Tag = "ShowDialogWindow";
  201. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
  202. this.Load += new System.EventHandler(this.Login_Load);
  203. this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
  204. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
  205. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Login_MouseMove);
  206. this.panel1.ResumeLayout(true);
  207. this.panel1.PerformLayout();
  208. this.panel2.ResumeLayout(true);
  209. this.panel2.PerformLayout();
  210. this.ResumeLayout(true);
  211. }
  212. #endregion
  213. private System.Windows.Forms.TextBox UserName;
  214. private System.Windows.Forms.TextBox PassWord;
  215. private System.Windows.Forms.LinkLabel ForGetPwd;
  216. private System.Windows.Forms.Label label1;
  217. private System.Windows.Forms.Label label2;
  218. private System.Windows.Forms.Panel panel1;
  219. private System.Windows.Forms.Panel panel2;
  220. private System.Windows.Forms.Button LoginButton;
  221. private CustomControl.ComBoxWithFocus.ComBoxWithFocus DB;
  222. private System.Windows.Forms.Label label3;
  223. private System.Windows.Forms.Label label4;
  224. private System.Windows.Forms.TextBox Source;
  225. private System.Windows.Forms.Label label5;
  226. }
  227. }