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.panel1 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.CmbRole = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.TbxLogin = new System.Windows.Forms.TextBox();
            this.TbxPass = new System.Windows.Forms.TextBox();
            this.CbxShowPass = new System.Windows.Forms.CheckBox();
            this.BtnLogin = new System.Windows.Forms.Button();
            this.LblReg = new System.Windows.Forms.Label();
            this.fab2021DataSet1 = new СУБД_Швейная_фабрика.fab2021DataSet();
            this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
            this.usersTableAdapter = new СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.UsersTableAdapter();
            this.LblCapcha = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.TbxCapcha = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
            this.SuspendLayout();
            // 
            // 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.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(512, 130);
            this.panel1.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.Location = new System.Drawing.Point(184, 39);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(166, 29);
            this.label1.TabIndex = 1;
            this.label1.Text = "Авторизация";
            // 
            // 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.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(133, 130);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // CmbRole
            // 
            this.CmbRole.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.CmbRole.FormattingEnabled = true;
            this.CmbRole.Items.AddRange(new object[] {
            "заказчик",
            "менеджер",
            "кладовщик"});
            this.CmbRole.Location = new System.Drawing.Point(80, 173);
            this.CmbRole.Name = "CmbRole";
            this.CmbRole.Size = new System.Drawing.Size(236, 24);
            this.CmbRole.TabIndex = 1;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(80, 150);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(198, 17);
            this.label2.TabIndex = 2;
            this.label2.Text = "Выберите, кто авторизуется";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(80, 212);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(104, 17);
            this.label3.TabIndex = 3;
            this.label3.Text = "Введите логин";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(83, 264);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(114, 17);
            this.label4.TabIndex = 4;
            this.label4.Text = "Введите пароль";
            // 
            // TbxLogin
            // 
            this.TbxLogin.Location = new System.Drawing.Point(80, 233);
            this.TbxLogin.Name = "TbxLogin";
            this.TbxLogin.Size = new System.Drawing.Size(236, 22);
            this.TbxLogin.TabIndex = 5;
            // 
            // TbxPass
            // 
            this.TbxPass.Location = new System.Drawing.Point(80, 285);
            this.TbxPass.Name = "TbxPass";
            this.TbxPass.Size = new System.Drawing.Size(236, 22);
            this.TbxPass.TabIndex = 6;
            this.TbxPass.UseSystemPasswordChar = true;
            // 
            // CbxShowPass
            // 
            this.CbxShowPass.AutoSize = true;
            this.CbxShowPass.Location = new System.Drawing.Point(80, 323);
            this.CbxShowPass.Name = "CbxShowPass";
            this.CbxShowPass.Size = new System.Drawing.Size(222, 21);
            this.CbxShowPass.TabIndex = 7;
            this.CbxShowPass.Text = "Показывать символы пароля";
            this.CbxShowPass.UseVisualStyleBackColor = true;
            this.CbxShowPass.CheckedChanged += new System.EventHandler(this.CbxShowPass_CheckedChanged);
            // 
            // BtnLogin
            // 
            this.BtnLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
            this.BtnLogin.Location = new System.Drawing.Point(155, 493);
            this.BtnLogin.Name = "BtnLogin";
            this.BtnLogin.Size = new System.Drawing.Size(84, 28);
            this.BtnLogin.TabIndex = 8;
            this.BtnLogin.Text = "Вход";
            this.BtnLogin.UseVisualStyleBackColor = false;
            this.BtnLogin.Click += new System.EventHandler(this.BtnLogin_Click);
            // 
            // LblReg
            // 
            this.LblReg.AutoSize = true;
            this.LblReg.ForeColor = System.Drawing.Color.Blue;
            this.LblReg.Location = new System.Drawing.Point(96, 544);
            this.LblReg.Name = "LblReg";
            this.LblReg.Size = new System.Drawing.Size(212, 17);
            this.LblReg.TabIndex = 9;
            this.LblReg.Text = "Регистрация нового заказчика";
            this.LblReg.Click += new System.EventHandler(this.LblReg_Click);
            // 
            // fab2021DataSet1
            // 
            this.fab2021DataSet1.DataSetName = "fab2021DataSet";
            this.fab2021DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // BsUsers
            // 
            this.BsUsers.DataMember = "Users";
            this.BsUsers.DataSource = this.fab2021DataSet1;
            this.BsUsers.Filter = "";
            // 
            // usersTableAdapter
            // 
            this.usersTableAdapter.ClearBeforeFill = true;
            // 
            // 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(83, 366);
            this.LblCapcha.Name = "LblCapcha";
            this.LblCapcha.Size = new System.Drawing.Size(159, 49);
            this.LblCapcha.TabIndex = 10;
            this.LblCapcha.Text = "label5";
            this.LblCapcha.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.LblCapcha.Paint += new System.Windows.Forms.PaintEventHandler(this.LblCapcha_Paint);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(86, 429);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(109, 17);
            this.label5.TabIndex = 11;
            this.label5.Text = "Введите капчу:";
            // 
            // TbxCapcha
            // 
            this.TbxCapcha.Location = new System.Drawing.Point(201, 426);
            this.TbxCapcha.Name = "TbxCapcha";
            this.TbxCapcha.Size = new System.Drawing.Size(115, 22);
            this.TbxCapcha.TabIndex = 12;
            // 
            // label6
            // 
            this.label6.Location = new System.Drawing.Point(353, 150);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(147, 105);
            this.label6.TabIndex = 13;
            this.label6.Text = "z z - заказчик\r\nk k - кладовщик\r\nm m - менеджер";
            // 
            // FormAuthorization
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.White;
            this.ClientSize = new System.Drawing.Size(512, 598);
            this.Controls.Add(this.label6);
            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.Name = "FormAuthorization";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "СУБД \"Швейная фабрика\"";
            this.Load += new System.EventHandler(this.FormAuthorization_Load);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.ComboBox CmbRole;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox TbxLogin;
        private System.Windows.Forms.TextBox TbxPass;
        private System.Windows.Forms.CheckBox CbxShowPass;
        private System.Windows.Forms.Button BtnLogin;
        private System.Windows.Forms.Label LblReg;
        private fab2021DataSet fab2021DataSet1;
        private System.Windows.Forms.BindingSource BsUsers;
        private fab2021DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
        private System.Windows.Forms.Label LblCapcha;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox TbxCapcha;
        private System.Windows.Forms.Label label6;
    }
}