namespace СУБД_Швейная_фабрика
{
partial class FormSpisokMaterial
{
///
/// 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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSpisokMaterial));
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.furnituraBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.fabricDeryugoDataSet = new СУБД_Швейная_фабрика.FabricDeryugoDataSet();
this.DgvTkan = new System.Windows.Forms.DataGridView();
this.nametkanDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.width = 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.tkaniBindingSource = 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.tkaniTableAdapter = new СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.TkaniTableAdapter();
this.tableAdapterManager = new СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.TableAdapterManager();
this.furnituraTableAdapter = new СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.FurnituraTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.furnituraBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fabricDeryugoDataSet)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tkaniBindingSource)).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.Location = new System.Drawing.Point(626, 438);
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(626, 365);
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(626, 318);
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(9, 361);
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(12, 9);
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.furnituraBindingSource;
this.DgvFurnitura.Location = new System.Drawing.Point(12, 377);
this.DgvFurnitura.Name = "DgvFurnitura";
this.DgvFurnitura.Size = new System.Drawing.Size(593, 220);
this.DgvFurnitura.TabIndex = 18;
//
// namefurDataGridViewTextBoxColumn
//
this.namefurDataGridViewTextBoxColumn.DataPropertyName = "namefur";
this.namefurDataGridViewTextBoxColumn.HeaderText = "Название";
this.namefurDataGridViewTextBoxColumn.Name = "namefurDataGridViewTextBoxColumn";
//
// countfurDataGridViewTextBoxColumn
//
this.countfurDataGridViewTextBoxColumn.DataPropertyName = "countfur";
this.countfurDataGridViewTextBoxColumn.HeaderText = "Количество";
this.countfurDataGridViewTextBoxColumn.Name = "countfurDataGridViewTextBoxColumn";
//
// Column2
//
this.Column2.HeaderText = "Сколько списать";
this.Column2.Name = "Column2";
//
// Column3
//
this.Column3.HeaderText = "Причина";
this.Column3.Name = "Column3";
this.Column3.Width = 150;
//
// furnituraBindingSource
//
this.furnituraBindingSource.DataMember = "Furnitura";
this.furnituraBindingSource.DataSource = this.fabricDeryugoDataSet;
//
// fabricDeryugoDataSet
//
this.fabricDeryugoDataSet.DataSetName = "FabricDeryugoDataSet";
this.fabricDeryugoDataSet.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.nametkanDataGridViewTextBoxColumn,
this.width,
this.lengthDataGridViewTextBoxColumn,
this.Column1,
this.Column4});
this.DgvTkan.DataSource = this.tkaniBindingSource;
this.DgvTkan.Location = new System.Drawing.Point(12, 121);
this.DgvTkan.Name = "DgvTkan";
this.DgvTkan.Size = new System.Drawing.Size(581, 220);
this.DgvTkan.TabIndex = 17;
//
// nametkanDataGridViewTextBoxColumn
//
this.nametkanDataGridViewTextBoxColumn.DataPropertyName = "nametkan";
this.nametkanDataGridViewTextBoxColumn.HeaderText = "Название";
this.nametkanDataGridViewTextBoxColumn.Name = "nametkanDataGridViewTextBoxColumn";
//
// width
//
this.width.DataPropertyName = "width";
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.width.DefaultCellStyle = dataGridViewCellStyle1;
this.width.HeaderText = "Ширина";
this.width.Name = "width";
//
// lengthDataGridViewTextBoxColumn
//
this.lengthDataGridViewTextBoxColumn.DataPropertyName = "length";
this.lengthDataGridViewTextBoxColumn.HeaderText = "Длинна";
this.lengthDataGridViewTextBoxColumn.Name = "lengthDataGridViewTextBoxColumn";
//
// Column1
//
dataGridViewCellStyle2.NullValue = null;
this.Column1.DefaultCellStyle = dataGridViewCellStyle2;
this.Column1.HeaderText = "Сколько списать";
this.Column1.Name = "Column1";
//
// Column4
//
this.Column4.HeaderText = "Причина";
this.Column4.Name = "Column4";
this.Column4.Width = 150;
//
// tkaniBindingSource
//
this.tkaniBindingSource.DataMember = "Tkani";
this.tkaniBindingSource.DataSource = this.fabricDeryugoDataSet;
//
// 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.label3);
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(798, 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(196, 31);
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 = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
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(100, 106);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// tkaniTableAdapter
//
this.tkaniTableAdapter.ClearBeforeFill = true;
//
// tableAdapterManager
//
this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
this.tableAdapterManager.FurnituraTableAdapter = this.furnituraTableAdapter;
this.tableAdapterManager.IzdeliyaTableAdapter = null;
this.tableAdapterManager.sysdiagramsTableAdapter = null;
this.tableAdapterManager.TkaniTableAdapter = this.tkaniTableAdapter;
this.tableAdapterManager.UpdateOrder = СУБД_Швейная_фабрика.FabricDeryugoDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tableAdapterManager.UsersTableAdapter = null;
this.tableAdapterManager.ZakazTableAdapter = null;
//
// furnituraTableAdapter
//
this.furnituraTableAdapter.ClearBeforeFill = true;
//
// FormSpisokMaterial
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(798, 617);
this.Controls.Add(this.BtnCancel);
this.Controls.Add(this.BtnSpisMaterial);
this.Controls.Add(this.BtnToExcel);
this.Controls.Add(this.label2);
this.Controls.Add(this.DgvFurnitura);
this.Controls.Add(this.DgvTkan);
this.Controls.Add(this.panel1);
this.Name = "FormSpisokMaterial";
this.Text = "FormSpisokMaterial";
this.Load += new System.EventHandler(this.FormSpisokMaterial_Load);
((System.ComponentModel.ISupportInitialize)(this.DgvFurnitura)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.furnituraBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.fabricDeryugoDataSet)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.DgvTkan)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tkaniBindingSource)).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 FabricDeryugoDataSet fabricDeryugoDataSet;
private System.Windows.Forms.BindingSource tkaniBindingSource;
private FabricDeryugoDataSetTableAdapters.TkaniTableAdapter tkaniTableAdapter;
private FabricDeryugoDataSetTableAdapters.TableAdapterManager tableAdapterManager;
private FabricDeryugoDataSetTableAdapters.FurnituraTableAdapter furnituraTableAdapter;
private System.Windows.Forms.BindingSource furnituraBindingSource;
private System.Windows.Forms.DataGridViewTextBoxColumn nametkanDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn width;
private System.Windows.Forms.DataGridViewTextBoxColumn lengthDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
private System.Windows.Forms.DataGridViewTextBoxColumn namefurDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn countfurDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
}
}