namespace ConfectioneryView { partial class FormReportShopPastries { /// /// 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(); buttonSaveToExcel = new Button(); ColumnShop = new DataGridViewTextBoxColumn(); ColumnPastry = new DataGridViewTextBoxColumn(); ColumnCount = new DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.AllowUserToAddRows = false; dataGridView.AllowUserToDeleteRows = false; dataGridView.AllowUserToOrderColumns = true; dataGridView.AllowUserToResizeColumns = false; dataGridView.AllowUserToResizeRows = false; dataGridView.BackgroundColor = SystemColors.ControlLightLight; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Columns.AddRange(new DataGridViewColumn[] { ColumnShop, ColumnPastry, ColumnCount }); dataGridView.Dock = DockStyle.Bottom; dataGridView.Location = new Point(0, 47); dataGridView.Margin = new Padding(4, 3, 4, 3); dataGridView.MultiSelect = false; dataGridView.Name = "dataGridView"; dataGridView.ReadOnly = true; dataGridView.RowHeadersVisible = false; dataGridView.Size = new Size(616, 510); dataGridView.TabIndex = 0; // // buttonSaveToExcel // buttonSaveToExcel.Location = new Point(14, 14); buttonSaveToExcel.Margin = new Padding(4, 3, 4, 3); buttonSaveToExcel.Name = "buttonSaveToExcel"; buttonSaveToExcel.Size = new Size(186, 27); buttonSaveToExcel.TabIndex = 1; buttonSaveToExcel.Text = "Сохранить в Excel"; buttonSaveToExcel.UseVisualStyleBackColor = true; buttonSaveToExcel.Click += ButtonSaveToExcel_Click; // // ColumnShop // ColumnShop.HeaderText = "Магазин"; ColumnShop.Name = "ColumnShop"; ColumnShop.ReadOnly = true; ColumnShop.Width = 200; // // ColumnPastry // ColumnPastry.HeaderText = "Изделие"; ColumnPastry.Name = "ColumnPastry"; ColumnPastry.ReadOnly = true; ColumnPastry.Width = 200; // // ColumnCount // ColumnCount.HeaderText = "Количество"; ColumnCount.Name = "ColumnCount"; ColumnCount.ReadOnly = true; // // FormReportShopPastries // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(616, 557); Controls.Add(buttonSaveToExcel); Controls.Add(dataGridView); Margin = new Padding(4, 3, 4, 3); Name = "FormReportShopPastries"; Text = "Изделия с компонентами"; Load += FormReportShopPastry_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dataGridView; private System.Windows.Forms.Button buttonSaveToExcel; private DataGridViewTextBoxColumn ColumnShop; private DataGridViewTextBoxColumn ColumnPastry; private DataGridViewTextBoxColumn ColumnCount; } }