| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341 | 
							- namespace СУБД_Швейная_фабрика
 
- {
 
-     partial class FormSpisMaterial
 
-     {
 
-         /// <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.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
 
-             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSpisMaterial));
 
-             this.BtnCancel = new System.Windows.Forms.Button();
 
-             this.BtnSpisMaterial = new System.Windows.Forms.Button();
 
-             this.BtnToExcel = new System.Windows.Forms.Button();
 
-             this.label2 = new System.Windows.Forms.Label();
 
-             this.label3 = new System.Windows.Forms.Label();
 
-             this.DgvFurnitura = new System.Windows.Forms.DataGridView();
 
-             this.DgvTkan = new System.Windows.Forms.DataGridView();
 
-             this.panel1 = new System.Windows.Forms.Panel();
 
-             this.label1 = new System.Windows.Forms.Label();
 
-             this.pictureBox1 = new System.Windows.Forms.PictureBox();
 
-             this.db_22factoryDataSet1 = new СУБД_Швейная_фабрика.db_22factoryDataSet();
 
-             this.BsTkani = new System.Windows.Forms.BindingSource(this.components);
 
-             this.tkanTableAdapter = new СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.TkanTableAdapter();
 
-             this.BsFurnitura = new System.Windows.Forms.BindingSource(this.components);
 
-             this.furnituraTableAdapter = new СУБД_Швейная_фабрика.db_22factoryDataSetTableAdapters.FurnituraTableAdapter();
 
-             this.namefurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.countfurDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.titleDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.widthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.lengthDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
 
-             ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).BeginInit();
 
-             ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
 
-             this.panel1.SuspendLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
 
-             ((System.ComponentModel.ISupportInitialize)(this.db_22factoryDataSet1)).BeginInit();
 
-             ((System.ComponentModel.ISupportInitialize)(this.BsTkani)).BeginInit();
 
-             ((System.ComponentModel.ISupportInitialize)(this.BsFurnitura)).BeginInit();
 
-             this.SuspendLayout();
 
-             // 
 
-             // BtnCancel
 
-             // 
 
-             this.BtnCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
 
-             this.BtnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
 
-             this.BtnCancel.Location = new System.Drawing.Point(615, 522);
 
-             this.BtnCancel.Margin = new System.Windows.Forms.Padding(2);
 
-             this.BtnCancel.Name = "BtnCancel";
 
-             this.BtnCancel.Size = new System.Drawing.Size(154, 23);
 
-             this.BtnCancel.TabIndex = 23;
 
-             this.BtnCancel.Text = "Отменить";
 
-             this.BtnCancel.UseVisualStyleBackColor = false;
 
-             // 
 
-             // BtnSpisMaterial
 
-             // 
 
-             this.BtnSpisMaterial.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
 
-             this.BtnSpisMaterial.Location = new System.Drawing.Point(615, 459);
 
-             this.BtnSpisMaterial.Margin = new System.Windows.Forms.Padding(2);
 
-             this.BtnSpisMaterial.Name = "BtnSpisMaterial";
 
-             this.BtnSpisMaterial.Size = new System.Drawing.Size(154, 23);
 
-             this.BtnSpisMaterial.TabIndex = 22;
 
-             this.BtnSpisMaterial.Text = "Списать материалы";
 
-             this.BtnSpisMaterial.UseVisualStyleBackColor = false;
 
-             this.BtnSpisMaterial.Click += new System.EventHandler(this.BtnSpisMaterial_Click);
 
-             // 
 
-             // BtnToExcel
 
-             // 
 
-             this.BtnToExcel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
 
-             this.BtnToExcel.Location = new System.Drawing.Point(615, 384);
 
-             this.BtnToExcel.Margin = new System.Windows.Forms.Padding(2);
 
-             this.BtnToExcel.Name = "BtnToExcel";
 
-             this.BtnToExcel.Size = new System.Drawing.Size(154, 23);
 
-             this.BtnToExcel.TabIndex = 21;
 
-             this.BtnToExcel.Text = "Сформировать документ";
 
-             this.BtnToExcel.UseVisualStyleBackColor = false;
 
-             this.BtnToExcel.Click += new System.EventHandler(this.BtnToExcel_Click);
 
-             // 
 
-             // label2
 
-             // 
 
-             this.label2.AutoSize = true;
 
-             this.label2.Location = new System.Drawing.Point(14, 365);
 
-             this.label2.Name = "label2";
 
-             this.label2.Size = new System.Drawing.Size(63, 13);
 
-             this.label2.TabIndex = 20;
 
-             this.label2.Text = "Фурнитура";
 
-             // 
 
-             // label3
 
-             // 
 
-             this.label3.AutoSize = true;
 
-             this.label3.Location = new System.Drawing.Point(10, 114);
 
-             this.label3.Name = "label3";
 
-             this.label3.Size = new System.Drawing.Size(38, 13);
 
-             this.label3.TabIndex = 19;
 
-             this.label3.Text = "Ткани";
 
-             // 
 
-             // 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.namefurDataGridViewTextBoxColumn,
 
-             this.countfurDataGridViewTextBoxColumn,
 
-             this.Column2,
 
-             this.Column3});
 
-             this.DgvFurnitura.DataSource = this.BsFurnitura;
 
-             this.DgvFurnitura.Location = new System.Drawing.Point(13, 384);
 
-             this.DgvFurnitura.Name = "DgvFurnitura";
 
-             this.DgvFurnitura.ScrollBars = System.Windows.Forms.ScrollBars.None;
 
-             this.DgvFurnitura.Size = new System.Drawing.Size(581, 220);
 
-             this.DgvFurnitura.TabIndex = 18;
 
-             // 
 
-             // DgvTkan
 
-             // 
 
-             this.DgvTkan.AllowUserToAddRows = false;
 
-             this.DgvTkan.AllowUserToDeleteRows = false;
 
-             this.DgvTkan.AutoGenerateColumns = false;
 
-             this.DgvTkan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
 
-             this.DgvTkan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
 
-             this.titleDataGridViewTextBoxColumn,
 
-             this.widthDataGridViewTextBoxColumn,
 
-             this.lengthDataGridViewTextBoxColumn,
 
-             this.Column1,
 
-             this.Column4});
 
-             this.DgvTkan.DataSource = this.BsTkani;
 
-             this.DgvTkan.Location = new System.Drawing.Point(12, 134);
 
-             this.DgvTkan.Name = "DgvTkan";
 
-             this.DgvTkan.ScrollBars = System.Windows.Forms.ScrollBars.None;
 
-             this.DgvTkan.Size = new System.Drawing.Size(668, 220);
 
-             this.DgvTkan.TabIndex = 17;
 
-             // 
 
-             // 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.Dock = System.Windows.Forms.DockStyle.Top;
 
-             this.panel1.Location = new System.Drawing.Point(0, 0);
 
-             this.panel1.Margin = new System.Windows.Forms.Padding(2);
 
-             this.panel1.Name = "panel1";
 
-             this.panel1.Size = new System.Drawing.Size(779, 106);
 
-             this.panel1.TabIndex = 16;
 
-             // 
 
-             // 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(360, 39);
 
-             this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
 
-             this.label1.Name = "label1";
 
-             this.label1.Size = new System.Drawing.Size(190, 24);
 
-             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.Margin = new System.Windows.Forms.Padding(2);
 
-             this.pictureBox1.Name = "pictureBox1";
 
-             this.pictureBox1.Size = new System.Drawing.Size(144, 106);
 
-             this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
 
-             this.pictureBox1.TabIndex = 0;
 
-             this.pictureBox1.TabStop = false;
 
-             // 
 
-             // db_22factoryDataSet1
 
-             // 
 
-             this.db_22factoryDataSet1.DataSetName = "db_22factoryDataSet";
 
-             this.db_22factoryDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
 
-             // 
 
-             // BsTkani
 
-             // 
 
-             this.BsTkani.DataMember = "Tkan";
 
-             this.BsTkani.DataSource = this.db_22factoryDataSet1;
 
-             this.BsTkani.Filter = "Length > 0";
 
-             // 
 
-             // tkanTableAdapter
 
-             // 
 
-             this.tkanTableAdapter.ClearBeforeFill = true;
 
-             // 
 
-             // BsFurnitura
 
-             // 
 
-             this.BsFurnitura.DataMember = "Furnitura";
 
-             this.BsFurnitura.DataSource = this.db_22factoryDataSet1;
 
-             this.BsFurnitura.Filter = "countfur > 0";
 
-             // 
 
-             // furnituraTableAdapter
 
-             // 
 
-             this.furnituraTableAdapter.ClearBeforeFill = true;
 
-             // 
 
-             // namefurDataGridViewTextBoxColumn
 
-             // 
 
-             this.namefurDataGridViewTextBoxColumn.DataPropertyName = "namefur";
 
-             this.namefurDataGridViewTextBoxColumn.HeaderText = "Название";
 
-             this.namefurDataGridViewTextBoxColumn.Name = "namefurDataGridViewTextBoxColumn";
 
-             this.namefurDataGridViewTextBoxColumn.ReadOnly = true;
 
-             this.namefurDataGridViewTextBoxColumn.Width = 150;
 
-             // 
 
-             // countfurDataGridViewTextBoxColumn
 
-             // 
 
-             this.countfurDataGridViewTextBoxColumn.DataPropertyName = "countfur";
 
-             this.countfurDataGridViewTextBoxColumn.DividerWidth = 5;
 
-             this.countfurDataGridViewTextBoxColumn.HeaderText = "Количество";
 
-             this.countfurDataGridViewTextBoxColumn.Name = "countfurDataGridViewTextBoxColumn";
 
-             this.countfurDataGridViewTextBoxColumn.ReadOnly = true;
 
-             // 
 
-             // Column2
 
-             // 
 
-             this.Column2.HeaderText = "Сколько списать";
 
-             this.Column2.Name = "Column2";
 
-             // 
 
-             // Column3
 
-             // 
 
-             this.Column3.HeaderText = "Причина";
 
-             this.Column3.Name = "Column3";
 
-             this.Column3.Width = 150;
 
-             // 
 
-             // titleDataGridViewTextBoxColumn
 
-             // 
 
-             this.titleDataGridViewTextBoxColumn.DataPropertyName = "Title";
 
-             this.titleDataGridViewTextBoxColumn.HeaderText = "Название";
 
-             this.titleDataGridViewTextBoxColumn.Name = "titleDataGridViewTextBoxColumn";
 
-             this.titleDataGridViewTextBoxColumn.ReadOnly = true;
 
-             this.titleDataGridViewTextBoxColumn.Width = 150;
 
-             // 
 
-             // widthDataGridViewTextBoxColumn
 
-             // 
 
-             this.widthDataGridViewTextBoxColumn.DataPropertyName = "Width";
 
-             this.widthDataGridViewTextBoxColumn.HeaderText = "Ширина";
 
-             this.widthDataGridViewTextBoxColumn.Name = "widthDataGridViewTextBoxColumn";
 
-             this.widthDataGridViewTextBoxColumn.ReadOnly = true;
 
-             // 
 
-             // lengthDataGridViewTextBoxColumn
 
-             // 
 
-             this.lengthDataGridViewTextBoxColumn.DataPropertyName = "Length";
 
-             this.lengthDataGridViewTextBoxColumn.DividerWidth = 5;
 
-             this.lengthDataGridViewTextBoxColumn.HeaderText = "Длина";
 
-             this.lengthDataGridViewTextBoxColumn.Name = "lengthDataGridViewTextBoxColumn";
 
-             this.lengthDataGridViewTextBoxColumn.ReadOnly = true;
 
-             // 
 
-             // Column1
 
-             // 
 
-             dataGridViewCellStyle1.NullValue = null;
 
-             this.Column1.DefaultCellStyle = dataGridViewCellStyle1;
 
-             this.Column1.HeaderText = "Сколько списать";
 
-             this.Column1.Name = "Column1";
 
-             // 
 
-             // Column4
 
-             // 
 
-             this.Column4.HeaderText = "Причина";
 
-             this.Column4.Name = "Column4";
 
-             this.Column4.Width = 150;
 
-             // 
 
-             // FormSpisMaterial
 
-             // 
 
-             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
-             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
-             this.BackColor = System.Drawing.Color.White;
 
-             this.ClientSize = new System.Drawing.Size(779, 619);
 
-             this.Controls.Add(this.BtnCancel);
 
-             this.Controls.Add(this.BtnSpisMaterial);
 
-             this.Controls.Add(this.BtnToExcel);
 
-             this.Controls.Add(this.label2);
 
-             this.Controls.Add(this.label3);
 
-             this.Controls.Add(this.DgvFurnitura);
 
-             this.Controls.Add(this.DgvTkan);
 
-             this.Controls.Add(this.panel1);
 
-             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
 
-             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 
-             this.Name = "FormSpisMaterial";
 
-             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
 
-             this.Text = "СУБД \"Швейная фабрика\"";
 
-             this.Load += new System.EventHandler(this.FormSpisMaterial_Load);
 
-             ((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).EndInit();
 
-             ((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
 
-             this.panel1.ResumeLayout(false);
 
-             this.panel1.PerformLayout();
 
-             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
 
-             ((System.ComponentModel.ISupportInitialize)(this.db_22factoryDataSet1)).EndInit();
 
-             ((System.ComponentModel.ISupportInitialize)(this.BsTkani)).EndInit();
 
-             ((System.ComponentModel.ISupportInitialize)(this.BsFurnitura)).EndInit();
 
-             this.ResumeLayout(false);
 
-             this.PerformLayout();
 
-         }
 
-         #endregion
 
-         private System.Windows.Forms.Button BtnCancel;
 
-         private System.Windows.Forms.Button BtnSpisMaterial;
 
-         private System.Windows.Forms.Button BtnToExcel;
 
-         private System.Windows.Forms.Label label2;
 
-         private System.Windows.Forms.Label label3;
 
-         private System.Windows.Forms.DataGridView DgvFurnitura;
 
-         private System.Windows.Forms.DataGridView DgvTkan;
 
-         private System.Windows.Forms.Panel panel1;
 
-         private System.Windows.Forms.Label label1;
 
-         private System.Windows.Forms.PictureBox pictureBox1;
 
-         private db_22factoryDataSet db_22factoryDataSet1;
 
-         private System.Windows.Forms.BindingSource BsTkani;
 
-         private db_22factoryDataSetTableAdapters.TkanTableAdapter tkanTableAdapter;
 
-         private System.Windows.Forms.BindingSource BsFurnitura;
 
-         private db_22factoryDataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn namefurDataGridViewTextBoxColumn;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn countfurDataGridViewTextBoxColumn;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn titleDataGridViewTextBoxColumn;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn widthDataGridViewTextBoxColumn;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn lengthDataGridViewTextBoxColumn;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
 
-         private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
 
-     }
 
- }
 
 
  |