123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467 |
- namespace СУБД_Швейная_фабрика
- {
- partial class FormStorekeeper
- {
- /// <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(FormStorekeeper));
- this.panel1 = new System.Windows.Forms.Panel();
- this.btnEdit = new System.Windows.Forms.Button();
- this.lblFIO = new System.Windows.Forms.Label();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.tabPage3 = new System.Windows.Forms.TabPage();
- this.dataGridView1 = new System.Windows.Forms.DataGridView();
- this.bsCloth = new System.Windows.Forms.BindingSource(this.components);
- this.bsFur = new System.Windows.Forms.BindingSource(this.components);
- this.fabrikaLDADataSet = new СУБД_Швейная_фабрика.FabrikaLDADataSet();
- this.clothTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.ClothTableAdapter();
- this.dataGridView2 = new System.Windows.Forms.DataGridView();
- this.furnituraTableAdapter = new СУБД_Швейная_фабрика.FabrikaLDADataSetTableAdapters.FurnituraTableAdapter();
- this.idClothDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.idColorDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.weightDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.heightDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.noteDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.photoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.idfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.namefurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.photoDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.countfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.btnDoc = new System.Windows.Forms.Button();
- this.pbxPhoto = new System.Windows.Forms.PictureBox();
- this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dgvOrders = new System.Windows.Forms.DataGridView();
- this.panel1.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.tabPage2.SuspendLayout();
- this.tabPage3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsFur)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).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.btnEdit);
- this.panel1.Controls.Add(this.lblFIO);
- this.panel1.Controls.Add(this.pbxPhoto);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Margin = new System.Windows.Forms.Padding(81, 34, 81, 34);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(961, 111);
- this.panel1.TabIndex = 4;
- //
- // btnEdit
- //
- this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnEdit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnEdit.Location = new System.Drawing.Point(607, 62);
- this.btnEdit.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8);
- this.btnEdit.Name = "btnEdit";
- this.btnEdit.Size = new System.Drawing.Size(161, 41);
- this.btnEdit.TabIndex = 9;
- this.btnEdit.Text = "Редактировать";
- this.btnEdit.UseVisualStyleBackColor = false;
- this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
- //
- // lblFIO
- //
- this.lblFIO.Anchor = System.Windows.Forms.AnchorStyles.Top;
- this.lblFIO.AutoSize = true;
- this.lblFIO.Font = new System.Drawing.Font("Arial", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblFIO.Location = new System.Drawing.Point(98, 38);
- this.lblFIO.Margin = new System.Windows.Forms.Padding(13, 0, 13, 0);
- this.lblFIO.Name = "lblFIO";
- this.lblFIO.Size = new System.Drawing.Size(391, 37);
- this.lblFIO.TabIndex = 2;
- this.lblFIO.Text = "Фамилия Имя Отчество";
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Controls.Add(this.tabPage3);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.tabControl1.Location = new System.Drawing.Point(0, 160);
- this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(961, 366);
- this.tabControl1.TabIndex = 14;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.dgvOrders);
- this.tabPage1.Location = new System.Drawing.Point(4, 31);
- this.tabPage1.Margin = new System.Windows.Forms.Padding(2);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage1.Size = new System.Drawing.Size(953, 331);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "Заказы";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // tabPage2
- //
- this.tabPage2.Controls.Add(this.dataGridView1);
- this.tabPage2.Location = new System.Drawing.Point(4, 31);
- this.tabPage2.Margin = new System.Windows.Forms.Padding(2);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage2.Size = new System.Drawing.Size(953, 331);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "Ткани";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // tabPage3
- //
- this.tabPage3.Controls.Add(this.dataGridView2);
- this.tabPage3.Location = new System.Drawing.Point(4, 31);
- this.tabPage3.Margin = new System.Windows.Forms.Padding(2);
- this.tabPage3.Name = "tabPage3";
- this.tabPage3.Padding = new System.Windows.Forms.Padding(2);
- this.tabPage3.Size = new System.Drawing.Size(953, 331);
- this.tabPage3.TabIndex = 2;
- this.tabPage3.Text = "Фурнитура";
- this.tabPage3.UseVisualStyleBackColor = true;
- //
- // dataGridView1
- //
- this.dataGridView1.AllowUserToAddRows = false;
- this.dataGridView1.AllowUserToDeleteRows = false;
- this.dataGridView1.AutoGenerateColumns = false;
- this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.idClothDataGridViewTextBoxColumn,
- this.titleDataGridViewTextBoxColumn,
- this.idColorDataGridViewTextBoxColumn,
- this.weightDataGridViewTextBoxColumn,
- this.heightDataGridViewTextBoxColumn,
- this.noteDataGridViewTextBoxColumn,
- this.photoDataGridViewTextBoxColumn});
- this.dataGridView1.DataSource = this.bsCloth;
- this.dataGridView1.Location = new System.Drawing.Point(8, 5);
- this.dataGridView1.Name = "dataGridView1";
- this.dataGridView1.ReadOnly = true;
- this.dataGridView1.Size = new System.Drawing.Size(937, 331);
- this.dataGridView1.TabIndex = 0;
- //
- // bsCloth
- //
- this.bsCloth.DataMember = "Cloth";
- this.bsCloth.DataSource = this.fabrikaLDADataSet;
- //
- // bsFur
- //
- this.bsFur.DataMember = "Furnitura";
- this.bsFur.DataSource = this.fabrikaLDADataSet;
- //
- // fabrikaLDADataSet
- //
- this.fabrikaLDADataSet.DataSetName = "FabrikaLDADataSet";
- this.fabrikaLDADataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // clothTableAdapter
- //
- this.clothTableAdapter.ClearBeforeFill = true;
- //
- // dataGridView2
- //
- this.dataGridView2.AllowUserToAddRows = false;
- this.dataGridView2.AllowUserToDeleteRows = false;
- this.dataGridView2.AutoGenerateColumns = false;
- this.dataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dataGridView2.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.idfurDataGridViewTextBoxColumn,
- this.namefurDataGridViewTextBoxColumn,
- this.photoDataGridViewTextBoxColumn1,
- this.countfurDataGridViewTextBoxColumn});
- this.dataGridView2.DataSource = this.bsFur;
- this.dataGridView2.Location = new System.Drawing.Point(8, 5);
- this.dataGridView2.Name = "dataGridView2";
- this.dataGridView2.ReadOnly = true;
- this.dataGridView2.Size = new System.Drawing.Size(937, 331);
- this.dataGridView2.TabIndex = 0;
- //
- // furnituraTableAdapter
- //
- this.furnituraTableAdapter.ClearBeforeFill = true;
- //
- // idClothDataGridViewTextBoxColumn
- //
- this.idClothDataGridViewTextBoxColumn.DataPropertyName = "IdCloth";
- this.idClothDataGridViewTextBoxColumn.HeaderText = "IdCloth";
- this.idClothDataGridViewTextBoxColumn.Name = "idClothDataGridViewTextBoxColumn";
- this.idClothDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // titleDataGridViewTextBoxColumn
- //
- this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
- this.titleDataGridViewTextBoxColumn.HeaderText = "Title";
- this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
- this.titleDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // idColorDataGridViewTextBoxColumn
- //
- this.idColorDataGridViewTextBoxColumn.DataPropertyName = "IdColor";
- this.idColorDataGridViewTextBoxColumn.HeaderText = "IdColor";
- this.idColorDataGridViewTextBoxColumn.Name = "idColorDataGridViewTextBoxColumn";
- this.idColorDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // weightDataGridViewTextBoxColumn
- //
- this.weightDataGridViewTextBoxColumn.DataPropertyName = "Weight";
- this.weightDataGridViewTextBoxColumn.HeaderText = "Weight";
- this.weightDataGridViewTextBoxColumn.Name = "weightDataGridViewTextBoxColumn";
- this.weightDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // heightDataGridViewTextBoxColumn
- //
- this.heightDataGridViewTextBoxColumn.DataPropertyName = "Height";
- this.heightDataGridViewTextBoxColumn.HeaderText = "Height";
- this.heightDataGridViewTextBoxColumn.Name = "heightDataGridViewTextBoxColumn";
- this.heightDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // noteDataGridViewTextBoxColumn
- //
- this.noteDataGridViewTextBoxColumn.DataPropertyName = "Note";
- this.noteDataGridViewTextBoxColumn.HeaderText = "Note";
- this.noteDataGridViewTextBoxColumn.Name = "noteDataGridViewTextBoxColumn";
- this.noteDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // photoDataGridViewTextBoxColumn
- //
- this.photoDataGridViewTextBoxColumn.DataPropertyName = "Photo";
- this.photoDataGridViewTextBoxColumn.HeaderText = "Photo";
- this.photoDataGridViewTextBoxColumn.Name = "photoDataGridViewTextBoxColumn";
- this.photoDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // idfurDataGridViewTextBoxColumn
- //
- this.idfurDataGridViewTextBoxColumn.DataPropertyName = "idfur";
- this.idfurDataGridViewTextBoxColumn.HeaderText = "idfur";
- this.idfurDataGridViewTextBoxColumn.Name = "idfurDataGridViewTextBoxColumn";
- this.idfurDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // namefurDataGridViewTextBoxColumn
- //
- this.namefurDataGridViewTextBoxColumn.DataPropertyName = "namefur";
- this.namefurDataGridViewTextBoxColumn.HeaderText = "namefur";
- this.namefurDataGridViewTextBoxColumn.Name = "namefurDataGridViewTextBoxColumn";
- this.namefurDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // photoDataGridViewTextBoxColumn1
- //
- this.photoDataGridViewTextBoxColumn1.DataPropertyName = "photo";
- this.photoDataGridViewTextBoxColumn1.HeaderText = "photo";
- this.photoDataGridViewTextBoxColumn1.Name = "photoDataGridViewTextBoxColumn1";
- this.photoDataGridViewTextBoxColumn1.ReadOnly = true;
- //
- // countfurDataGridViewTextBoxColumn
- //
- this.countfurDataGridViewTextBoxColumn.DataPropertyName = "countfur";
- this.countfurDataGridViewTextBoxColumn.HeaderText = "countfur";
- this.countfurDataGridViewTextBoxColumn.Name = "countfurDataGridViewTextBoxColumn";
- this.countfurDataGridViewTextBoxColumn.ReadOnly = true;
- //
- // btnDoc
- //
- this.btnDoc.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnDoc.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.btnDoc.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnDoc.Location = new System.Drawing.Point(4, 112);
- this.btnDoc.Margin = new System.Windows.Forms.Padding(11, 8, 11, 8);
- this.btnDoc.Name = "btnDoc";
- this.btnDoc.Size = new System.Drawing.Size(157, 38);
- this.btnDoc.TabIndex = 10;
- this.btnDoc.Text = "Принять товар";
- this.btnDoc.UseVisualStyleBackColor = false;
- this.btnDoc.Click += new System.EventHandler(this.btnDoc_Click);
- //
- // pbxPhoto
- //
- this.pbxPhoto.Dock = System.Windows.Forms.DockStyle.Right;
- this.pbxPhoto.Image = global::СУБД_Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pbxPhoto.Location = new System.Drawing.Point(774, 0);
- this.pbxPhoto.Margin = new System.Windows.Forms.Padding(81, 34, 81, 34);
- this.pbxPhoto.Name = "pbxPhoto";
- this.pbxPhoto.Size = new System.Drawing.Size(187, 111);
- this.pbxPhoto.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxPhoto.TabIndex = 0;
- this.pbxPhoto.TabStop = false;
- //
- // Column7
- //
- this.Column7.HeaderText = "Заказчик";
- this.Column7.Name = "Column7";
- this.Column7.ReadOnly = true;
- //
- // Column6
- //
- this.Column6.HeaderText = "Менеджер";
- this.Column6.Name = "Column6";
- this.Column6.ReadOnly = true;
- //
- // Column5
- //
- this.Column5.HeaderText = "Кол-во фурнитуры";
- this.Column5.Name = "Column5";
- this.Column5.ReadOnly = true;
- //
- // Column4
- //
- this.Column4.HeaderText = "Фурнитура";
- this.Column4.Name = "Column4";
- this.Column4.ReadOnly = true;
- //
- // Column3
- //
- this.Column3.HeaderText = "Ткань";
- this.Column3.Name = "Column3";
- this.Column3.ReadOnly = true;
- //
- // Column2
- //
- this.Column2.HeaderText = "Кол-во изделий";
- this.Column2.Name = "Column2";
- this.Column2.ReadOnly = true;
- //
- // Column1
- //
- this.Column1.HeaderText = "Изделие";
- this.Column1.Name = "Column1";
- this.Column1.ReadOnly = true;
- //
- // dgvOrders
- //
- this.dgvOrders.AllowUserToAddRows = false;
- this.dgvOrders.AllowUserToDeleteRows = false;
- this.dgvOrders.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.dgvOrders.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column1,
- this.Column2,
- this.Column3,
- this.Column4,
- this.Column5,
- this.Column6,
- this.Column7});
- this.dgvOrders.Location = new System.Drawing.Point(12, 13);
- this.dgvOrders.Name = "dgvOrders";
- this.dgvOrders.ReadOnly = true;
- this.dgvOrders.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dgvOrders.Size = new System.Drawing.Size(752, 306);
- this.dgvOrders.TabIndex = 9;
- //
- // FormStorekeeper
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(961, 526);
- this.Controls.Add(this.btnDoc);
- this.Controls.Add(this.tabControl1);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("Arial", 14.25F, 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(6, 5, 6, 5);
- this.Name = "FormStorekeeper";
- this.Text = "СУБД Швейная фабрика";
- this.Load += new System.EventHandler(this.FormStorekeeper_Load);
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage2.ResumeLayout(false);
- this.tabPage3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsCloth)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.bsFur)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.fabrikaLDADataSet)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridView2)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pbxPhoto)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dgvOrders)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.PictureBox pbxPhoto;
- private System.Windows.Forms.Label lblFIO;
- private System.Windows.Forms.Button btnEdit;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.TabPage tabPage3;
- private System.Windows.Forms.DataGridView dataGridView1;
- private System.Windows.Forms.BindingSource bsCloth;
- private FabrikaLDADataSet fabrikaLDADataSet;
- private System.Windows.Forms.BindingSource bsFur;
- private FabrikaLDADataSetTableAdapters.ClothTableAdapter clothTableAdapter;
- private System.Windows.Forms.DataGridView dataGridView2;
- private FabrikaLDADataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
- private System.Windows.Forms.DataGridViewTextBoxColumn idClothDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn idColorDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn weightDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn heightDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn noteDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn photoDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn idfurDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn namefurDataGridViewTextBoxColumn;
- private System.Windows.Forms.DataGridViewTextBoxColumn photoDataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn countfurDataGridViewTextBoxColumn;
- private System.Windows.Forms.Button btnDoc;
- private System.Windows.Forms.DataGridView dgvOrders;
- 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.DataGridViewTextBoxColumn Column6;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column7;
- }
- }
|