Login.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. namespace UAS_MES
  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.label4 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.LoginButton = new System.Windows.Forms.Button();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.ForGetPwd = new System.Windows.Forms.LinkLabel();
  35. this.ChineseTitle = new System.Windows.Forms.Label();
  36. this.Source = new UAS_MES.CustomControl.TextBoxWithIcon.RoundTextBox();
  37. this.PassWord = new UAS_MES.CustomControl.TextBoxWithIcon.RoundTextBox();
  38. this.UserName = new UAS_MES.CustomControl.TextBoxWithIcon.RoundTextBox();
  39. this.DB = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  40. this.SuspendLayout();
  41. //
  42. // label4
  43. //
  44. this.label4.AutoSize = true;
  45. this.label4.BackColor = System.Drawing.Color.Transparent;
  46. this.label4.Location = new System.Drawing.Point(242, 245);
  47. this.label4.Name = "label4";
  48. this.label4.Size = new System.Drawing.Size(44, 17);
  49. this.label4.TabIndex = 24;
  50. this.label4.Text = "资 源";
  51. //
  52. // label3
  53. //
  54. this.label3.AutoSize = true;
  55. this.label3.BackColor = System.Drawing.Color.Transparent;
  56. this.label3.Location = new System.Drawing.Point(242, 294);
  57. this.label3.Name = "label3";
  58. this.label3.Size = new System.Drawing.Size(44, 17);
  59. this.label3.TabIndex = 23;
  60. this.label3.Text = "数据库";
  61. //
  62. // LoginButton
  63. //
  64. this.LoginButton.BackColor = System.Drawing.Color.White;
  65. this.LoginButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("LoginButton.BackgroundImage")));
  66. this.LoginButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  67. this.LoginButton.Enabled = false;
  68. this.LoginButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  69. this.LoginButton.Location = new System.Drawing.Point(355, 341);
  70. this.LoginButton.Name = "LoginButton";
  71. this.LoginButton.Size = new System.Drawing.Size(75, 30);
  72. this.LoginButton.TabIndex = 19;
  73. this.LoginButton.Text = "登陆";
  74. this.LoginButton.UseVisualStyleBackColor = false;
  75. this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
  76. //
  77. // label2
  78. //
  79. this.label2.AutoSize = true;
  80. this.label2.BackColor = System.Drawing.Color.Transparent;
  81. this.label2.Location = new System.Drawing.Point(242, 203);
  82. this.label2.Name = "label2";
  83. this.label2.Size = new System.Drawing.Size(44, 17);
  84. this.label2.TabIndex = 22;
  85. this.label2.Text = "密 码";
  86. //
  87. // label1
  88. //
  89. this.label1.AutoSize = true;
  90. this.label1.BackColor = System.Drawing.Color.Transparent;
  91. this.label1.Location = new System.Drawing.Point(242, 155);
  92. this.label1.Name = "label1";
  93. this.label1.Size = new System.Drawing.Size(44, 17);
  94. this.label1.TabIndex = 20;
  95. this.label1.Text = "用户名";
  96. //
  97. // ForGetPwd
  98. //
  99. this.ForGetPwd.AutoSize = true;
  100. this.ForGetPwd.BackColor = System.Drawing.Color.Transparent;
  101. this.ForGetPwd.Location = new System.Drawing.Point(519, 153);
  102. this.ForGetPwd.Name = "ForGetPwd";
  103. this.ForGetPwd.Size = new System.Drawing.Size(68, 17);
  104. this.ForGetPwd.TabIndex = 21;
  105. this.ForGetPwd.TabStop = true;
  106. this.ForGetPwd.Text = "忘记密码?";
  107. this.ForGetPwd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ForGetPwd_LinkClicked);
  108. //
  109. // ChineseTitle
  110. //
  111. this.ChineseTitle.AutoSize = true;
  112. this.ChineseTitle.BackColor = System.Drawing.Color.Transparent;
  113. this.ChineseTitle.Font = new System.Drawing.Font("微软雅黑", 18F);
  114. this.ChineseTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(6)))), ((int)(((byte)(60)))), ((int)(((byte)(130)))));
  115. this.ChineseTitle.Location = new System.Drawing.Point(297, 98);
  116. this.ChineseTitle.Name = "ChineseTitle";
  117. this.ChineseTitle.Size = new System.Drawing.Size(207, 31);
  118. this.ChineseTitle.TabIndex = 28;
  119. this.ChineseTitle.Text = "UAS制造执行系统";
  120. //
  121. // Source
  122. //
  123. this.Source.BackColor = System.Drawing.Color.Transparent;
  124. this.Source.Location = new System.Drawing.Point(303, 240);
  125. this.Source.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  126. this.Source.Name = "Source";
  127. this.Source.PassWordChar = '\0';
  128. this.Source.R = 7;
  129. this.Source.Size = new System.Drawing.Size(200, 26);
  130. this.Source.TabIndex = 27;
  131. this.Source.UserKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.RoundTextBox.OnUserKeyDown(this.Source_KeyDown);
  132. //
  133. // PassWord
  134. //
  135. this.PassWord.BackColor = System.Drawing.Color.Transparent;
  136. this.PassWord.Location = new System.Drawing.Point(303, 198);
  137. this.PassWord.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
  138. this.PassWord.Name = "PassWord";
  139. this.PassWord.PassWordChar = '*';
  140. this.PassWord.R = 7;
  141. this.PassWord.Size = new System.Drawing.Size(200, 26);
  142. this.PassWord.TabIndex = 26;
  143. this.PassWord.UserKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.RoundTextBox.OnUserKeyDown(this.PassWord_KeyDown);
  144. //
  145. // UserName
  146. //
  147. this.UserName.BackColor = System.Drawing.Color.Transparent;
  148. this.UserName.Location = new System.Drawing.Point(303, 150);
  149. this.UserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  150. this.UserName.Name = "UserName";
  151. this.UserName.PassWordChar = '\0';
  152. this.UserName.R = 7;
  153. this.UserName.Size = new System.Drawing.Size(200, 26);
  154. this.UserName.TabIndex = 25;
  155. this.UserName.UserKeyDown += new UAS_MES.CustomControl.TextBoxWithIcon.RoundTextBox.OnUserKeyDown(this.UserName_KeyDown);
  156. //
  157. // DB
  158. //
  159. this.DB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  160. this.DB.FormattingEnabled = true;
  161. this.DB.Location = new System.Drawing.Point(303, 289);
  162. this.DB.Name = "DB";
  163. this.DB.Size = new System.Drawing.Size(200, 25);
  164. this.DB.TabIndex = 18;
  165. //
  166. // Login
  167. //
  168. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
  169. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  170. this.BackColor = System.Drawing.SystemColors.Control;
  171. this.BackgroundImage = global::UAS_MES.Properties.Resources._5600c803afc2d;
  172. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  173. this.ClientSize = new System.Drawing.Size(781, 445);
  174. this.Controls.Add(this.ChineseTitle);
  175. this.Controls.Add(this.Source);
  176. this.Controls.Add(this.PassWord);
  177. this.Controls.Add(this.UserName);
  178. this.Controls.Add(this.label4);
  179. this.Controls.Add(this.DB);
  180. this.Controls.Add(this.label3);
  181. this.Controls.Add(this.LoginButton);
  182. this.Controls.Add(this.ForGetPwd);
  183. this.Controls.Add(this.label2);
  184. this.Controls.Add(this.label1);
  185. this.DoubleBuffered = true;
  186. this.Font = new System.Drawing.Font("微软雅黑", 9F);
  187. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  188. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  189. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  190. this.Name = "Login";
  191. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  192. this.Tag = "ShowDialogWindow";
  193. this.Text = "UAS制造执行系统";
  194. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
  195. this.Load += new System.EventHandler(this.Login_Load);
  196. this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
  197. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
  198. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Login_MouseMove);
  199. this.ResumeLayout(false);
  200. this.PerformLayout();
  201. }
  202. #endregion
  203. private CustomControl.TextBoxWithIcon.RoundTextBox Source;
  204. private CustomControl.TextBoxWithIcon.RoundTextBox PassWord;
  205. private CustomControl.TextBoxWithIcon.RoundTextBox UserName;
  206. private System.Windows.Forms.Label label4;
  207. private CustomControl.ComBoxWithFocus.ComBoxWithFocus DB;
  208. private System.Windows.Forms.Label label3;
  209. private System.Windows.Forms.Button LoginButton;
  210. private System.Windows.Forms.Label label2;
  211. private System.Windows.Forms.Label label1;
  212. private System.Windows.Forms.LinkLabel ForGetPwd;
  213. private System.Windows.Forms.Label ChineseTitle;
  214. }
  215. }