Form_UserLogin.designer.cs 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. namespace UserSettings
  2. {
  3. partial class Form_UserLogin
  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(Form_UserLogin));
  29. this.cbb_UserName = new System.Windows.Forms.ComboBox();
  30. this.txt_Password = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.label2 = new System.Windows.Forms.Label();
  33. this.label7 = new System.Windows.Forms.Label();
  34. this.bt_Exit = new System.Windows.Forms.Button();
  35. this.bt_Login = new System.Windows.Forms.Button();
  36. this.lab_Err = new System.Windows.Forms.Label();
  37. this.SuspendLayout();
  38. //
  39. // cbb_UserName
  40. //
  41. this.cbb_UserName.BackColor = System.Drawing.Color.WhiteSmoke;
  42. this.cbb_UserName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  43. this.cbb_UserName.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  44. this.cbb_UserName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  45. this.cbb_UserName.FormattingEnabled = true;
  46. this.cbb_UserName.Items.AddRange(new object[] {
  47. "操作员",
  48. "管理员",
  49. "超级管理员"});
  50. this.cbb_UserName.Location = new System.Drawing.Point(448, 147);
  51. this.cbb_UserName.Margin = new System.Windows.Forms.Padding(4);
  52. this.cbb_UserName.MaxDropDownItems = 15;
  53. this.cbb_UserName.Name = "cbb_UserName";
  54. this.cbb_UserName.Size = new System.Drawing.Size(194, 29);
  55. this.cbb_UserName.TabIndex = 9;
  56. //
  57. // txt_Password
  58. //
  59. this.txt_Password.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.txt_Password.Location = new System.Drawing.Point(448, 208);
  61. this.txt_Password.Margin = new System.Windows.Forms.Padding(4);
  62. this.txt_Password.Name = "txt_Password";
  63. this.txt_Password.PasswordChar = '*';
  64. this.txt_Password.Size = new System.Drawing.Size(194, 31);
  65. this.txt_Password.TabIndex = 0;
  66. this.txt_Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_Password_KeyDown);
  67. //
  68. // label1
  69. //
  70. this.label1.BackColor = System.Drawing.Color.Transparent;
  71. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. this.label1.ForeColor = System.Drawing.Color.OrangeRed;
  73. this.label1.Location = new System.Drawing.Point(352, 147);
  74. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  75. this.label1.Name = "label1";
  76. this.label1.Size = new System.Drawing.Size(87, 33);
  77. this.label1.TabIndex = 11;
  78. this.label1.Text = "用户:";
  79. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  80. //
  81. // label2
  82. //
  83. this.label2.BackColor = System.Drawing.Color.Transparent;
  84. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.label2.ForeColor = System.Drawing.Color.OrangeRed;
  86. this.label2.Location = new System.Drawing.Point(352, 208);
  87. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  88. this.label2.Name = "label2";
  89. this.label2.Size = new System.Drawing.Size(87, 34);
  90. this.label2.TabIndex = 12;
  91. this.label2.Text = "密码:";
  92. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  93. //
  94. // label7
  95. //
  96. this.label7.AutoSize = true;
  97. this.label7.BackColor = System.Drawing.Color.Transparent;
  98. this.label7.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.label7.ForeColor = System.Drawing.Color.LightSalmon;
  100. this.label7.Location = new System.Drawing.Point(441, 50);
  101. this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  102. this.label7.Name = "label7";
  103. this.label7.Size = new System.Drawing.Size(195, 44);
  104. this.label7.TabIndex = 28;
  105. this.label7.Text = "用户登录";
  106. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  107. //
  108. // bt_Exit
  109. //
  110. this.bt_Exit.BackColor = System.Drawing.Color.WhiteSmoke;
  111. this.bt_Exit.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.bt_Exit.Image = ((System.Drawing.Image)(resources.GetObject("bt_Exit.Image")));
  113. this.bt_Exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  114. this.bt_Exit.Location = new System.Drawing.Point(482, 387);
  115. this.bt_Exit.Margin = new System.Windows.Forms.Padding(4);
  116. this.bt_Exit.Name = "bt_Exit";
  117. this.bt_Exit.Size = new System.Drawing.Size(164, 60);
  118. this.bt_Exit.TabIndex = 2;
  119. this.bt_Exit.Text = "Exit";
  120. this.bt_Exit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  121. this.bt_Exit.UseVisualStyleBackColor = false;
  122. this.bt_Exit.Click += new System.EventHandler(this.bt_Exit_Click);
  123. //
  124. // bt_Login
  125. //
  126. this.bt_Login.BackColor = System.Drawing.Color.WhiteSmoke;
  127. this.bt_Login.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.bt_Login.Image = ((System.Drawing.Image)(resources.GetObject("bt_Login.Image")));
  129. this.bt_Login.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  130. this.bt_Login.Location = new System.Drawing.Point(296, 387);
  131. this.bt_Login.Margin = new System.Windows.Forms.Padding(4);
  132. this.bt_Login.Name = "bt_Login";
  133. this.bt_Login.Size = new System.Drawing.Size(164, 60);
  134. this.bt_Login.TabIndex = 1;
  135. this.bt_Login.Text = "Login";
  136. this.bt_Login.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  137. this.bt_Login.UseVisualStyleBackColor = false;
  138. this.bt_Login.Click += new System.EventHandler(this.bt_Login_Click);
  139. //
  140. // lab_Err
  141. //
  142. this.lab_Err.AutoSize = true;
  143. this.lab_Err.BackColor = System.Drawing.Color.Transparent;
  144. this.lab_Err.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.lab_Err.ForeColor = System.Drawing.Color.Red;
  146. this.lab_Err.Location = new System.Drawing.Point(446, 264);
  147. this.lab_Err.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  148. this.lab_Err.Name = "lab_Err";
  149. this.lab_Err.Size = new System.Drawing.Size(215, 18);
  150. this.lab_Err.TabIndex = 32;
  151. this.lab_Err.Text = "密码错误,请重新输入...";
  152. this.lab_Err.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  153. this.lab_Err.Visible = false;
  154. //
  155. // Form_UserLogin
  156. //
  157. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  158. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  159. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  160. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  161. this.ClientSize = new System.Drawing.Size(688, 465);
  162. this.Controls.Add(this.lab_Err);
  163. this.Controls.Add(this.bt_Exit);
  164. this.Controls.Add(this.bt_Login);
  165. this.Controls.Add(this.label7);
  166. this.Controls.Add(this.label2);
  167. this.Controls.Add(this.label1);
  168. this.Controls.Add(this.txt_Password);
  169. this.Controls.Add(this.cbb_UserName);
  170. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  171. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  172. this.Margin = new System.Windows.Forms.Padding(4);
  173. this.MaximizeBox = false;
  174. this.MinimizeBox = false;
  175. this.Name = "Form_UserLogin";
  176. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  177. this.Text = "用户登录";
  178. this.Load += new System.EventHandler(this.Form_UserLogin_Load);
  179. this.ResumeLayout(false);
  180. this.PerformLayout();
  181. }
  182. #endregion
  183. private System.Windows.Forms.ComboBox cbb_UserName;
  184. private System.Windows.Forms.TextBox txt_Password;
  185. private System.Windows.Forms.Label label1;
  186. private System.Windows.Forms.Label label2;
  187. private System.Windows.Forms.Label label7;
  188. private System.Windows.Forms.Button bt_Exit;
  189. private System.Windows.Forms.Button bt_Login;
  190. private System.Windows.Forms.Label lab_Err;
  191. }
  192. }