|
@@ -0,0 +1,772 @@
|
|
|
+namespace СУБД_Швейная_фабрика
|
|
|
+{
|
|
|
+ partial class FormManager
|
|
|
+ {
|
|
|
+ /// <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 label2;
|
|
|
+ System.Windows.Forms.Label label3;
|
|
|
+ System.Windows.Forms.Label colorLabel;
|
|
|
+ System.Windows.Forms.Label nametkanLabel;
|
|
|
+ System.Windows.Forms.Label widthLabel;
|
|
|
+ System.Windows.Forms.Label lengthLabel;
|
|
|
+ System.Windows.Forms.Label nameizdLabel;
|
|
|
+ System.Windows.Forms.Label label4;
|
|
|
+ System.Windows.Forms.Label label5;
|
|
|
+ this.DgvIzd = new System.Windows.Forms.DataGridView();
|
|
|
+ this.iDIzdelieDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.izdelieBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.svFabricDataSet = new СУБД_Швейная_фабрика.SvFabricDataSet();
|
|
|
+ this.BtnSelect = new System.Windows.Forms.Button();
|
|
|
+ this.BtnAll = new System.Windows.Forms.Button();
|
|
|
+ this.RbtCSV = new System.Windows.Forms.RadioButton();
|
|
|
+ this.RbtWord = new System.Windows.Forms.RadioButton();
|
|
|
+ this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
|
+ this.DescriptionTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.LengthTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.WidthTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.ColorTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.NametkanTextBox = new System.Windows.Forms.TextBox();
|
|
|
+ this.LVTkani = new System.Windows.Forms.ListView();
|
|
|
+ this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.TbxCountFurSklad = new System.Windows.Forms.TextBox();
|
|
|
+ this.TbxNameFur = new System.Windows.Forms.TextBox();
|
|
|
+ this.LVFurnitura = new System.Windows.Forms.ListView();
|
|
|
+ this.tabPage4 = new System.Windows.Forms.TabPage();
|
|
|
+ this.BtnSave = new System.Windows.Forms.Button();
|
|
|
+ this.BtnEdit = new System.Windows.Forms.Button();
|
|
|
+ this.BtnAdd = new System.Windows.Forms.Button();
|
|
|
+ this.TbxWidthIzd = new System.Windows.Forms.TextBox();
|
|
|
+ this.TbxLengthIzd = new System.Windows.Forms.TextBox();
|
|
|
+ this.TbxNameIzd = new System.Windows.Forms.TextBox();
|
|
|
+ this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
|
+ this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
|
+ this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
|
+ this.DgvZakaz = 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.LblIdManager = new System.Windows.Forms.Label();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
+ 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.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
+ this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
+ this.usersTableAdapter = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.UsersTableAdapter();
|
|
|
+ this.tableAdapterManager = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.TableAdapterManager();
|
|
|
+ this.izdelieTableAdapter = new СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.IzdelieTableAdapter();
|
|
|
+ this.imageListCloth = new System.Windows.Forms.ImageList(this.components);
|
|
|
+ this.imageListFur = new System.Windows.Forms.ImageList(this.components);
|
|
|
+ this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
|
|
|
+ descriptionLabel = new System.Windows.Forms.Label();
|
|
|
+ label2 = new System.Windows.Forms.Label();
|
|
|
+ label3 = new System.Windows.Forms.Label();
|
|
|
+ colorLabel = new System.Windows.Forms.Label();
|
|
|
+ nametkanLabel = new System.Windows.Forms.Label();
|
|
|
+ widthLabel = new System.Windows.Forms.Label();
|
|
|
+ lengthLabel = new System.Windows.Forms.Label();
|
|
|
+ nameizdLabel = new System.Windows.Forms.Label();
|
|
|
+ label4 = new System.Windows.Forms.Label();
|
|
|
+ label5 = new System.Windows.Forms.Label();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.svFabricDataSet)).BeginInit();
|
|
|
+ this.tabPage2.SuspendLayout();
|
|
|
+ this.tabPage4.SuspendLayout();
|
|
|
+ this.tabPage3.SuspendLayout();
|
|
|
+ this.tabControl1.SuspendLayout();
|
|
|
+ this.tabPage1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).BeginInit();
|
|
|
+ this.panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // descriptionLabel
|
|
|
+ //
|
|
|
+ descriptionLabel.AutoSize = true;
|
|
|
+ descriptionLabel.Location = new System.Drawing.Point(597, 231);
|
|
|
+ descriptionLabel.Name = "descriptionLabel";
|
|
|
+ descriptionLabel.Size = new System.Drawing.Size(83, 20);
|
|
|
+ descriptionLabel.TabIndex = 20;
|
|
|
+ descriptionLabel.Text = "Описание:";
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ label2.AutoSize = true;
|
|
|
+ label2.Location = new System.Drawing.Point(624, 185);
|
|
|
+ label2.Name = "label2";
|
|
|
+ label2.Size = new System.Drawing.Size(58, 20);
|
|
|
+ label2.TabIndex = 18;
|
|
|
+ label2.Text = "Длина:";
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ label3.AutoSize = true;
|
|
|
+ label3.Location = new System.Drawing.Point(615, 140);
|
|
|
+ label3.Name = "label3";
|
|
|
+ label3.Size = new System.Drawing.Size(72, 20);
|
|
|
+ label3.TabIndex = 16;
|
|
|
+ label3.Text = "Ширина:";
|
|
|
+ //
|
|
|
+ // colorLabel
|
|
|
+ //
|
|
|
+ colorLabel.AutoSize = true;
|
|
|
+ colorLabel.Location = new System.Drawing.Point(634, 91);
|
|
|
+ colorLabel.Name = "colorLabel";
|
|
|
+ colorLabel.Size = new System.Drawing.Size(47, 20);
|
|
|
+ colorLabel.TabIndex = 14;
|
|
|
+ colorLabel.Text = "Цвет:";
|
|
|
+ //
|
|
|
+ // nametkanLabel
|
|
|
+ //
|
|
|
+ nametkanLabel.AutoSize = true;
|
|
|
+ nametkanLabel.Location = new System.Drawing.Point(600, 43);
|
|
|
+ nametkanLabel.Name = "nametkanLabel";
|
|
|
+ nametkanLabel.Size = new System.Drawing.Size(81, 20);
|
|
|
+ nametkanLabel.TabIndex = 12;
|
|
|
+ nametkanLabel.Text = "Название:";
|
|
|
+ //
|
|
|
+ // widthLabel
|
|
|
+ //
|
|
|
+ widthLabel.AutoSize = true;
|
|
|
+ widthLabel.Location = new System.Drawing.Point(318, 97);
|
|
|
+ widthLabel.Name = "widthLabel";
|
|
|
+ widthLabel.Size = new System.Drawing.Size(72, 20);
|
|
|
+ widthLabel.TabIndex = 5;
|
|
|
+ widthLabel.Text = "Ширина:";
|
|
|
+ //
|
|
|
+ // lengthLabel
|
|
|
+ //
|
|
|
+ lengthLabel.AutoSize = true;
|
|
|
+ lengthLabel.Location = new System.Drawing.Point(327, 63);
|
|
|
+ lengthLabel.Name = "lengthLabel";
|
|
|
+ lengthLabel.Size = new System.Drawing.Size(58, 20);
|
|
|
+ lengthLabel.TabIndex = 3;
|
|
|
+ lengthLabel.Text = "Длина:";
|
|
|
+ //
|
|
|
+ // nameizdLabel
|
|
|
+ //
|
|
|
+ nameizdLabel.AutoSize = true;
|
|
|
+ nameizdLabel.Location = new System.Drawing.Point(303, 31);
|
|
|
+ nameizdLabel.Name = "nameizdLabel";
|
|
|
+ nameizdLabel.Size = new System.Drawing.Size(81, 20);
|
|
|
+ nameizdLabel.TabIndex = 1;
|
|
|
+ nameizdLabel.Text = "Название:";
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ label4.AutoSize = true;
|
|
|
+ label4.Location = new System.Drawing.Point(538, 134);
|
|
|
+ label4.Name = "label4";
|
|
|
+ label4.Size = new System.Drawing.Size(135, 20);
|
|
|
+ label4.TabIndex = 14;
|
|
|
+ label4.Text = "Кол-во на складе:";
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ label5.AutoSize = true;
|
|
|
+ label5.Location = new System.Drawing.Point(597, 89);
|
|
|
+ label5.Name = "label5";
|
|
|
+ label5.Size = new System.Drawing.Size(81, 20);
|
|
|
+ label5.TabIndex = 12;
|
|
|
+ label5.Text = "Название:";
|
|
|
+ //
|
|
|
+ // 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.ColumnHeadersVisible = false;
|
|
|
+ this.DgvIzd.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.iDIzdelieDataGridViewTextBoxColumn});
|
|
|
+ this.DgvIzd.DataSource = this.izdelieBindingSource;
|
|
|
+ this.DgvIzd.Location = new System.Drawing.Point(12, 8);
|
|
|
+ this.DgvIzd.Name = "DgvIzd";
|
|
|
+ this.DgvIzd.ReadOnly = true;
|
|
|
+ this.DgvIzd.RowHeadersVisible = false;
|
|
|
+ this.DgvIzd.RowTemplate.Height = 24;
|
|
|
+ this.DgvIzd.Size = new System.Drawing.Size(270, 458);
|
|
|
+ this.DgvIzd.TabIndex = 0;
|
|
|
+ //
|
|
|
+ // iDIzdelieDataGridViewTextBoxColumn
|
|
|
+ //
|
|
|
+ this.iDIzdelieDataGridViewTextBoxColumn.DataPropertyName = "ID_Izdelie";
|
|
|
+ this.iDIzdelieDataGridViewTextBoxColumn.HeaderText = "ID_Izdelie";
|
|
|
+ this.iDIzdelieDataGridViewTextBoxColumn.Name = "iDIzdelieDataGridViewTextBoxColumn";
|
|
|
+ this.iDIzdelieDataGridViewTextBoxColumn.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // izdelieBindingSource
|
|
|
+ //
|
|
|
+ this.izdelieBindingSource.DataMember = "Izdelie";
|
|
|
+ this.izdelieBindingSource.DataSource = this.svFabricDataSet;
|
|
|
+ //
|
|
|
+ // svFabricDataSet
|
|
|
+ //
|
|
|
+ this.svFabricDataSet.DataSetName = "SvFabricDataSet";
|
|
|
+ this.svFabricDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
|
|
+ //
|
|
|
+ // BtnSelect
|
|
|
+ //
|
|
|
+ this.BtnSelect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnSelect.Location = new System.Drawing.Point(460, 409);
|
|
|
+ this.BtnSelect.Name = "BtnSelect";
|
|
|
+ this.BtnSelect.Size = new System.Drawing.Size(340, 35);
|
|
|
+ this.BtnSelect.TabIndex = 15;
|
|
|
+ this.BtnSelect.Text = "Экспортировать выделенные заказы";
|
|
|
+ this.BtnSelect.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnSelect.Click += new System.EventHandler(this.BtnSelect_Click);
|
|
|
+ //
|
|
|
+ // BtnAll
|
|
|
+ //
|
|
|
+ this.BtnAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnAll.Location = new System.Drawing.Point(195, 409);
|
|
|
+ this.BtnAll.Name = "BtnAll";
|
|
|
+ this.BtnAll.Size = new System.Drawing.Size(258, 35);
|
|
|
+ this.BtnAll.TabIndex = 14;
|
|
|
+ this.BtnAll.Text = "Экспортировать все заказы";
|
|
|
+ this.BtnAll.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnAll.Click += new System.EventHandler(this.BtnAll_Click);
|
|
|
+ //
|
|
|
+ // RbtCSV
|
|
|
+ //
|
|
|
+ this.RbtCSV.AutoSize = true;
|
|
|
+ this.RbtCSV.Location = new System.Drawing.Point(112, 417);
|
|
|
+ this.RbtCSV.Name = "RbtCSV";
|
|
|
+ this.RbtCSV.Size = new System.Drawing.Size(66, 24);
|
|
|
+ this.RbtCSV.TabIndex = 1;
|
|
|
+ this.RbtCSV.Text = "в CSV";
|
|
|
+ this.RbtCSV.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // RbtWord
|
|
|
+ //
|
|
|
+ this.RbtWord.AutoSize = true;
|
|
|
+ this.RbtWord.Checked = true;
|
|
|
+ this.RbtWord.Location = new System.Drawing.Point(22, 417);
|
|
|
+ this.RbtWord.Name = "RbtWord";
|
|
|
+ this.RbtWord.Size = new System.Drawing.Size(77, 24);
|
|
|
+ this.RbtWord.TabIndex = 0;
|
|
|
+ this.RbtWord.TabStop = true;
|
|
|
+ this.RbtWord.Text = "в Word";
|
|
|
+ this.RbtWord.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // tabPage2
|
|
|
+ //
|
|
|
+ this.tabPage2.Controls.Add(descriptionLabel);
|
|
|
+ this.tabPage2.Controls.Add(this.DescriptionTextBox);
|
|
|
+ this.tabPage2.Controls.Add(label2);
|
|
|
+ this.tabPage2.Controls.Add(this.LengthTextBox);
|
|
|
+ this.tabPage2.Controls.Add(label3);
|
|
|
+ this.tabPage2.Controls.Add(this.WidthTextBox);
|
|
|
+ this.tabPage2.Controls.Add(colorLabel);
|
|
|
+ this.tabPage2.Controls.Add(this.ColorTextBox);
|
|
|
+ this.tabPage2.Controls.Add(nametkanLabel);
|
|
|
+ this.tabPage2.Controls.Add(this.NametkanTextBox);
|
|
|
+ this.tabPage2.Controls.Add(this.LVTkani);
|
|
|
+ this.tabPage2.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage2.Name = "tabPage2";
|
|
|
+ this.tabPage2.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
+ this.tabPage2.Size = new System.Drawing.Size(1100, 486);
|
|
|
+ this.tabPage2.TabIndex = 1;
|
|
|
+ this.tabPage2.Text = "Ткани";
|
|
|
+ this.tabPage2.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // DescriptionTextBox
|
|
|
+ //
|
|
|
+ this.DescriptionTextBox.Location = new System.Drawing.Point(692, 228);
|
|
|
+ this.DescriptionTextBox.Name = "DescriptionTextBox";
|
|
|
+ this.DescriptionTextBox.ReadOnly = true;
|
|
|
+ this.DescriptionTextBox.Size = new System.Drawing.Size(162, 27);
|
|
|
+ this.DescriptionTextBox.TabIndex = 21;
|
|
|
+ //
|
|
|
+ // LengthTextBox
|
|
|
+ //
|
|
|
+ this.LengthTextBox.Location = new System.Drawing.Point(692, 182);
|
|
|
+ this.LengthTextBox.Name = "LengthTextBox";
|
|
|
+ this.LengthTextBox.ReadOnly = true;
|
|
|
+ this.LengthTextBox.Size = new System.Drawing.Size(162, 27);
|
|
|
+ this.LengthTextBox.TabIndex = 19;
|
|
|
+ //
|
|
|
+ // WidthTextBox
|
|
|
+ //
|
|
|
+ this.WidthTextBox.Location = new System.Drawing.Point(692, 137);
|
|
|
+ this.WidthTextBox.Name = "WidthTextBox";
|
|
|
+ this.WidthTextBox.ReadOnly = true;
|
|
|
+ this.WidthTextBox.Size = new System.Drawing.Size(162, 27);
|
|
|
+ this.WidthTextBox.TabIndex = 17;
|
|
|
+ //
|
|
|
+ // ColorTextBox
|
|
|
+ //
|
|
|
+ this.ColorTextBox.Location = new System.Drawing.Point(692, 88);
|
|
|
+ this.ColorTextBox.Name = "ColorTextBox";
|
|
|
+ this.ColorTextBox.ReadOnly = true;
|
|
|
+ this.ColorTextBox.Size = new System.Drawing.Size(162, 27);
|
|
|
+ this.ColorTextBox.TabIndex = 15;
|
|
|
+ //
|
|
|
+ // NametkanTextBox
|
|
|
+ //
|
|
|
+ this.NametkanTextBox.Location = new System.Drawing.Point(692, 38);
|
|
|
+ this.NametkanTextBox.Name = "NametkanTextBox";
|
|
|
+ this.NametkanTextBox.ReadOnly = true;
|
|
|
+ this.NametkanTextBox.Size = new System.Drawing.Size(162, 27);
|
|
|
+ this.NametkanTextBox.TabIndex = 13;
|
|
|
+ //
|
|
|
+ // LVTkani
|
|
|
+ //
|
|
|
+ this.LVTkani.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
+ this.LVTkani.HideSelection = false;
|
|
|
+ this.LVTkani.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.LVTkani.Name = "LVTkani";
|
|
|
+ this.LVTkani.Size = new System.Drawing.Size(508, 480);
|
|
|
+ this.LVTkani.TabIndex = 11;
|
|
|
+ this.LVTkani.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.LVTkani.SelectedIndexChanged += new System.EventHandler(this.LVTkani_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // Column6
|
|
|
+ //
|
|
|
+ this.Column6.HeaderText = "Заказчик";
|
|
|
+ this.Column6.Name = "Column6";
|
|
|
+ this.Column6.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // TbxCountFurSklad
|
|
|
+ //
|
|
|
+ this.TbxCountFurSklad.Location = new System.Drawing.Point(688, 134);
|
|
|
+ this.TbxCountFurSklad.Name = "TbxCountFurSklad";
|
|
|
+ this.TbxCountFurSklad.ReadOnly = true;
|
|
|
+ this.TbxCountFurSklad.Size = new System.Drawing.Size(162, 27);
|
|
|
+ this.TbxCountFurSklad.TabIndex = 15;
|
|
|
+ //
|
|
|
+ // TbxNameFur
|
|
|
+ //
|
|
|
+ this.TbxNameFur.Location = new System.Drawing.Point(688, 85);
|
|
|
+ this.TbxNameFur.Name = "TbxNameFur";
|
|
|
+ this.TbxNameFur.ReadOnly = true;
|
|
|
+ this.TbxNameFur.Size = new System.Drawing.Size(162, 27);
|
|
|
+ this.TbxNameFur.TabIndex = 13;
|
|
|
+ //
|
|
|
+ // LVFurnitura
|
|
|
+ //
|
|
|
+ this.LVFurnitura.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
+ this.LVFurnitura.HideSelection = false;
|
|
|
+ this.LVFurnitura.Location = new System.Drawing.Point(3, 3);
|
|
|
+ this.LVFurnitura.Name = "LVFurnitura";
|
|
|
+ this.LVFurnitura.Size = new System.Drawing.Size(488, 480);
|
|
|
+ this.LVFurnitura.TabIndex = 11;
|
|
|
+ this.LVFurnitura.UseCompatibleStateImageBehavior = false;
|
|
|
+ this.LVFurnitura.SelectedIndexChanged += new System.EventHandler(this.LVFurnitura_SelectedIndexChanged);
|
|
|
+ //
|
|
|
+ // tabPage4
|
|
|
+ //
|
|
|
+ this.tabPage4.AutoScroll = true;
|
|
|
+ this.tabPage4.Controls.Add(this.BtnSave);
|
|
|
+ this.tabPage4.Controls.Add(this.BtnEdit);
|
|
|
+ this.tabPage4.Controls.Add(this.BtnAdd);
|
|
|
+ this.tabPage4.Controls.Add(widthLabel);
|
|
|
+ this.tabPage4.Controls.Add(this.TbxWidthIzd);
|
|
|
+ this.tabPage4.Controls.Add(lengthLabel);
|
|
|
+ this.tabPage4.Controls.Add(this.TbxLengthIzd);
|
|
|
+ this.tabPage4.Controls.Add(nameizdLabel);
|
|
|
+ this.tabPage4.Controls.Add(this.TbxNameIzd);
|
|
|
+ this.tabPage4.Controls.Add(this.DgvIzd);
|
|
|
+ this.tabPage4.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage4.Name = "tabPage4";
|
|
|
+ this.tabPage4.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
+ this.tabPage4.Size = new System.Drawing.Size(1100, 486);
|
|
|
+ this.tabPage4.TabIndex = 3;
|
|
|
+ this.tabPage4.Text = "Изделия";
|
|
|
+ this.tabPage4.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // BtnSave
|
|
|
+ //
|
|
|
+ this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnSave.Enabled = false;
|
|
|
+ this.BtnSave.Location = new System.Drawing.Point(306, 312);
|
|
|
+ this.BtnSave.Name = "BtnSave";
|
|
|
+ this.BtnSave.Size = new System.Drawing.Size(231, 35);
|
|
|
+ this.BtnSave.TabIndex = 16;
|
|
|
+ this.BtnSave.Text = "Сохранить";
|
|
|
+ this.BtnSave.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
|
|
|
+ //
|
|
|
+ // BtnEdit
|
|
|
+ //
|
|
|
+ this.BtnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnEdit.Location = new System.Drawing.Point(306, 223);
|
|
|
+ this.BtnEdit.Name = "BtnEdit";
|
|
|
+ this.BtnEdit.Size = new System.Drawing.Size(231, 35);
|
|
|
+ this.BtnEdit.TabIndex = 15;
|
|
|
+ this.BtnEdit.Text = "Редактировать";
|
|
|
+ this.BtnEdit.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnEdit.Click += new System.EventHandler(this.BtnEdit_Click);
|
|
|
+ //
|
|
|
+ // BtnAdd
|
|
|
+ //
|
|
|
+ this.BtnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnAdd.Location = new System.Drawing.Point(306, 169);
|
|
|
+ this.BtnAdd.Name = "BtnAdd";
|
|
|
+ this.BtnAdd.Size = new System.Drawing.Size(231, 35);
|
|
|
+ this.BtnAdd.TabIndex = 14;
|
|
|
+ this.BtnAdd.Text = "Добавить";
|
|
|
+ this.BtnAdd.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnAdd.Click += new System.EventHandler(this.BtnAdd_Click);
|
|
|
+ //
|
|
|
+ // TbxWidthIzd
|
|
|
+ //
|
|
|
+ this.TbxWidthIzd.Enabled = false;
|
|
|
+ this.TbxWidthIzd.Location = new System.Drawing.Point(394, 94);
|
|
|
+ this.TbxWidthIzd.Name = "TbxWidthIzd";
|
|
|
+ this.TbxWidthIzd.Size = new System.Drawing.Size(142, 27);
|
|
|
+ this.TbxWidthIzd.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // TbxLengthIzd
|
|
|
+ //
|
|
|
+ this.TbxLengthIzd.Enabled = false;
|
|
|
+ this.TbxLengthIzd.Location = new System.Drawing.Point(394, 58);
|
|
|
+ this.TbxLengthIzd.Name = "TbxLengthIzd";
|
|
|
+ this.TbxLengthIzd.Size = new System.Drawing.Size(142, 27);
|
|
|
+ this.TbxLengthIzd.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // TbxNameIzd
|
|
|
+ //
|
|
|
+ this.TbxNameIzd.Enabled = false;
|
|
|
+ this.TbxNameIzd.Location = new System.Drawing.Point(394, 23);
|
|
|
+ this.TbxNameIzd.Name = "TbxNameIzd";
|
|
|
+ this.TbxNameIzd.Size = new System.Drawing.Size(142, 27);
|
|
|
+ this.TbxNameIzd.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // tabPage3
|
|
|
+ //
|
|
|
+ this.tabPage3.Controls.Add(label4);
|
|
|
+ this.tabPage3.Controls.Add(this.TbxCountFurSklad);
|
|
|
+ this.tabPage3.Controls.Add(label5);
|
|
|
+ this.tabPage3.Controls.Add(this.TbxNameFur);
|
|
|
+ this.tabPage3.Controls.Add(this.LVFurnitura);
|
|
|
+ this.tabPage3.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabPage3.Name = "tabPage3";
|
|
|
+ this.tabPage3.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
+ this.tabPage3.Size = new System.Drawing.Size(1100, 486);
|
|
|
+ this.tabPage3.TabIndex = 2;
|
|
|
+ this.tabPage3.Text = "Фурнитуры";
|
|
|
+ this.tabPage3.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // Column5
|
|
|
+ //
|
|
|
+ this.Column5.HeaderText = "Кол-во фурнитуры";
|
|
|
+ this.Column5.Name = "Column5";
|
|
|
+ this.Column5.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // tabControl1
|
|
|
+ //
|
|
|
+ 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.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
+ this.tabControl1.Location = new System.Drawing.Point(0, 262);
|
|
|
+ this.tabControl1.Name = "tabControl1";
|
|
|
+ this.tabControl1.SelectedIndex = 0;
|
|
|
+ this.tabControl1.Size = new System.Drawing.Size(1108, 512);
|
|
|
+ this.tabControl1.TabIndex = 20;
|
|
|
+ //
|
|
|
+ // tabPage1
|
|
|
+ //
|
|
|
+ this.tabPage1.Controls.Add(this.DgvZakaz);
|
|
|
+ this.tabPage1.Controls.Add(this.BtnSelect);
|
|
|
+ this.tabPage1.Controls.Add(this.BtnAll);
|
|
|
+ this.tabPage1.Controls.Add(this.RbtCSV);
|
|
|
+ this.tabPage1.Controls.Add(this.RbtWord);
|
|
|
+ this.tabPage1.Location = new System.Drawing.Point(4, 29);
|
|
|
+ this.tabPage1.Name = "tabPage1";
|
|
|
+ this.tabPage1.Padding = new System.Windows.Forms.Padding(3, 3, 3, 3);
|
|
|
+ this.tabPage1.Size = new System.Drawing.Size(1100, 479);
|
|
|
+ this.tabPage1.TabIndex = 0;
|
|
|
+ this.tabPage1.Text = "Заказы";
|
|
|
+ this.tabPage1.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // DgvZakaz
|
|
|
+ //
|
|
|
+ this.DgvZakaz.AllowUserToAddRows = false;
|
|
|
+ this.DgvZakaz.AllowUserToDeleteRows = false;
|
|
|
+ this.DgvZakaz.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
+ this.DgvZakaz.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
+ this.Column1,
|
|
|
+ this.Column2,
|
|
|
+ this.Column3,
|
|
|
+ this.Column4,
|
|
|
+ this.Column5,
|
|
|
+ this.Column6});
|
|
|
+ this.DgvZakaz.Location = new System.Drawing.Point(6, 8);
|
|
|
+ this.DgvZakaz.Name = "DgvZakaz";
|
|
|
+ this.DgvZakaz.ReadOnly = true;
|
|
|
+ this.DgvZakaz.RowHeadersVisible = false;
|
|
|
+ this.DgvZakaz.RowTemplate.Height = 24;
|
|
|
+ this.DgvZakaz.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
|
+ this.DgvZakaz.Size = new System.Drawing.Size(996, 372);
|
|
|
+ this.DgvZakaz.TabIndex = 16;
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // LblIdManager
|
|
|
+ //
|
|
|
+ this.LblIdManager.AutoSize = true;
|
|
|
+ this.LblIdManager.Location = new System.Drawing.Point(382, 90);
|
|
|
+ this.LblIdManager.Name = "LblIdManager";
|
|
|
+ this.LblIdManager.Size = new System.Drawing.Size(15, 20);
|
|
|
+ this.LblIdManager.TabIndex = 15;
|
|
|
+ this.LblIdManager.Text = "1";
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.Font = new System.Drawing.Font("Yu Gothic UI Light", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(156, 9);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(599, 68);
|
|
|
+ this.label1.TabIndex = 1;
|
|
|
+ this.label1.Text = "Рабочее место менеджера";
|
|
|
+ //
|
|
|
+ // BtnProfile
|
|
|
+ //
|
|
|
+ this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
|
|
|
+ this.BtnProfile.Location = new System.Drawing.Point(147, 168);
|
|
|
+ this.BtnProfile.Name = "BtnProfile";
|
|
|
+ this.BtnProfile.Size = new System.Drawing.Size(231, 35);
|
|
|
+ this.BtnProfile.TabIndex = 19;
|
|
|
+ this.BtnProfile.Text = "Профиль пользователя";
|
|
|
+ this.BtnProfile.UseVisualStyleBackColor = false;
|
|
|
+ this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
|
|
|
+ //
|
|
|
+ // OtchLabel
|
|
|
+ //
|
|
|
+ this.OtchLabel.Location = new System.Drawing.Point(14, 232);
|
|
|
+ this.OtchLabel.Name = "OtchLabel";
|
|
|
+ this.OtchLabel.Size = new System.Drawing.Size(112, 29);
|
|
|
+ this.OtchLabel.TabIndex = 18;
|
|
|
+ this.OtchLabel.Text = "label2";
|
|
|
+ //
|
|
|
+ // NameLabel
|
|
|
+ //
|
|
|
+ this.NameLabel.Location = new System.Drawing.Point(14, 203);
|
|
|
+ this.NameLabel.Name = "NameLabel";
|
|
|
+ this.NameLabel.Size = new System.Drawing.Size(112, 29);
|
|
|
+ this.NameLabel.TabIndex = 17;
|
|
|
+ this.NameLabel.Text = "label2";
|
|
|
+ //
|
|
|
+ // FamLabel
|
|
|
+ //
|
|
|
+ this.FamLabel.Location = new System.Drawing.Point(14, 175);
|
|
|
+ this.FamLabel.Name = "FamLabel";
|
|
|
+ this.FamLabel.Size = new System.Drawing.Size(112, 29);
|
|
|
+ this.FamLabel.TabIndex = 16;
|
|
|
+ this.FamLabel.Text = "label2";
|
|
|
+ //
|
|
|
+ // panel1
|
|
|
+ //
|
|
|
+ this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
|
|
|
+ this.panel1.Controls.Add(this.LblIdManager);
|
|
|
+ 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(1108, 127);
|
|
|
+ this.panel1.TabIndex = 15;
|
|
|
+ //
|
|
|
+ // pictureBox1
|
|
|
+ //
|
|
|
+ this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
+ this.pictureBox1.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo1;
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.pictureBox1.Name = "pictureBox1";
|
|
|
+ this.pictureBox1.Size = new System.Drawing.Size(150, 127);
|
|
|
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
+ this.pictureBox1.TabIndex = 0;
|
|
|
+ this.pictureBox1.TabStop = false;
|
|
|
+ //
|
|
|
+ // usersBindingSource
|
|
|
+ //
|
|
|
+ this.usersBindingSource.DataMember = "Users";
|
|
|
+ this.usersBindingSource.DataSource = this.svFabricDataSet;
|
|
|
+ //
|
|
|
+ // usersTableAdapter
|
|
|
+ //
|
|
|
+ this.usersTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // tableAdapterManager
|
|
|
+ //
|
|
|
+ this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
|
|
|
+ this.tableAdapterManager.ClothessTableAdapter = null;
|
|
|
+ this.tableAdapterManager.ColorsTableAdapter = null;
|
|
|
+ this.tableAdapterManager.FurnituresTableAdapter = null;
|
|
|
+ this.tableAdapterManager.IzdelieTableAdapter = this.izdelieTableAdapter;
|
|
|
+ this.tableAdapterManager.OrdersTableAdapter = null;
|
|
|
+ this.tableAdapterManager.RolesTableAdapter = null;
|
|
|
+ this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.SvFabricDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
|
|
+ this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
|
|
|
+ //
|
|
|
+ // izdelieTableAdapter
|
|
|
+ //
|
|
|
+ this.izdelieTableAdapter.ClearBeforeFill = true;
|
|
|
+ //
|
|
|
+ // imageListCloth
|
|
|
+ //
|
|
|
+ this.imageListCloth.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
|
|
|
+ this.imageListCloth.ImageSize = new System.Drawing.Size(100, 100);
|
|
|
+ this.imageListCloth.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
+ //
|
|
|
+ // imageListFur
|
|
|
+ //
|
|
|
+ this.imageListFur.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
|
|
|
+ this.imageListFur.ImageSize = new System.Drawing.Size(100, 100);
|
|
|
+ this.imageListFur.TransparentColor = System.Drawing.Color.Transparent;
|
|
|
+ //
|
|
|
+ // saveFileDialog1
|
|
|
+ //
|
|
|
+ this.saveFileDialog1.Filter = "Файлы CSV|*.csv|Все файлы|*.*";
|
|
|
+ //
|
|
|
+ // FormManager
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(1108, 774);
|
|
|
+ this.Controls.Add(this.tabControl1);
|
|
|
+ this.Controls.Add(this.BtnProfile);
|
|
|
+ this.Controls.Add(this.OtchLabel);
|
|
|
+ this.Controls.Add(this.NameLabel);
|
|
|
+ this.Controls.Add(this.FamLabel);
|
|
|
+ this.Controls.Add(this.panel1);
|
|
|
+ this.Font = new System.Drawing.Font("Yu Gothic UI Semibold", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
|
|
|
+ this.Name = "FormManager";
|
|
|
+ this.Text = "FormManager";
|
|
|
+ this.Load += new System.EventHandler(this.FormManager_Load);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvIzd)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.izdelieBindingSource)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.svFabricDataSet)).EndInit();
|
|
|
+ this.tabPage2.ResumeLayout(false);
|
|
|
+ this.tabPage2.PerformLayout();
|
|
|
+ this.tabPage4.ResumeLayout(false);
|
|
|
+ this.tabPage4.PerformLayout();
|
|
|
+ this.tabPage3.ResumeLayout(false);
|
|
|
+ this.tabPage3.PerformLayout();
|
|
|
+ this.tabControl1.ResumeLayout(false);
|
|
|
+ this.tabPage1.ResumeLayout(false);
|
|
|
+ this.tabPage1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DgvZakaz)).EndInit();
|
|
|
+ this.panel1.ResumeLayout(false);
|
|
|
+ this.panel1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
|
|
|
+ this.ResumeLayout(false);
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.DataGridView DgvIzd;
|
|
|
+ private System.Windows.Forms.Button BtnSelect;
|
|
|
+ private System.Windows.Forms.Button BtnAll;
|
|
|
+ private System.Windows.Forms.RadioButton RbtCSV;
|
|
|
+ private System.Windows.Forms.RadioButton RbtWord;
|
|
|
+ private System.Windows.Forms.TabPage tabPage2;
|
|
|
+ private System.Windows.Forms.TextBox DescriptionTextBox;
|
|
|
+ private System.Windows.Forms.TextBox LengthTextBox;
|
|
|
+ private System.Windows.Forms.TextBox WidthTextBox;
|
|
|
+ private System.Windows.Forms.TextBox ColorTextBox;
|
|
|
+ private System.Windows.Forms.TextBox NametkanTextBox;
|
|
|
+ private System.Windows.Forms.ListView LVTkani;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
|
|
|
+ private System.Windows.Forms.TextBox TbxCountFurSklad;
|
|
|
+ private System.Windows.Forms.TextBox TbxNameFur;
|
|
|
+ private System.Windows.Forms.ListView LVFurnitura;
|
|
|
+ private System.Windows.Forms.TabPage tabPage4;
|
|
|
+ private System.Windows.Forms.Button BtnSave;
|
|
|
+ private System.Windows.Forms.Button BtnEdit;
|
|
|
+ private System.Windows.Forms.Button BtnAdd;
|
|
|
+ private System.Windows.Forms.TextBox TbxWidthIzd;
|
|
|
+ private System.Windows.Forms.TextBox TbxLengthIzd;
|
|
|
+ private System.Windows.Forms.TextBox TbxNameIzd;
|
|
|
+ private System.Windows.Forms.TabPage tabPage3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
|
|
|
+ private System.Windows.Forms.TabControl tabControl1;
|
|
|
+ private System.Windows.Forms.TabPage tabPage1;
|
|
|
+ private System.Windows.Forms.DataGridView DgvZakaz;
|
|
|
+ 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.Label LblIdManager;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
+ private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
+ private System.Windows.Forms.Button BtnProfile;
|
|
|
+ private System.Windows.Forms.Label OtchLabel;
|
|
|
+ private System.Windows.Forms.Label NameLabel;
|
|
|
+ private System.Windows.Forms.Label FamLabel;
|
|
|
+ private System.Windows.Forms.Panel panel1;
|
|
|
+ private SvFabricDataSet svFabricDataSet;
|
|
|
+ private SvFabricDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
|
|
|
+ private SvFabricDataSetTableAdapters.TableAdapterManager tableAdapterManager;
|
|
|
+ private SvFabricDataSetTableAdapters.IzdelieTableAdapter izdelieTableAdapter;
|
|
|
+ private System.Windows.Forms.BindingSource izdelieBindingSource;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn iDIzdelieDataGridViewTextBoxColumn;
|
|
|
+ private System.Windows.Forms.ImageList imageListCloth;
|
|
|
+ private System.Windows.Forms.ImageList imageListFur;
|
|
|
+ private System.Windows.Forms.SaveFileDialog saveFileDialog1;
|
|
|
+ public System.Windows.Forms.BindingSource usersBindingSource;
|
|
|
+ }
|
|
|
+}
|