namespace ScaBox30
{
partial class Usuario
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Usuario));
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.comboUser = new System.Windows.Forms.ComboBox();
this.textPassword = new System.Windows.Forms.TextBox();
this.panelBody = new System.Windows.Forms.Panel();
this.panelButtons = new System.Windows.Forms.Panel();
this.button1 = new System.Windows.Forms.Button();
this.panelTitleBar = new System.Windows.Forms.Panel();
this.labelCaption = new System.Windows.Forms.Label();
this.btnClose = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.panelBody.SuspendLayout();
this.panelButtons.SuspendLayout();
this.panelTitleBar.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(83, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(45, 16);
this.label1.TabIndex = 0;
this.label1.Text = "User:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(83, 66);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(80, 16);
this.label2.TabIndex = 1;
this.label2.Text = "Password:";
//
// comboUser
//
this.comboUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboUser.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboUser.FormattingEnabled = true;
this.comboUser.Location = new System.Drawing.Point(86, 34);
this.comboUser.Name = "comboUser";
this.comboUser.Size = new System.Drawing.Size(198, 28);
this.comboUser.TabIndex = 2;
//
// textPassword
//
this.textPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textPassword.Location = new System.Drawing.Point(86, 85);
this.textPassword.Name = "textPassword";
this.textPassword.PasswordChar = '*';
this.textPassword.Size = new System.Drawing.Size(198, 26);
this.textPassword.TabIndex = 3;
//
// panelBody
//
this.panelBody.BackColor = System.Drawing.Color.WhiteSmoke;
this.panelBody.Controls.Add(this.comboUser);
this.panelBody.Controls.Add(this.textPassword);
this.panelBody.Controls.Add(this.label1);
this.panelBody.Controls.Add(this.label2);
this.panelBody.Dock = System.Windows.Forms.DockStyle.Fill;
this.panelBody.Location = new System.Drawing.Point(0, 35);
this.panelBody.Name = "panelBody";
this.panelBody.Padding = new System.Windows.Forms.Padding(10, 10, 0, 0);
this.panelBody.Size = new System.Drawing.Size(357, 129);
this.panelBody.TabIndex = 8;
//
// panelButtons
//
this.panelButtons.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
this.panelButtons.Controls.Add(this.button2);
this.panelButtons.Controls.Add(this.button1);
this.panelButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
this.panelButtons.Location = new System.Drawing.Point(0, 164);
this.panelButtons.Name = "panelButtons";
this.panelButtons.Size = new System.Drawing.Size(357, 60);
this.panelButtons.TabIndex = 7;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.SeaGreen;
this.button1.FlatAppearance.BorderSize = 0;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button1.ForeColor = System.Drawing.Color.WhiteSmoke;
this.button1.Location = new System.Drawing.Point(19, 12);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(100, 35);
this.button1.TabIndex = 0;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// panelTitleBar
//
this.panelTitleBar.BackColor = System.Drawing.Color.CornflowerBlue;
this.panelTitleBar.Controls.Add(this.labelCaption);
this.panelTitleBar.Controls.Add(this.btnClose);
this.panelTitleBar.Dock = System.Windows.Forms.DockStyle.Top;
this.panelTitleBar.Location = new System.Drawing.Point(0, 0);
this.panelTitleBar.Name = "panelTitleBar";
this.panelTitleBar.Size = new System.Drawing.Size(357, 35);
this.panelTitleBar.TabIndex = 6;
this.panelTitleBar.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panelTitleBar_MouseDown);
//
// labelCaption
//
this.labelCaption.AutoSize = true;
this.labelCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.labelCaption.ForeColor = System.Drawing.Color.White;
this.labelCaption.Location = new System.Drawing.Point(9, 8);
this.labelCaption.Name = "labelCaption";
this.labelCaption.Size = new System.Drawing.Size(86, 17);
this.labelCaption.TabIndex = 4;
this.labelCaption.Text = "labelCaption";
//
// btnClose
//
this.btnClose.Dock = System.Windows.Forms.DockStyle.Right;
this.btnClose.FlatAppearance.BorderSize = 0;
this.btnClose.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(79)))), ((int)(((byte)(95)))));
this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 13F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnClose.ForeColor = System.Drawing.Color.White;
this.btnClose.Location = new System.Drawing.Point(317, 0);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(40, 35);
this.btnClose.TabIndex = 3;
this.btnClose.Text = "X";
this.btnClose.UseVisualStyleBackColor = false;
//
// button2
//
this.button2.BackColor = System.Drawing.Color.SeaGreen;
this.button2.FlatAppearance.BorderSize = 0;
this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button2.ForeColor = System.Drawing.Color.WhiteSmoke;
this.button2.Location = new System.Drawing.Point(125, 13);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(100, 35);
this.button2.TabIndex = 2;
this.button2.Text = "button2";
this.button2.UseVisualStyleBackColor = false;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// Usuario
//
this.AcceptButton = this.button1;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(357, 224);
this.Controls.Add(this.panelBody);
this.Controls.Add(this.panelButtons);
this.Controls.Add(this.panelTitleBar);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "Usuario";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "User";
this.TopMost = true;
this.panelBody.ResumeLayout(false);
this.panelBody.PerformLayout();
this.panelButtons.ResumeLayout(false);
this.panelTitleBar.ResumeLayout(false);
this.panelTitleBar.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox comboUser;
private System.Windows.Forms.TextBox textPassword;
private System.Windows.Forms.Panel panelBody;
private System.Windows.Forms.Panel panelButtons;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Panel panelTitleBar;
private System.Windows.Forms.Label labelCaption;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button button2;
}
}