No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

182 líneas
8.6 KiB

  1. namespace ProductionControl
  2. {
  3. partial class FrmLogin
  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(FrmLogin));
  29. this.btnLogin = new System.Windows.Forms.Button();
  30. this.chkRememberPw = new System.Windows.Forms.CheckBox();
  31. this.chkRememberUserCode = new System.Windows.Forms.CheckBox();
  32. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  33. this.txtUserPw = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.txtUserCode = new System.Windows.Forms.TextBox();
  36. this.label1 = new System.Windows.Forms.Label();
  37. this.button2 = new System.Windows.Forms.Button();
  38. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  39. this.SuspendLayout();
  40. //
  41. // btnLogin
  42. //
  43. this.btnLogin.Location = new System.Drawing.Point(131, 181);
  44. this.btnLogin.Margin = new System.Windows.Forms.Padding(2);
  45. this.btnLogin.Name = "btnLogin";
  46. this.btnLogin.Size = new System.Drawing.Size(75, 23);
  47. this.btnLogin.TabIndex = 5;
  48. this.btnLogin.Text = "登录";
  49. this.btnLogin.UseVisualStyleBackColor = true;
  50. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  51. //
  52. // chkRememberPw
  53. //
  54. this.chkRememberPw.AutoSize = true;
  55. this.chkRememberPw.Location = new System.Drawing.Point(203, 155);
  56. this.chkRememberPw.Margin = new System.Windows.Forms.Padding(2);
  57. this.chkRememberPw.Name = "chkRememberPw";
  58. this.chkRememberPw.Size = new System.Drawing.Size(72, 16);
  59. this.chkRememberPw.TabIndex = 3;
  60. this.chkRememberPw.Text = "记住密码";
  61. this.chkRememberPw.UseVisualStyleBackColor = true;
  62. this.chkRememberPw.CheckedChanged += new System.EventHandler(this.chkRememberPw_CheckedChanged);
  63. //
  64. // chkRememberUserCode
  65. //
  66. this.chkRememberUserCode.AutoSize = true;
  67. this.chkRememberUserCode.Location = new System.Drawing.Point(90, 155);
  68. this.chkRememberUserCode.Margin = new System.Windows.Forms.Padding(2);
  69. this.chkRememberUserCode.Name = "chkRememberUserCode";
  70. this.chkRememberUserCode.Size = new System.Drawing.Size(84, 16);
  71. this.chkRememberUserCode.TabIndex = 4;
  72. this.chkRememberUserCode.Text = "记住用户名";
  73. this.chkRememberUserCode.UseVisualStyleBackColor = true;
  74. this.chkRememberUserCode.CheckedChanged += new System.EventHandler(this.chkRememberUserCode_CheckedChanged);
  75. //
  76. // pictureBox1
  77. //
  78. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  79. this.pictureBox1.Location = new System.Drawing.Point(0, 1);
  80. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  81. this.pictureBox1.Name = "pictureBox1";
  82. this.pictureBox1.Size = new System.Drawing.Size(359, 95);
  83. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  84. this.pictureBox1.TabIndex = 24;
  85. this.pictureBox1.TabStop = false;
  86. //
  87. // txtUserPw
  88. //
  89. this.txtUserPw.Location = new System.Drawing.Point(90, 133);
  90. this.txtUserPw.Margin = new System.Windows.Forms.Padding(2);
  91. this.txtUserPw.MaxLength = 16;
  92. this.txtUserPw.Name = "txtUserPw";
  93. this.txtUserPw.PasswordChar = '*';
  94. this.txtUserPw.Size = new System.Drawing.Size(185, 21);
  95. this.txtUserPw.TabIndex = 2;
  96. //
  97. // label2
  98. //
  99. this.label2.AutoSize = true;
  100. this.label2.Location = new System.Drawing.Point(45, 139);
  101. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  102. this.label2.Name = "label2";
  103. this.label2.Size = new System.Drawing.Size(29, 12);
  104. this.label2.TabIndex = 27;
  105. this.label2.Text = "密码";
  106. //
  107. // txtUserCode
  108. //
  109. this.txtUserCode.Location = new System.Drawing.Point(90, 105);
  110. this.txtUserCode.Margin = new System.Windows.Forms.Padding(2);
  111. this.txtUserCode.Name = "txtUserCode";
  112. this.txtUserCode.Size = new System.Drawing.Size(185, 21);
  113. this.txtUserCode.TabIndex = 1;
  114. //
  115. // label1
  116. //
  117. this.label1.AutoSize = true;
  118. this.label1.Location = new System.Drawing.Point(45, 112);
  119. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  120. this.label1.Name = "label1";
  121. this.label1.Size = new System.Drawing.Size(29, 12);
  122. this.label1.TabIndex = 25;
  123. this.label1.Text = "帐号";
  124. //
  125. // button2
  126. //
  127. this.button2.Location = new System.Drawing.Point(281, 181);
  128. this.button2.Margin = new System.Windows.Forms.Padding(2);
  129. this.button2.Name = "button2";
  130. this.button2.Size = new System.Drawing.Size(56, 23);
  131. this.button2.TabIndex = 9;
  132. this.button2.Text = "初始DB";
  133. this.button2.UseVisualStyleBackColor = true;
  134. this.button2.Click += new System.EventHandler(this.button2_Click);
  135. //
  136. // FrmLogin
  137. //
  138. this.AcceptButton = this.btnLogin;
  139. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  140. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  141. this.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  142. this.ClientSize = new System.Drawing.Size(345, 207);
  143. this.Controls.Add(this.txtUserPw);
  144. this.Controls.Add(this.label2);
  145. this.Controls.Add(this.txtUserCode);
  146. this.Controls.Add(this.label1);
  147. this.Controls.Add(this.pictureBox1);
  148. this.Controls.Add(this.chkRememberUserCode);
  149. this.Controls.Add(this.chkRememberPw);
  150. this.Controls.Add(this.button2);
  151. this.Controls.Add(this.btnLogin);
  152. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  153. this.Margin = new System.Windows.Forms.Padding(2);
  154. this.MaximizeBox = false;
  155. this.MinimizeBox = false;
  156. this.Name = "FrmLogin";
  157. this.ShowIcon = false;
  158. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  159. this.Text = "自动化视觉检测系统 - v1.2.4";
  160. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmLogin_FormClosed);
  161. this.Load += new System.EventHandler(this.FrmLogin_Load);
  162. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  163. this.ResumeLayout(false);
  164. this.PerformLayout();
  165. }
  166. #endregion
  167. private System.Windows.Forms.Button btnLogin;
  168. private System.Windows.Forms.CheckBox chkRememberPw;
  169. private System.Windows.Forms.CheckBox chkRememberUserCode;
  170. private System.Windows.Forms.PictureBox pictureBox1;
  171. private System.Windows.Forms.TextBox txtUserPw;
  172. private System.Windows.Forms.Label label2;
  173. private System.Windows.Forms.TextBox txtUserCode;
  174. private System.Windows.Forms.Label label1;
  175. private System.Windows.Forms.Button button2;
  176. }
  177. }