namespace Фабрика { partial class FAddZakaz { /// /// 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 lengthLabel; System.Windows.Forms.Label widthLabel; System.Windows.Forms.Label colorLabel; System.Windows.Forms.Label nametkanLabel; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.Windows.Forms.Label label4; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FAddZakaz)); this.BtnCancel = new System.Windows.Forms.Button(); this.BtnOK = new System.Windows.Forms.Button(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.label5 = new System.Windows.Forms.Label(); this.TbxCountIzd = new System.Windows.Forms.TextBox(); 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.TbxCountFur = new System.Windows.Forms.TextBox(); 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.dbFabrika2024DataSet = new Фабрика.dbFabrika2024DataSet(); this.izdelieBindingSource = new System.Windows.Forms.BindingSource(this.components); this.izdelieTableAdapter = new Фабрика.dbFabrika2024DataSetTableAdapters.IzdelieTableAdapter(); this.tableAdapterManager = new Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager(); this.id_izdelieLabel1 = new System.Windows.Forms.Label(); this.DgvIzd = new System.Windows.Forms.DataGridView(); this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ImageListFur = new System.Windows.Forms.ImageList(this.components); this.imageListTkani = new System.Windows.Forms.ImageList(this.components); descriptionLabel = new System.Windows.Forms.Label(); lengthLabel = new System.Windows.Forms.Label(); widthLabel = new System.Windows.Forms.Label(); colorLabel = new System.Windows.Forms.Label(); nametkanLabel = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); label4 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dbFabrika2024DataSet)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).BeginInit(); this.SuspendLayout(); // // BtnCancel // this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.BtnCancel.Location = new System.Drawing.Point(221, 483); this.BtnCancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.BtnCancel.Name = "BtnCancel"; this.BtnCancel.Size = new System.Drawing.Size(177, 28); this.BtnCancel.TabIndex = 24; this.BtnCancel.Text = "Отменить"; this.BtnCancel.UseVisualStyleBackColor = false; // // BtnOK // this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26))))); this.BtnOK.Location = new System.Drawing.Point(16, 483); this.BtnOK.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.BtnOK.Name = "BtnOK"; this.BtnOK.Size = new System.Drawing.Size(199, 28); this.BtnOK.TabIndex = 23; this.BtnOK.Text = "Сформировать заказ"; this.BtnOK.UseVisualStyleBackColor = false; this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click); // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(12, 134); 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(763, 345); this.tabControl1.TabIndex = 22; // // tabPage1 // this.tabPage1.AutoScroll = true; this.tabPage1.Controls.Add(this.DgvIzd); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.TbxCountIzd); this.tabPage1.Location = new System.Drawing.Point(4, 25); 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(755, 316); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "Изделие"; this.tabPage1.UseVisualStyleBackColor = true; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(7, 231); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(221, 16); this.label5.TabIndex = 2; this.label5.Text = "Введите кол-во изделий для заказа"; // // TbxCountIzd // this.TbxCountIzd.Location = new System.Drawing.Point(7, 255); this.TbxCountIzd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.TbxCountIzd.Name = "TbxCountIzd"; this.TbxCountIzd.Size = new System.Drawing.Size(100, 22); this.TbxCountIzd.TabIndex = 1; // // tabPage2 // this.tabPage2.Controls.Add(descriptionLabel); this.tabPage2.Controls.Add(this.DescriptionTextBox); this.tabPage2.Controls.Add(lengthLabel); this.tabPage2.Controls.Add(this.LengthTextBox); this.tabPage2.Controls.Add(widthLabel); 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.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(755, 316); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "Ткань"; this.tabPage2.UseVisualStyleBackColor = true; // // descriptionLabel // descriptionLabel.AutoSize = true; descriptionLabel.Location = new System.Drawing.Point(504, 176); descriptionLabel.Name = "descriptionLabel"; descriptionLabel.Size = new System.Drawing.Size(70, 16); descriptionLabel.TabIndex = 9; descriptionLabel.Text = "Описание:"; // // DescriptionTextBox // this.DescriptionTextBox.Location = new System.Drawing.Point(588, 174); 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(144, 22); this.DescriptionTextBox.TabIndex = 10; // // lengthLabel // lengthLabel.AutoSize = true; lengthLabel.Location = new System.Drawing.Point(527, 139); lengthLabel.Name = "lengthLabel"; lengthLabel.Size = new System.Drawing.Size(48, 16); lengthLabel.TabIndex = 7; lengthLabel.Text = "Длина:"; // // LengthTextBox // this.LengthTextBox.Location = new System.Drawing.Point(588, 135); 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(144, 22); this.LengthTextBox.TabIndex = 8; // // widthLabel // widthLabel.AutoSize = true; widthLabel.Location = new System.Drawing.Point(519, 103); widthLabel.Name = "widthLabel"; widthLabel.Size = new System.Drawing.Size(57, 16); widthLabel.TabIndex = 5; widthLabel.Text = "Ширина:"; // // WidthTextBox // this.WidthTextBox.Location = new System.Drawing.Point(588, 100); 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(144, 22); this.WidthTextBox.TabIndex = 6; // // colorLabel // colorLabel.AutoSize = true; colorLabel.Location = new System.Drawing.Point(537, 64); colorLabel.Name = "colorLabel"; colorLabel.Size = new System.Drawing.Size(40, 16); colorLabel.TabIndex = 3; colorLabel.Text = "Цвет:"; // // ColorTextBox // this.ColorTextBox.Location = new System.Drawing.Point(588, 62); 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(144, 22); this.ColorTextBox.TabIndex = 4; // // nametkanLabel // nametkanLabel.AutoSize = true; nametkanLabel.Location = new System.Drawing.Point(507, 25); nametkanLabel.Name = "nametkanLabel"; nametkanLabel.Size = new System.Drawing.Size(68, 16); nametkanLabel.TabIndex = 1; nametkanLabel.Text = "Название:"; // // NametkanTextBox // this.NametkanTextBox.Location = new System.Drawing.Point(588, 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(144, 22); this.NametkanTextBox.TabIndex = 2; // // 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, 312); this.LVTkani.TabIndex = 0; this.LVTkani.UseCompatibleStateImageBehavior = false; this.LVTkani.SelectedIndexChanged += new System.EventHandler(this.LVTkani_SelectedIndexChanged); // // tabPage3 // this.tabPage3.Controls.Add(label2); this.tabPage3.Controls.Add(this.TbxCountFur); this.tabPage3.Controls.Add(label3); this.tabPage3.Controls.Add(this.TbxCountFurSklad); this.tabPage3.Controls.Add(label4); this.tabPage3.Controls.Add(this.TbxNameFur); this.tabPage3.Controls.Add(this.LVFurnitura); this.tabPage3.Location = new System.Drawing.Point(4, 25); 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(755, 316); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "Фурнитура"; this.tabPage3.UseVisualStyleBackColor = true; // // label2 // label2.AutoSize = true; label2.Location = new System.Drawing.Point(464, 135); label2.Name = "label2"; label2.Size = new System.Drawing.Size(240, 16); label2.TabIndex = 11; label2.Text = "Укажите кол-во фурнитур для изделия:"; // // TbxCountFur // this.TbxCountFur.Location = new System.Drawing.Point(589, 155); this.TbxCountFur.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.TbxCountFur.Name = "TbxCountFur"; this.TbxCountFur.Size = new System.Drawing.Size(144, 22); this.TbxCountFur.TabIndex = 12; // // label3 // label3.AutoSize = true; label3.Location = new System.Drawing.Point(457, 58); label3.Name = "label3"; label3.Size = new System.Drawing.Size(115, 16); label3.TabIndex = 9; label3.Text = "Кол-во на складе:"; // // TbxCountFurSklad // this.TbxCountFurSklad.Location = new System.Drawing.Point(589, 58); 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(144, 22); this.TbxCountFurSklad.TabIndex = 10; // // label4 // label4.AutoSize = true; label4.Location = new System.Drawing.Point(508, 22); label4.Name = "label4"; label4.Size = new System.Drawing.Size(68, 16); label4.TabIndex = 7; label4.Text = "Название:"; // // TbxNameFur // this.TbxNameFur.Location = new System.Drawing.Point(589, 18); 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(144, 22); this.TbxNameFur.TabIndex = 8; // // 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, 312); this.LVFurnitura.TabIndex = 0; this.LVFurnitura.UseCompatibleStateImageBehavior = false; this.LVFurnitura.SelectedIndexChanged += new System.EventHandler(this.LVFurnitura_SelectedIndexChanged); // // 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(780, 130); this.panel1.TabIndex = 21; // // 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(182, 44); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(351, 54); 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.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(176, 130); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // dbFabrika2024DataSet // this.dbFabrika2024DataSet.DataSetName = "dbFabrika2024DataSet"; this.dbFabrika2024DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema; // // izdelieBindingSource // this.izdelieBindingSource.DataMember = "Izdelie"; this.izdelieBindingSource.DataSource = this.dbFabrika2024DataSet; // // izdelieTableAdapter // this.izdelieTableAdapter.ClearBeforeFill = true; // // tableAdapterManager // this.tableAdapterManager.BackupDataSetBeforeUpdate = false; this.tableAdapterManager.CvetaTableAdapter = null; this.tableAdapterManager.FurnituraTableAdapter = null; this.tableAdapterManager.IzdelieTableAdapter = this.izdelieTableAdapter; this.tableAdapterManager.OrdersTableAdapter = null; this.tableAdapterManager.RoleTableAdapter = null; this.tableAdapterManager.TkaniTableAdapter = null; this.tableAdapterManager.UpdateOrder = Фабрика.dbFabrika2024DataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete; this.tableAdapterManager.UsersTableAdapter = null; // // id_izdelieLabel1 // this.id_izdelieLabel1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.izdelieBindingSource, "id_izdelie", true)); this.id_izdelieLabel1.Location = new System.Drawing.Point(866, 171); this.id_izdelieLabel1.Name = "id_izdelieLabel1"; this.id_izdelieLabel1.Size = new System.Drawing.Size(100, 23); this.id_izdelieLabel1.TabIndex = 27; this.id_izdelieLabel1.Text = "label6"; // // DgvIzd // this.DgvIzd.AllowUserToAddRows = false; this.DgvIzd.AllowUserToDeleteRows = false; this.DgvIzd.AutoGenerateColumns = false; this.DgvIzd.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.DgvIzd.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.dataGridViewTextBoxColumn2, this.dataGridViewTextBoxColumn3, this.dataGridViewTextBoxColumn4}); this.DgvIzd.DataSource = this.izdelieBindingSource; this.DgvIzd.Location = new System.Drawing.Point(7, 5); this.DgvIzd.Name = "DgvIzd"; this.DgvIzd.ReadOnly = true; this.DgvIzd.RowHeadersVisible = false; this.DgvIzd.Size = new System.Drawing.Size(318, 220); this.DgvIzd.TabIndex = 2; // // dataGridViewTextBoxColumn2 // this.dataGridViewTextBoxColumn2.DataPropertyName = "Name_izd"; this.dataGridViewTextBoxColumn2.HeaderText = "Название"; this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2"; this.dataGridViewTextBoxColumn2.ReadOnly = true; // // dataGridViewTextBoxColumn3 // this.dataGridViewTextBoxColumn3.DataPropertyName = "length"; this.dataGridViewTextBoxColumn3.HeaderText = "Длина"; this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3"; this.dataGridViewTextBoxColumn3.ReadOnly = true; // // dataGridViewTextBoxColumn4 // this.dataGridViewTextBoxColumn4.DataPropertyName = "width"; this.dataGridViewTextBoxColumn4.HeaderText = "Ширина"; this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4"; this.dataGridViewTextBoxColumn4.ReadOnly = true; // // 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; // // 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; // // FAddZakaz // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(780, 515); this.Controls.Add(this.id_izdelieLabel1); this.Controls.Add(this.BtnCancel); this.Controls.Add(this.BtnOK); this.Controls.Add(this.tabControl1); this.Controls.Add(this.panel1); this.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "FAddZakaz"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "СУБД \"Швейная фабрика\""; this.Load += new System.EventHandler(this.FAddZakaz_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); 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.dbFabrika2024DataSet)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button BtnCancel; private System.Windows.Forms.Button BtnOK; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox TbxCountIzd; 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 TbxCountFur; 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 dbFabrika2024DataSet dbFabrika2024DataSet; private System.Windows.Forms.BindingSource izdelieBindingSource; private dbFabrika2024DataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter; private dbFabrika2024DataSetTableAdapters.TableAdapterManager tableAdapterManager; private System.Windows.Forms.DataGridView DgvIzd; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4; private System.Windows.Forms.Label id_izdelieLabel1; private System.Windows.Forms.ImageList imageListTkani; private System.Windows.Forms.ImageList ImageListFur; } }