123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575 |
- namespace СУБД_Фабрика
- {
- partial class FormGetMaterial
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGetMaterial));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.BtnDelTkan = new System.Windows.Forms.Button();
- this.DgvTkan = 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.BtnLoadPhoto = new System.Windows.Forms.Button();
- this.BtnClearPhoto = new System.Windows.Forms.Button();
- this.TbxLengthTkan = new System.Windows.Forms.TextBox();
- this.TbxCommentTkan = new System.Windows.Forms.TextBox();
- this.TbxColorTkan = new System.Windows.Forms.TextBox();
- this.TbxWidthTkan = new System.Windows.Forms.TextBox();
- this.TbxTitleTkan = new System.Windows.Forms.TextBox();
- 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.tabPage2 = new System.Windows.Forms.TabPage();
- this.BtnOK = new System.Windows.Forms.Button();
- this.BtnCancel = new System.Windows.Forms.Button();
- this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.TbxTitleFur = new System.Windows.Forms.TextBox();
- this.TbxCountFur = new System.Windows.Forms.TextBox();
- this.BtnSavePhotoFurn = new System.Windows.Forms.Button();
- this.BtnClearPhotoFurn = new System.Windows.Forms.Button();
- this.BtnAddFur = new System.Windows.Forms.Button();
- this.BtnDelFur = new System.Windows.Forms.Button();
- this.DgvFurn = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.PbxPhotoTkan = new System.Windows.Forms.PictureBox();
- this.PbxPhotoFurn = new System.Windows.Forms.PictureBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
- this.tabPage2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgvFurn)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PbxPhotoTkan)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.PbxPhotoFurn)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(4);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(736, 91);
- this.panel1.TabIndex = 1;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(119, 38);
- this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(222, 23);
- this.label1.TabIndex = 1;
- this.label1.Text = "Получить материал на склад";
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(12, 120);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(712, 412);
- this.tabControl1.TabIndex = 2;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.BtnDelTkan);
- this.tabPage1.Controls.Add(this.DgvTkan);
- this.tabPage1.Controls.Add(this.BtnAddTkan);
- this.tabPage1.Controls.Add(this.BtnLoadPhoto);
- this.tabPage1.Controls.Add(this.BtnClearPhoto);
- this.tabPage1.Controls.Add(this.PbxPhotoTkan);
- this.tabPage1.Controls.Add(this.TbxLengthTkan);
- this.tabPage1.Controls.Add(this.TbxCommentTkan);
- this.tabPage1.Controls.Add(this.TbxColorTkan);
- this.tabPage1.Controls.Add(this.TbxWidthTkan);
- this.tabPage1.Controls.Add(this.TbxTitleTkan);
- 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.Location = new System.Drawing.Point(4, 29);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(704, 379);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Добавить ткани";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // BtnDelTkan
- //
- this.BtnDelTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnDelTkan.Location = new System.Drawing.Point(58, 340);
- this.BtnDelTkan.Name = "BtnDelTkan";
- this.BtnDelTkan.Size = new System.Drawing.Size(192, 31);
- this.BtnDelTkan.TabIndex = 40;
- this.BtnDelTkan.Text = "Удалить выделенную ткань из документа";
- this.BtnDelTkan.UseVisualStyleBackColor = false;
- this.BtnDelTkan.Click += new System.EventHandler(this.BtnDelTkan_Click);
- //
- // DgvTkan
- //
- this.DgvTkan.AllowUserToAddRows = false;
- this.DgvTkan.AllowUserToDeleteRows = false;
- this.DgvTkan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvTkan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3,
- this.Column4,
- this.Column5});
- this.DgvTkan.Location = new System.Drawing.Point(58, 170);
- this.DgvTkan.MultiSelect = false;
- this.DgvTkan.Name = "DgvTkan";
- this.DgvTkan.ReadOnly = true;
- this.DgvTkan.RowHeadersVisible = false;
- this.DgvTkan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvTkan.Size = new System.Drawing.Size(608, 164);
- this.DgvTkan.TabIndex = 39;
- //
- // Column1
- //
- this.Column1.HeaderText = "Название";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- this.Column1.Width = 150;
- //
- // 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;
- this.Column5.Width = 150;
- //
- // BtnAddTkan
- //
- this.BtnAddTkan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnAddTkan.Location = new System.Drawing.Point(28, 133);
- this.BtnAddTkan.Name = "BtnAddTkan";
- this.BtnAddTkan.Size = new System.Drawing.Size(192, 31);
- this.BtnAddTkan.TabIndex = 38;
- this.BtnAddTkan.Text = "Добавить ткань в документ";
- this.BtnAddTkan.UseVisualStyleBackColor = false;
- this.BtnAddTkan.Click += new System.EventHandler(this.BtnAddTkan_Click);
- //
- // BtnLoadPhoto
- //
- this.BtnLoadPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnLoadPhoto.Location = new System.Drawing.Point(545, 11);
- this.BtnLoadPhoto.Name = "BtnLoadPhoto";
- this.BtnLoadPhoto.Size = new System.Drawing.Size(135, 31);
- this.BtnLoadPhoto.TabIndex = 37;
- this.BtnLoadPhoto.Text = "Загрузить фото";
- this.BtnLoadPhoto.UseVisualStyleBackColor = false;
- this.BtnLoadPhoto.Click += new System.EventHandler(this.BtnLoadPhoto_Click);
- //
- // BtnClearPhoto
- //
- this.BtnClearPhoto.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnClearPhoto.Location = new System.Drawing.Point(545, 48);
- this.BtnClearPhoto.Name = "BtnClearPhoto";
- this.BtnClearPhoto.Size = new System.Drawing.Size(135, 31);
- this.BtnClearPhoto.TabIndex = 36;
- this.BtnClearPhoto.Text = "Очистить фото";
- this.BtnClearPhoto.UseVisualStyleBackColor = false;
- this.BtnClearPhoto.Click += new System.EventHandler(this.BtnClearPhoto_Click);
- //
- // TbxLengthTkan
- //
- this.TbxLengthTkan.Location = new System.Drawing.Point(266, 41);
- this.TbxLengthTkan.Name = "TbxLengthTkan";
- this.TbxLengthTkan.Size = new System.Drawing.Size(100, 26);
- this.TbxLengthTkan.TabIndex = 34;
- //
- // TbxCommentTkan
- //
- this.TbxCommentTkan.Location = new System.Drawing.Point(103, 101);
- this.TbxCommentTkan.Name = "TbxCommentTkan";
- this.TbxCommentTkan.Size = new System.Drawing.Size(263, 26);
- this.TbxCommentTkan.TabIndex = 33;
- //
- // TbxColorTkan
- //
- this.TbxColorTkan.Location = new System.Drawing.Point(103, 71);
- this.TbxColorTkan.Name = "TbxColorTkan";
- this.TbxColorTkan.Size = new System.Drawing.Size(100, 26);
- this.TbxColorTkan.TabIndex = 32;
- //
- // TbxWidthTkan
- //
- this.TbxWidthTkan.Location = new System.Drawing.Point(103, 41);
- this.TbxWidthTkan.Name = "TbxWidthTkan";
- this.TbxWidthTkan.Size = new System.Drawing.Size(100, 26);
- this.TbxWidthTkan.TabIndex = 31;
- //
- // TbxTitleTkan
- //
- this.TbxTitleTkan.Location = new System.Drawing.Point(103, 8);
- this.TbxTitleTkan.Name = "TbxTitleTkan";
- this.TbxTitleTkan.Size = new System.Drawing.Size(263, 26);
- this.TbxTitleTkan.TabIndex = 30;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(54, 74);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(43, 20);
- this.label6.TabIndex = 29;
- this.label6.Text = "Цвет:";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(24, 104);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(73, 20);
- this.label5.TabIndex = 28;
- this.label5.Text = "Описание:";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(209, 44);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(51, 20);
- this.label4.TabIndex = 27;
- this.label4.Text = "Длина:";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(37, 44);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(60, 20);
- this.label3.TabIndex = 26;
- this.label3.Text = "Ширина:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(26, 11);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(71, 20);
- this.label2.TabIndex = 25;
- this.label2.Text = "Название:";
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.DgvFurn);
- this.tabPage2.Controls.Add(this.BtnDelFur);
- this.tabPage2.Controls.Add(this.BtnAddFur);
- this.tabPage2.Controls.Add(this.BtnSavePhotoFurn);
- this.tabPage2.Controls.Add(this.BtnClearPhotoFurn);
- this.tabPage2.Controls.Add(this.PbxPhotoFurn);
- this.tabPage2.Controls.Add(this.TbxCountFur);
- this.tabPage2.Controls.Add(this.TbxTitleFur);
- this.tabPage2.Controls.Add(this.label8);
- this.tabPage2.Controls.Add(this.label7);
- this.tabPage2.Location = new System.Drawing.Point(4, 29);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(704, 379);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Добавить фурнитуру";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // BtnOK
- //
- this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnOK.Location = new System.Drawing.Point(54, 538);
- this.BtnOK.Name = "BtnOK";
- this.BtnOK.Size = new System.Drawing.Size(192, 31);
- this.BtnOK.TabIndex = 25;
- this.BtnOK.Text = "Принять документ к учету";
- this.BtnOK.UseVisualStyleBackColor = false;
- this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
- //
- // 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(513, 538);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(180, 31);
- this.BtnCancel.TabIndex = 26;
- this.BtnCancel.Text = "Отмена";
- this.BtnCancel.UseVisualStyleBackColor = false;
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(49, 19);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(71, 20);
- this.label7.TabIndex = 0;
- this.label7.Text = "Название:";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(34, 62);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(86, 20);
- this.label8.TabIndex = 1;
- this.label8.Text = "Количество:";
- //
- // TbxTitleFur
- //
- this.TbxTitleFur.Location = new System.Drawing.Point(117, 16);
- this.TbxTitleFur.Name = "TbxTitleFur";
- this.TbxTitleFur.Size = new System.Drawing.Size(165, 26);
- this.TbxTitleFur.TabIndex = 2;
- //
- // TbxCountFur
- //
- this.TbxCountFur.Location = new System.Drawing.Point(117, 59);
- this.TbxCountFur.Name = "TbxCountFur";
- this.TbxCountFur.Size = new System.Drawing.Size(100, 26);
- this.TbxCountFur.TabIndex = 3;
- //
- // BtnSavePhotoFurn
- //
- this.BtnSavePhotoFurn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnSavePhotoFurn.Location = new System.Drawing.Point(535, 19);
- this.BtnSavePhotoFurn.Name = "BtnSavePhotoFurn";
- this.BtnSavePhotoFurn.Size = new System.Drawing.Size(135, 31);
- this.BtnSavePhotoFurn.TabIndex = 40;
- this.BtnSavePhotoFurn.Text = "Загрузить фото";
- this.BtnSavePhotoFurn.UseVisualStyleBackColor = false;
- this.BtnSavePhotoFurn.Click += new System.EventHandler(this.BtnSavePhotoFurn_Click);
- //
- // BtnClearPhotoFurn
- //
- this.BtnClearPhotoFurn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnClearPhotoFurn.Location = new System.Drawing.Point(535, 56);
- this.BtnClearPhotoFurn.Name = "BtnClearPhotoFurn";
- this.BtnClearPhotoFurn.Size = new System.Drawing.Size(135, 31);
- this.BtnClearPhotoFurn.TabIndex = 39;
- this.BtnClearPhotoFurn.Text = "Очистить фото";
- this.BtnClearPhotoFurn.UseVisualStyleBackColor = false;
- this.BtnClearPhotoFurn.Click += new System.EventHandler(this.BtnClearPhotoFurn_Click);
- //
- // BtnAddFur
- //
- this.BtnAddFur.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnAddFur.Location = new System.Drawing.Point(38, 134);
- this.BtnAddFur.Name = "BtnAddFur";
- this.BtnAddFur.Size = new System.Drawing.Size(229, 31);
- this.BtnAddFur.TabIndex = 41;
- this.BtnAddFur.Text = "Добавить фурнитуру в документ";
- this.BtnAddFur.UseVisualStyleBackColor = false;
- this.BtnAddFur.Click += new System.EventHandler(this.BtnAddFur_Click);
- //
- // BtnDelFur
- //
- this.BtnDelFur.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnDelFur.Location = new System.Drawing.Point(38, 342);
- this.BtnDelFur.Name = "BtnDelFur";
- this.BtnDelFur.Size = new System.Drawing.Size(229, 31);
- this.BtnDelFur.TabIndex = 42;
- this.BtnDelFur.Text = "Удалить выделенную фурнитуру";
- this.BtnDelFur.UseVisualStyleBackColor = false;
- this.BtnDelFur.Click += new System.EventHandler(this.BtnDelFur_Click);
- //
- // DgvFurn
- //
- this.DgvFurn.AllowUserToAddRows = false;
- this.DgvFurn.AllowUserToDeleteRows = false;
- this.DgvFurn.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvFurn.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.Column6});
- this.DgvFurn.Location = new System.Drawing.Point(38, 171);
- this.DgvFurn.MultiSelect = false;
- this.DgvFurn.Name = "DgvFurn";
- this.DgvFurn.ReadOnly = true;
- this.DgvFurn.RowHeadersVisible = false;
- this.DgvFurn.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvFurn.Size = new System.Drawing.Size(255, 155);
- this.DgvFurn.TabIndex = 43;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.HeaderText = "Название";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Width = 150;
- //
- // Column6
- //
- this.Column6.HeaderText = "Количество";
- this.Column6.Name = "Column6";
- this.Column6.ReadOnly = true;
- //
- // PbxPhotoTkan
- //
- this.PbxPhotoTkan.Location = new System.Drawing.Point(392, 8);
- this.PbxPhotoTkan.Name = "PbxPhotoTkan";
- this.PbxPhotoTkan.Size = new System.Drawing.Size(128, 119);
- this.PbxPhotoTkan.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.PbxPhotoTkan.TabIndex = 35;
- this.PbxPhotoTkan.TabStop = false;
- //
- // PbxPhotoFurn
- //
- this.PbxPhotoFurn.Location = new System.Drawing.Point(382, 16);
- this.PbxPhotoFurn.Name = "PbxPhotoFurn";
- this.PbxPhotoFurn.Size = new System.Drawing.Size(128, 119);
- this.PbxPhotoFurn.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.PbxPhotoFurn.TabIndex = 38;
- this.PbxPhotoFurn.TabStop = false;
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(635, 0);
- this.pictureBox1.Margin = new System.Windows.Forms.Padding(4);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(101, 91);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // FormGetMaterial
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(736, 580);
- this.Controls.Add(this.BtnOK);
- this.Controls.Add(this.BtnCancel);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
- this.Name = "FormGetMaterial";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgvFurn)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PbxPhotoTkan)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.PbxPhotoFurn)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.Button BtnDelTkan;
- private System.Windows.Forms.DataGridView DgvTkan;
- 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 BtnLoadPhoto;
- private System.Windows.Forms.Button BtnClearPhoto;
- private System.Windows.Forms.PictureBox PbxPhotoTkan;
- private System.Windows.Forms.TextBox TbxLengthTkan;
- private System.Windows.Forms.TextBox TbxCommentTkan;
- private System.Windows.Forms.TextBox TbxColorTkan;
- private System.Windows.Forms.TextBox TbxWidthTkan;
- private System.Windows.Forms.TextBox TbxTitleTkan;
- 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.Button BtnOK;
- private System.Windows.Forms.Button BtnCancel;
- private System.Windows.Forms.OpenFileDialog openFileDialog1;
- private System.Windows.Forms.Button BtnSavePhotoFurn;
- private System.Windows.Forms.Button BtnClearPhotoFurn;
- private System.Windows.Forms.PictureBox PbxPhotoFurn;
- private System.Windows.Forms.TextBox TbxCountFur;
- private System.Windows.Forms.TextBox TbxTitleFur;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Button BtnDelFur;
- private System.Windows.Forms.Button BtnAddFur;
- private System.Windows.Forms.DataGridView DgvFurn;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
- }
- }
|