|
@@ -31,20 +31,50 @@
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormZak));
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.LblOtch = new System.Windows.Forms.Label();
|
|
|
+ this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
|
|
|
+ this.LblName = new System.Windows.Forms.Label();
|
|
|
this.LblFam = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
- this.sewingFactoryMURDataSet1 = new СУБД_Фабрика.SewingFactoryMURDataSet();
|
|
|
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
|
|
|
- this.LblName = new System.Windows.Forms.Label();
|
|
|
- this.LblOtch = new System.Windows.Forms.Label();
|
|
|
- this.BtnEnter = new System.Windows.Forms.Button();
|
|
|
- this.MainPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.BtnProfile = new System.Windows.Forms.Button();
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
+ this.PanelClothes = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.PanelFurn = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
+ this.DgvIzd = new System.Windows.Forms.DataGridView();
|
|
|
+ this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.lenghtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.BsIzdelia = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
|
+ this.DgvOrders = new System.Windows.Forms.DataGridView();
|
|
|
+ this.izdeliaTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.IzdeliaTableAdapter();
|
|
|
+ this.Izdelie = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ 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.jornalMoskDataSet1 = new СУБД_Фабрика.JornalMoskDataSet();
|
|
|
+ this.BtnAddZak = new System.Windows.Forms.Button();
|
|
|
this.panel1.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ this.tabPage2.SuspendLayout();
|
|
|
+ this.tabPage3.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.BsIzdelia)).BeginInit();
|
|
|
+ this.tabPage4.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.jornalMoskDataSet1)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
@@ -60,9 +90,41 @@
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.panel1.Name = "panel1";
|
|
|
- this.panel1.Size = new System.Drawing.Size(562, 102);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(642, 102);
|
|
|
this.panel1.TabIndex = 2;
|
|
|
//
|
|
|
+ // LblOtch
|
|
|
+ //
|
|
|
+ this.LblOtch.AutoSize = true;
|
|
|
+ this.LblOtch.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
|
|
|
+ this.LblOtch.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.LblOtch.Location = new System.Drawing.Point(21, 65);
|
|
|
+ this.LblOtch.Name = "LblOtch";
|
|
|
+ this.LblOtch.Size = new System.Drawing.Size(36, 20);
|
|
|
+ this.LblOtch.TabIndex = 4;
|
|
|
+ this.LblOtch.Text = "Otch";
|
|
|
+ //
|
|
|
+ // BsUsers
|
|
|
+ //
|
|
|
+ this.BsUsers.DataMember = "Users";
|
|
|
+ this.BsUsers.DataSource = this.sewingFactoryMURDataSet1;
|
|
|
+ //
|
|
|
+ // sewingFactoryMURDataSet1
|
|
|
+ //
|
|
|
+ this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
|
|
|
+ this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // LblName
|
|
|
+ //
|
|
|
+ this.LblName.AutoSize = true;
|
|
|
+ this.LblName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
|
|
|
+ this.LblName.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.LblName.Location = new System.Drawing.Point(22, 45);
|
|
|
+ this.LblName.Name = "LblName";
|
|
|
+ this.LblName.Size = new System.Drawing.Size(43, 20);
|
|
|
+ this.LblName.TabIndex = 3;
|
|
|
+ this.LblName.Text = "Name";
|
|
|
+ //
|
|
|
// LblFam
|
|
|
//
|
|
|
this.LblFam.AutoSize = true;
|
|
@@ -89,7 +151,7 @@
|
|
|
//
|
|
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
|
|
|
- this.pictureBox1.Location = new System.Drawing.Point(456, 0);
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(536, 0);
|
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(106, 102);
|
|
@@ -97,74 +159,249 @@
|
|
|
this.pictureBox1.TabIndex = 0;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
- // sewingFactoryMURDataSet1
|
|
|
+ // usersTableAdapter
|
|
|
//
|
|
|
- this.sewingFactoryMURDataSet1.DataSetName = "SewingFactoryMURDataSet";
|
|
|
- this.sewingFactoryMURDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ this.usersTableAdapter.ClearBeforeFill = true;
|
|
|
//
|
|
|
- // BsUsers
|
|
|
+ // BtnProfile
|
|
|
//
|
|
|
- this.BsUsers.DataMember = "Users";
|
|
|
- this.BsUsers.DataSource = this.sewingFactoryMURDataSet1;
|
|
|
+ this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnProfile.Location = new System.Drawing.Point(12, 111);
|
|
|
+ this.BtnProfile.Name = "BtnProfile";
|
|
|
+ this.BtnProfile.Size = new System.Drawing.Size(135, 31);
|
|
|
+ this.BtnProfile.TabIndex = 18;
|
|
|
+ this.BtnProfile.Text = "Профиль";
|
|
|
+ this.BtnProfile.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
|
|
|
//
|
|
|
- // usersTableAdapter
|
|
|
+ // tabControl1
|
|
|
//
|
|
|
- this.usersTableAdapter.ClearBeforeFill = true;
|
|
|
+ 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.tabPage1);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage2);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage3);
|
|
|
+ this.tabControl1.Controls.Add(this.tabPage4);
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(12, 148);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(618, 288);
|
|
|
+ this.tabControl1.TabIndex = 23;
|
|
|
//
|
|
|
- // LblName
|
|
|
+ // tabPage1
|
|
|
//
|
|
|
- this.LblName.AutoSize = true;
|
|
|
- this.LblName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
|
|
|
- this.LblName.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
- this.LblName.Location = new System.Drawing.Point(22, 45);
|
|
|
- this.LblName.Name = "LblName";
|
|
|
- this.LblName.Size = new System.Drawing.Size(43, 20);
|
|
|
- this.LblName.TabIndex = 3;
|
|
|
- this.LblName.Text = "Name";
|
|
|
+ this.tabPage1.Controls.Add(this.PanelClothes);
|
|
|
+ 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(610, 255);
|
|
|
+ this.tabPage1.TabIndex = 0;
|
|
|
+ this.tabPage1.Text = "Ткань";
|
|
|
+ this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // LblOtch
|
|
|
+ // PanelClothes
|
|
|
//
|
|
|
- this.LblOtch.AutoSize = true;
|
|
|
- this.LblOtch.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
|
|
|
- this.LblOtch.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
- this.LblOtch.Location = new System.Drawing.Point(21, 65);
|
|
|
- this.LblOtch.Name = "LblOtch";
|
|
|
- this.LblOtch.Size = new System.Drawing.Size(36, 20);
|
|
|
- this.LblOtch.TabIndex = 4;
|
|
|
- this.LblOtch.Text = "Otch";
|
|
|
+ this.PanelClothes.AutoScroll = true;
|
|
|
+ this.PanelClothes.ColumnCount = 1;
|
|
|
+ this.PanelClothes.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
+ this.PanelClothes.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
+ this.PanelClothes.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.PanelClothes.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.PanelClothes.Name = "PanelClothes";
|
|
|
+ this.PanelClothes.RowCount = 1;
|
|
|
+ this.PanelClothes.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
+ this.PanelClothes.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 249F));
|
|
|
+ this.PanelClothes.Size = new System.Drawing.Size(604, 249);
|
|
|
+ this.PanelClothes.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ this.tabPage2.Controls.Add(this.PanelFurn);
|
|
|
+ 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(610, 255);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "Фурнитура";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // PanelFurn
|
|
|
+ //
|
|
|
+ this.PanelFurn.AutoScroll = true;
|
|
|
+ this.PanelFurn.ColumnCount = 1;
|
|
|
+ this.PanelFurn.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
+ this.PanelFurn.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
+ this.PanelFurn.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.PanelFurn.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.PanelFurn.Name = "PanelFurn";
|
|
|
+ this.PanelFurn.RowCount = 1;
|
|
|
+ this.PanelFurn.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
+ this.PanelFurn.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 249F));
|
|
|
+ this.PanelFurn.Size = new System.Drawing.Size(604, 249);
|
|
|
+ this.PanelFurn.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // tabPage3
|
|
|
+ //
|
|
|
+ this.tabPage3.Controls.Add(this.DgvIzd);
|
|
|
+ this.tabPage3.Location = new System.Drawing.Point(4, 29);
|
|
|
+ this.tabPage3.Name = "tabPage3";
|
|
|
+ this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tabPage3.Size = new System.Drawing.Size(610, 255);
|
|
|
+ this.tabPage3.TabIndex = 2;
|
|
|
+ this.tabPage3.Text = "Изделия";
|
|
|
+ this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // DgvIzd
|
|
|
+ //
|
|
|
+ this.DgvIzd.AllowUserToAddRows = false;
|
|
|
+ this.DgvIzd.AllowUserToDeleteRows = false;
|
|
|
+ this.DgvIzd.AllowUserToResizeColumns = false;
|
|
|
+ this.DgvIzd.AllowUserToResizeRows = false;
|
|
|
+ this.DgvIzd.AutoGenerateColumns = false;
|
|
|
+ this.DgvIzd.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DgvIzd.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.titleDataGridViewTextBoxColumn,
|
|
|
+ this.lenghtDataGridViewTextBoxColumn,
|
|
|
+ this.widthDataGridViewTextBoxColumn});
|
|
|
+ this.DgvIzd.DataSource = this.BsIzdelia;
|
|
|
+ this.DgvIzd.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.DgvIzd.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.DgvIzd.Name = "DgvIzd";
|
|
|
+ this.DgvIzd.ReadOnly = true;
|
|
|
+ this.DgvIzd.RowHeadersVisible = false;
|
|
|
+ this.DgvIzd.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.DgvIzd.Size = new System.Drawing.Size(604, 249);
|
|
|
+ this.DgvIzd.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // titleDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
|
|
|
+ this.titleDataGridViewTextBoxColumn.HeaderText = "Название";
|
|
|
+ this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
|
|
|
+ this.titleDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ this.titleDataGridViewTextBoxColumn.Width = 200;
|
|
|
+ //
|
|
|
+ // lenghtDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.lenghtDataGridViewTextBoxColumn.DataPropertyName = "Lenght";
|
|
|
+ this.lenghtDataGridViewTextBoxColumn.HeaderText = "Длина";
|
|
|
+ this.lenghtDataGridViewTextBoxColumn.Name = "lenghtDataGridViewTextBoxColumn";
|
|
|
+ this.lenghtDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ this.lenghtDataGridViewTextBoxColumn.Width = 125;
|
|
|
+ //
|
|
|
+ // widthDataGridViewTextBoxColumn
|
|
|
//
|
|
|
- // BtnEnter
|
|
|
- //
|
|
|
- this.BtnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
- this.BtnEnter.Location = new System.Drawing.Point(12, 111);
|
|
|
- this.BtnEnter.Name = "BtnEnter";
|
|
|
- this.BtnEnter.Size = new System.Drawing.Size(201, 31);
|
|
|
- this.BtnEnter.TabIndex = 18;
|
|
|
- this.BtnEnter.Text = "Редактирование профиля";
|
|
|
- this.BtnEnter.UseVisualStyleBackColor = false;
|
|
|
- //
|
|
|
- // MainPanel
|
|
|
- //
|
|
|
- this.MainPanel.ColumnCount = 1;
|
|
|
- this.MainPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
|
|
|
- this.MainPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.MainPanel.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
- this.MainPanel.Location = new System.Drawing.Point(0, 194);
|
|
|
- this.MainPanel.Name = "MainPanel";
|
|
|
- this.MainPanel.RowCount = 1;
|
|
|
- this.MainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
|
- this.MainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
|
- this.MainPanel.Size = new System.Drawing.Size(562, 217);
|
|
|
- this.MainPanel.TabIndex = 19;
|
|
|
+ this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
|
|
|
+ this.widthDataGridViewTextBoxColumn.HeaderText = "Ширина";
|
|
|
+ this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
|
|
|
+ this.widthDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ this.widthDataGridViewTextBoxColumn.Width = 125;
|
|
|
+ //
|
|
|
+ // BsIzdelia
|
|
|
+ //
|
|
|
+ this.BsIzdelia.DataMember = "Izdelia";
|
|
|
+ this.BsIzdelia.DataSource = this.sewingFactoryMURDataSet1;
|
|
|
+ //
|
|
|
+ // tabPage4
|
|
|
+ //
|
|
|
+ this.tabPage4.Controls.Add(this.DgvOrders);
|
|
|
+ this.tabPage4.Location = new System.Drawing.Point(4, 29);
|
|
|
+ this.tabPage4.Name = "tabPage4";
|
|
|
+ this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tabPage4.Size = new System.Drawing.Size(610, 255);
|
|
|
+ this.tabPage4.TabIndex = 3;
|
|
|
+ this.tabPage4.Text = "Заказы";
|
|
|
+ this.tabPage4.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // DgvOrders
|
|
|
+ //
|
|
|
+ this.DgvOrders.AllowUserToAddRows = false;
|
|
|
+ this.DgvOrders.AllowUserToDeleteRows = false;
|
|
|
+ this.DgvOrders.AllowUserToResizeColumns = false;
|
|
|
+ this.DgvOrders.AllowUserToResizeRows = false;
|
|
|
+ this.DgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DgvOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.Izdelie,
|
|
|
+ this.Column1,
|
|
|
+ this.Column2,
|
|
|
+ this.Column3,
|
|
|
+ this.Column4,
|
|
|
+ this.Column5});
|
|
|
+ this.DgvOrders.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
+ this.DgvOrders.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.DgvOrders.Name = "DgvOrders";
|
|
|
+ this.DgvOrders.ReadOnly = true;
|
|
|
+ this.DgvOrders.RowHeadersVisible = false;
|
|
|
+ this.DgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.DgvOrders.Size = new System.Drawing.Size(604, 249);
|
|
|
+ this.DgvOrders.TabIndex = 1;
|
|
|
+ //
|
|
|
+ // izdeliaTableAdapter
|
|
|
+ //
|
|
|
+ this.izdeliaTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // Izdelie
|
|
|
+ //
|
|
|
+ this.Izdelie.HeaderText = "Изделие";
|
|
|
+ this.Izdelie.Name = "Izdelie";
|
|
|
+ this.Izdelie.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // Column1
|
|
|
+ //
|
|
|
+ this.Column1.HeaderText = "Менеджер";
|
|
|
+ this.Column1.Name = "Column1";
|
|
|
+ this.Column1.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // jornalMoskDataSet1
|
|
|
+ //
|
|
|
+ this.jornalMoskDataSet1.DataSetName = "JornalMoskDataSet";
|
|
|
+ this.jornalMoskDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // BtnAddZak
|
|
|
+ //
|
|
|
+ this.BtnAddZak.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnAddZak.Location = new System.Drawing.Point(452, 111);
|
|
|
+ this.BtnAddZak.Name = "BtnAddZak";
|
|
|
+ this.BtnAddZak.Size = new System.Drawing.Size(178, 31);
|
|
|
+ this.BtnAddZak.TabIndex = 24;
|
|
|
+ this.BtnAddZak.Text = "Создание нового заказа";
|
|
|
+ this.BtnAddZak.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnAddZak.Click += new System.EventHandler(this.BtnAddZak_Click);
|
|
|
//
|
|
|
// FormZak
|
|
|
//
|
|
|
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(562, 411);
|
|
|
- this.Controls.Add(this.MainPanel);
|
|
|
- this.Controls.Add(this.BtnEnter);
|
|
|
+ this.ClientSize = new System.Drawing.Size(642, 448);
|
|
|
+ this.Controls.Add(this.BtnAddZak);
|
|
|
+ this.Controls.Add(this.tabControl1);
|
|
|
+ this.Controls.Add(this.BtnProfile);
|
|
|
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")));
|
|
@@ -175,9 +412,18 @@
|
|
|
this.Load += new System.EventHandler(this.FormZak_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.sewingFactoryMURDataSet1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ this.tabPage2.ResumeLayout(false);
|
|
|
+ this.tabPage3.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.BsIzdelia)).EndInit();
|
|
|
+ this.tabPage4.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvOrders)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.jornalMoskDataSet1)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -193,7 +439,28 @@
|
|
|
private System.Windows.Forms.Label LblFam;
|
|
|
private System.Windows.Forms.Label LblOtch;
|
|
|
private System.Windows.Forms.Label LblName;
|
|
|
- private System.Windows.Forms.Button BtnEnter;
|
|
|
- private System.Windows.Forms.TableLayoutPanel MainPanel;
|
|
|
+ private System.Windows.Forms.Button BtnProfile;
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage2;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel PanelClothes;
|
|
|
+ private System.Windows.Forms.TableLayoutPanel PanelFurn;
|
|
|
+ private System.Windows.Forms.TabPage tabPage3;
|
|
|
+ private System.Windows.Forms.DataGridView DgvIzd;
|
|
|
+ private System.Windows.Forms.BindingSource BsIzdelia;
|
|
|
+ private SewingFactoryMURDataSetTableAdapters.IzdeliaTableAdapter izdeliaTableAdapter;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn lenghtDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.TabPage tabPage4;
|
|
|
+ private System.Windows.Forms.DataGridView DgvOrders;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Izdelie;
|
|
|
+ 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 JornalMoskDataSet jornalMoskDataSet1;
|
|
|
+ private System.Windows.Forms.Button BtnAddZak;
|
|
|
}
|
|
|
}
|