namespace UploadersLib { partial class UserPassBox { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.txtUserName = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.txtFullName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtEmail = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnOK.Location = new System.Drawing.Point(136, 120); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(72, 23); this.btnOK.TabIndex = 8; this.btnOK.Text = "OK"; this.btnOK.UseCompatibleTextRendering = true; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnCancel.Location = new System.Drawing.Point(216, 120); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 23); this.btnCancel.TabIndex = 9; this.btnCancel.Text = "Cancel"; this.btnCancel.UseCompatibleTextRendering = true; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // txtUserName // this.txtUserName.Location = new System.Drawing.Point(80, 64); this.txtUserName.Name = "txtUserName"; this.txtUserName.Size = new System.Drawing.Size(207, 20); this.txtUserName.TabIndex = 5; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(80, 88); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(208, 20); this.txtPassword.TabIndex = 7; this.txtPassword.UseSystemPasswordChar = true; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(9, 71); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 13); this.label1.TabIndex = 4; this.label1.Text = "User Name:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(16, 96); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 13); this.label2.TabIndex = 6; this.label2.Text = "Password:"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(15, 20); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(57, 13); this.label3.TabIndex = 0; this.label3.Text = "Full Name:"; // // txtFullName // this.txtFullName.Enabled = false; this.txtFullName.Location = new System.Drawing.Point(80, 16); this.txtFullName.Name = "txtFullName"; this.txtFullName.Size = new System.Drawing.Size(207, 20); this.txtFullName.TabIndex = 1; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(40, 44); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(32, 13); this.label4.TabIndex = 2; this.label4.Text = "Email"; // // txtEmail // this.txtEmail.Enabled = false; this.txtEmail.Location = new System.Drawing.Point(80, 40); this.txtEmail.Name = "txtEmail"; this.txtEmail.Size = new System.Drawing.Size(207, 20); this.txtEmail.TabIndex = 3; // // UserPassBox // this.AcceptButton = this.btnOK; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(299, 151); this.Controls.Add(this.label4); this.Controls.Add(this.txtEmail); this.Controls.Add(this.label3); this.Controls.Add(this.txtFullName); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtUserName); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "UserPassBox"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "User/Pass Box"; this.TopMost = true; this.Shown += new System.EventHandler(this.InputBox_Shown); this.ResumeLayout(false); this.PerformLayout(); } #endregion Windows Form Designer generated code private System.Windows.Forms.Button btnOK; private System.Windows.Forms.Button btnCancel; private System.Windows.Forms.TextBox txtUserName; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; public System.Windows.Forms.TextBox txtFullName; private System.Windows.Forms.Label label4; public System.Windows.Forms.TextBox txtEmail; } }