Form_UserLogin.designer.cs 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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(299, 98);
  51. this.cbb_UserName.MaxDropDownItems = 15;
  52. this.cbb_UserName.Name = "cbb_UserName";
  53. this.cbb_UserName.Size = new System.Drawing.Size(131, 22);
  54. this.cbb_UserName.TabIndex = 9;
  55. //
  56. // txt_Password
  57. //
  58. this.txt_Password.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  59. this.txt_Password.Location = new System.Drawing.Point(299, 139);
  60. this.txt_Password.Name = "txt_Password";
  61. this.txt_Password.PasswordChar = '*';
  62. this.txt_Password.Size = new System.Drawing.Size(131, 23);
  63. this.txt_Password.TabIndex = 0;
  64. this.txt_Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_Password_KeyDown);
  65. //
  66. // label1
  67. //
  68. this.label1.BackColor = System.Drawing.Color.Transparent;
  69. this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.label1.ForeColor = System.Drawing.Color.OrangeRed;
  71. this.label1.Location = new System.Drawing.Point(235, 98);
  72. this.label1.Name = "label1";
  73. this.label1.Size = new System.Drawing.Size(58, 22);
  74. this.label1.TabIndex = 11;
  75. this.label1.Text = "用户:";
  76. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  77. //
  78. // label2
  79. //
  80. this.label2.BackColor = System.Drawing.Color.Transparent;
  81. this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.label2.ForeColor = System.Drawing.Color.OrangeRed;
  83. this.label2.Location = new System.Drawing.Point(235, 139);
  84. this.label2.Name = "label2";
  85. this.label2.Size = new System.Drawing.Size(58, 23);
  86. this.label2.TabIndex = 12;
  87. this.label2.Text = "密码:";
  88. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  89. //
  90. // label7
  91. //
  92. this.label7.AutoSize = true;
  93. this.label7.BackColor = System.Drawing.Color.Transparent;
  94. this.label7.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.label7.ForeColor = System.Drawing.Color.LightSalmon;
  96. this.label7.Location = new System.Drawing.Point(294, 33);
  97. this.label7.Name = "label7";
  98. this.label7.Size = new System.Drawing.Size(129, 29);
  99. this.label7.TabIndex = 28;
  100. this.label7.Text = "用户登录";
  101. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  102. //
  103. // bt_Exit
  104. //
  105. this.bt_Exit.BackColor = System.Drawing.Color.WhiteSmoke;
  106. this.bt_Exit.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.bt_Exit.Image = ((System.Drawing.Image)(resources.GetObject("bt_Exit.Image")));
  108. this.bt_Exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  109. this.bt_Exit.Location = new System.Drawing.Point(321, 258);
  110. this.bt_Exit.Name = "bt_Exit";
  111. this.bt_Exit.Size = new System.Drawing.Size(109, 40);
  112. this.bt_Exit.TabIndex = 2;
  113. this.bt_Exit.Text = "Exit";
  114. this.bt_Exit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  115. this.bt_Exit.UseVisualStyleBackColor = false;
  116. this.bt_Exit.Click += new System.EventHandler(this.bt_Exit_Click);
  117. //
  118. // bt_Login
  119. //
  120. this.bt_Login.BackColor = System.Drawing.Color.WhiteSmoke;
  121. this.bt_Login.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.bt_Login.Image = ((System.Drawing.Image)(resources.GetObject("bt_Login.Image")));
  123. this.bt_Login.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  124. this.bt_Login.Location = new System.Drawing.Point(197, 258);
  125. this.bt_Login.Name = "bt_Login";
  126. this.bt_Login.Size = new System.Drawing.Size(109, 40);
  127. this.bt_Login.TabIndex = 1;
  128. this.bt_Login.Text = "Login";
  129. this.bt_Login.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  130. this.bt_Login.UseVisualStyleBackColor = false;
  131. this.bt_Login.Click += new System.EventHandler(this.bt_Login_Click);
  132. //
  133. // lab_Err
  134. //
  135. this.lab_Err.AutoSize = true;
  136. this.lab_Err.BackColor = System.Drawing.Color.Transparent;
  137. this.lab_Err.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.lab_Err.ForeColor = System.Drawing.Color.Red;
  139. this.lab_Err.Location = new System.Drawing.Point(297, 176);
  140. this.lab_Err.Name = "lab_Err";
  141. this.lab_Err.Size = new System.Drawing.Size(143, 12);
  142. this.lab_Err.TabIndex = 32;
  143. this.lab_Err.Text = "密码错误,请重新输入...";
  144. this.lab_Err.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  145. this.lab_Err.Visible = false;
  146. //
  147. // Form_UserLogin
  148. //
  149. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  150. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  151. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  152. this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
  153. this.ClientSize = new System.Drawing.Size(459, 310);
  154. this.Controls.Add(this.lab_Err);
  155. this.Controls.Add(this.bt_Exit);
  156. this.Controls.Add(this.bt_Login);
  157. this.Controls.Add(this.label7);
  158. this.Controls.Add(this.label2);
  159. this.Controls.Add(this.label1);
  160. this.Controls.Add(this.txt_Password);
  161. this.Controls.Add(this.cbb_UserName);
  162. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  163. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  164. this.MaximizeBox = false;
  165. this.MinimizeBox = false;
  166. this.Name = "Form_UserLogin";
  167. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  168. this.Text = "用户登录";
  169. this.Load += new System.EventHandler(this.Form_UserLogin_Load);
  170. this.ResumeLayout(false);
  171. this.PerformLayout();
  172. }
  173. #endregion
  174. private System.Windows.Forms.ComboBox cbb_UserName;
  175. private System.Windows.Forms.TextBox txt_Password;
  176. private System.Windows.Forms.Label label1;
  177. private System.Windows.Forms.Label label2;
  178. private System.Windows.Forms.Label label7;
  179. private System.Windows.Forms.Button bt_Exit;
  180. private System.Windows.Forms.Button bt_Login;
  181. private System.Windows.Forms.Label lab_Err;
  182. }
  183. }