Login.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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.comBoxWithFocus1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  43. this.label6 = new System.Windows.Forms.Label();
  44. this.panel1.SuspendLayout();
  45. this.panel2.SuspendLayout();
  46. this.SuspendLayout();
  47. //
  48. // UserName
  49. //
  50. this.UserName.Location = new System.Drawing.Point(94, 62);
  51. this.UserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  52. this.UserName.Name = "UserName";
  53. this.UserName.Size = new System.Drawing.Size(200, 31);
  54. this.UserName.TabIndex = 0;
  55. this.UserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UserName_KeyDown);
  56. //
  57. // PassWord
  58. //
  59. this.PassWord.Location = new System.Drawing.Point(102, 258);
  60. this.PassWord.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  61. this.PassWord.Name = "PassWord";
  62. this.PassWord.PasswordChar = '*';
  63. this.PassWord.Size = new System.Drawing.Size(200, 31);
  64. this.PassWord.TabIndex = 1;
  65. this.PassWord.Visible = false;
  66. this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
  67. //
  68. // ForGetPwd
  69. //
  70. this.ForGetPwd.AutoSize = true;
  71. this.ForGetPwd.Location = new System.Drawing.Point(295, 66);
  72. this.ForGetPwd.Name = "ForGetPwd";
  73. this.ForGetPwd.Size = new System.Drawing.Size(100, 24);
  74. this.ForGetPwd.TabIndex = 5;
  75. this.ForGetPwd.TabStop = true;
  76. this.ForGetPwd.Text = "忘记密码?";
  77. this.ForGetPwd.Visible = false;
  78. this.ForGetPwd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ForGetPwd_LinkClicked);
  79. //
  80. // label1
  81. //
  82. this.label1.AutoSize = true;
  83. this.label1.Location = new System.Drawing.Point(35, 66);
  84. this.label1.Name = "label1";
  85. this.label1.Size = new System.Drawing.Size(64, 24);
  86. this.label1.TabIndex = 4;
  87. this.label1.Text = "用户名";
  88. //
  89. // label2
  90. //
  91. this.label2.AutoSize = true;
  92. this.label2.Location = new System.Drawing.Point(50, 262);
  93. this.label2.Name = "label2";
  94. this.label2.Size = new System.Drawing.Size(61, 24);
  95. this.label2.TabIndex = 5;
  96. this.label2.Text = "密 码";
  97. this.label2.Visible = false;
  98. //
  99. // panel1
  100. //
  101. this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
  102. this.panel1.Controls.Add(this.comBoxWithFocus1);
  103. this.panel1.Controls.Add(this.label6);
  104. this.panel1.Controls.Add(this.label4);
  105. this.panel1.Controls.Add(this.Source);
  106. this.panel1.Controls.Add(this.DB);
  107. this.panel1.Controls.Add(this.label3);
  108. this.panel1.Controls.Add(this.LoginButton);
  109. this.panel1.Controls.Add(this.panel2);
  110. this.panel1.Controls.Add(this.UserName);
  111. this.panel1.Controls.Add(this.ForGetPwd);
  112. this.panel1.Controls.Add(this.PassWord);
  113. this.panel1.Controls.Add(this.label2);
  114. this.panel1.Controls.Add(this.label1);
  115. this.panel1.Location = new System.Drawing.Point(164, 86);
  116. this.panel1.Name = "panel1";
  117. this.panel1.Size = new System.Drawing.Size(381, 297);
  118. this.panel1.TabIndex = 9;
  119. //
  120. // label4
  121. //
  122. this.label4.AutoSize = true;
  123. this.label4.Location = new System.Drawing.Point(35, 258);
  124. this.label4.Name = "label4";
  125. this.label4.Size = new System.Drawing.Size(61, 24);
  126. this.label4.TabIndex = 14;
  127. this.label4.Text = "资 源";
  128. this.label4.Visible = false;
  129. //
  130. // Source
  131. //
  132. this.Source.Location = new System.Drawing.Point(119, 251);
  133. this.Source.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  134. this.Source.Name = "Source";
  135. this.Source.Size = new System.Drawing.Size(200, 31);
  136. this.Source.TabIndex = 2;
  137. this.Source.Visible = false;
  138. this.Source.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Source_KeyDown);
  139. //
  140. // DB
  141. //
  142. this.DB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  143. this.DB.FormattingEnabled = true;
  144. this.DB.Location = new System.Drawing.Point(94, 112);
  145. this.DB.Name = "DB";
  146. this.DB.Size = new System.Drawing.Size(200, 32);
  147. this.DB.TabIndex = 3;
  148. //
  149. // label3
  150. //
  151. this.label3.AutoSize = true;
  152. this.label3.Location = new System.Drawing.Point(32, 120);
  153. this.label3.Name = "label3";
  154. this.label3.Size = new System.Drawing.Size(64, 24);
  155. this.label3.TabIndex = 11;
  156. this.label3.Text = "数据库";
  157. //
  158. // LoginButton
  159. //
  160. this.LoginButton.BackColor = System.Drawing.Color.White;
  161. this.LoginButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("LoginButton.BackgroundImage")));
  162. this.LoginButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  163. this.LoginButton.Enabled = false;
  164. this.LoginButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  165. this.LoginButton.Location = new System.Drawing.Point(141, 198);
  166. this.LoginButton.Name = "LoginButton";
  167. this.LoginButton.Size = new System.Drawing.Size(75, 30);
  168. this.LoginButton.TabIndex = 4;
  169. this.LoginButton.Text = "登陆";
  170. this.LoginButton.UseVisualStyleBackColor = false;
  171. this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
  172. //
  173. // panel2
  174. //
  175. this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  176. this.panel2.Controls.Add(this.label5);
  177. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  178. this.panel2.Location = new System.Drawing.Point(0, 0);
  179. this.panel2.Name = "panel2";
  180. this.panel2.Size = new System.Drawing.Size(381, 33);
  181. this.panel2.TabIndex = 6;
  182. //
  183. // label5
  184. //
  185. this.label5.AutoSize = true;
  186. this.label5.Font = new System.Drawing.Font("微软雅黑", 14F);
  187. this.label5.ForeColor = System.Drawing.Color.White;
  188. this.label5.Location = new System.Drawing.Point(3, 5);
  189. this.label5.Name = "label5";
  190. this.label5.Size = new System.Drawing.Size(72, 36);
  191. this.label5.TabIndex = 0;
  192. this.label5.Text = "UAS";
  193. //
  194. // comBoxWithFocus1
  195. //
  196. this.comBoxWithFocus1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  197. this.comBoxWithFocus1.FormattingEnabled = true;
  198. this.comBoxWithFocus1.Items.AddRange(new object[] {
  199. "客户标签",
  200. "内部标签"});
  201. this.comBoxWithFocus1.Location = new System.Drawing.Point(94, 160);
  202. this.comBoxWithFocus1.Name = "comBoxWithFocus1";
  203. this.comBoxWithFocus1.Size = new System.Drawing.Size(200, 32);
  204. this.comBoxWithFocus1.TabIndex = 15;
  205. //
  206. // label6
  207. //
  208. this.label6.AutoSize = true;
  209. this.label6.Location = new System.Drawing.Point(32, 168);
  210. this.label6.Name = "label6";
  211. this.label6.Size = new System.Drawing.Size(46, 24);
  212. this.label6.TabIndex = 16;
  213. this.label6.Text = "界面";
  214. //
  215. // Login
  216. //
  217. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  218. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  219. this.BackColor = System.Drawing.SystemColors.Control;
  220. this.BackgroundImage = global::UAS_MES_NEW.Properties.Resources.LoginBG;
  221. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  222. this.ClientSize = new System.Drawing.Size(705, 461);
  223. this.Controls.Add(this.panel1);
  224. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  226. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  227. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  228. this.Name = "Login";
  229. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  230. this.Tag = "ShowDialogWindow";
  231. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
  232. this.Load += new System.EventHandler(this.Login_Load);
  233. this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
  234. this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
  235. this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Login_MouseMove);
  236. this.panel1.ResumeLayout(false);
  237. this.panel1.PerformLayout();
  238. this.panel2.ResumeLayout(false);
  239. this.panel2.PerformLayout();
  240. this.ResumeLayout(false);
  241. }
  242. #endregion
  243. private System.Windows.Forms.TextBox UserName;
  244. private System.Windows.Forms.TextBox PassWord;
  245. private System.Windows.Forms.LinkLabel ForGetPwd;
  246. private System.Windows.Forms.Label label1;
  247. private System.Windows.Forms.Label label2;
  248. private System.Windows.Forms.Panel panel1;
  249. private System.Windows.Forms.Panel panel2;
  250. private System.Windows.Forms.Button LoginButton;
  251. private CustomControl.ComBoxWithFocus.ComBoxWithFocus DB;
  252. private System.Windows.Forms.Label label3;
  253. private System.Windows.Forms.Label label4;
  254. private System.Windows.Forms.TextBox Source;
  255. private System.Windows.Forms.Label label5;
  256. private CustomControl.ComBoxWithFocus.ComBoxWithFocus comBoxWithFocus1;
  257. private System.Windows.Forms.Label label6;
  258. }
  259. }