namespace СУБД_Швейная_фабрика
{
partial class FormAuthorization
{
///
/// 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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormAuthorization));
this.pracFabricaDataSet = new СУБД_Швейная_фабрика.pracFabricaDataSet();
this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
this.usersTableAdapter = new СУБД_Швейная_фабрика.pracFabricaDataSetTableAdapters.UsersTableAdapter();
this.TbxCapcha = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.LblCapcha = new System.Windows.Forms.Label();
this.LblReg = new System.Windows.Forms.Label();
this.BtnLogin = new System.Windows.Forms.Button();
this.CbxShowPass = new System.Windows.Forms.CheckBox();
this.TbxPass = new System.Windows.Forms.TextBox();
this.TbxLogin = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.CmbRole = new System.Windows.Forms.ComboBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pracFabricaDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// pracFabricaDataSet
//
this.pracFabricaDataSet.DataSetName = "db_22factoryDataSet";
this.pracFabricaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// BsUsers
//
this.BsUsers.DataMember = "Users";
this.BsUsers.DataSource = this.pracFabricaDataSet;
//
// usersTableAdapter
//
this.usersTableAdapter.ClearBeforeFill = true;
//
// TbxCapcha
//
this.TbxCapcha.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.TbxCapcha.Location = new System.Drawing.Point(124, 383);
this.TbxCapcha.Margin = new System.Windows.Forms.Padding(2);
this.TbxCapcha.Name = "TbxCapcha";
this.TbxCapcha.Size = new System.Drawing.Size(87, 22);
this.TbxCapcha.TabIndex = 26;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label5.Location = new System.Drawing.Point(37, 386);
this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(85, 16);
this.label5.TabIndex = 25;
this.label5.Text = "Введите капчу:";
//
// LblCapcha
//
this.LblCapcha.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.LblCapcha.Font = new System.Drawing.Font("Segoe Script", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.LblCapcha.Location = new System.Drawing.Point(35, 334);
this.LblCapcha.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.LblCapcha.Name = "LblCapcha";
this.LblCapcha.Size = new System.Drawing.Size(119, 40);
this.LblCapcha.TabIndex = 24;
this.LblCapcha.Text = "label";
this.LblCapcha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.LblCapcha.Paint += new System.Windows.Forms.PaintEventHandler(this.LblCapcha_Paint);
//
// LblReg
//
this.LblReg.AutoSize = true;
this.LblReg.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.LblReg.ForeColor = System.Drawing.Color.Blue;
this.LblReg.Location = new System.Drawing.Point(37, 450);
this.LblReg.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.LblReg.Name = "LblReg";
this.LblReg.Size = new System.Drawing.Size(161, 16);
this.LblReg.TabIndex = 23;
this.LblReg.Text = "Регистрация нового заказчика";
this.LblReg.Click += new System.EventHandler(this.LblReg_Click);
//
// BtnLogin
//
this.BtnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
this.BtnLogin.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.BtnLogin.Location = new System.Drawing.Point(249, 437);
this.BtnLogin.Margin = new System.Windows.Forms.Padding(2);
this.BtnLogin.Name = "BtnLogin";
this.BtnLogin.Size = new System.Drawing.Size(126, 43);
this.BtnLogin.TabIndex = 22;
this.BtnLogin.Text = "Вход";
this.BtnLogin.UseVisualStyleBackColor = false;
this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
//
// CbxShowPass
//
this.CbxShowPass.AutoSize = true;
this.CbxShowPass.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.CbxShowPass.Location = new System.Drawing.Point(200, 247);
this.CbxShowPass.Margin = new System.Windows.Forms.Padding(2);
this.CbxShowPass.Name = "CbxShowPass";
this.CbxShowPass.Size = new System.Drawing.Size(174, 20);
this.CbxShowPass.TabIndex = 21;
this.CbxShowPass.Text = "Показывать символы пароля";
this.CbxShowPass.UseVisualStyleBackColor = true;
this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
//
// TbxPass
//
this.TbxPass.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.TbxPass.Location = new System.Drawing.Point(200, 217);
this.TbxPass.Margin = new System.Windows.Forms.Padding(2);
this.TbxPass.Name = "TbxPass";
this.TbxPass.Size = new System.Drawing.Size(178, 22);
this.TbxPass.TabIndex = 20;
this.TbxPass.UseSystemPasswordChar = true;
//
// TbxLogin
//
this.TbxLogin.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.TbxLogin.Location = new System.Drawing.Point(200, 174);
this.TbxLogin.Margin = new System.Windows.Forms.Padding(2);
this.TbxLogin.Name = "TbxLogin";
this.TbxLogin.Size = new System.Drawing.Size(178, 22);
this.TbxLogin.TabIndex = 19;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label4.Location = new System.Drawing.Point(202, 199);
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(89, 16);
this.label4.TabIndex = 18;
this.label4.Text = "Введите пароль";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label3.Location = new System.Drawing.Point(200, 157);
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(81, 16);
this.label3.TabIndex = 17;
this.label3.Text = "Введите логин";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(13, 177);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(154, 16);
this.label2.TabIndex = 16;
this.label2.Text = "Выберите, кто авторизуется";
//
// CmbRole
//
this.CmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbRole.Font = new System.Drawing.Font("Arial Narrow", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.CmbRole.FormattingEnabled = true;
this.CmbRole.Items.AddRange(new object[] {
"Заказчик",
"Менеджер",
"Кладовщик"});
this.CmbRole.Location = new System.Drawing.Point(13, 196);
this.CmbRole.Margin = new System.Windows.Forms.Padding(2);
this.CmbRole.Name = "CmbRole";
this.CmbRole.Size = new System.Drawing.Size(178, 24);
this.CmbRole.TabIndex = 15;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Margin = new System.Windows.Forms.Padding(2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(389, 106);
this.panel1.TabIndex = 14;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("Arial Narrow", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(133, 0);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(256, 106);
this.label1.TabIndex = 1;
this.label1.Text = "Авторизация";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(133, 106);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// FormAuthorization
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(389, 491);
this.Controls.Add(this.TbxCapcha);
this.Controls.Add(this.label5);
this.Controls.Add(this.LblCapcha);
this.Controls.Add(this.LblReg);
this.Controls.Add(this.BtnLogin);
this.Controls.Add(this.CbxShowPass);
this.Controls.Add(this.TbxPass);
this.Controls.Add(this.TbxLogin);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.CmbRole);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(409, 534);
this.Name = "FormAuthorization";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "СУБД \"Швейная фабрика\"";
this.Load += new System.EventHandler(this.FormAuthorization_Load);
((System.ComponentModel.ISupportInitialize)(this.pracFabricaDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private pracFabricaDataSet pracFabricaDataSet;
private System.Windows.Forms.BindingSource BsUsers;
private pracFabricaDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
private System.Windows.Forms.TextBox TbxCapcha;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label LblCapcha;
private System.Windows.Forms.Label LblReg;
private System.Windows.Forms.Button BtnLogin;
private System.Windows.Forms.CheckBox CbxShowPass;
private System.Windows.Forms.TextBox TbxPass;
private System.Windows.Forms.TextBox TbxLogin;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox CmbRole;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}