namespace RenovationWorkView { partial class FormReportRepairComponents { /// /// 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() { buttonSaveToExcel = new Button(); dataGridView = new DataGridView(); ColumnComponent = new DataGridViewTextBoxColumn(); ColumnRepair = new DataGridViewTextBoxColumn(); ColumnCount = new DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // buttonSaveToExcel // buttonSaveToExcel.Location = new Point(12, 12); buttonSaveToExcel.Name = "buttonSaveToExcel"; buttonSaveToExcel.Size = new Size(157, 23); buttonSaveToExcel.TabIndex = 0; buttonSaveToExcel.Text = "Сохранить в Excel"; buttonSaveToExcel.UseVisualStyleBackColor = true; buttonSaveToExcel.Click += buttonSaveToExcel_Click; // // dataGridView // dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Columns.AddRange(new DataGridViewColumn[] { ColumnComponent, ColumnRepair, ColumnCount }); dataGridView.Location = new Point(0, 41); dataGridView.Name = "dataGridView"; dataGridView.RowTemplate.Height = 25; dataGridView.Size = new Size(600, 150); dataGridView.TabIndex = 1; // // ColumnComponent // ColumnComponent.HeaderText = "Компонент"; ColumnComponent.Name = "ColumnComponent"; ColumnComponent.Width = 185; // // ColumnRepair // ColumnRepair.HeaderText = "Изделие"; ColumnRepair.Name = "ColumnRepair"; ColumnRepair.Width = 185; // // ColumnCount // ColumnCount.HeaderText = "Количество"; ColumnCount.Name = "ColumnCount"; ColumnCount.Width = 185; // // FormReportRepairComponents // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(604, 229); Controls.Add(dataGridView); Controls.Add(buttonSaveToExcel); Name = "FormReportRepairComponents"; Text = "Компоненты по изделиям"; Load += FormReportRepairComponents_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private Button buttonSaveToExcel; private DataGridView dataGridView; private DataGridViewTextBoxColumn ColumnComponent; private DataGridViewTextBoxColumn ColumnRepair; private DataGridViewTextBoxColumn ColumnCount; } }