| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585 |
- namespace Швейная_фабрика
- {
- partial class FormAddZak
- {
- /// <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()
- {
- 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(FormAddZak));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
- this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
- this.colorTableAdapter1 = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.ColorTableAdapter();
- this.izdelieBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.izdelieTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.label5 = new System.Windows.Forms.Label();
- this.TbxCountIzd = new System.Windows.Forms.TextBox();
- this.DgvIzd = new System.Windows.Forms.DataGridView();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.TbxID = new System.Windows.Forms.TextBox();
- this.TbxCountFur = new System.Windows.Forms.TextBox();
- this.TbxCountFurSklad = new System.Windows.Forms.TextBox();
- this.TbxNameFur = new System.Windows.Forms.TextBox();
- this.TlpFurnitura = new System.Windows.Forms.TableLayoutPanel();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.TbxDescription = new System.Windows.Forms.TextBox();
- this.TbxLength = new System.Windows.Forms.TextBox();
- this.TbxWith = new System.Windows.Forms.TextBox();
- this.TbxColor = new System.Windows.Forms.TextBox();
- this.TbxTitle = new System.Windows.Forms.TextBox();
- this.TlpTkani = new System.Windows.Forms.TableLayoutPanel();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.BtnCancel = new System.Windows.Forms.Button();
- this.BtnOK = new System.Windows.Forms.Button();
- this.TbxIdTkan = new System.Windows.Forms.TextBox();
- 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.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).BeginInit();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).BeginInit();
- this.tabPage2.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.SuspendLayout();
- //
- // descriptionLabel
- //
- descriptionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- descriptionLabel.AutoSize = true;
- descriptionLabel.Location = new System.Drawing.Point(485, 170);
- descriptionLabel.Name = "descriptionLabel";
- descriptionLabel.Size = new System.Drawing.Size(75, 16);
- descriptionLabel.TabIndex = 19;
- descriptionLabel.Text = "Описание:";
- //
- // lengthLabel
- //
- lengthLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- lengthLabel.AutoSize = true;
- lengthLabel.Location = new System.Drawing.Point(508, 133);
- lengthLabel.Name = "lengthLabel";
- lengthLabel.Size = new System.Drawing.Size(51, 16);
- lengthLabel.TabIndex = 17;
- lengthLabel.Text = "Длина:";
- //
- // widthLabel
- //
- widthLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- widthLabel.AutoSize = true;
- widthLabel.Location = new System.Drawing.Point(500, 97);
- widthLabel.Name = "widthLabel";
- widthLabel.Size = new System.Drawing.Size(61, 16);
- widthLabel.TabIndex = 15;
- widthLabel.Text = "Ширина:";
- //
- // colorLabel
- //
- colorLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- colorLabel.AutoSize = true;
- colorLabel.Location = new System.Drawing.Point(518, 58);
- colorLabel.Name = "colorLabel";
- colorLabel.Size = new System.Drawing.Size(42, 16);
- colorLabel.TabIndex = 13;
- colorLabel.Text = "Цвет:";
- //
- // nametkanLabel
- //
- nametkanLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- nametkanLabel.AutoSize = true;
- nametkanLabel.Location = new System.Drawing.Point(487, 19);
- nametkanLabel.Name = "nametkanLabel";
- nametkanLabel.Size = new System.Drawing.Size(76, 16);
- nametkanLabel.TabIndex = 11;
- nametkanLabel.Text = "Название:";
- //
- // label2
- //
- label2.AutoSize = true;
- label2.Location = new System.Drawing.Point(448, 90);
- label2.Name = "label2";
- label2.Size = new System.Drawing.Size(265, 16);
- label2.TabIndex = 17;
- label2.Text = "Укажите кол-во фурнитур для изделия:";
- //
- // label3
- //
- label3.AutoSize = true;
- label3.Location = new System.Drawing.Point(436, 55);
- label3.Name = "label3";
- label3.Size = new System.Drawing.Size(122, 16);
- label3.TabIndex = 15;
- label3.Text = "Кол-во на складе:";
- //
- // label4
- //
- label4.AutoSize = true;
- label4.Location = new System.Drawing.Point(487, 19);
- label4.Name = "label4";
- label4.Size = new System.Drawing.Size(76, 16);
- label4.TabIndex = 13;
- label4.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(752, 130);
- this.panel1.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- 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(150, 51);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(249, 29);
- 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.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;
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
- //
- // сlothesFactoryLGDataSet
- //
- this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
- this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // colorTableAdapter1
- //
- this.colorTableAdapter1.ClearBeforeFill = true;
- //
- // izdelieBindingSource
- //
- this.izdelieBindingSource.DataMember = "Izdelie";
- this.izdelieBindingSource.DataSource = this.сlothesFactoryLGDataSet;
- //
- // izdelieTableAdapter
- //
- this.izdelieTableAdapter.ClearBeforeFill = true;
- //
- // tabPage3
- //
- this.tabPage3.AutoScroll = true;
- this.tabPage3.Controls.Add(this.label5);
- this.tabPage3.Controls.Add(this.TbxCountIzd);
- this.tabPage3.Controls.Add(this.DgvIzd);
- this.tabPage3.Location = new System.Drawing.Point(4, 25);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Size = new System.Drawing.Size(719, 335);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "Изделия";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(15, 271);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(244, 16);
- this.label5.TabIndex = 4;
- this.label5.Text = "Введите кол-во изделий для заказа";
- //
- // TbxCountIzd
- //
- this.TbxCountIzd.Location = new System.Drawing.Point(15, 294);
- this.TbxCountIzd.Name = "TbxCountIzd";
- this.TbxCountIzd.Size = new System.Drawing.Size(100, 22);
- this.TbxCountIzd.TabIndex = 3;
- //
- // DgvIzd
- //
- this.DgvIzd.AllowUserToAddRows = false;
- this.DgvIzd.AllowUserToDeleteRows = false;
- this.DgvIzd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.DgvIzd.AutoGenerateColumns = false;
- this.DgvIzd.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvIzd.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn1,
- this.dataGridViewTextBoxColumn2,
- this.dataGridViewTextBoxColumn3,
- this.dataGridViewTextBoxColumn4});
- this.DgvIzd.DataSource = this.izdelieBindingSource;
- this.DgvIzd.Location = new System.Drawing.Point(3, 3);
- this.DgvIzd.Name = "DgvIzd";
- this.DgvIzd.ReadOnly = true;
- this.DgvIzd.RowHeadersVisible = false;
- this.DgvIzd.RowHeadersWidth = 51;
- this.DgvIzd.RowTemplate.Height = 24;
- this.DgvIzd.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvIzd.Size = new System.Drawing.Size(713, 265);
- this.DgvIzd.TabIndex = 0;
- this.DgvIzd.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.DgvIzd_CellClick);
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.DataPropertyName = "id_izd";
- this.dataGridViewTextBoxColumn1.HeaderText = "id_izd";
- this.dataGridViewTextBoxColumn1.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Visible = false;
- this.dataGridViewTextBoxColumn1.Width = 125;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.DataPropertyName = "name_izd";
- this.dataGridViewTextBoxColumn2.HeaderText = "Название изделия";
- this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 125;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.DataPropertyName = "length";
- this.dataGridViewTextBoxColumn3.HeaderText = "Длинна";
- this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 125;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.DataPropertyName = "width";
- this.dataGridViewTextBoxColumn4.HeaderText = "Ширина";
- this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 125;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.TbxID);
- this.tabPage2.Controls.Add(label2);
- this.tabPage2.Controls.Add(this.TbxCountFur);
- this.tabPage2.Controls.Add(label3);
- this.tabPage2.Controls.Add(this.TbxCountFurSklad);
- this.tabPage2.Controls.Add(label4);
- this.tabPage2.Controls.Add(this.TbxNameFur);
- this.tabPage2.Controls.Add(this.TlpFurnitura);
- 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(719, 335);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Фурнитура";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // TbxID
- //
- this.TbxID.Location = new System.Drawing.Point(569, 138);
- this.TbxID.Name = "TbxID";
- this.TbxID.ReadOnly = true;
- this.TbxID.Size = new System.Drawing.Size(100, 22);
- this.TbxID.TabIndex = 19;
- //
- // TbxCountFur
- //
- this.TbxCountFur.Location = new System.Drawing.Point(569, 109);
- this.TbxCountFur.Name = "TbxCountFur";
- this.TbxCountFur.Size = new System.Drawing.Size(144, 22);
- this.TbxCountFur.TabIndex = 18;
- //
- // TbxCountFurSklad
- //
- this.TbxCountFurSklad.Location = new System.Drawing.Point(569, 55);
- this.TbxCountFurSklad.Name = "TbxCountFurSklad";
- this.TbxCountFurSklad.ReadOnly = true;
- this.TbxCountFurSklad.Size = new System.Drawing.Size(144, 22);
- this.TbxCountFurSklad.TabIndex = 16;
- //
- // TbxNameFur
- //
- this.TbxNameFur.Location = new System.Drawing.Point(569, 16);
- this.TbxNameFur.Name = "TbxNameFur";
- this.TbxNameFur.ReadOnly = true;
- this.TbxNameFur.Size = new System.Drawing.Size(144, 22);
- this.TbxNameFur.TabIndex = 14;
- //
- // TlpFurnitura
- //
- this.TlpFurnitura.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TlpFurnitura.AutoScroll = true;
- this.TlpFurnitura.ColumnCount = 1;
- this.TlpFurnitura.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TlpFurnitura.Location = new System.Drawing.Point(6, 6);
- this.TlpFurnitura.Name = "TlpFurnitura";
- this.TlpFurnitura.RowCount = 1;
- this.TlpFurnitura.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.TlpFurnitura.Size = new System.Drawing.Size(392, 323);
- this.TlpFurnitura.TabIndex = 0;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.TbxIdTkan);
- this.tabPage1.Controls.Add(descriptionLabel);
- this.tabPage1.Controls.Add(this.TbxDescription);
- this.tabPage1.Controls.Add(lengthLabel);
- this.tabPage1.Controls.Add(this.TbxLength);
- this.tabPage1.Controls.Add(widthLabel);
- this.tabPage1.Controls.Add(this.TbxWith);
- this.tabPage1.Controls.Add(colorLabel);
- this.tabPage1.Controls.Add(this.TbxColor);
- this.tabPage1.Controls.Add(nametkanLabel);
- this.tabPage1.Controls.Add(this.TbxTitle);
- this.tabPage1.Controls.Add(this.TlpTkani);
- 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(719, 335);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Ткани";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // TbxDescription
- //
- this.TbxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxDescription.Location = new System.Drawing.Point(569, 167);
- this.TbxDescription.Name = "TbxDescription";
- this.TbxDescription.ReadOnly = true;
- this.TbxDescription.Size = new System.Drawing.Size(144, 22);
- this.TbxDescription.TabIndex = 20;
- //
- // TbxLength
- //
- this.TbxLength.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxLength.Location = new System.Drawing.Point(569, 130);
- this.TbxLength.Name = "TbxLength";
- this.TbxLength.ReadOnly = true;
- this.TbxLength.Size = new System.Drawing.Size(144, 22);
- this.TbxLength.TabIndex = 18;
- //
- // TbxWith
- //
- this.TbxWith.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxWith.Location = new System.Drawing.Point(569, 94);
- this.TbxWith.Name = "TbxWith";
- this.TbxWith.ReadOnly = true;
- this.TbxWith.Size = new System.Drawing.Size(144, 22);
- this.TbxWith.TabIndex = 16;
- //
- // TbxColor
- //
- this.TbxColor.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxColor.Location = new System.Drawing.Point(569, 55);
- this.TbxColor.Name = "TbxColor";
- this.TbxColor.ReadOnly = true;
- this.TbxColor.Size = new System.Drawing.Size(144, 22);
- this.TbxColor.TabIndex = 14;
- //
- // TbxTitle
- //
- this.TbxTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxTitle.Location = new System.Drawing.Point(569, 16);
- this.TbxTitle.Name = "TbxTitle";
- this.TbxTitle.ReadOnly = true;
- this.TbxTitle.Size = new System.Drawing.Size(144, 22);
- this.TbxTitle.TabIndex = 12;
- //
- // TlpTkani
- //
- this.TlpTkani.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TlpTkani.AutoScroll = true;
- this.TlpTkani.ColumnCount = 1;
- this.TlpTkani.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TlpTkani.Location = new System.Drawing.Point(7, 7);
- this.TlpTkani.Name = "TlpTkani";
- this.TlpTkani.RowCount = 1;
- this.TlpTkani.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.TlpTkani.Size = new System.Drawing.Size(464, 322);
- this.TlpTkani.TabIndex = 0;
- //
- // tabControl1
- //
- this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(13, 137);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(727, 364);
- this.tabControl1.TabIndex = 3;
- //
- // BtnCancel
- //
- this.BtnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnCancel.Location = new System.Drawing.Point(431, 516);
- this.BtnCancel.Name = "BtnCancel";
- this.BtnCancel.Size = new System.Drawing.Size(196, 39);
- this.BtnCancel.TabIndex = 17;
- this.BtnCancel.Text = "Отменить";
- this.BtnCancel.UseVisualStyleBackColor = false;
- //
- // BtnOK
- //
- this.BtnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnOK.Location = new System.Drawing.Point(104, 516);
- this.BtnOK.Name = "BtnOK";
- this.BtnOK.Size = new System.Drawing.Size(199, 39);
- this.BtnOK.TabIndex = 16;
- this.BtnOK.Text = "Сформировать заказ";
- this.BtnOK.UseVisualStyleBackColor = false;
- this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
- //
- // TbxIdTkan
- //
- this.TbxIdTkan.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxIdTkan.Location = new System.Drawing.Point(569, 196);
- this.TbxIdTkan.Name = "TbxIdTkan";
- this.TbxIdTkan.ReadOnly = true;
- this.TbxIdTkan.Size = new System.Drawing.Size(144, 22);
- this.TbxIdTkan.TabIndex = 21;
- //
- // FormAddZak
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(752, 567);
- this.Controls.Add(this.BtnCancel);
- this.Controls.Add(this.BtnOK);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormAddZak";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormZakazchik_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).EndInit();
- this.tabPage3.ResumeLayout(false);
- this.tabPage3.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).EndInit();
- this.tabPage2.ResumeLayout(false);
- this.tabPage2.PerformLayout();
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
- private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- public System.Windows.Forms.BindingSource BsUsers;
- private СlothesFactoryLGDataSetTableAdapters.ColorTableAdapter colorTableAdapter1;
- private System.Windows.Forms.BindingSource izdelieBindingSource;
- private СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.DataGridView DgvIzd;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TableLayoutPanel TlpFurnitura;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TableLayoutPanel TlpTkani;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox TbxCountIzd;
- private System.Windows.Forms.TextBox TbxCountFur;
- private System.Windows.Forms.TextBox TbxCountFurSklad;
- private System.Windows.Forms.TextBox TbxNameFur;
- private System.Windows.Forms.TextBox TbxDescription;
- private System.Windows.Forms.TextBox TbxLength;
- private System.Windows.Forms.TextBox TbxWith;
- private System.Windows.Forms.TextBox TbxColor;
- private System.Windows.Forms.TextBox TbxTitle;
- private System.Windows.Forms.Button BtnCancel;
- private System.Windows.Forms.Button BtnOK;
- private System.Windows.Forms.TextBox TbxID;
- private System.Windows.Forms.TextBox TbxIdTkan;
- }
- }
|