namespace СУБД_Швейная_фабрика
{
    partial class FormZakazchik
    {
        /// 
        /// 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(FormZakazchik));
            this.panel1 = new System.Windows.Forms.Panel();
            this.label1 = new System.Windows.Forms.Label();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.fab2021DataSet1 = new СУБД_Швейная_фабрика.fab2021DataSet();
            this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
            this.usersTableAdapter = new СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.UsersTableAdapter();
            this.tableAdapterManager = new СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.TableAdapterManager();
            this.FamLabel = new System.Windows.Forms.Label();
            this.NameLabel = new System.Windows.Forms.Label();
            this.OtchLabel = new System.Windows.Forms.Label();
            this.BtnProfile = new System.Windows.Forms.Button();
            this.DgvZakaz = new System.Windows.Forms.DataGridView();
            this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.LblIdUser = new System.Windows.Forms.Label();
            this.BtnLev = new System.Windows.Forms.Button();
            this.BtnAddZakaz = new System.Windows.Forms.Button();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).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(921, 130);
            this.panel1.TabIndex = 1;
            // 
            // 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(262, 38);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(312, 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;
            // 
            // fab2021DataSet1
            // 
            this.fab2021DataSet1.DataSetName = "fab2021DataSet";
            this.fab2021DataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
            // 
            // BsUsers
            // 
            this.BsUsers.DataMember = "Users";
            this.BsUsers.DataSource = this.fab2021DataSet1;
            // 
            // usersTableAdapter
            // 
            this.usersTableAdapter.ClearBeforeFill = true;
            // 
            // tableAdapterManager
            // 
            this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
            this.tableAdapterManager.FurnituraTableAdapter = null;
            this.tableAdapterManager.IzdeliyaTableAdapter = null;
            this.tableAdapterManager.TkaniTableAdapter = null;
            this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.fab2021DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
            this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
            this.tableAdapterManager.ZakazTableAdapter = null;
            // 
            // FamLabel
            // 
            this.FamLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "fam", true));
            this.FamLabel.Location = new System.Drawing.Point(12, 137);
            this.FamLabel.Name = "FamLabel";
            this.FamLabel.Size = new System.Drawing.Size(100, 23);
            this.FamLabel.TabIndex = 2;
            this.FamLabel.Text = "label2";
            // 
            // NameLabel
            // 
            this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "name", true));
            this.NameLabel.Location = new System.Drawing.Point(12, 160);
            this.NameLabel.Name = "NameLabel";
            this.NameLabel.Size = new System.Drawing.Size(100, 23);
            this.NameLabel.TabIndex = 4;
            this.NameLabel.Text = "label2";
            // 
            // OtchLabel
            // 
            this.OtchLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "otch", true));
            this.OtchLabel.Location = new System.Drawing.Point(12, 183);
            this.OtchLabel.Name = "OtchLabel";
            this.OtchLabel.Size = new System.Drawing.Size(100, 23);
            this.OtchLabel.TabIndex = 6;
            this.OtchLabel.Text = "label2";
            // 
            // BtnProfile
            // 
            this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
            this.BtnProfile.Location = new System.Drawing.Point(118, 137);
            this.BtnProfile.Name = "BtnProfile";
            this.BtnProfile.Size = new System.Drawing.Size(206, 28);
            this.BtnProfile.TabIndex = 9;
            this.BtnProfile.Text = "Профиль пользователя";
            this.BtnProfile.UseVisualStyleBackColor = false;
            this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
            // 
            // DgvZakaz
            // 
            this.DgvZakaz.AllowUserToAddRows = false;
            this.DgvZakaz.AllowUserToDeleteRows = false;
            this.DgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Column1,
            this.Column2,
            this.Column3,
            this.Column4,
            this.Column5,
            this.Column6});
            this.DgvZakaz.Location = new System.Drawing.Point(12, 209);
            this.DgvZakaz.Name = "DgvZakaz";
            this.DgvZakaz.ReadOnly = true;
            this.DgvZakaz.RowHeadersVisible = false;
            this.DgvZakaz.RowTemplate.Height = 24;
            this.DgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.DgvZakaz.Size = new System.Drawing.Size(886, 298);
            this.DgvZakaz.TabIndex = 10;
            // 
            // Column1
            // 
            this.Column1.HeaderText = "Изделие";
            this.Column1.Name = "Column1";
            this.Column1.ReadOnly = true;
            // 
            // Column2
            // 
            this.Column2.HeaderText = "Кол-во изделий";
            this.Column2.Name = "Column2";
            this.Column2.ReadOnly = true;
            // 
            // Column3
            // 
            this.Column3.HeaderText = "Ткань";
            this.Column3.Name = "Column3";
            this.Column3.ReadOnly = true;
            // 
            // Column4
            // 
            this.Column4.HeaderText = "Фурнитура";
            this.Column4.Name = "Column4";
            this.Column4.ReadOnly = true;
            // 
            // Column5
            // 
            this.Column5.HeaderText = "Кол-во фурнитуры";
            this.Column5.Name = "Column5";
            this.Column5.ReadOnly = true;
            // 
            // Column6
            // 
            this.Column6.HeaderText = "Менеджер";
            this.Column6.Name = "Column6";
            this.Column6.ReadOnly = true;
            // 
            // LblIdUser
            // 
            this.LblIdUser.AutoSize = true;
            this.LblIdUser.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "iduser", true));
            this.LblIdUser.Location = new System.Drawing.Point(1011, 148);
            this.LblIdUser.Name = "LblIdUser";
            this.LblIdUser.Size = new System.Drawing.Size(46, 17);
            this.LblIdUser.TabIndex = 11;
            this.LblIdUser.Text = "label2";
            // 
            // BtnLev
            // 
            this.BtnLev.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
            this.BtnLev.Location = new System.Drawing.Point(330, 137);
            this.BtnLev.Name = "BtnLev";
            this.BtnLev.Size = new System.Drawing.Size(206, 28);
            this.BtnLev.TabIndex = 12;
            this.BtnLev.Text = "Нечеткий поиск";
            this.BtnLev.UseVisualStyleBackColor = false;
            this.BtnLev.Click += new System.EventHandler(this.BtnLev_Click);
            // 
            // BtnAddZakaz
            // 
            this.BtnAddZakaz.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
            this.BtnAddZakaz.Location = new System.Drawing.Point(542, 137);
            this.BtnAddZakaz.Name = "BtnAddZakaz";
            this.BtnAddZakaz.Size = new System.Drawing.Size(206, 28);
            this.BtnAddZakaz.TabIndex = 13;
            this.BtnAddZakaz.Text = "Добавить заказ";
            this.BtnAddZakaz.UseVisualStyleBackColor = false;
            this.BtnAddZakaz.Click += new System.EventHandler(this.BtnAddZakaz_Click);
            // 
            // FormZakazchik
            // 
            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(921, 520);
            this.Controls.Add(this.BtnAddZakaz);
            this.Controls.Add(this.BtnLev);
            this.Controls.Add(this.LblIdUser);
            this.Controls.Add(this.DgvZakaz);
            this.Controls.Add(this.BtnProfile);
            this.Controls.Add(this.OtchLabel);
            this.Controls.Add(this.NameLabel);
            this.Controls.Add(this.FamLabel);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormZakazchik";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "СУБД \"Швейная фабрика\"";
            this.Load += new System.EventHandler(this.FormZakazchik_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();
            ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();
        }
        #endregion
        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Panel panel1;
        private System.Windows.Forms.Label label1;
        private fab2021DataSet fab2021DataSet1;
        private fab2021DataSetTableAdapters.UsersTableAdapter usersTableAdapter;
        private fab2021DataSetTableAdapters.TableAdapterManager tableAdapterManager;
        private System.Windows.Forms.Label FamLabel;
        private System.Windows.Forms.Label NameLabel;
        private System.Windows.Forms.Label OtchLabel;
        public System.Windows.Forms.BindingSource BsUsers;
        private System.Windows.Forms.Button BtnProfile;
        private System.Windows.Forms.DataGridView DgvZakaz;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
        private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
        private System.Windows.Forms.Label LblIdUser;
        private System.Windows.Forms.Button BtnLev;
        private System.Windows.Forms.Button BtnAddZakaz;
    }
}