|
@@ -28,12 +28,64 @@
|
|
|
/// </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 label3;
|
|
|
+ System.Windows.Forms.Label label4;
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormKladovschik));
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.BtnSpisMaterial = new System.Windows.Forms.Button();
|
|
|
+ this.BtnGetMaterial = new System.Windows.Forms.Button();
|
|
|
+ this.BtnProfile = new System.Windows.Forms.Button();
|
|
|
+ this.OtchLabel = new System.Windows.Forms.Label();
|
|
|
+ this.NameLabel = new System.Windows.Forms.Label();
|
|
|
+ this.FamLabel = new System.Windows.Forms.Label();
|
|
|
+ this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
|
|
|
+ this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
+ 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.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.TbxCountFurSklad = new System.Windows.Forms.TextBox();
|
|
|
+ this.TbxNameFur = new System.Windows.Forms.TextBox();
|
|
|
+ this.TlpFurnitura = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.DgvOrders = new System.Windows.Forms.DataGridView();
|
|
|
+ this.Izdelie = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Meneger = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Zakazchik = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Tkan = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.Furnitur = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.CountFur = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.CountIzd = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ 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();
|
|
|
+ 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.сlothesFactoryLGDataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.tabPage3.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ this.tabPage2.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
@@ -41,10 +93,13 @@
|
|
|
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.Controls.Add(this.FamLabel);
|
|
|
+ this.panel1.Controls.Add(this.OtchLabel);
|
|
|
+ this.panel1.Controls.Add(this.NameLabel);
|
|
|
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(800, 130);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(779, 130);
|
|
|
this.panel1.TabIndex = 2;
|
|
|
//
|
|
|
// label1
|
|
@@ -68,19 +123,414 @@
|
|
|
this.pictureBox1.TabIndex = 0;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
+ // BtnSpisMaterial
|
|
|
+ //
|
|
|
+ this.BtnSpisMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnSpisMaterial.Location = new System.Drawing.Point(554, 413);
|
|
|
+ this.BtnSpisMaterial.Name = "BtnSpisMaterial";
|
|
|
+ this.BtnSpisMaterial.Size = new System.Drawing.Size(206, 28);
|
|
|
+ this.BtnSpisMaterial.TabIndex = 18;
|
|
|
+ this.BtnSpisMaterial.Text = "Списать материалы";
|
|
|
+ this.BtnSpisMaterial.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
|
|
|
+ //
|
|
|
+ // BtnGetMaterial
|
|
|
+ //
|
|
|
+ this.BtnGetMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnGetMaterial.Location = new System.Drawing.Point(342, 413);
|
|
|
+ this.BtnGetMaterial.Name = "BtnGetMaterial";
|
|
|
+ this.BtnGetMaterial.Size = new System.Drawing.Size(206, 28);
|
|
|
+ this.BtnGetMaterial.TabIndex = 17;
|
|
|
+ this.BtnGetMaterial.Text = "Принять материалы";
|
|
|
+ this.BtnGetMaterial.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click);
|
|
|
+ //
|
|
|
+ // BtnProfile
|
|
|
+ //
|
|
|
+ this.BtnProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
+ this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnProfile.Location = new System.Drawing.Point(130, 413);
|
|
|
+ this.BtnProfile.Name = "BtnProfile";
|
|
|
+ this.BtnProfile.Size = new System.Drawing.Size(206, 28);
|
|
|
+ this.BtnProfile.TabIndex = 16;
|
|
|
+ this.BtnProfile.Text = "Профиль пользователя";
|
|
|
+ this.BtnProfile.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
|
|
|
+ //
|
|
|
+ // OtchLabel
|
|
|
+ //
|
|
|
+ this.OtchLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
|
|
|
+ this.OtchLabel.Location = new System.Drawing.Point(414, 82);
|
|
|
+ this.OtchLabel.Name = "OtchLabel";
|
|
|
+ this.OtchLabel.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.OtchLabel.TabIndex = 15;
|
|
|
+ this.OtchLabel.Text = "label2";
|
|
|
+ //
|
|
|
+ // NameLabel
|
|
|
+ //
|
|
|
+ this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
|
|
|
+ this.NameLabel.Location = new System.Drawing.Point(414, 59);
|
|
|
+ this.NameLabel.Name = "NameLabel";
|
|
|
+ this.NameLabel.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.NameLabel.TabIndex = 14;
|
|
|
+ this.NameLabel.Text = "label2";
|
|
|
+ //
|
|
|
+ // FamLabel
|
|
|
+ //
|
|
|
+ this.FamLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
|
|
|
+ this.FamLabel.Location = new System.Drawing.Point(414, 36);
|
|
|
+ this.FamLabel.Name = "FamLabel";
|
|
|
+ this.FamLabel.Size = new System.Drawing.Size(100, 23);
|
|
|
+ this.FamLabel.TabIndex = 13;
|
|
|
+ this.FamLabel.Text = "label2";
|
|
|
+ //
|
|
|
+ // сlothesFactoryLGDataSet
|
|
|
+ //
|
|
|
+ this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
|
|
|
+ this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // BsUsers
|
|
|
+ //
|
|
|
+ this.BsUsers.DataMember = "Users";
|
|
|
+ this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
|
|
|
+ //
|
|
|
+ // usersTableAdapter
|
|
|
+ //
|
|
|
+ this.usersTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // 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(12, 136);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(755, 271);
|
|
|
+ this.tabControl1.TabIndex = 19;
|
|
|
+ //
|
|
|
+ // tabPage3
|
|
|
+ //
|
|
|
+ this.tabPage3.AutoScroll = true;
|
|
|
+ this.tabPage3.Controls.Add(this.DgvOrders);
|
|
|
+ this.tabPage3.Location = new System.Drawing.Point(4, 25);
|
|
|
+ this.tabPage3.Name = "tabPage3";
|
|
|
+ this.tabPage3.Size = new System.Drawing.Size(747, 242);
|
|
|
+ this.tabPage3.TabIndex = 2;
|
|
|
+ this.tabPage3.Text = "Изделия";
|
|
|
+ this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // tabPage1
|
|
|
+ //
|
|
|
+ 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(747, 242);
|
|
|
+ this.tabPage1.TabIndex = 0;
|
|
|
+ this.tabPage1.Text = "Ткани";
|
|
|
+ this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // 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(513, 170);
|
|
|
+ descriptionLabel.Name = "descriptionLabel";
|
|
|
+ descriptionLabel.Size = new System.Drawing.Size(75, 16);
|
|
|
+ descriptionLabel.TabIndex = 19;
|
|
|
+ descriptionLabel.Text = "Описание:";
|
|
|
+ //
|
|
|
+ // 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(597, 167);
|
|
|
+ this.TbxDescription.Name = "TbxDescription";
|
|
|
+ this.TbxDescription.ReadOnly = true;
|
|
|
+ this.TbxDescription.Size = new System.Drawing.Size(144, 22);
|
|
|
+ this.TbxDescription.TabIndex = 20;
|
|
|
+ //
|
|
|
+ // 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(536, 133);
|
|
|
+ lengthLabel.Name = "lengthLabel";
|
|
|
+ lengthLabel.Size = new System.Drawing.Size(51, 16);
|
|
|
+ lengthLabel.TabIndex = 17;
|
|
|
+ lengthLabel.Text = "Длина:";
|
|
|
+ //
|
|
|
+ // 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(597, 130);
|
|
|
+ this.TbxLength.Name = "TbxLength";
|
|
|
+ this.TbxLength.ReadOnly = true;
|
|
|
+ this.TbxLength.Size = new System.Drawing.Size(144, 22);
|
|
|
+ this.TbxLength.TabIndex = 18;
|
|
|
+ //
|
|
|
+ // 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(528, 97);
|
|
|
+ widthLabel.Name = "widthLabel";
|
|
|
+ widthLabel.Size = new System.Drawing.Size(61, 16);
|
|
|
+ widthLabel.TabIndex = 15;
|
|
|
+ widthLabel.Text = "Ширина:";
|
|
|
+ //
|
|
|
+ // 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(597, 94);
|
|
|
+ this.TbxWith.Name = "TbxWith";
|
|
|
+ this.TbxWith.ReadOnly = true;
|
|
|
+ this.TbxWith.Size = new System.Drawing.Size(144, 22);
|
|
|
+ this.TbxWith.TabIndex = 16;
|
|
|
+ //
|
|
|
+ // 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(546, 58);
|
|
|
+ colorLabel.Name = "colorLabel";
|
|
|
+ colorLabel.Size = new System.Drawing.Size(42, 16);
|
|
|
+ colorLabel.TabIndex = 13;
|
|
|
+ colorLabel.Text = "Цвет:";
|
|
|
+ //
|
|
|
+ // 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(597, 55);
|
|
|
+ this.TbxColor.Name = "TbxColor";
|
|
|
+ this.TbxColor.ReadOnly = true;
|
|
|
+ this.TbxColor.Size = new System.Drawing.Size(144, 22);
|
|
|
+ this.TbxColor.TabIndex = 14;
|
|
|
+ //
|
|
|
+ // 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(515, 19);
|
|
|
+ nametkanLabel.Name = "nametkanLabel";
|
|
|
+ nametkanLabel.Size = new System.Drawing.Size(76, 16);
|
|
|
+ nametkanLabel.TabIndex = 11;
|
|
|
+ nametkanLabel.Text = "Название:";
|
|
|
+ //
|
|
|
+ // 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(597, 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(492, 311);
|
|
|
+ this.TlpTkani.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ 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(747, 242);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "Фурнитура";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // 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 = "Кол-во на складе:";
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // 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 = "Название:";
|
|
|
+ //
|
|
|
+ // 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(420, 312);
|
|
|
+ this.TlpFurnitura.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // DgvOrders
|
|
|
+ //
|
|
|
+ this.DgvOrders.AllowUserToAddRows = false;
|
|
|
+ this.DgvOrders.AllowUserToDeleteRows = false;
|
|
|
+ this.DgvOrders.AllowUserToResizeColumns = false;
|
|
|
+ this.DgvOrders.AllowUserToResizeRows = false;
|
|
|
+ this.DgvOrders.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.DgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DgvOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.Izdelie,
|
|
|
+ this.Meneger,
|
|
|
+ this.Zakazchik,
|
|
|
+ this.Tkan,
|
|
|
+ this.Furnitur,
|
|
|
+ this.CountFur,
|
|
|
+ this.CountIzd});
|
|
|
+ this.DgvOrders.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.DgvOrders.Name = "DgvOrders";
|
|
|
+ this.DgvOrders.ReadOnly = true;
|
|
|
+ this.DgvOrders.RowHeadersVisible = false;
|
|
|
+ this.DgvOrders.RowHeadersWidth = 51;
|
|
|
+ this.DgvOrders.RowTemplate.Height = 24;
|
|
|
+ this.DgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.DgvOrders.Size = new System.Drawing.Size(741, 236);
|
|
|
+ this.DgvOrders.TabIndex = 21;
|
|
|
+ //
|
|
|
+ // Izdelie
|
|
|
+ //
|
|
|
+ this.Izdelie.HeaderText = "Изделие";
|
|
|
+ this.Izdelie.MinimumWidth = 6;
|
|
|
+ this.Izdelie.Name = "Izdelie";
|
|
|
+ this.Izdelie.ReadOnly = true;
|
|
|
+ this.Izdelie.Width = 125;
|
|
|
+ //
|
|
|
+ // Meneger
|
|
|
+ //
|
|
|
+ this.Meneger.HeaderText = "Менеджер";
|
|
|
+ this.Meneger.MinimumWidth = 6;
|
|
|
+ this.Meneger.Name = "Meneger";
|
|
|
+ this.Meneger.ReadOnly = true;
|
|
|
+ this.Meneger.Width = 125;
|
|
|
+ //
|
|
|
+ // Zakazchik
|
|
|
+ //
|
|
|
+ this.Zakazchik.HeaderText = "Заказчик";
|
|
|
+ this.Zakazchik.MinimumWidth = 6;
|
|
|
+ this.Zakazchik.Name = "Zakazchik";
|
|
|
+ this.Zakazchik.ReadOnly = true;
|
|
|
+ this.Zakazchik.Width = 125;
|
|
|
+ //
|
|
|
+ // Tkan
|
|
|
+ //
|
|
|
+ this.Tkan.HeaderText = "Ткань";
|
|
|
+ this.Tkan.MinimumWidth = 6;
|
|
|
+ this.Tkan.Name = "Tkan";
|
|
|
+ this.Tkan.ReadOnly = true;
|
|
|
+ this.Tkan.Width = 125;
|
|
|
+ //
|
|
|
+ // Furnitur
|
|
|
+ //
|
|
|
+ this.Furnitur.HeaderText = "Фурнитура";
|
|
|
+ this.Furnitur.MinimumWidth = 6;
|
|
|
+ this.Furnitur.Name = "Furnitur";
|
|
|
+ this.Furnitur.ReadOnly = true;
|
|
|
+ this.Furnitur.Width = 125;
|
|
|
+ //
|
|
|
+ // CountFur
|
|
|
+ //
|
|
|
+ this.CountFur.HeaderText = "Кол-во фурнитуры";
|
|
|
+ this.CountFur.MinimumWidth = 6;
|
|
|
+ this.CountFur.Name = "CountFur";
|
|
|
+ this.CountFur.ReadOnly = true;
|
|
|
+ this.CountFur.Width = 125;
|
|
|
+ //
|
|
|
+ // CountIzd
|
|
|
+ //
|
|
|
+ this.CountIzd.HeaderText = "Кол-во изделий";
|
|
|
+ this.CountIzd.MinimumWidth = 6;
|
|
|
+ this.CountIzd.Name = "CountIzd";
|
|
|
+ this.CountIzd.ReadOnly = true;
|
|
|
+ this.CountIzd.Width = 125;
|
|
|
+ //
|
|
|
// FormKladovschik
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.ClientSize = new System.Drawing.Size(779, 453);
|
|
|
+ this.Controls.Add(this.tabControl1);
|
|
|
+ this.Controls.Add(this.BtnSpisMaterial);
|
|
|
+ this.Controls.Add(this.BtnGetMaterial);
|
|
|
+ this.Controls.Add(this.BtnProfile);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
this.Name = "FormKladovschik";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "СУБД \"Швейная фабрика\"";
|
|
|
+ this.Load += new System.EventHandler(this.FormKladovschik_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.tabPage3.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ this.tabPage1.PerformLayout();
|
|
|
+ this.tabPage2.ResumeLayout(false);
|
|
|
+ this.tabPage2.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -90,5 +540,35 @@
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private System.Windows.Forms.Label FamLabel;
|
|
|
+ private System.Windows.Forms.Label OtchLabel;
|
|
|
+ private System.Windows.Forms.Label NameLabel;
|
|
|
+ private System.Windows.Forms.Button BtnSpisMaterial;
|
|
|
+ private System.Windows.Forms.Button BtnGetMaterial;
|
|
|
+ private System.Windows.Forms.Button BtnProfile;
|
|
|
+ private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
|
|
|
+ private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage3;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ 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.TableLayoutPanel TlpTkani;
|
|
|
+ private System.Windows.Forms.TabPage tabPage2;
|
|
|
+ private System.Windows.Forms.TextBox TbxCountFurSklad;
|
|
|
+ private System.Windows.Forms.TextBox TbxNameFur;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel TlpFurnitura;
|
|
|
+ public System.Windows.Forms.BindingSource BsUsers;
|
|
|
+ private System.Windows.Forms.DataGridView DgvOrders;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Izdelie;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Meneger;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Zakazchik;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Tkan;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Furnitur;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn CountFur;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn CountIzd;
|
|
|
}
|
|
|
}
|