|
@@ -28,23 +28,58 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormManager));
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.BtnExportSelected = new System.Windows.Forms.Button();
|
|
|
+ this.BtnExportAll = new System.Windows.Forms.Button();
|
|
|
+ this.RbtCSV = new System.Windows.Forms.RadioButton();
|
|
|
+ this.RbxWORD = new System.Windows.Forms.RadioButton();
|
|
|
+ this.DgvZakazi = 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.BtnRed = new System.Windows.Forms.Button();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.BtnAdd = new System.Windows.Forms.Button();
|
|
|
+ this.BtnProfil = new System.Windows.Forms.Button();
|
|
|
+ this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
|
|
|
+ this.izdelieBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.izdelieTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter();
|
|
|
+ this.tableAdapterManager = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager();
|
|
|
+ this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
|
|
|
+ this.DgvIzdeliy = 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.LblFIO = new System.Windows.Forms.Label();
|
|
|
+ this.SaveFDWord = new System.Windows.Forms.SaveFileDialog();
|
|
|
+ this.SaveFDExcel = new System.Windows.Forms.SaveFileDialog();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvZakazi)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvIzdeliy)).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.LblFIO);
|
|
|
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(800, 130);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(646, 130);
|
|
|
this.panel1.TabIndex = 2;
|
|
|
//
|
|
|
// label1
|
|
@@ -68,20 +103,302 @@
|
|
|
this.pictureBox1.TabIndex = 0;
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
//
|
|
|
+ // BtnExportSelected
|
|
|
+ //
|
|
|
+ this.BtnExportSelected.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnExportSelected.Location = new System.Drawing.Point(416, 331);
|
|
|
+ this.BtnExportSelected.Name = "BtnExportSelected";
|
|
|
+ this.BtnExportSelected.Size = new System.Drawing.Size(206, 41);
|
|
|
+ this.BtnExportSelected.TabIndex = 42;
|
|
|
+ this.BtnExportSelected.Text = "Экспортировать выделенные";
|
|
|
+ this.BtnExportSelected.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnExportSelected.Click += new System.EventHandler(this.BtnExportSelected_Click);
|
|
|
+ //
|
|
|
+ // BtnExportAll
|
|
|
+ //
|
|
|
+ this.BtnExportAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnExportAll.Location = new System.Drawing.Point(416, 290);
|
|
|
+ this.BtnExportAll.Name = "BtnExportAll";
|
|
|
+ this.BtnExportAll.Size = new System.Drawing.Size(206, 35);
|
|
|
+ this.BtnExportAll.TabIndex = 41;
|
|
|
+ this.BtnExportAll.Text = "Экспортировать всё";
|
|
|
+ this.BtnExportAll.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnExportAll.Click += new System.EventHandler(this.BtnExportAll_Click);
|
|
|
+ //
|
|
|
+ // RbtCSV
|
|
|
+ //
|
|
|
+ this.RbtCSV.AutoSize = true;
|
|
|
+ this.RbtCSV.Location = new System.Drawing.Point(108, 588);
|
|
|
+ this.RbtCSV.Name = "RbtCSV";
|
|
|
+ this.RbtCSV.Size = new System.Drawing.Size(52, 20);
|
|
|
+ this.RbtCSV.TabIndex = 40;
|
|
|
+ this.RbtCSV.TabStop = true;
|
|
|
+ this.RbtCSV.Text = ".csv";
|
|
|
+ this.RbtCSV.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // RbxWORD
|
|
|
+ //
|
|
|
+ this.RbxWORD.AutoSize = true;
|
|
|
+ this.RbxWORD.Checked = true;
|
|
|
+ this.RbxWORD.Location = new System.Drawing.Point(26, 588);
|
|
|
+ this.RbxWORD.Name = "RbxWORD";
|
|
|
+ this.RbxWORD.Size = new System.Drawing.Size(60, 20);
|
|
|
+ this.RbxWORD.TabIndex = 39;
|
|
|
+ this.RbxWORD.TabStop = true;
|
|
|
+ this.RbxWORD.Text = ".docx";
|
|
|
+ this.RbxWORD.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // DgvZakazi
|
|
|
+ //
|
|
|
+ this.DgvZakazi.AllowUserToAddRows = false;
|
|
|
+ this.DgvZakazi.AllowUserToDeleteRows = false;
|
|
|
+ this.DgvZakazi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DgvZakazi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.Column1,
|
|
|
+ this.Column2,
|
|
|
+ this.Column3,
|
|
|
+ this.Column4,
|
|
|
+ this.Column5});
|
|
|
+ this.DgvZakazi.Location = new System.Drawing.Point(15, 378);
|
|
|
+ this.DgvZakazi.Name = "DgvZakazi";
|
|
|
+ this.DgvZakazi.ReadOnly = true;
|
|
|
+ this.DgvZakazi.RowHeadersWidth = 51;
|
|
|
+ this.DgvZakazi.RowTemplate.Height = 24;
|
|
|
+ this.DgvZakazi.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.DgvZakazi.Size = new System.Drawing.Size(610, 204);
|
|
|
+ this.DgvZakazi.TabIndex = 38;
|
|
|
+ //
|
|
|
+ // Column1
|
|
|
+ //
|
|
|
+ this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.Column1.HeaderText = "Изделие";
|
|
|
+ this.Column1.MinimumWidth = 6;
|
|
|
+ this.Column1.Name = "Column1";
|
|
|
+ this.Column1.ReadOnly = true;
|
|
|
+ this.Column1.Width = 94;
|
|
|
+ //
|
|
|
+ // Column2
|
|
|
+ //
|
|
|
+ this.Column2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.Column2.HeaderText = "Ткань";
|
|
|
+ this.Column2.MinimumWidth = 6;
|
|
|
+ this.Column2.Name = "Column2";
|
|
|
+ this.Column2.ReadOnly = true;
|
|
|
+ this.Column2.Width = 75;
|
|
|
+ //
|
|
|
+ // Column3
|
|
|
+ //
|
|
|
+ this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.Column3.HeaderText = "Фурнитура";
|
|
|
+ this.Column3.MinimumWidth = 6;
|
|
|
+ this.Column3.Name = "Column3";
|
|
|
+ this.Column3.ReadOnly = true;
|
|
|
+ this.Column3.Width = 110;
|
|
|
+ //
|
|
|
+ // Column4
|
|
|
+ //
|
|
|
+ this.Column4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.Column4.HeaderText = "Кол-во фурнитуры";
|
|
|
+ this.Column4.MinimumWidth = 6;
|
|
|
+ this.Column4.Name = "Column4";
|
|
|
+ this.Column4.ReadOnly = true;
|
|
|
+ this.Column4.Width = 145;
|
|
|
+ //
|
|
|
+ // Column5
|
|
|
+ //
|
|
|
+ this.Column5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.Column5.HeaderText = "Кол-во изделий";
|
|
|
+ this.Column5.MinimumWidth = 6;
|
|
|
+ this.Column5.Name = "Column5";
|
|
|
+ this.Column5.ReadOnly = true;
|
|
|
+ this.Column5.Width = 128;
|
|
|
+ //
|
|
|
+ // BtnRed
|
|
|
+ //
|
|
|
+ this.BtnRed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnRed.Location = new System.Drawing.Point(416, 249);
|
|
|
+ this.BtnRed.Name = "BtnRed";
|
|
|
+ this.BtnRed.Size = new System.Drawing.Size(206, 35);
|
|
|
+ this.BtnRed.TabIndex = 37;
|
|
|
+ this.BtnRed.Text = "Редактировать изделие";
|
|
|
+ this.BtnRed.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnRed.Click += new System.EventHandler(this.BtnRed_Click);
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Location = new System.Drawing.Point(12, 141);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(159, 16);
|
|
|
+ this.label5.TabIndex = 36;
|
|
|
+ this.label5.Text = "Создаваемые изделия:";
|
|
|
+ //
|
|
|
+ // BtnAdd
|
|
|
+ //
|
|
|
+ this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnAdd.Location = new System.Drawing.Point(416, 208);
|
|
|
+ this.BtnAdd.Name = "BtnAdd";
|
|
|
+ this.BtnAdd.Size = new System.Drawing.Size(206, 35);
|
|
|
+ this.BtnAdd.TabIndex = 35;
|
|
|
+ this.BtnAdd.Text = "Добавить изделие";
|
|
|
+ this.BtnAdd.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
|
|
|
+ //
|
|
|
+ // BtnProfil
|
|
|
+ //
|
|
|
+ this.BtnProfil.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnProfil.Location = new System.Drawing.Point(416, 167);
|
|
|
+ this.BtnProfil.Name = "BtnProfil";
|
|
|
+ this.BtnProfil.Size = new System.Drawing.Size(206, 35);
|
|
|
+ this.BtnProfil.TabIndex = 34;
|
|
|
+ this.BtnProfil.Text = "Профиль пользователя";
|
|
|
+ this.BtnProfil.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnProfil.Click += new System.EventHandler(this.BtnProfil_Click);
|
|
|
+ //
|
|
|
+ // сlothesFactoryLGDataSet
|
|
|
+ //
|
|
|
+ this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
|
|
|
+ this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // izdelieBindingSource
|
|
|
+ //
|
|
|
+ this.izdelieBindingSource.DataMember = "Izdelie";
|
|
|
+ this.izdelieBindingSource.DataSource = this.сlothesFactoryLGDataSet;
|
|
|
+ //
|
|
|
+ // izdelieTableAdapter
|
|
|
+ //
|
|
|
+ this.izdelieTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // tableAdapterManager
|
|
|
+ //
|
|
|
+ this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
|
|
|
+ this.tableAdapterManager.ColorTableAdapter = null;
|
|
|
+ this.tableAdapterManager.FurnituraTableAdapter = null;
|
|
|
+ this.tableAdapterManager.IzdelieTableAdapter = this.izdelieTableAdapter;
|
|
|
+ this.tableAdapterManager.OrdersTableAdapter = null;
|
|
|
+ this.tableAdapterManager.RolesTableAdapter = null;
|
|
|
+ this.tableAdapterManager.TkanTableAdapter = null;
|
|
|
+ this.tableAdapterManager.UpdateOrder = Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
|
+ this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
|
|
|
+ //
|
|
|
+ // usersBindingSource
|
|
|
+ //
|
|
|
+ this.usersBindingSource.DataMember = "Users";
|
|
|
+ this.usersBindingSource.DataSource = this.сlothesFactoryLGDataSet;
|
|
|
+ //
|
|
|
+ // usersTableAdapter
|
|
|
+ //
|
|
|
+ this.usersTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // DgvIzdeliy
|
|
|
+ //
|
|
|
+ this.DgvIzdeliy.AllowUserToAddRows = false;
|
|
|
+ this.DgvIzdeliy.AllowUserToDeleteRows = false;
|
|
|
+ this.DgvIzdeliy.AutoGenerateColumns = false;
|
|
|
+ this.DgvIzdeliy.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DgvIzdeliy.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.dataGridViewTextBoxColumn1,
|
|
|
+ this.dataGridViewTextBoxColumn2,
|
|
|
+ this.dataGridViewTextBoxColumn3,
|
|
|
+ this.dataGridViewTextBoxColumn4});
|
|
|
+ this.DgvIzdeliy.DataSource = this.izdelieBindingSource;
|
|
|
+ this.DgvIzdeliy.Location = new System.Drawing.Point(12, 167);
|
|
|
+ this.DgvIzdeliy.MultiSelect = false;
|
|
|
+ this.DgvIzdeliy.Name = "DgvIzdeliy";
|
|
|
+ this.DgvIzdeliy.ReadOnly = true;
|
|
|
+ this.DgvIzdeliy.RowHeadersWidth = 51;
|
|
|
+ this.DgvIzdeliy.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.DgvIzdeliy.Size = new System.Drawing.Size(388, 205);
|
|
|
+ this.DgvIzdeliy.TabIndex = 43;
|
|
|
+ //
|
|
|
+ // 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.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "name_izd";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "Название";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 102;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "length";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "Длина";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 77;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "width";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "Ширина";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 6;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.ReadOnly = true;
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 87;
|
|
|
+ //
|
|
|
+ // LblFIO
|
|
|
+ //
|
|
|
+ this.LblFIO.AutoSize = true;
|
|
|
+ this.LblFIO.Location = new System.Drawing.Point(139, 105);
|
|
|
+ this.LblFIO.Name = "LblFIO";
|
|
|
+ this.LblFIO.Size = new System.Drawing.Size(44, 16);
|
|
|
+ this.LblFIO.TabIndex = 44;
|
|
|
+ this.LblFIO.Text = "label2";
|
|
|
+ //
|
|
|
+ // SaveFDWord
|
|
|
+ //
|
|
|
+ this.SaveFDWord.Filter = "Word|*.docx|Все файлы|*.*";
|
|
|
+ //
|
|
|
+ // SaveFDExcel
|
|
|
+ //
|
|
|
+ this.SaveFDExcel.Filter = "Excel|*.csv|Все файлы|*.*";
|
|
|
+ //
|
|
|
// FormManager
|
|
|
//
|
|
|
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(646, 619);
|
|
|
+ this.Controls.Add(this.DgvIzdeliy);
|
|
|
+ this.Controls.Add(this.BtnExportSelected);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
+ this.Controls.Add(this.BtnExportAll);
|
|
|
+ this.Controls.Add(this.DgvZakazi);
|
|
|
+ this.Controls.Add(this.RbtCSV);
|
|
|
+ this.Controls.Add(this.BtnProfil);
|
|
|
+ this.Controls.Add(this.RbxWORD);
|
|
|
+ this.Controls.Add(this.BtnAdd);
|
|
|
+ this.Controls.Add(this.BtnRed);
|
|
|
+ this.Controls.Add(this.label5);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
this.Name = "FormManager";
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
|
this.Text = "СУБД \"Швейная фабрика\"";
|
|
|
+ this.Load += new System.EventHandler(this.FormManager_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvZakazi)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvIzdeliy)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
|
|
@@ -90,5 +407,33 @@
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private System.Windows.Forms.Button BtnExportSelected;
|
|
|
+ private System.Windows.Forms.Button BtnExportAll;
|
|
|
+ private System.Windows.Forms.RadioButton RbtCSV;
|
|
|
+ private System.Windows.Forms.RadioButton RbxWORD;
|
|
|
+ private System.Windows.Forms.DataGridView DgvZakazi;
|
|
|
+ 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 BtnRed;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private System.Windows.Forms.Button BtnAdd;
|
|
|
+ private System.Windows.Forms.Button BtnProfil;
|
|
|
+ private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
|
|
|
+ private System.Windows.Forms.BindingSource izdelieBindingSource;
|
|
|
+ private СlothesFactoryLGDataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
|
|
|
+ private СlothesFactoryLGDataSetTableAdapters.TableAdapterManager tableAdapterManager;
|
|
|
+ private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
|
|
|
+ private System.Windows.Forms.BindingSource usersBindingSource;
|
|
|
+ private System.Windows.Forms.Label LblFIO;
|
|
|
+ private System.Windows.Forms.DataGridView DgvIzdeliy;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ public System.Windows.Forms.SaveFileDialog SaveFDWord;
|
|
|
+ public System.Windows.Forms.SaveFileDialog SaveFDExcel;
|
|
|
}
|
|
|
}
|