ISEbd-22_Baygulov_A.A._Sush.../SushiBar/SushiBarView/FormReportSushiComponents.Designer.cs

96 lines
3.7 KiB
C#

namespace SushiBarView
{
partial class FormReportSushiComponents
{
/// <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()
{
dataGridViewExcel = new DataGridView();
ColumnComponent = new DataGridViewTextBoxColumn();
ColumnSushi = new DataGridViewTextBoxColumn();
ColumnCount = new DataGridViewTextBoxColumn();
ButtonSaveToExcel = new Button();
((System.ComponentModel.ISupportInitialize)dataGridViewExcel).BeginInit();
SuspendLayout();
//
// dataGridViewExcel
//
dataGridViewExcel.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
dataGridViewExcel.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridViewExcel.Columns.AddRange(new DataGridViewColumn[] { ColumnComponent, ColumnSushi, ColumnCount });
dataGridViewExcel.Location = new Point(1, 72);
dataGridViewExcel.Name = "dataGridViewExcel";
dataGridViewExcel.Size = new Size(799, 377);
dataGridViewExcel.TabIndex = 0;
//
// ColumnComponent
//
ColumnComponent.HeaderText = "Компонент";
ColumnComponent.Name = "ColumnComponent";
//
// ColumnSushi
//
ColumnSushi.HeaderText = "Суши";
ColumnSushi.Name = "ColumnSushi";
//
// ColumnCount
//
ColumnCount.HeaderText = "Количество";
ColumnCount.Name = "ColumnCount";
//
// ButtonSaveToExcel
//
ButtonSaveToExcel.Location = new Point(12, 12);
ButtonSaveToExcel.Name = "ButtonSaveToExcel";
ButtonSaveToExcel.Size = new Size(168, 54);
ButtonSaveToExcel.TabIndex = 1;
ButtonSaveToExcel.Text = "Сохранить в Excel";
ButtonSaveToExcel.UseVisualStyleBackColor = true;
ButtonSaveToExcel.Click += this.ButtonSaveToExcel_Click;
//
// FormReportSushiComponents
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(ButtonSaveToExcel);
Controls.Add(dataGridViewExcel);
Name = "FormReportSushiComponents";
Text = "Компоненты по изделиям";
Load += FormReportSushiComponents_Load;
((System.ComponentModel.ISupportInitialize)dataGridViewExcel).EndInit();
ResumeLayout(false);
}
#endregion
private DataGridView dataGridViewExcel;
private DataGridViewTextBoxColumn ColumnComponent;
private DataGridViewTextBoxColumn ColumnSushi;
private DataGridViewTextBoxColumn ColumnCount;
private Button ButtonSaveToExcel;
}
}