namespace ConfectioneryView { partial class FormReportPastryComponents { /// /// 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.buttonSaveToExcel = new System.Windows.Forms.Button(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.ColumnPastry = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnComponent = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnCount = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).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; this.buttonSaveToExcel.Click += new System.EventHandler(this.ButtonSaveToExcel_Click); // // dataGridView // this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumnPastry, this.ColumnComponent, this.ColumnCount}); this.dataGridView.Location = new System.Drawing.Point(13, 64); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.Size = new System.Drawing.Size(776, 541); this.dataGridView.TabIndex = 1; // // ColumnPastry // this.ColumnPastry.HeaderText = "Выпечка"; this.ColumnPastry.MinimumWidth = 6; this.ColumnPastry.Name = "ColumnPastry"; this.ColumnPastry.Width = 150; // // ColumnComponent // this.ColumnComponent.HeaderText = "Компонент"; this.ColumnComponent.MinimumWidth = 6; this.ColumnComponent.Name = "ColumnComponent"; this.ColumnComponent.Width = 150; // // ColumnCount // this.ColumnCount.HeaderText = "Количество"; this.ColumnCount.MinimumWidth = 6; this.ColumnCount.Name = "ColumnCount"; this.ColumnCount.Width = 150; // // FormReportPastryComponents // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 617); this.Controls.Add(this.dataGridView); this.Controls.Add(this.buttonSaveToExcel); this.Name = "FormReportPastryComponents"; this.Text = "Компоненты по изделиям"; this.Load += new System.EventHandler(this.FormReportPastryComponents_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private Button buttonSaveToExcel; private DataGridView dataGridView; private DataGridViewTextBoxColumn ColumnPastry; private DataGridViewTextBoxColumn ColumnComponent; private DataGridViewTextBoxColumn ColumnCount; } }