namespace TypographyView
{
partial class FormReportPrintedComponents
{
///
/// 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()
{
dataGridView = new DataGridView();
ColumnComponent = new DataGridViewTextBoxColumn();
ColumnPrinted = new DataGridViewTextBoxColumn();
ColumnCount = new DataGridViewTextBoxColumn();
buttonSaveToExel = new Button();
((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit();
SuspendLayout();
//
// dataGridView
//
dataGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
dataGridView.BackgroundColor = SystemColors.ControlLightLight;
dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView.Columns.AddRange(new DataGridViewColumn[] { ColumnComponent, ColumnPrinted, ColumnCount });
dataGridView.Location = new Point(1, 61);
dataGridView.Name = "dataGridView";
dataGridView.RowHeadersWidth = 51;
dataGridView.RowTemplate.Height = 29;
dataGridView.Size = new Size(798, 390);
dataGridView.TabIndex = 0;
//
// ColumnComponent
//
ColumnComponent.HeaderText = "Компонент";
ColumnComponent.MinimumWidth = 6;
ColumnComponent.Name = "ColumnComponent";
//
// ColumnPrinted
//
ColumnPrinted.HeaderText = "Изделие";
ColumnPrinted.MinimumWidth = 6;
ColumnPrinted.Name = "ColumnPrinted";
//
// ColumnCount
//
ColumnCount.HeaderText = "Количество";
ColumnCount.MinimumWidth = 6;
ColumnCount.Name = "ColumnCount";
//
// buttonSaveToExel
//
buttonSaveToExel.Location = new Point(12, 26);
buttonSaveToExel.Name = "buttonSaveToExel";
buttonSaveToExel.Size = new Size(188, 29);
buttonSaveToExel.TabIndex = 1;
buttonSaveToExel.Text = "Сохранить в Exlel";
buttonSaveToExel.UseVisualStyleBackColor = true;
buttonSaveToExel.Click += ButtonSaveToExcel_Click;
//
// FormReportPrintedComponents
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(buttonSaveToExel);
Controls.Add(dataGridView);
Name = "FormReportPrintedComponents";
Text = "Компоненты по изделиям";
Load += FormReportPrintedComponents_Load;
((System.ComponentModel.ISupportInitialize)dataGridView).EndInit();
ResumeLayout(false);
}
#endregion
private DataGridView dataGridView;
private DataGridViewTextBoxColumn ColumnComponent;
private DataGridViewTextBoxColumn ColumnPrinted;
private DataGridViewTextBoxColumn ColumnCount;
private Button buttonSaveToExel;
}
}