PIbd-22_Chubykina_P.P._Conf.../Confectionery/ConfectioneryView/FormReportPastryComponents.Designer.cs

105 lines
4.3 KiB
C#
Raw Normal View History

2024-04-08 21:48:15 +04:00
namespace ConfectioneryView
{
partial class FormReportPastryComponents
{
/// <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()
{
2024-04-08 22:00:27 +04:00
this.buttonSaveToExcel = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.ColumnComponent = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnPastry = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ColumnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// buttonSaveToExcel
//
this.buttonSaveToExcel.Location = new System.Drawing.Point(12, 12);
this.buttonSaveToExcel.Name = "buttonSaveToExcel";
this.buttonSaveToExcel.Size = new System.Drawing.Size(179, 36);
this.buttonSaveToExcel.TabIndex = 0;
this.buttonSaveToExcel.Text = "Сохранить в Excel";
this.buttonSaveToExcel.UseVisualStyleBackColor = true;
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.ColumnComponent,
this.ColumnPastry,
this.ColumnCount});
this.dataGridView1.Location = new System.Drawing.Point(13, 64);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersWidth = 51;
this.dataGridView1.RowTemplate.Height = 29;
this.dataGridView1.Size = new System.Drawing.Size(776, 541);
this.dataGridView1.TabIndex = 1;
//
// ColumnComponent
//
this.ColumnComponent.HeaderText = "Компонент";
this.ColumnComponent.MinimumWidth = 6;
this.ColumnComponent.Name = "ColumnComponent";
this.ColumnComponent.Width = 125;
//
// ColumnPastry
//
this.ColumnPastry.HeaderText = "Выпечка";
this.ColumnPastry.MinimumWidth = 6;
this.ColumnPastry.Name = "ColumnPastry";
this.ColumnPastry.Width = 125;
//
// ColumnCount
//
this.ColumnCount.HeaderText = "Количество";
this.ColumnCount.MinimumWidth = 6;
this.ColumnCount.Name = "ColumnCount";
this.ColumnCount.Width = 125;
//
// FormReportPastryComponents
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
2024-04-08 21:48:15 +04:00
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
2024-04-08 22:00:27 +04:00
this.ClientSize = new System.Drawing.Size(800, 617);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.buttonSaveToExcel);
this.Name = "FormReportPastryComponents";
2024-04-08 21:48:15 +04:00
this.Text = "FormReportPastryComponents";
2024-04-08 22:00:27 +04:00
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
2024-04-08 21:48:15 +04:00
}
#endregion
2024-04-08 22:00:27 +04:00
private Button buttonSaveToExcel;
private DataGridView dataGridView1;
private DataGridViewTextBoxColumn ColumnComponent;
private DataGridViewTextBoxColumn ColumnPastry;
private DataGridViewTextBoxColumn ColumnCount;
2024-04-08 21:48:15 +04:00
}
}