namespace garment_factory
{
partial class fGetMaterial
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fGetMaterial));
this.BtnCancel = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.Tkan1 = new System.Windows.Forms.ComboBox();
this.BtnDelTkan = new System.Windows.Forms.Button();
this.DgvTkani = 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.BtnAddTkan = new System.Windows.Forms.Button();
this.BtnClearPhotoTkan = new System.Windows.Forms.Button();
this.BtnLoadPhotoTkan = new System.Windows.Forms.Button();
this.PbxPhotoTkan = new System.Windows.Forms.PictureBox();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.TbxDescriptionTkan = new System.Windows.Forms.TextBox();
this.TbxLengthTkan = new System.Windows.Forms.TextBox();
this.TbxWidthTkan = new System.Windows.Forms.TextBox();
this.TbxNameTkan = new System.Windows.Forms.TextBox();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label7 = new System.Windows.Forms.Label();
this.tbxCount = new System.Windows.Forms.TextBox();
this.DelFurnit = new System.Windows.Forms.Button();
this.dgvFur = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ClmnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.AddFurnitura = new System.Windows.Forms.Button();
this.btndelPhotofurnit = new System.Windows.Forms.Button();
this.btnaddPhotofurnit = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label11 = new System.Windows.Forms.Label();
this.tbxNameFur = new System.Windows.Forms.TextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.BtnOK = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.TbxColorTkan = new System.Windows.Forms.TextBox();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.PbxPhotoTkan)).BeginInit();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvFur)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// BtnCancel
//
this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.BtnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnCancel.Location = new System.Drawing.Point(727, 601);
this.BtnCancel.Name = "BtnCancel";
this.BtnCancel.Size = new System.Drawing.Size(113, 38);
this.BtnCancel.TabIndex = 25;
this.BtnCancel.Text = "Отмена";
this.BtnCancel.UseVisualStyleBackColor = false;
this.BtnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Location = new System.Drawing.Point(12, 112);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(840, 483);
this.tabControl1.TabIndex = 23;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.Tkan1);
this.tabPage1.Controls.Add(this.BtnDelTkan);
this.tabPage1.Controls.Add(this.DgvTkani);
this.tabPage1.Controls.Add(this.BtnAddTkan);
this.tabPage1.Controls.Add(this.BtnClearPhotoTkan);
this.tabPage1.Controls.Add(this.BtnLoadPhotoTkan);
this.tabPage1.Controls.Add(this.PbxPhotoTkan);
this.tabPage1.Controls.Add(this.label6);
this.tabPage1.Controls.Add(this.label5);
this.tabPage1.Controls.Add(this.label4);
this.tabPage1.Controls.Add(this.label3);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.TbxDescriptionTkan);
this.tabPage1.Controls.Add(this.TbxLengthTkan);
this.tabPage1.Controls.Add(this.TbxWidthTkan);
this.tabPage1.Controls.Add(this.TbxNameTkan);
this.tabPage1.Location = new System.Drawing.Point(4, 33);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(832, 446);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Добавить в документ ткани";
this.tabPage1.UseVisualStyleBackColor = true;
//
// Tkan1
//
this.Tkan1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.Tkan1.FormattingEnabled = true;
this.Tkan1.Items.AddRange(new object[] {
"Ткань Шарлотта\t",
"Тюль Семечки",
"Тюль Классика",
"Тюль Ажур",
"Тюль Ветки",
"Тюль Вензель",
"Тюль Пузырьки",
"Тюль Ветка",
"Ткань Эмили",
"Ткань Робина",
"Ткань Амор",
"Ткань Шалимар",
"Тюль Балу",
"Ткань Жаккард",
"Ткань Цветы",
"Ткань Завитки"});
this.Tkan1.Location = new System.Drawing.Point(126, 124);
this.Tkan1.Name = "Tkan1";
this.Tkan1.Size = new System.Drawing.Size(286, 32);
this.Tkan1.TabIndex = 17;
//
// BtnDelTkan
//
this.BtnDelTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.BtnDelTkan.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnDelTkan.Location = new System.Drawing.Point(503, 200);
this.BtnDelTkan.Name = "BtnDelTkan";
this.BtnDelTkan.Size = new System.Drawing.Size(321, 38);
this.BtnDelTkan.TabIndex = 15;
this.BtnDelTkan.Text = "Удалить выделенную ткань";
this.BtnDelTkan.UseVisualStyleBackColor = false;
this.BtnDelTkan.Click += new System.EventHandler(this.BtnDelTkan_Click);
//
// DgvTkani
//
this.DgvTkani.AllowUserToAddRows = false;
this.DgvTkani.AllowUserToDeleteRows = false;
this.DgvTkani.BackgroundColor = System.Drawing.Color.White;
this.DgvTkani.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.DgvTkani.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.Column1,
this.Column2,
this.Column3,
this.Column4,
this.Column5});
this.DgvTkani.GridColor = System.Drawing.SystemColors.ControlDarkDark;
this.DgvTkani.Location = new System.Drawing.Point(8, 244);
this.DgvTkani.MultiSelect = false;
this.DgvTkani.Name = "DgvTkani";
this.DgvTkani.ReadOnly = true;
this.DgvTkani.RowHeadersVisible = false;
this.DgvTkani.RowHeadersWidth = 51;
this.DgvTkani.RowTemplate.Height = 24;
this.DgvTkani.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.DgvTkani.Size = new System.Drawing.Size(816, 191);
this.DgvTkani.TabIndex = 14;
//
// Column1
//
this.Column1.HeaderText = "Название";
this.Column1.MinimumWidth = 6;
this.Column1.Name = "Column1";
this.Column1.ReadOnly = true;
this.Column1.Width = 150;
//
// Column2
//
this.Column2.HeaderText = "Цвет";
this.Column2.MinimumWidth = 6;
this.Column2.Name = "Column2";
this.Column2.ReadOnly = true;
this.Column2.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 = 200;
//
// BtnAddTkan
//
this.BtnAddTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.BtnAddTkan.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnAddTkan.Location = new System.Drawing.Point(8, 200);
this.BtnAddTkan.Name = "BtnAddTkan";
this.BtnAddTkan.Size = new System.Drawing.Size(311, 38);
this.BtnAddTkan.TabIndex = 13;
this.BtnAddTkan.Text = "Добавить ткань в таблицу";
this.BtnAddTkan.UseVisualStyleBackColor = false;
this.BtnAddTkan.Click += new System.EventHandler(this.BtnAddTkan_Click);
//
// BtnClearPhotoTkan
//
this.BtnClearPhotoTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.BtnClearPhotoTkan.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnClearPhotoTkan.Location = new System.Drawing.Point(624, 57);
this.BtnClearPhotoTkan.Name = "BtnClearPhotoTkan";
this.BtnClearPhotoTkan.Size = new System.Drawing.Size(200, 41);
this.BtnClearPhotoTkan.TabIndex = 12;
this.BtnClearPhotoTkan.Text = "Очистить фото";
this.BtnClearPhotoTkan.UseVisualStyleBackColor = false;
this.BtnClearPhotoTkan.Click += new System.EventHandler(this.BtnClearPhotoTkan_Click);
//
// BtnLoadPhotoTkan
//
this.BtnLoadPhotoTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.BtnLoadPhotoTkan.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnLoadPhotoTkan.Location = new System.Drawing.Point(624, 10);
this.BtnLoadPhotoTkan.Name = "BtnLoadPhotoTkan";
this.BtnLoadPhotoTkan.Size = new System.Drawing.Size(200, 41);
this.BtnLoadPhotoTkan.TabIndex = 11;
this.BtnLoadPhotoTkan.Text = "Загрузить фото";
this.BtnLoadPhotoTkan.UseVisualStyleBackColor = false;
this.BtnLoadPhotoTkan.Click += new System.EventHandler(this.BtnLoadPhotoTkan_Click);
//
// PbxPhotoTkan
//
this.PbxPhotoTkan.Location = new System.Drawing.Point(418, 10);
this.PbxPhotoTkan.Name = "PbxPhotoTkan";
this.PbxPhotoTkan.Size = new System.Drawing.Size(200, 184);
this.PbxPhotoTkan.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.PbxPhotoTkan.TabIndex = 10;
this.PbxPhotoTkan.TabStop = false;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(4, 170);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(121, 24);
this.label6.TabIndex = 9;
this.label6.Text = "Описание:";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 132);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(66, 24);
this.label5.TabIndex = 8;
this.label5.Text = "Цвет:";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(4, 94);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(83, 24);
this.label4.TabIndex = 7;
this.label4.Text = "Длина:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(102, 24);
this.label3.TabIndex = 6;
this.label3.Text = "Ширина:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(4, 18);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(116, 24);
this.label2.TabIndex = 5;
this.label2.Text = "Название:";
//
// TbxDescriptionTkan
//
this.TbxDescriptionTkan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TbxDescriptionTkan.Location = new System.Drawing.Point(126, 162);
this.TbxDescriptionTkan.Name = "TbxDescriptionTkan";
this.TbxDescriptionTkan.Size = new System.Drawing.Size(286, 32);
this.TbxDescriptionTkan.TabIndex = 4;
//
// TbxLengthTkan
//
this.TbxLengthTkan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TbxLengthTkan.Location = new System.Drawing.Point(126, 86);
this.TbxLengthTkan.Name = "TbxLengthTkan";
this.TbxLengthTkan.Size = new System.Drawing.Size(286, 32);
this.TbxLengthTkan.TabIndex = 2;
//
// TbxWidthTkan
//
this.TbxWidthTkan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TbxWidthTkan.Location = new System.Drawing.Point(126, 48);
this.TbxWidthTkan.Name = "TbxWidthTkan";
this.TbxWidthTkan.Size = new System.Drawing.Size(286, 32);
this.TbxWidthTkan.TabIndex = 1;
//
// TbxNameTkan
//
this.TbxNameTkan.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TbxNameTkan.Location = new System.Drawing.Point(126, 10);
this.TbxNameTkan.Name = "TbxNameTkan";
this.TbxNameTkan.Size = new System.Drawing.Size(286, 32);
this.TbxNameTkan.TabIndex = 0;
//
// tabPage2
//
this.tabPage2.Controls.Add(this.label7);
this.tabPage2.Controls.Add(this.tbxCount);
this.tabPage2.Controls.Add(this.DelFurnit);
this.tabPage2.Controls.Add(this.dgvFur);
this.tabPage2.Controls.Add(this.AddFurnitura);
this.tabPage2.Controls.Add(this.btndelPhotofurnit);
this.tabPage2.Controls.Add(this.btnaddPhotofurnit);
this.tabPage2.Controls.Add(this.pictureBox2);
this.tabPage2.Controls.Add(this.label11);
this.tabPage2.Controls.Add(this.tbxNameFur);
this.tabPage2.Location = new System.Drawing.Point(4, 33);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(832, 446);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Добавить в документ фурнитуру";
this.tabPage2.UseVisualStyleBackColor = true;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(10, 58);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(139, 24);
this.label7.TabIndex = 33;
this.label7.Text = "Количество:";
//
// tbxCount
//
this.tbxCount.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxCount.Location = new System.Drawing.Point(154, 50);
this.tbxCount.Name = "tbxCount";
this.tbxCount.Size = new System.Drawing.Size(286, 32);
this.tbxCount.TabIndex = 32;
//
// DelFurnit
//
this.DelFurnit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.DelFurnit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.DelFurnit.Location = new System.Drawing.Point(14, 134);
this.DelFurnit.Name = "DelFurnit";
this.DelFurnit.Size = new System.Drawing.Size(379, 41);
this.DelFurnit.TabIndex = 31;
this.DelFurnit.Text = "Удалить выделенную фурнитуру ";
this.DelFurnit.UseVisualStyleBackColor = false;
this.DelFurnit.Click += new System.EventHandler(this.DelFurnit_Click);
//
// dgvFur
//
this.dgvFur.AllowUserToAddRows = false;
this.dgvFur.AllowUserToDeleteRows = false;
this.dgvFur.BackgroundColor = System.Drawing.Color.White;
this.dgvFur.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dgvFur.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.dataGridViewTextBoxColumn1,
this.ClmnCount});
this.dgvFur.Location = new System.Drawing.Point(16, 206);
this.dgvFur.MultiSelect = false;
this.dgvFur.Name = "dgvFur";
this.dgvFur.ReadOnly = true;
this.dgvFur.RowHeadersVisible = false;
this.dgvFur.RowHeadersWidth = 51;
this.dgvFur.RowTemplate.Height = 24;
this.dgvFur.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dgvFur.Size = new System.Drawing.Size(377, 207);
this.dgvFur.TabIndex = 30;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.HeaderText = "Название";
this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Width = 200;
//
// ClmnCount
//
this.ClmnCount.HeaderText = "Количество";
this.ClmnCount.MinimumWidth = 6;
this.ClmnCount.Name = "ClmnCount";
this.ClmnCount.ReadOnly = true;
this.ClmnCount.Width = 150;
//
// AddFurnitura
//
this.AddFurnitura.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.AddFurnitura.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.AddFurnitura.Location = new System.Drawing.Point(14, 88);
this.AddFurnitura.Name = "AddFurnitura";
this.AddFurnitura.Size = new System.Drawing.Size(247, 40);
this.AddFurnitura.TabIndex = 29;
this.AddFurnitura.Text = "Добавить фурнитуру";
this.AddFurnitura.UseVisualStyleBackColor = false;
this.AddFurnitura.Click += new System.EventHandler(this.AddFurnitura_Click);
//
// btndelPhotofurnit
//
this.btndelPhotofurnit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.btndelPhotofurnit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btndelPhotofurnit.Location = new System.Drawing.Point(595, 118);
this.btndelPhotofurnit.Name = "btndelPhotofurnit";
this.btndelPhotofurnit.Size = new System.Drawing.Size(186, 60);
this.btndelPhotofurnit.TabIndex = 28;
this.btndelPhotofurnit.Text = "Очистить фото";
this.btndelPhotofurnit.UseVisualStyleBackColor = false;
this.btndelPhotofurnit.Click += new System.EventHandler(this.btndelPhotofurnit_Click);
//
// btnaddPhotofurnit
//
this.btnaddPhotofurnit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.btnaddPhotofurnit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnaddPhotofurnit.Location = new System.Drawing.Point(595, 12);
this.btnaddPhotofurnit.Name = "btnaddPhotofurnit";
this.btnaddPhotofurnit.Size = new System.Drawing.Size(186, 60);
this.btnaddPhotofurnit.TabIndex = 27;
this.btnaddPhotofurnit.Text = "Загрузить фото";
this.btnaddPhotofurnit.UseVisualStyleBackColor = false;
this.btnaddPhotofurnit.Click += new System.EventHandler(this.btnaddPhotofurnit_Click);
//
// pictureBox2
//
this.pictureBox2.Location = new System.Drawing.Point(446, 12);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(143, 166);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 26;
this.pictureBox2.TabStop = false;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(10, 20);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(116, 24);
this.label11.TabIndex = 21;
this.label11.Text = "Название:";
//
// tbxNameFur
//
this.tbxNameFur.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxNameFur.Location = new System.Drawing.Point(154, 12);
this.tbxNameFur.Name = "tbxNameFur";
this.tbxNameFur.Size = new System.Drawing.Size(286, 32);
this.tbxNameFur.TabIndex = 16;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
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(860, 106);
this.panel1.TabIndex = 22;
//
// 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);
this.label1.Location = new System.Drawing.Point(128, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(738, 106);
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.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(133, 106);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// BtnOK
//
this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
this.BtnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.BtnOK.Location = new System.Drawing.Point(16, 601);
this.BtnOK.Name = "BtnOK";
this.BtnOK.Size = new System.Drawing.Size(319, 38);
this.BtnOK.TabIndex = 24;
this.BtnOK.Text = "Принять документ к учету";
this.BtnOK.UseVisualStyleBackColor = false;
this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// TbxColorTkan
//
this.TbxColorTkan.Location = new System.Drawing.Point(1027, 269);
this.TbxColorTkan.Name = "TbxColorTkan";
this.TbxColorTkan.Size = new System.Drawing.Size(100, 32);
this.TbxColorTkan.TabIndex = 26;
//
// fGetMaterial
//
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(860, 649);
this.Controls.Add(this.TbxColorTkan);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.BtnOK);
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);
this.MaximizeBox = false;
this.Name = "fGetMaterial";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "СУБД \"Швейная фабрика\"";
this.Load += new System.EventHandler(this.fGetMaterial_Load);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.PbxPhotoTkan)).EndInit();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvFur)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button BtnCancel;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Button BtnDelTkan;
private System.Windows.Forms.DataGridView DgvTkani;
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.Button BtnAddTkan;
private System.Windows.Forms.Button BtnClearPhotoTkan;
private System.Windows.Forms.Button BtnLoadPhotoTkan;
private System.Windows.Forms.PictureBox PbxPhotoTkan;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox TbxDescriptionTkan;
private System.Windows.Forms.TextBox TbxLengthTkan;
private System.Windows.Forms.TextBox TbxWidthTkan;
private System.Windows.Forms.TextBox TbxNameTkan;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tbxCount;
private System.Windows.Forms.Button DelFurnit;
private System.Windows.Forms.DataGridView dgvFur;
private System.Windows.Forms.Button AddFurnitura;
private System.Windows.Forms.Button btndelPhotofurnit;
private System.Windows.Forms.Button btnaddPhotofurnit;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox tbxNameFur;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button BtnOK;
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
private System.Windows.Forms.DataGridViewTextBoxColumn ClmnCount;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.ComboBox Tkan1;
private System.Windows.Forms.TextBox TbxColorTkan;
}
}