namespace garment_factory { partial class fKladovschik { /// /// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.Label descriptionLabel; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.Label colorLabel; System.Windows.Forms.Label nametkanLabel; System.Windows.Forms.Label label4; System.Windows.Forms.Label label5; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fKladovschik)); this.BtnSpisMaterial = new System.Windows.Forms.Button(); this.BtnGetMaterial = new System.Windows.Forms.Button(); this.BtnProfile = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.DgvZakaz = new System.Windows.Forms.DataGridView(); this.BtnSelect = new System.Windows.Forms.Button(); this.BtnAll = new System.Windows.Forms.Button(); this.RbtCSV = new System.Windows.Forms.RadioButton(); this.RbtWord = new System.Windows.Forms.RadioButton(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.DescriptionTextBox = new System.Windows.Forms.TextBox(); this.LengthTextBox = new System.Windows.Forms.TextBox(); this.WidthTextBox = new System.Windows.Forms.TextBox(); this.ColorTextBox = new System.Windows.Forms.TextBox(); this.NametkanTextBox = new System.Windows.Forms.TextBox(); this.LVTkani = new System.Windows.Forms.ListView(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.TbxCountFurSklad = new System.Windows.Forms.TextBox(); this.TbxNameFur = new System.Windows.Forms.TextBox(); this.LVFurnitura = new System.Windows.Forms.ListView(); this.panel1 = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.FIO = new System.Windows.Forms.Label(); this.fabrika2024DataSet = new garment_factory.Fabrika2024DataSet(); this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components); this.usersTableAdapter = new garment_factory.Fabrika2024DataSetTableAdapters.UsersTableAdapter(); this.tableAdapterManager = new garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager(); this.id_userLabel1 = new System.Windows.Forms.Label(); this.Column1 = 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.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Менеджер = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ImageListTkani = new System.Windows.Forms.ImageList(this.components); this.ImageListFur = new System.Windows.Forms.ImageList(this.components); descriptionLabel = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); colorLabel = new System.Windows.Forms.Label(); nametkanLabel = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); label5 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).BeginInit(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit(); this.SuspendLayout(); // // BtnSpisMaterial // this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.BtnSpisMaterial.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnSpisMaterial.Location = new System.Drawing.Point(16, 224); this.BtnSpisMaterial.Name = "BtnSpisMaterial"; this.BtnSpisMaterial.Size = new System.Drawing.Size(240, 40); this.BtnSpisMaterial.TabIndex = 53; this.BtnSpisMaterial.Text = "Списать материалы"; this.BtnSpisMaterial.UseVisualStyleBackColor = false; this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click); // // BtnGetMaterial // this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.BtnGetMaterial.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnGetMaterial.Location = new System.Drawing.Point(263, 224); this.BtnGetMaterial.Name = "BtnGetMaterial"; this.BtnGetMaterial.Size = new System.Drawing.Size(240, 40); this.BtnGetMaterial.TabIndex = 52; this.BtnGetMaterial.Text = "Принять материалы"; this.BtnGetMaterial.UseVisualStyleBackColor = false; this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click); // // BtnProfile // this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225))))); this.BtnProfile.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.BtnProfile.Location = new System.Drawing.Point(16, 165); this.BtnProfile.Name = "BtnProfile"; this.BtnProfile.Size = new System.Drawing.Size(144, 40); this.BtnProfile.TabIndex = 51; this.BtnProfile.Text = "Профиль "; this.BtnProfile.UseVisualStyleBackColor = false; this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom; this.tabControl1.Location = new System.Drawing.Point(0, 269); this.tabControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(919, 348); this.tabControl1.TabIndex = 46; // // tabPage1 // this.tabPage1.Controls.Add(this.DgvZakaz); this.tabPage1.Controls.Add(this.BtnSelect); this.tabPage1.Controls.Add(this.BtnAll); this.tabPage1.Controls.Add(this.RbtCSV); this.tabPage1.Controls.Add(this.RbtWord); this.tabPage1.Location = new System.Drawing.Point(4, 33); this.tabPage1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPage1.Size = new System.Drawing.Size(911, 311); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Заказы"; this.tabPage1.UseVisualStyleBackColor = true; // // DgvZakaz // this.DgvZakaz.AllowUserToAddRows = false; this.DgvZakaz.AllowUserToDeleteRows = false; this.DgvZakaz.BackgroundColor = System.Drawing.Color.White; this.DgvZakaz.BorderStyle = System.Windows.Forms.BorderStyle.None; this.DgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column3, this.Column4, this.Column5, this.Column2, this.Column6, this.Менеджер}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.DgvZakaz.DefaultCellStyle = dataGridViewCellStyle1; this.DgvZakaz.Location = new System.Drawing.Point(0, 2); this.DgvZakaz.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.DgvZakaz.Name = "DgvZakaz"; this.DgvZakaz.ReadOnly = true; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control; dataGridViewCellStyle2.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.DgvZakaz.RowHeadersDefaultCellStyle = dataGridViewCellStyle2; this.DgvZakaz.RowHeadersVisible = false; this.DgvZakaz.RowHeadersWidth = 51; dataGridViewCellStyle3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.DgvZakaz.RowsDefaultCellStyle = dataGridViewCellStyle3; this.DgvZakaz.RowTemplate.Height = 24; this.DgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DgvZakaz.Size = new System.Drawing.Size(920, 294); this.DgvZakaz.TabIndex = 16; // // BtnSelect // this.BtnSelect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnSelect.Location = new System.Drawing.Point(433, 318); this.BtnSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.BtnSelect.Name = "BtnSelect"; this.BtnSelect.Size = new System.Drawing.Size(303, 28); this.BtnSelect.TabIndex = 15; this.BtnSelect.Text = "Экспортировать выделенные заказы"; this.BtnSelect.UseVisualStyleBackColor = false; // // BtnAll // this.BtnAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnAll.Location = new System.Drawing.Point(188, 318); this.BtnAll.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.BtnAll.Name = "BtnAll"; this.BtnAll.Size = new System.Drawing.Size(229, 28); this.BtnAll.TabIndex = 14; this.BtnAll.Text = "Экспортировать все заказы"; this.BtnAll.UseVisualStyleBackColor = false; // // RbtCSV // this.RbtCSV.AutoSize = true; this.RbtCSV.Location = new System.Drawing.Point(104, 326); this.RbtCSV.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.RbtCSV.Name = "RbtCSV"; this.RbtCSV.Size = new System.Drawing.Size(89, 28); this.RbtCSV.TabIndex = 1; this.RbtCSV.Text = "в CSV"; this.RbtCSV.UseVisualStyleBackColor = true; // // RbtWord // this.RbtWord.AutoSize = true; this.RbtWord.Checked = true; this.RbtWord.Location = new System.Drawing.Point(28, 326); this.RbtWord.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.RbtWord.Name = "RbtWord"; this.RbtWord.Size = new System.Drawing.Size(102, 28); this.RbtWord.TabIndex = 0; this.RbtWord.TabStop = true; this.RbtWord.Text = "в Word"; this.RbtWord.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.Controls.Add(descriptionLabel); this.tabPage2.Controls.Add(this.DescriptionTextBox); this.tabPage2.Controls.Add(this.LengthTextBox); this.tabPage2.Controls.Add(this.WidthTextBox); this.tabPage2.Controls.Add(this.ColorTextBox); this.tabPage2.Controls.Add(this.NametkanTextBox); this.tabPage2.Controls.Add(label2); this.tabPage2.Controls.Add(label3); this.tabPage2.Controls.Add(colorLabel); this.tabPage2.Controls.Add(nametkanLabel); this.tabPage2.Controls.Add(this.LVTkani); this.tabPage2.Location = new System.Drawing.Point(4, 33); this.tabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPage2.Size = new System.Drawing.Size(911, 311); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Ткани"; this.tabPage2.UseVisualStyleBackColor = true; // // descriptionLabel // descriptionLabel.AutoSize = true; descriptionLabel.Location = new System.Drawing.Point(469, 174); descriptionLabel.Name = "descriptionLabel"; descriptionLabel.Size = new System.Drawing.Size(121, 24); descriptionLabel.TabIndex = 20; descriptionLabel.Text = "Описание:"; // // DescriptionTextBox // this.DescriptionTextBox.BackColor = System.Drawing.Color.White; this.DescriptionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.DescriptionTextBox.Location = new System.Drawing.Point(599, 166); this.DescriptionTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.DescriptionTextBox.Name = "DescriptionTextBox"; this.DescriptionTextBox.ReadOnly = true; this.DescriptionTextBox.Size = new System.Drawing.Size(253, 32); this.DescriptionTextBox.TabIndex = 21; // // LengthTextBox // this.LengthTextBox.BackColor = System.Drawing.Color.White; this.LengthTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.LengthTextBox.Location = new System.Drawing.Point(599, 130); this.LengthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.LengthTextBox.Name = "LengthTextBox"; this.LengthTextBox.ReadOnly = true; this.LengthTextBox.Size = new System.Drawing.Size(253, 32); this.LengthTextBox.TabIndex = 19; // // WidthTextBox // this.WidthTextBox.BackColor = System.Drawing.Color.White; this.WidthTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.WidthTextBox.Location = new System.Drawing.Point(599, 94); this.WidthTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.WidthTextBox.Name = "WidthTextBox"; this.WidthTextBox.ReadOnly = true; this.WidthTextBox.Size = new System.Drawing.Size(253, 32); this.WidthTextBox.TabIndex = 17; // // ColorTextBox // this.ColorTextBox.BackColor = System.Drawing.Color.White; this.ColorTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.ColorTextBox.Location = new System.Drawing.Point(599, 58); this.ColorTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.ColorTextBox.Name = "ColorTextBox"; this.ColorTextBox.ReadOnly = true; this.ColorTextBox.Size = new System.Drawing.Size(253, 32); this.ColorTextBox.TabIndex = 15; // // NametkanTextBox // this.NametkanTextBox.BackColor = System.Drawing.Color.White; this.NametkanTextBox.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.NametkanTextBox.Location = new System.Drawing.Point(599, 22); this.NametkanTextBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.NametkanTextBox.Name = "NametkanTextBox"; this.NametkanTextBox.ReadOnly = true; this.NametkanTextBox.Size = new System.Drawing.Size(253, 32); this.NametkanTextBox.TabIndex = 13; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(469, 138); label2.Name = "label2"; label2.Size = new System.Drawing.Size(83, 24); label2.TabIndex = 18; label2.Text = "Длина:"; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(469, 102); label3.Name = "label3"; label3.Size = new System.Drawing.Size(102, 24); label3.TabIndex = 16; label3.Text = "Ширина:"; // // colorLabel // colorLabel.AutoSize = true; colorLabel.Location = new System.Drawing.Point(469, 66); colorLabel.Name = "colorLabel"; colorLabel.Size = new System.Drawing.Size(66, 24); colorLabel.TabIndex = 14; colorLabel.Text = "Цвет:"; // // nametkanLabel // nametkanLabel.AutoSize = true; nametkanLabel.Location = new System.Drawing.Point(469, 30); nametkanLabel.Name = "nametkanLabel"; nametkanLabel.Size = new System.Drawing.Size(116, 24); nametkanLabel.TabIndex = 12; nametkanLabel.Text = "Название:"; // // LVTkani // this.LVTkani.Dock = System.Windows.Forms.DockStyle.Left; this.LVTkani.HideSelection = false; this.LVTkani.LargeImageList = this.ImageListTkani; this.LVTkani.Location = new System.Drawing.Point(3, 2); this.LVTkani.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.LVTkani.Name = "LVTkani"; this.LVTkani.Size = new System.Drawing.Size(452, 307); this.LVTkani.TabIndex = 11; this.LVTkani.UseCompatibleStateImageBehavior = false; this.LVTkani.SelectedIndexChanged += new System.EventHandler(this.LVTkani_SelectedIndexChanged); // // tabPage3 // this.tabPage3.Controls.Add(label4); this.tabPage3.Controls.Add(this.TbxCountFurSklad); this.tabPage3.Controls.Add(this.TbxNameFur); this.tabPage3.Controls.Add(label5); this.tabPage3.Controls.Add(this.LVFurnitura); this.tabPage3.Location = new System.Drawing.Point(4, 33); this.tabPage3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2); this.tabPage3.Size = new System.Drawing.Size(911, 311); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Фурнитуры"; this.tabPage3.UseVisualStyleBackColor = true; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(451, 54); label4.Name = "label4"; label4.Size = new System.Drawing.Size(198, 24); label4.TabIndex = 14; label4.Text = "Кол-во на складе:"; // // TbxCountFurSklad // this.TbxCountFurSklad.BackColor = System.Drawing.Color.White; this.TbxCountFurSklad.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TbxCountFurSklad.Location = new System.Drawing.Point(655, 46); this.TbxCountFurSklad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.TbxCountFurSklad.Name = "TbxCountFurSklad"; this.TbxCountFurSklad.ReadOnly = true; this.TbxCountFurSklad.Size = new System.Drawing.Size(178, 32); this.TbxCountFurSklad.TabIndex = 15; // // TbxNameFur // this.TbxNameFur.BackColor = System.Drawing.Color.White; this.TbxNameFur.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.TbxNameFur.Location = new System.Drawing.Point(590, 10); this.TbxNameFur.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.TbxNameFur.Name = "TbxNameFur"; this.TbxNameFur.ReadOnly = true; this.TbxNameFur.Size = new System.Drawing.Size(243, 32); this.TbxNameFur.TabIndex = 13; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(451, 18); label5.Name = "label5"; label5.Size = new System.Drawing.Size(116, 24); label5.TabIndex = 12; label5.Text = "Название:"; // // LVFurnitura // this.LVFurnitura.Dock = System.Windows.Forms.DockStyle.Left; this.LVFurnitura.HideSelection = false; this.LVFurnitura.LargeImageList = this.ImageListFur; this.LVFurnitura.Location = new System.Drawing.Point(3, 2); this.LVFurnitura.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.LVFurnitura.Name = "LVFurnitura"; this.LVFurnitura.Size = new System.Drawing.Size(435, 307); this.LVFurnitura.TabIndex = 11; this.LVFurnitura.UseCompatibleStateImageBehavior = false; this.LVFurnitura.SelectedIndexChanged += new System.EventHandler(this.LVFurnitura_SelectedIndexChanged); // // panel1 // 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(6); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(919, 123); this.panel1.TabIndex = 54; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.label1.Font = new System.Drawing.Font("Arial", 25.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(146, 0); this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(773, 123); 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::garment_factory.Properties.Resources.fabric_logo; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(6); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(146, 123); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // FIO // this.FIO.AutoSize = true; this.FIO.Location = new System.Drawing.Point(12, 129); this.FIO.Name = "FIO"; this.FIO.Size = new System.Drawing.Size(69, 24); this.FIO.TabIndex = 55; this.FIO.Text = "label6"; // // fabrika2024DataSet // this.fabrika2024DataSet.DataSetName = "Fabrika2024DataSet"; this.fabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // usersBindingSource // this.usersBindingSource.DataMember = "Users"; this.usersBindingSource.DataSource = this.fabrika2024DataSet; // // usersTableAdapter // this.usersTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.CvetaTableAdapter = null; this.tableAdapterManager.FurnituraTableAdapter = null; this.tableAdapterManager.IzdelieTableAdapter = null; this.tableAdapterManager.OrdersTableAdapter = null; this.tableAdapterManager.RoleTableAdapter = null; this.tableAdapterManager.TkaniTableAdapter = null; this.tableAdapterManager.UpdateOrder = garment_factory.Fabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter; // // id_userLabel1 // this.id_userLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "Id_user", true)); this.id_userLabel1.Location = new System.Drawing.Point(814, 154); this.id_userLabel1.Name = "id_userLabel1"; this.id_userLabel1.Size = new System.Drawing.Size(379, 23); this.id_userLabel1.TabIndex = 57; this.id_userLabel1.Text = "label6"; this.id_userLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // Column1 // this.Column1.HeaderText = "Изделие"; this.Column1.MinimumWidth = 6; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 125; // // Column3 // this.Column3.HeaderText = "Ткань"; this.Column3.MinimumWidth = 6; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Width = 125; // // Column4 // this.Column4.HeaderText = "Фурнитура"; this.Column4.MinimumWidth = 6; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Width = 125; // // Column5 // this.Column5.HeaderText = "Кол-во фурнитуры"; this.Column5.MinimumWidth = 6; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Width = 140; // // Column2 // this.Column2.HeaderText = "Кол-во изделий"; this.Column2.MinimumWidth = 6; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 125; // // Column6 // this.Column6.HeaderText = "Заказчик"; this.Column6.MinimumWidth = 6; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Width = 125; // // Менеджер // this.Менеджер.HeaderText = "Менеджер"; this.Менеджер.Name = "Менеджер"; this.Менеджер.ReadOnly = true; this.Менеджер.Width = 130; // // ImageListTkani // this.ImageListTkani.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.ImageListTkani.ImageSize = new System.Drawing.Size(100, 100); this.ImageListTkani.TransparentColor = System.Drawing.Color.Transparent; // // ImageListFur // this.ImageListFur.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit; this.ImageListFur.ImageSize = new System.Drawing.Size(100, 100); this.ImageListFur.TransparentColor = System.Drawing.Color.Transparent; // // fKladovschik // this.AutoScaleDimensions = new System.Drawing.SizeF(13F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(919, 617); this.Controls.Add(this.id_userLabel1); this.Controls.Add(this.FIO); this.Controls.Add(this.panel1); this.Controls.Add(this.BtnSpisMaterial); this.Controls.Add(this.BtnGetMaterial); this.Controls.Add(this.BtnProfile); this.Controls.Add(this.tabControl1); this.Font = new System.Drawing.Font("Arial", 15.75F, System.Drawing.FontStyle.Bold); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.MaximizeBox = false; this.Name = "fKladovschik"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "СУБД \"Швейная фабрика\""; this.Load += new System.EventHandler(this.fKladovschik_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).EndInit(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fabrika2024DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button BtnSpisMaterial; private System.Windows.Forms.Button BtnGetMaterial; private System.Windows.Forms.Button BtnProfile; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.DataGridView DgvZakaz; private System.Windows.Forms.Button BtnSelect; private System.Windows.Forms.Button BtnAll; private System.Windows.Forms.RadioButton RbtCSV; private System.Windows.Forms.RadioButton RbtWord; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TextBox DescriptionTextBox; private System.Windows.Forms.TextBox LengthTextBox; private System.Windows.Forms.TextBox WidthTextBox; private System.Windows.Forms.TextBox ColorTextBox; private System.Windows.Forms.TextBox NametkanTextBox; private System.Windows.Forms.ListView LVTkani; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.TextBox TbxCountFurSklad; private System.Windows.Forms.TextBox TbxNameFur; private System.Windows.Forms.ListView LVFurnitura; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label FIO; private Fabrika2024DataSet fabrika2024DataSet; private Fabrika2024DataSetTableAdapters.UsersTableAdapter usersTableAdapter; private Fabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Менеджер; private System.Windows.Forms.Label id_userLabel1; private System.Windows.Forms.ImageList ImageListTkani; private System.Windows.Forms.ImageList ImageListFur; public System.Windows.Forms.BindingSource usersBindingSource; } }