namespace СУБД_Швейная_фабрика { partial class FormKladovschik { /// /// 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.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; this.label1 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); 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.OtchLabel = new System.Windows.Forms.Label(); this.NameLabel = new System.Windows.Forms.Label(); this.FamLabel = new System.Windows.Forms.Label(); this.BtnProfile = new System.Windows.Forms.Button(); this.BtnGetMaterial = new System.Windows.Forms.Button(); this.BtnSpisMaterial = 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.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.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.ImageListTkani = new System.Windows.Forms.ImageList(this.components); this.ImageListFur = new System.Windows.Forms.ImageList(this.components); 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.TbxCountFurSklad = new System.Windows.Forms.TextBox(); this.TbxNameFur = new System.Windows.Forms.TextBox(); this.LVFurnitura = new System.Windows.Forms.ListView(); 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.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).BeginInit(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // label1 // 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(380, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(348, 54); this.label1.TabIndex = 1; this.label1.Text = "Рабочее место кладовщика"; // // 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(1086, 130); this.panel1.TabIndex = 3; // // 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; // // OtchLabel // this.OtchLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "otch", true)); this.OtchLabel.Location = new System.Drawing.Point(12, 186); this.OtchLabel.Name = "OtchLabel"; this.OtchLabel.Size = new System.Drawing.Size(100, 23); this.OtchLabel.TabIndex = 9; this.OtchLabel.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, 163); this.NameLabel.Name = "NameLabel"; this.NameLabel.Size = new System.Drawing.Size(100, 23); this.NameLabel.TabIndex = 8; this.NameLabel.Text = "label2"; // // FamLabel // this.FamLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "fam", true)); this.FamLabel.Location = new System.Drawing.Point(12, 140); this.FamLabel.Name = "FamLabel"; this.FamLabel.Size = new System.Drawing.Size(100, 23); this.FamLabel.TabIndex = 7; this.FamLabel.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(144, 134); this.BtnProfile.Name = "BtnProfile"; this.BtnProfile.Size = new System.Drawing.Size(206, 28); this.BtnProfile.TabIndex = 10; this.BtnProfile.Text = "Профиль пользователя"; this.BtnProfile.UseVisualStyleBackColor = false; this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click); // // BtnGetMaterial // this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnGetMaterial.Location = new System.Drawing.Point(356, 134); this.BtnGetMaterial.Name = "BtnGetMaterial"; this.BtnGetMaterial.Size = new System.Drawing.Size(206, 28); this.BtnGetMaterial.TabIndex = 11; this.BtnGetMaterial.Text = "Принять материалы"; this.BtnGetMaterial.UseVisualStyleBackColor = false; this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click); // // BtnSpisMaterial // this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnSpisMaterial.Location = new System.Drawing.Point(568, 134); this.BtnSpisMaterial.Name = "BtnSpisMaterial"; this.BtnSpisMaterial.Size = new System.Drawing.Size(206, 28); this.BtnSpisMaterial.TabIndex = 12; this.BtnSpisMaterial.Text = "Списать материалы"; this.BtnSpisMaterial.UseVisualStyleBackColor = false; this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_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, 215); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(1086, 428); this.tabControl1.TabIndex = 13; // // tabPage1 // this.tabPage1.Controls.Add(this.DgvZakaz); this.tabPage1.Location = new System.Drawing.Point(4, 25); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(1078, 399); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Заказы"; this.tabPage1.UseVisualStyleBackColor = true; // // 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.Column7}); this.DgvZakaz.Location = new System.Drawing.Point(16, 16); this.DgvZakaz.Margin = new System.Windows.Forms.Padding(4); this.DgvZakaz.Name = "DgvZakaz"; this.DgvZakaz.ReadOnly = true; this.DgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; this.DgvZakaz.Size = new System.Drawing.Size(1014, 338); this.DgvZakaz.TabIndex = 9; // // 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; // // Column7 // this.Column7.HeaderText = "Заказчик"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; // // tabPage2 // this.tabPage2.Controls.Add(descriptionLabel); this.tabPage2.Controls.Add(this.DescriptionTextBox); this.tabPage2.Controls.Add(label2); this.tabPage2.Controls.Add(this.LengthTextBox); this.tabPage2.Controls.Add(label3); this.tabPage2.Controls.Add(this.WidthTextBox); this.tabPage2.Controls.Add(colorLabel); this.tabPage2.Controls.Add(this.ColorTextBox); this.tabPage2.Controls.Add(nametkanLabel); this.tabPage2.Controls.Add(this.NametkanTextBox); this.tabPage2.Controls.Add(this.LVTkani); this.tabPage2.Location = new System.Drawing.Point(4, 25); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(975, 399); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Ткани"; this.tabPage2.UseVisualStyleBackColor = true; // // tabPage3 // this.tabPage3.Controls.Add(label4); this.tabPage3.Controls.Add(this.TbxCountFurSklad); this.tabPage3.Controls.Add(label5); this.tabPage3.Controls.Add(this.TbxNameFur); this.tabPage3.Controls.Add(this.LVFurnitura); this.tabPage3.Location = new System.Drawing.Point(4, 25); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(1078, 399); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Фурнитура"; this.tabPage3.UseVisualStyleBackColor = true; // // 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; // // descriptionLabel // descriptionLabel.AutoSize = true; descriptionLabel.Location = new System.Drawing.Point(592, 180); descriptionLabel.Name = "descriptionLabel"; descriptionLabel.Size = new System.Drawing.Size(78, 17); descriptionLabel.TabIndex = 31; descriptionLabel.Text = "Описание:"; // // DescriptionTextBox // this.DescriptionTextBox.Location = new System.Drawing.Point(676, 177); this.DescriptionTextBox.Name = "DescriptionTextBox"; this.DescriptionTextBox.ReadOnly = true; this.DescriptionTextBox.Size = new System.Drawing.Size(144, 22); this.DescriptionTextBox.TabIndex = 32; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(615, 143); label2.Name = "label2"; label2.Size = new System.Drawing.Size(55, 17); label2.TabIndex = 29; label2.Text = "Длина:"; // // LengthTextBox // this.LengthTextBox.Location = new System.Drawing.Point(676, 140); this.LengthTextBox.Name = "LengthTextBox"; this.LengthTextBox.ReadOnly = true; this.LengthTextBox.Size = new System.Drawing.Size(144, 22); this.LengthTextBox.TabIndex = 30; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(607, 107); label3.Name = "label3"; label3.Size = new System.Drawing.Size(63, 17); label3.TabIndex = 27; label3.Text = "Ширина:"; // // WidthTextBox // this.WidthTextBox.Location = new System.Drawing.Point(676, 104); this.WidthTextBox.Name = "WidthTextBox"; this.WidthTextBox.ReadOnly = true; this.WidthTextBox.Size = new System.Drawing.Size(144, 22); this.WidthTextBox.TabIndex = 28; // // colorLabel // colorLabel.AutoSize = true; colorLabel.Location = new System.Drawing.Point(625, 68); colorLabel.Name = "colorLabel"; colorLabel.Size = new System.Drawing.Size(45, 17); colorLabel.TabIndex = 25; colorLabel.Text = "Цвет:"; // // ColorTextBox // this.ColorTextBox.Location = new System.Drawing.Point(676, 65); this.ColorTextBox.Name = "ColorTextBox"; this.ColorTextBox.ReadOnly = true; this.ColorTextBox.Size = new System.Drawing.Size(144, 22); this.ColorTextBox.TabIndex = 26; // // nametkanLabel // nametkanLabel.AutoSize = true; nametkanLabel.Location = new System.Drawing.Point(594, 29); nametkanLabel.Name = "nametkanLabel"; nametkanLabel.Size = new System.Drawing.Size(76, 17); nametkanLabel.TabIndex = 23; nametkanLabel.Text = "Название:"; // // NametkanTextBox // this.NametkanTextBox.Location = new System.Drawing.Point(676, 26); this.NametkanTextBox.Name = "NametkanTextBox"; this.NametkanTextBox.ReadOnly = true; this.NametkanTextBox.Size = new System.Drawing.Size(144, 22); this.NametkanTextBox.TabIndex = 24; // // 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, 3); this.LVTkani.Name = "LVTkani"; this.LVTkani.Size = new System.Drawing.Size(452, 393); this.LVTkani.TabIndex = 22; this.LVTkani.UseCompatibleStateImageBehavior = false; this.LVTkani.SelectedIndexChanged += new System.EventHandler(this.LVTkani_SelectedIndexChanged); // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(532, 109); label4.Name = "label4"; label4.Size = new System.Drawing.Size(127, 17); label4.TabIndex = 19; label4.Text = "Кол-во на складе:"; // // TbxCountFurSklad // this.TbxCountFurSklad.Location = new System.Drawing.Point(665, 109); this.TbxCountFurSklad.Name = "TbxCountFurSklad"; this.TbxCountFurSklad.ReadOnly = true; this.TbxCountFurSklad.Size = new System.Drawing.Size(144, 22); this.TbxCountFurSklad.TabIndex = 20; // // label5 // label5.AutoSize = true; label5.Location = new System.Drawing.Point(583, 73); label5.Name = "label5"; label5.Size = new System.Drawing.Size(76, 17); label5.TabIndex = 17; label5.Text = "Название:"; // // TbxNameFur // this.TbxNameFur.Location = new System.Drawing.Point(665, 70); this.TbxNameFur.Name = "TbxNameFur"; this.TbxNameFur.ReadOnly = true; this.TbxNameFur.Size = new System.Drawing.Size(144, 22); this.TbxNameFur.TabIndex = 18; // // 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, 3); this.LVFurnitura.Name = "LVFurnitura"; this.LVFurnitura.Size = new System.Drawing.Size(435, 393); this.LVFurnitura.TabIndex = 16; this.LVFurnitura.UseCompatibleStateImageBehavior = false; this.LVFurnitura.SelectedIndexChanged += new System.EventHandler(this.LVFurnitura_SelectedIndexChanged); // // FormKladovschik // 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(1086, 643); this.Controls.Add(this.tabControl1); this.Controls.Add(this.BtnSpisMaterial); this.Controls.Add(this.BtnGetMaterial); 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.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormKladovschik"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "СУБД \"Швейная фабрика\""; this.Load += new System.EventHandler(this.FormKladovschik_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.fab2021DataSet1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).EndInit(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Panel panel1; private fab2021DataSet fab2021DataSet1; public System.Windows.Forms.BindingSource BsUsers; private fab2021DataSetTableAdapters.UsersTableAdapter usersTableAdapter; private System.Windows.Forms.Label OtchLabel; private System.Windows.Forms.Label NameLabel; private System.Windows.Forms.Label FamLabel; private System.Windows.Forms.Button BtnProfile; private System.Windows.Forms.Button BtnGetMaterial; private System.Windows.Forms.Button BtnSpisMaterial; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.TabPage tabPage3; 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.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.ImageList ImageListTkani; private System.Windows.Forms.ImageList ImageListFur; 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.TextBox TbxCountFurSklad; private System.Windows.Forms.TextBox TbxNameFur; private System.Windows.Forms.ListView LVFurnitura; } }