Login.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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.DB = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  38. this.label3 = new System.Windows.Forms.Label();
  39. this.LoginButton = new System.Windows.Forms.Button();
  40. this.panel2 = new System.Windows.Forms.Panel();
  41. this.label5 = new System.Windows.Forms.Label();
  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, 39);
  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, 39);
  62. this.PassWord.TabIndex = 1;
  63. this.PassWord.TextChanged += new System.EventHandler(this.PassWord_TextChanged);
  64. this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
  65. //
  66. // ForGetPwd
  67. //
  68. this.ForGetPwd.AutoSize = true;
  69. this.ForGetPwd.Location = new System.Drawing.Point(295, 66);
  70. this.ForGetPwd.Name = "ForGetPwd";
  71. this.ForGetPwd.Size = new System.Drawing.Size(134, 31);
  72. this.ForGetPwd.TabIndex = 5;
  73. this.ForGetPwd.TabStop = true;
  74. this.ForGetPwd.Text = "忘记密码?";
  75. this.ForGetPwd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ForGetPwd_LinkClicked);
  76. //
  77. // label1
  78. //
  79. this.label1.AutoSize = true;
  80. this.label1.Location = new System.Drawing.Point(42, 66);
  81. this.label1.Name = "label1";
  82. this.label1.Size = new System.Drawing.Size(86, 31);
  83. this.label1.TabIndex = 4;
  84. this.label1.Text = "用户名";
  85. //
  86. // label2
  87. //
  88. this.label2.AutoSize = true;
  89. this.label2.Location = new System.Drawing.Point(42, 111);
  90. this.label2.Name = "label2";
  91. this.label2.Size = new System.Drawing.Size(83, 31);
  92. this.label2.TabIndex = 5;
  93. this.label2.Text = "密 码";
  94. //
  95. // panel1
  96. //
  97. this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  98. this.panel1.Controls.Add(this.label4);
  99. this.panel1.Controls.Add(this.Source);
  100. this.panel1.Controls.Add(this.DB);
  101. this.panel1.Controls.Add(this.label3);
  102. this.panel1.Controls.Add(this.LoginButton);
  103. this.panel1.Controls.Add(this.panel2);
  104. this.panel1.Controls.Add(this.UserName);
  105. this.panel1.Controls.Add(this.ForGetPwd);
  106. this.panel1.Controls.Add(this.PassWord);
  107. this.panel1.Controls.Add(this.label2);
  108. this.panel1.Controls.Add(this.label1);
  109. this.panel1.Location = new System.Drawing.Point(164, 86);
  110. this.panel1.Name = "panel1";
  111. this.panel1.Size = new System.Drawing.Size(381, 297);
  112. this.panel1.TabIndex = 9;
  113. //
  114. // label4
  115. //
  116. this.label4.AutoSize = true;
  117. this.label4.Location = new System.Drawing.Point(42, 160);
  118. this.label4.Name = "label4";
  119. this.label4.Size = new System.Drawing.Size(83, 31);
  120. this.label4.TabIndex = 14;
  121. this.label4.Text = "资 源";
  122. //
  123. // Source
  124. //
  125. this.Source.Location = new System.Drawing.Point(94, 157);
  126. this.Source.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  127. this.Source.Name = "Source";
  128. this.Source.Size = new System.Drawing.Size(200, 39);
  129. this.Source.TabIndex = 2;
  130. this.Source.TextChanged += new System.EventHandler(this.Source_TextChanged);
  131. this.Source.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Source_KeyDown);
  132. //
  133. // DB
  134. //
  135. this.DB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  136. this.DB.FormattingEnabled = true;
  137. this.DB.Location = new System.Drawing.Point(94, 204);
  138. this.DB.Name = "DB";
  139. this.DB.Size = new System.Drawing.Size(200, 39);
  140. this.DB.TabIndex = 3;
  141. //
  142. // label3
  143. //
  144. this.label3.AutoSize = true;
  145. this.label3.Location = new System.Drawing.Point(42, 209);
  146. this.label3.Name = "label3";
  147. this.label3.Size = new System.Drawing.Size(86, 31);
  148. this.label3.TabIndex = 11;
  149. this.label3.Text = "数据库";
  150. //
  151. // LoginButton
  152. //
  153. this.LoginButton.BackColor = System.Drawing.Color.White;
  154. this.LoginButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("LoginButton.BackgroundImage")));
  155. this.LoginButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  156. this.LoginButton.Enabled = false;
  157. this.LoginButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  158. this.LoginButton.Location = new System.Drawing.Point(153, 250);
  159. this.LoginButton.Name = "LoginButton";
  160. this.LoginButton.Size = new System.Drawing.Size(75, 30);
  161. this.LoginButton.TabIndex = 4;
  162. this.LoginButton.Text = "登陆";
  163. this.LoginButton.UseVisualStyleBackColor = false;
  164. this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
  165. //
  166. // panel2
  167. //
  168. this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  169. this.panel2.Controls.Add(this.label5);
  170. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  171. this.panel2.Location = new System.Drawing.Point(0, 0);
  172. this.panel2.Name = "panel2";
  173. this.panel2.Size = new System.Drawing.Size(381, 33);
  174. this.panel2.TabIndex = 6;
  175. //
  176. // label5
  177. //
  178. this.label5.AutoSize = true;
  179. this.label5.Font = new System.Drawing.Font("微软雅黑", 14F);
  180. this.label5.ForeColor = System.Drawing.Color.White;
  181. this.label5.Location = new System.Drawing.Point(3, 5);
  182. this.label5.Name = "label5";
  183. this.label5.Size = new System.Drawing.Size(327, 50);
  184. this.label5.TabIndex = 0;
  185. this.label5.Text = "UAS制造执行系统";
  186. //
  187. // Login
  188. //
  189. this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 31F);
  190. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  191. this.BackColor = System.Drawing.SystemColors.Control;
  192. this.BackgroundImage = global::UAS_MES_NEW.Properties.Resources.LoginBG;
  193. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  194. this.ClientSize = new System.Drawing.Size(705, 461);
  195. this.Controls.Add(this.panel1);
  196. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  198. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  199. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  200. this.Name = "Login";
  201. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  202. this.Tag = "ShowDialogWindow";
  203. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
  204. this.Load += new System.EventHandler(this.Login_Load);
  205. this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
  206. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
  207. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Login_MouseMove);
  208. this.panel1.ResumeLayout(true);
  209. this.panel1.PerformLayout();
  210. this.panel2.ResumeLayout(true);
  211. this.panel2.PerformLayout();
  212. this.ResumeLayout(true);
  213. }
  214. #endregion
  215. private System.Windows.Forms.TextBox UserName;
  216. private System.Windows.Forms.TextBox PassWord;
  217. private System.Windows.Forms.LinkLabel ForGetPwd;
  218. private System.Windows.Forms.Label label1;
  219. private System.Windows.Forms.Label label2;
  220. private System.Windows.Forms.Panel panel1;
  221. private System.Windows.Forms.Panel panel2;
  222. private System.Windows.Forms.Button LoginButton;
  223. private CustomControl.ComBoxWithFocus.ComBoxWithFocus DB;
  224. private System.Windows.Forms.Label label3;
  225. private System.Windows.Forms.Label label4;
  226. private System.Windows.Forms.TextBox Source;
  227. private System.Windows.Forms.Label label5;
  228. }
  229. }