| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246 |
- namespace BulkPrinting
- {
- partial class UserLoginForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UserLoginForm));
- this.txtUsername = new System.Windows.Forms.TextBox();
- this.txtUserID = new System.Windows.Forms.TextBox();
- this.txtPassword = new System.Windows.Forms.TextBox();
- this.btnLogin = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.txtVendorID = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.lblHDDSerial = new System.Windows.Forms.Label();
- this.chkOffline = new System.Windows.Forms.CheckBox();
- this.chkRemember = new System.Windows.Forms.CheckBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // txtUsername
- //
- this.txtUsername.Location = new System.Drawing.Point(80, 86);
- this.txtUsername.Name = "txtUsername";
- this.txtUsername.Size = new System.Drawing.Size(192, 20);
- this.txtUsername.TabIndex = 0;
- //
- // txtUserID
- //
- this.txtUserID.Location = new System.Drawing.Point(80, 112);
- this.txtUserID.Name = "txtUserID";
- this.txtUserID.Size = new System.Drawing.Size(192, 20);
- this.txtUserID.TabIndex = 1;
- //
- // txtPassword
- //
- this.txtPassword.Location = new System.Drawing.Point(80, 138);
- this.txtPassword.Name = "txtPassword";
- this.txtPassword.PasswordChar = '*';
- this.txtPassword.Size = new System.Drawing.Size(192, 20);
- this.txtPassword.TabIndex = 2;
- //
- // btnLogin
- //
- this.btnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(132)))), ((int)(((byte)(186)))));
- this.btnLogin.FlatAppearance.BorderColor = System.Drawing.Color.Black;
- this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnLogin.ForeColor = System.Drawing.Color.White;
- this.btnLogin.Location = new System.Drawing.Point(12, 220);
- this.btnLogin.Name = "btnLogin";
- this.btnLogin.Size = new System.Drawing.Size(75, 23);
- this.btnLogin.TabIndex = 6;
- this.btnLogin.Text = "Login";
- this.btnLogin.UseVisualStyleBackColor = false;
- this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(13, 86);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(55, 13);
- this.label1.TabIndex = 5;
- this.label1.Text = "Username";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.ForeColor = System.Drawing.Color.White;
- this.label2.Location = new System.Drawing.Point(12, 112);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(43, 13);
- this.label2.TabIndex = 6;
- this.label2.Text = "User ID";
- this.label2.Click += new System.EventHandler(this.label2_Click);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.ForeColor = System.Drawing.Color.White;
- this.label3.Location = new System.Drawing.Point(12, 138);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 13);
- this.label3.TabIndex = 7;
- this.label3.Text = "Password";
- this.label3.Click += new System.EventHandler(this.label3_Click);
- //
- // txtVendorID
- //
- this.txtVendorID.Location = new System.Drawing.Point(80, 165);
- this.txtVendorID.Name = "txtVendorID";
- this.txtVendorID.Size = new System.Drawing.Size(192, 20);
- this.txtVendorID.TabIndex = 3;
- this.txtVendorID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtVendorID_KeyPress);
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.ForeColor = System.Drawing.Color.White;
- this.label4.Location = new System.Drawing.Point(12, 165);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(55, 13);
- this.label4.TabIndex = 9;
- this.label4.Text = "Vendor ID";
- this.label4.Click += new System.EventHandler(this.label4_Click);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.ForeColor = System.Drawing.Color.White;
- this.label5.Location = new System.Drawing.Point(12, 195);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(62, 13);
- this.label5.TabIndex = 10;
- this.label5.Text = "Vendor Key";
- this.label5.Click += new System.EventHandler(this.label5_Click);
- //
- // lblHDDSerial
- //
- this.lblHDDSerial.AutoSize = true;
- this.lblHDDSerial.Location = new System.Drawing.Point(81, 195);
- this.lblHDDSerial.Name = "lblHDDSerial";
- this.lblHDDSerial.Size = new System.Drawing.Size(0, 13);
- this.lblHDDSerial.TabIndex = 11;
- //
- // chkOffline
- //
- this.chkOffline.AutoSize = true;
- this.chkOffline.ForeColor = System.Drawing.Color.White;
- this.chkOffline.Location = new System.Drawing.Point(99, 224);
- this.chkOffline.Name = "chkOffline";
- this.chkOffline.Size = new System.Drawing.Size(56, 17);
- this.chkOffline.TabIndex = 5;
- this.chkOffline.Text = "Offline";
- this.chkOffline.UseVisualStyleBackColor = true;
- this.chkOffline.CheckedChanged += new System.EventHandler(this.chkOffline_CheckedChanged);
- //
- // chkRemember
- //
- this.chkRemember.AutoSize = true;
- this.chkRemember.ForeColor = System.Drawing.Color.White;
- this.chkRemember.Location = new System.Drawing.Point(162, 223);
- this.chkRemember.Name = "chkRemember";
- this.chkRemember.Size = new System.Drawing.Size(95, 17);
- this.chkRemember.TabIndex = 4;
- this.chkRemember.Text = "Remember Me";
- this.chkRemember.UseVisualStyleBackColor = true;
- this.chkRemember.CheckedChanged += new System.EventHandler(this.chkRemember_CheckedChanged);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::BulkPrinting.Properties.Resources.rgroup_bulk_print_app_260x70;
- this.pictureBox1.Location = new System.Drawing.Point(12, 6);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(260, 71);
- this.pictureBox1.TabIndex = 12;
- this.pictureBox1.TabStop = false;
- this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
- //
- // UserLoginForm
- //
- this.AcceptButton = this.btnLogin;
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(7)))), ((int)(((byte)(63)))), ((int)(((byte)(145)))));
- this.ClientSize = new System.Drawing.Size(284, 253);
- this.Controls.Add(this.pictureBox1);
- this.Controls.Add(this.chkRemember);
- this.Controls.Add(this.chkOffline);
- this.Controls.Add(this.lblHDDSerial);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.txtVendorID);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.btnLogin);
- this.Controls.Add(this.txtPassword);
- this.Controls.Add(this.txtUserID);
- this.Controls.Add(this.txtUsername);
- this.ForeColor = System.Drawing.Color.White;
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.MaximumSize = new System.Drawing.Size(300, 292);
- this.MinimizeBox = false;
- this.MinimumSize = new System.Drawing.Size(300, 292);
- this.Name = "UserLoginForm";
- this.Text = "R-Group Bulk Printing";
- this.Load += new System.EventHandler(this.UserLoginForm_Load);
- this.Shown += new System.EventHandler(this.UserLoginForm_Shown);
- this.VisibleChanged += new System.EventHandler(this.UserLoginForm_VisibleChanged);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.TextBox txtUsername;
- private System.Windows.Forms.TextBox txtUserID;
- private System.Windows.Forms.TextBox txtPassword;
- private System.Windows.Forms.Button btnLogin;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox txtVendorID;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label lblHDDSerial;
- private System.Windows.Forms.CheckBox chkOffline;
- private System.Windows.Forms.CheckBox chkRemember;
- private System.Windows.Forms.PictureBox pictureBox1;
- }
- }
|