| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446 |
- namespace Швейная_фабрика
- {
- partial class FormKladovschik
- {
- /// <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(FormKladovschik));
- this.panel1 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.FamLabel = new System.Windows.Forms.Label();
- this.BsUsers = new System.Windows.Forms.BindingSource(this.components);
- this.сlothesFactoryLGDataSet = new Швейная_фабрика.СlothesFactoryLGDataSet();
- this.OtchLabel = new System.Windows.Forms.Label();
- this.NameLabel = new System.Windows.Forms.Label();
- this.BtnSpisMaterial = new System.Windows.Forms.Button();
- this.BtnGetMaterial = new System.Windows.Forms.Button();
- this.BtnProfile = new System.Windows.Forms.Button();
- this.usersTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.DgvTkani = new System.Windows.Forms.DataGridView();
- this.idTkanDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.lengthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.commentDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.namePhotoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.colorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.allTkanBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.DgvFurnitura = new System.Windows.Forms.DataGridView();
- this.idfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.namefurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.photoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.countfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.furnituraBindingSource = new System.Windows.Forms.BindingSource(this.components);
- this.furnituraTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.FurnituraTableAdapter();
- this.allTkanTableAdapter = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.AllTkanTableAdapter();
- this.tableAdapterManager = new Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.allTkanBindingSource)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.furnituraBindingSource)).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.label1);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.FamLabel);
- this.panel1.Controls.Add(this.OtchLabel);
- this.panel1.Controls.Add(this.NameLabel);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(957, 130);
- this.panel1.TabIndex = 2;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(205, 51);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(142, 29);
- this.label1.TabIndex = 1;
- this.label1.Text = "Кладовщик";
- //
- // pictureBox1
- //
- this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.pictureBox1.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pictureBox1.Location = new System.Drawing.Point(0, 0);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(133, 130);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 0;
- this.pictureBox1.TabStop = false;
- //
- // FamLabel
- //
- this.FamLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Surname", true));
- this.FamLabel.Location = new System.Drawing.Point(414, 36);
- this.FamLabel.Name = "FamLabel";
- this.FamLabel.Size = new System.Drawing.Size(100, 23);
- this.FamLabel.TabIndex = 13;
- this.FamLabel.Text = "label2";
- //
- // BsUsers
- //
- this.BsUsers.DataMember = "Users";
- this.BsUsers.DataSource = this.сlothesFactoryLGDataSet;
- //
- // сlothesFactoryLGDataSet
- //
- this.сlothesFactoryLGDataSet.DataSetName = "СlothesFactoryLGDataSet";
- this.сlothesFactoryLGDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // OtchLabel
- //
- this.OtchLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Otch", true));
- this.OtchLabel.Location = new System.Drawing.Point(414, 82);
- this.OtchLabel.Name = "OtchLabel";
- this.OtchLabel.Size = new System.Drawing.Size(100, 23);
- this.OtchLabel.TabIndex = 15;
- this.OtchLabel.Text = "label2";
- //
- // NameLabel
- //
- this.NameLabel.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsUsers, "Name", true));
- this.NameLabel.Location = new System.Drawing.Point(414, 59);
- this.NameLabel.Name = "NameLabel";
- this.NameLabel.Size = new System.Drawing.Size(100, 23);
- this.NameLabel.TabIndex = 14;
- this.NameLabel.Text = "label2";
- //
- // BtnSpisMaterial
- //
- this.BtnSpisMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnSpisMaterial.Location = new System.Drawing.Point(732, 405);
- this.BtnSpisMaterial.Name = "BtnSpisMaterial";
- this.BtnSpisMaterial.Size = new System.Drawing.Size(206, 28);
- this.BtnSpisMaterial.TabIndex = 18;
- this.BtnSpisMaterial.Text = "Списать материалы";
- this.BtnSpisMaterial.UseVisualStyleBackColor = false;
- this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
- //
- // BtnGetMaterial
- //
- this.BtnGetMaterial.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnGetMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnGetMaterial.Location = new System.Drawing.Point(520, 405);
- this.BtnGetMaterial.Name = "BtnGetMaterial";
- this.BtnGetMaterial.Size = new System.Drawing.Size(206, 28);
- this.BtnGetMaterial.TabIndex = 17;
- this.BtnGetMaterial.Text = "Принять материалы";
- this.BtnGetMaterial.UseVisualStyleBackColor = false;
- this.BtnGetMaterial.Click += new System.EventHandler(this.BtnGetMaterial_Click);
- //
- // BtnProfile
- //
- this.BtnProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnProfile.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.BtnProfile.Location = new System.Drawing.Point(308, 405);
- this.BtnProfile.Name = "BtnProfile";
- this.BtnProfile.Size = new System.Drawing.Size(206, 28);
- this.BtnProfile.TabIndex = 16;
- this.BtnProfile.Text = "Профиль пользователя";
- this.BtnProfile.UseVisualStyleBackColor = false;
- this.BtnProfile.Click += new System.EventHandler(this.BtnProfile_Click);
- //
- // usersTableAdapter
- //
- this.usersTableAdapter.ClearBeforeFill = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(381, 141);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(50, 16);
- this.label3.TabIndex = 25;
- this.label3.Text = "Ткани:";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(7, 141);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(84, 16);
- this.label2.TabIndex = 24;
- this.label2.Text = "Фурнитура:";
- //
- // DgvTkani
- //
- this.DgvTkani.AllowUserToAddRows = false;
- this.DgvTkani.AllowUserToDeleteRows = false;
- this.DgvTkani.AutoGenerateColumns = false;
- this.DgvTkani.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvTkani.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.idTkanDataGridViewTextBoxColumn,
- this.titleDataGridViewTextBoxColumn,
- this.lengthDataGridViewTextBoxColumn,
- this.widthDataGridViewTextBoxColumn,
- this.commentDataGridViewTextBoxColumn,
- this.namePhotoDataGridViewTextBoxColumn,
- this.colorDataGridViewTextBoxColumn});
- this.DgvTkani.DataSource = this.allTkanBindingSource;
- this.DgvTkani.Location = new System.Drawing.Point(385, 164);
- this.DgvTkani.Name = "DgvTkani";
- this.DgvTkani.ReadOnly = true;
- this.DgvTkani.RowHeadersWidth = 51;
- this.DgvTkani.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvTkani.Size = new System.Drawing.Size(546, 220);
- this.DgvTkani.TabIndex = 22;
- //
- // idTkanDataGridViewTextBoxColumn
- //
- this.idTkanDataGridViewTextBoxColumn.DataPropertyName = "id_Tkan";
- this.idTkanDataGridViewTextBoxColumn.HeaderText = "id_Tkan";
- this.idTkanDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.idTkanDataGridViewTextBoxColumn.Name = "idTkanDataGridViewTextBoxColumn";
- this.idTkanDataGridViewTextBoxColumn.ReadOnly = true;
- this.idTkanDataGridViewTextBoxColumn.Width = 125;
- //
- // titleDataGridViewTextBoxColumn
- //
- this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
- this.titleDataGridViewTextBoxColumn.HeaderText = "Title";
- this.titleDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
- this.titleDataGridViewTextBoxColumn.ReadOnly = true;
- this.titleDataGridViewTextBoxColumn.Width = 125;
- //
- // lengthDataGridViewTextBoxColumn
- //
- this.lengthDataGridViewTextBoxColumn.DataPropertyName = "Length";
- this.lengthDataGridViewTextBoxColumn.HeaderText = "Length";
- this.lengthDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.lengthDataGridViewTextBoxColumn.Name = "lengthDataGridViewTextBoxColumn";
- this.lengthDataGridViewTextBoxColumn.ReadOnly = true;
- this.lengthDataGridViewTextBoxColumn.Width = 125;
- //
- // widthDataGridViewTextBoxColumn
- //
- this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
- this.widthDataGridViewTextBoxColumn.HeaderText = "Width";
- this.widthDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
- this.widthDataGridViewTextBoxColumn.ReadOnly = true;
- this.widthDataGridViewTextBoxColumn.Width = 125;
- //
- // commentDataGridViewTextBoxColumn
- //
- this.commentDataGridViewTextBoxColumn.DataPropertyName = "Comment";
- this.commentDataGridViewTextBoxColumn.HeaderText = "Comment";
- this.commentDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.commentDataGridViewTextBoxColumn.Name = "commentDataGridViewTextBoxColumn";
- this.commentDataGridViewTextBoxColumn.ReadOnly = true;
- this.commentDataGridViewTextBoxColumn.Width = 125;
- //
- // namePhotoDataGridViewTextBoxColumn
- //
- this.namePhotoDataGridViewTextBoxColumn.DataPropertyName = "NamePhoto";
- this.namePhotoDataGridViewTextBoxColumn.HeaderText = "NamePhoto";
- this.namePhotoDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.namePhotoDataGridViewTextBoxColumn.Name = "namePhotoDataGridViewTextBoxColumn";
- this.namePhotoDataGridViewTextBoxColumn.ReadOnly = true;
- this.namePhotoDataGridViewTextBoxColumn.Width = 125;
- //
- // colorDataGridViewTextBoxColumn
- //
- this.colorDataGridViewTextBoxColumn.DataPropertyName = "Color";
- this.colorDataGridViewTextBoxColumn.HeaderText = "Color";
- this.colorDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.colorDataGridViewTextBoxColumn.Name = "colorDataGridViewTextBoxColumn";
- this.colorDataGridViewTextBoxColumn.ReadOnly = true;
- this.colorDataGridViewTextBoxColumn.Width = 125;
- //
- // allTkanBindingSource
- //
- this.allTkanBindingSource.DataMember = "AllTkan";
- this.allTkanBindingSource.DataSource = this.сlothesFactoryLGDataSet;
- //
- // DgvFurnitura
- //
- this.DgvFurnitura.AllowUserToAddRows = false;
- this.DgvFurnitura.AllowUserToDeleteRows = false;
- this.DgvFurnitura.AutoGenerateColumns = false;
- this.DgvFurnitura.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DgvFurnitura.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.idfurDataGridViewTextBoxColumn,
- this.namefurDataGridViewTextBoxColumn,
- this.photoDataGridViewTextBoxColumn,
- this.countfurDataGridViewTextBoxColumn});
- this.DgvFurnitura.DataSource = this.furnituraBindingSource;
- this.DgvFurnitura.Location = new System.Drawing.Point(11, 164);
- this.DgvFurnitura.Name = "DgvFurnitura";
- this.DgvFurnitura.ReadOnly = true;
- this.DgvFurnitura.RowHeadersWidth = 51;
- this.DgvFurnitura.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.DgvFurnitura.Size = new System.Drawing.Size(320, 220);
- this.DgvFurnitura.TabIndex = 23;
- //
- // idfurDataGridViewTextBoxColumn
- //
- this.idfurDataGridViewTextBoxColumn.DataPropertyName = "id_fur";
- this.idfurDataGridViewTextBoxColumn.HeaderText = "id_fur";
- this.idfurDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.idfurDataGridViewTextBoxColumn.Name = "idfurDataGridViewTextBoxColumn";
- this.idfurDataGridViewTextBoxColumn.ReadOnly = true;
- this.idfurDataGridViewTextBoxColumn.Visible = false;
- this.idfurDataGridViewTextBoxColumn.Width = 125;
- //
- // namefurDataGridViewTextBoxColumn
- //
- this.namefurDataGridViewTextBoxColumn.DataPropertyName = "namefur";
- this.namefurDataGridViewTextBoxColumn.HeaderText = "Название";
- this.namefurDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.namefurDataGridViewTextBoxColumn.Name = "namefurDataGridViewTextBoxColumn";
- this.namefurDataGridViewTextBoxColumn.ReadOnly = true;
- this.namefurDataGridViewTextBoxColumn.Width = 125;
- //
- // photoDataGridViewTextBoxColumn
- //
- this.photoDataGridViewTextBoxColumn.DataPropertyName = "photo";
- this.photoDataGridViewTextBoxColumn.HeaderText = "Фото";
- this.photoDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.photoDataGridViewTextBoxColumn.Name = "photoDataGridViewTextBoxColumn";
- this.photoDataGridViewTextBoxColumn.ReadOnly = true;
- this.photoDataGridViewTextBoxColumn.Visible = false;
- this.photoDataGridViewTextBoxColumn.Width = 125;
- //
- // countfurDataGridViewTextBoxColumn
- //
- this.countfurDataGridViewTextBoxColumn.DataPropertyName = "countfur";
- this.countfurDataGridViewTextBoxColumn.HeaderText = "Кол-во";
- this.countfurDataGridViewTextBoxColumn.MinimumWidth = 6;
- this.countfurDataGridViewTextBoxColumn.Name = "countfurDataGridViewTextBoxColumn";
- this.countfurDataGridViewTextBoxColumn.ReadOnly = true;
- this.countfurDataGridViewTextBoxColumn.Width = 125;
- //
- // furnituraBindingSource
- //
- this.furnituraBindingSource.DataMember = "Furnitura";
- this.furnituraBindingSource.DataSource = this.сlothesFactoryLGDataSet;
- //
- // furnituraTableAdapter
- //
- this.furnituraTableAdapter.ClearBeforeFill = true;
- //
- // allTkanTableAdapter
- //
- this.allTkanTableAdapter.ClearBeforeFill = true;
- //
- // tableAdapterManager
- //
- this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
- this.tableAdapterManager.ColorTableAdapter = null;
- this.tableAdapterManager.FurnituraTableAdapter = this.furnituraTableAdapter;
- this.tableAdapterManager.IzdelieTableAdapter = null;
- this.tableAdapterManager.OrdersTableAdapter = null;
- this.tableAdapterManager.RolesTableAdapter = null;
- this.tableAdapterManager.TkanTableAdapter = null;
- this.tableAdapterManager.UpdateOrder = Швейная_фабрика.СlothesFactoryLGDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
- this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
- //
- // FormKladovschik
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(957, 445);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.DgvTkani);
- this.Controls.Add(this.DgvFurnitura);
- this.Controls.Add(this.BtnSpisMaterial);
- this.Controls.Add(this.BtnGetMaterial);
- this.Controls.Add(this.BtnProfile);
- this.Controls.Add(this.panel1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "FormKladovschik";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "СУБД \"Швейная фабрика\"";
- this.Load += new System.EventHandler(this.FormKladovschik_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.BsUsers)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.сlothesFactoryLGDataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvTkani)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.allTkanBindingSource)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.furnituraBindingSource)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label FamLabel;
- private System.Windows.Forms.Label OtchLabel;
- private System.Windows.Forms.Label NameLabel;
- private System.Windows.Forms.Button BtnSpisMaterial;
- private System.Windows.Forms.Button BtnGetMaterial;
- private System.Windows.Forms.Button BtnProfile;
- private СlothesFactoryLGDataSet сlothesFactoryLGDataSet;
- private СlothesFactoryLGDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
- public System.Windows.Forms.BindingSource BsUsers;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.DataGridView DgvTkani;
- private System.Windows.Forms.DataGridView DgvFurnitura;
- private System.Windows.Forms.BindingSource furnituraBindingSource;
- private СlothesFactoryLGDataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn idfurDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn namefurDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn photoDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn countfurDataGridViewTextBoxColumn;
- private System.Windows.Forms.BindingSource allTkanBindingSource;
- private СlothesFactoryLGDataSetTableAdapters.AllTkanTableAdapter allTkanTableAdapter;
- private СlothesFactoryLGDataSetTableAdapters.TableAdapterManager tableAdapterManager;
- private System.Windows.Forms.DataGridViewTextBoxColumn idTkanDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn lengthDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn commentDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn namePhotoDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn colorDataGridViewTextBoxColumn;
- }
- }
|