namespace СУБД_Швейная_фабрика
{
partial class FormSpisMaterial
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
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.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.BsFurnitura = new System.Windows.Forms.BindingSource(this.components);
this.pracFabricaDataSet = new СУБД_Швейная_фабрика.pracFabricaDataSet();
this.DgvTkan = new System.Windows.Forms.DataGridView();
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();
this.BsTkani = new System.Windows.Forms.BindingSource(this.components);
this.panel1 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tkanTableAdapter = new СУБД_Швейная_фабрика.pracFabricaDataSetTableAdapters.TkanTableAdapter();
this.furnituraTableAdapter = new СУБД_Швейная_фабрика.pracFabricaDataSetTableAdapters.FurnituraTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BsFurnitura)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pracFabricaDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.BsTkani)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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;
//
// 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;
//
// BsFurnitura
//
this.BsFurnitura.DataMember = "Furnitura";
this.BsFurnitura.DataSource = this.pracFabricaDataSet;
this.BsFurnitura.Filter = "countfur > 0";
//
// pracFabricaDataSet
//
this.pracFabricaDataSet.DataSetName = "db_22factoryDataSet";
this.pracFabricaDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// 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;
//
// 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;
//
// BsTkani
//
this.BsTkani.DataMember = "Tkan";
this.BsTkani.DataSource = this.pracFabricaDataSet;
this.BsTkani.Filter = "Length > 0";
//
// 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(790, 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.MinimumSize = new System.Drawing.Size(190, 24);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(190, 24);
this.label1.TabIndex = 1;
this.label1.Text = "Списать материалы";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// 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;
//
// tkanTableAdapter
//
this.tkanTableAdapter.ClearBeforeFill = true;
//
// furnituraTableAdapter
//
this.furnituraTableAdapter.ClearBeforeFill = true;
//
// 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(790, 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.MinimumSize = new System.Drawing.Size(806, 658);
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.BsFurnitura)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pracFabricaDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.BsTkani)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).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 pracFabricaDataSet pracFabricaDataSet;
private System.Windows.Forms.BindingSource BsTkani;
private pracFabricaDataSetTableAdapters.TkanTableAdapter tkanTableAdapter;
private System.Windows.Forms.BindingSource BsFurnitura;
private pracFabricaDataSetTableAdapters.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;
}
}