Ingen beskrivning

UserLoginForm.Designer.cs 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. namespace BulkPrinting
  2. {
  3. partial class UserLoginForm
  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(UserLoginForm));
  29. this.txtUsername = new System.Windows.Forms.TextBox();
  30. this.txtUserID = new System.Windows.Forms.TextBox();
  31. this.txtPassword = new System.Windows.Forms.TextBox();
  32. this.btnLogin = new System.Windows.Forms.Button();
  33. this.label1 = new System.Windows.Forms.Label();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.label3 = new System.Windows.Forms.Label();
  36. this.txtVendorID = new System.Windows.Forms.TextBox();
  37. this.label4 = new System.Windows.Forms.Label();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.lblHDDSerial = new System.Windows.Forms.Label();
  40. this.chkOffline = new System.Windows.Forms.CheckBox();
  41. this.chkRemember = new System.Windows.Forms.CheckBox();
  42. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  43. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  44. this.SuspendLayout();
  45. //
  46. // txtUsername
  47. //
  48. this.txtUsername.Location = new System.Drawing.Point(80, 86);
  49. this.txtUsername.Name = "txtUsername";
  50. this.txtUsername.Size = new System.Drawing.Size(192, 20);
  51. this.txtUsername.TabIndex = 0;
  52. //
  53. // txtUserID
  54. //
  55. this.txtUserID.Location = new System.Drawing.Point(80, 112);
  56. this.txtUserID.Name = "txtUserID";
  57. this.txtUserID.Size = new System.Drawing.Size(192, 20);
  58. this.txtUserID.TabIndex = 1;
  59. //
  60. // txtPassword
  61. //
  62. this.txtPassword.Location = new System.Drawing.Point(80, 138);
  63. this.txtPassword.Name = "txtPassword";
  64. this.txtPassword.PasswordChar = '*';
  65. this.txtPassword.Size = new System.Drawing.Size(192, 20);
  66. this.txtPassword.TabIndex = 2;
  67. //
  68. // btnLogin
  69. //
  70. this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
  71. this.btnLogin.FlatAppearance.BorderColor = System.Drawing.Color.Black;
  72. this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  73. this.btnLogin.ForeColor = System.Drawing.Color.White;
  74. this.btnLogin.Location = new System.Drawing.Point(12, 220);
  75. this.btnLogin.Name = "btnLogin";
  76. this.btnLogin.Size = new System.Drawing.Size(75, 23);
  77. this.btnLogin.TabIndex = 6;
  78. this.btnLogin.Text = "Login";
  79. this.btnLogin.UseVisualStyleBackColor = false;
  80. this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
  81. //
  82. // label1
  83. //
  84. this.label1.AutoSize = true;
  85. this.label1.ForeColor = System.Drawing.Color.White;
  86. this.label1.Location = new System.Drawing.Point(13, 86);
  87. this.label1.Name = "label1";
  88. this.label1.Size = new System.Drawing.Size(55, 13);
  89. this.label1.TabIndex = 5;
  90. this.label1.Text = "Username";
  91. this.label1.Click += new System.EventHandler(this.label1_Click);
  92. //
  93. // label2
  94. //
  95. this.label2.AutoSize = true;
  96. this.label2.ForeColor = System.Drawing.Color.White;
  97. this.label2.Location = new System.Drawing.Point(12, 112);
  98. this.label2.Name = "label2";
  99. this.label2.Size = new System.Drawing.Size(43, 13);
  100. this.label2.TabIndex = 6;
  101. this.label2.Text = "User ID";
  102. this.label2.Click += new System.EventHandler(this.label2_Click);
  103. //
  104. // label3
  105. //
  106. this.label3.AutoSize = true;
  107. this.label3.ForeColor = System.Drawing.Color.White;
  108. this.label3.Location = new System.Drawing.Point(12, 138);
  109. this.label3.Name = "label3";
  110. this.label3.Size = new System.Drawing.Size(53, 13);
  111. this.label3.TabIndex = 7;
  112. this.label3.Text = "Password";
  113. this.label3.Click += new System.EventHandler(this.label3_Click);
  114. //
  115. // txtVendorID
  116. //
  117. this.txtVendorID.Location = new System.Drawing.Point(80, 165);
  118. this.txtVendorID.Name = "txtVendorID";
  119. this.txtVendorID.Size = new System.Drawing.Size(192, 20);
  120. this.txtVendorID.TabIndex = 3;
  121. this.txtVendorID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtVendorID_KeyPress);
  122. //
  123. // label4
  124. //
  125. this.label4.AutoSize = true;
  126. this.label4.ForeColor = System.Drawing.Color.White;
  127. this.label4.Location = new System.Drawing.Point(12, 165);
  128. this.label4.Name = "label4";
  129. this.label4.Size = new System.Drawing.Size(55, 13);
  130. this.label4.TabIndex = 9;
  131. this.label4.Text = "Vendor ID";
  132. this.label4.Click += new System.EventHandler(this.label4_Click);
  133. //
  134. // label5
  135. //
  136. this.label5.AutoSize = true;
  137. this.label5.ForeColor = System.Drawing.Color.White;
  138. this.label5.Location = new System.Drawing.Point(12, 195);
  139. this.label5.Name = "label5";
  140. this.label5.Size = new System.Drawing.Size(62, 13);
  141. this.label5.TabIndex = 10;
  142. this.label5.Text = "Vendor Key";
  143. this.label5.Click += new System.EventHandler(this.label5_Click);
  144. //
  145. // lblHDDSerial
  146. //
  147. this.lblHDDSerial.AutoSize = true;
  148. this.lblHDDSerial.Location = new System.Drawing.Point(81, 195);
  149. this.lblHDDSerial.Name = "lblHDDSerial";
  150. this.lblHDDSerial.Size = new System.Drawing.Size(0, 13);
  151. this.lblHDDSerial.TabIndex = 11;
  152. //
  153. // chkOffline
  154. //
  155. this.chkOffline.AutoSize = true;
  156. this.chkOffline.ForeColor = System.Drawing.Color.White;
  157. this.chkOffline.Location = new System.Drawing.Point(99, 224);
  158. this.chkOffline.Name = "chkOffline";
  159. this.chkOffline.Size = new System.Drawing.Size(56, 17);
  160. this.chkOffline.TabIndex = 5;
  161. this.chkOffline.Text = "Offline";
  162. this.chkOffline.UseVisualStyleBackColor = true;
  163. this.chkOffline.CheckedChanged += new System.EventHandler(this.chkOffline_CheckedChanged);
  164. //
  165. // chkRemember
  166. //
  167. this.chkRemember.AutoSize = true;
  168. this.chkRemember.ForeColor = System.Drawing.Color.White;
  169. this.chkRemember.Location = new System.Drawing.Point(162, 223);
  170. this.chkRemember.Name = "chkRemember";
  171. this.chkRemember.Size = new System.Drawing.Size(95, 17);
  172. this.chkRemember.TabIndex = 4;
  173. this.chkRemember.Text = "Remember Me";
  174. this.chkRemember.UseVisualStyleBackColor = true;
  175. this.chkRemember.CheckedChanged += new System.EventHandler(this.chkRemember_CheckedChanged);
  176. //
  177. // pictureBox1
  178. //
  179. this.pictureBox1.Image = global::BulkPrinting.Properties.Resources.rgroup_bulk_print_app_260x70;
  180. this.pictureBox1.Location = new System.Drawing.Point(12, 6);
  181. this.pictureBox1.Name = "pictureBox1";
  182. this.pictureBox1.Size = new System.Drawing.Size(260, 71);
  183. this.pictureBox1.TabIndex = 12;
  184. this.pictureBox1.TabStop = false;
  185. this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
  186. //
  187. // UserLoginForm
  188. //
  189. this.AcceptButton = this.btnLogin;
  190. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  191. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  192. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
  193. this.ClientSize = new System.Drawing.Size(284, 253);
  194. this.Controls.Add(this.pictureBox1);
  195. this.Controls.Add(this.chkRemember);
  196. this.Controls.Add(this.chkOffline);
  197. this.Controls.Add(this.lblHDDSerial);
  198. this.Controls.Add(this.label5);
  199. this.Controls.Add(this.label4);
  200. this.Controls.Add(this.txtVendorID);
  201. this.Controls.Add(this.label3);
  202. this.Controls.Add(this.label2);
  203. this.Controls.Add(this.label1);
  204. this.Controls.Add(this.btnLogin);
  205. this.Controls.Add(this.txtPassword);
  206. this.Controls.Add(this.txtUserID);
  207. this.Controls.Add(this.txtUsername);
  208. this.ForeColor = System.Drawing.Color.White;
  209. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  210. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  211. this.MaximizeBox = false;
  212. this.MaximumSize = new System.Drawing.Size(300, 292);
  213. this.MinimizeBox = false;
  214. this.MinimumSize = new System.Drawing.Size(300, 292);
  215. this.Name = "UserLoginForm";
  216. this.Text = "R-Group Bulk Printing";
  217. this.Load += new System.EventHandler(this.UserLoginForm_Load);
  218. this.Shown += new System.EventHandler(this.UserLoginForm_Shown);
  219. this.VisibleChanged += new System.EventHandler(this.UserLoginForm_VisibleChanged);
  220. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  221. this.ResumeLayout(false);
  222. this.PerformLayout();
  223. }
  224. #endregion
  225. private System.Windows.Forms.TextBox txtUsername;
  226. private System.Windows.Forms.TextBox txtUserID;
  227. private System.Windows.Forms.TextBox txtPassword;
  228. private System.Windows.Forms.Button btnLogin;
  229. private System.Windows.Forms.Label label1;
  230. private System.Windows.Forms.Label label2;
  231. private System.Windows.Forms.Label label3;
  232. private System.Windows.Forms.TextBox txtVendorID;
  233. private System.Windows.Forms.Label label4;
  234. private System.Windows.Forms.Label label5;
  235. private System.Windows.Forms.Label lblHDDSerial;
  236. private System.Windows.Forms.CheckBox chkOffline;
  237. private System.Windows.Forms.CheckBox chkRemember;
  238. private System.Windows.Forms.PictureBox pictureBox1;
  239. }
  240. }