| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 | namespace СУБД_Швейная_фабрика{    partial class FormZakazchik    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        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;    }}
 |