123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480 |
- namespace СУБД_Фабрика
- {
- partial class FormZak
- {
- /// <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.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.usersTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.UsersTableAdapter();
- 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.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.izdeliaTableAdapter = new СУБД_Фабрика.SewingFactoryMURDataSetTableAdapters.IzdeliaTableAdapter();
- this.jornalMoskDataSet1 = new СУБД_Фабрика.JornalMoskDataSet();
- this.BtnAddZak = new System.Windows.Forms.Button();
- this.BtnLevin = new System.Windows.Forms.Button();
- this.panel1.SuspendLayout();
- ((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
- //
- this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.panel1.Controls.Add(this.LblOtch);
- this.panel1.Controls.Add(this.LblName);
- this.panel1.Controls.Add(this.LblFam);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- 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(640, 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;
- this.LblFam.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Fam", true));
- this.LblFam.Font = new System.Drawing.Font("Arial Narrow", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LblFam.Location = new System.Drawing.Point(22, 22);
- this.LblFam.Name = "LblFam";
- this.LblFam.Size = new System.Drawing.Size(35, 20);
- this.LblFam.TabIndex = 2;
- this.LblFam.Text = "Fam";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Arial Narrow", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(232, 39);
- this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(75, 23);
- this.label1.TabIndex = 1;
- this.label1.Text = "Заказчик";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Right;
- this.pictureBox1.Image = global::СУБД_Фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(534, 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);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // BtnProfile
- //
- 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);
- //
- // 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.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(616, 297);
- this.tabControl1.TabIndex = 23;
- //
- // tabPage1
- //
- 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(608, 264);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Ткань";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // PanelClothes
- //
- 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(602, 258);
- 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(608, 264);
- 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(602, 258);
- 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
- //
- 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;
- //
- // 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;
- //
- // izdeliaTableAdapter
- //
- this.izdeliaTableAdapter.ClearBeforeFill = 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);
- //
- // BtnLevin
- //
- this.BtnLevin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnLevin.Location = new System.Drawing.Point(293, 111);
- this.BtnLevin.Name = "BtnLevin";
- this.BtnLevin.Size = new System.Drawing.Size(153, 31);
- this.BtnLevin.TabIndex = 25;
- this.BtnLevin.Text = "Нечеткий поиск ткани";
- this.BtnLevin.UseVisualStyleBackColor = false;
- this.BtnLevin.Click += new System.EventHandler(this.BtnLevin_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(640, 457);
- this.Controls.Add(this.BtnLevin);
- 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")));
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "FormZak";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormZak_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((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);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private SewingFactoryMURDataSet sewingFactoryMURDataSet1;
- private System.Windows.Forms.BindingSource BsUsers;
- private SewingFactoryMURDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- private System.Windows.Forms.Label LblFam;
- private System.Windows.Forms.Label LblOtch;
- private System.Windows.Forms.Label LblName;
- 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;
- private System.Windows.Forms.Button BtnLevin;
- }
- }
|