namespace PlumbingRepair { partial class FormReportWorkComponents { /// /// 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.ButtonSave = new System.Windows.Forms.Button(); this.dataGridView = new System.Windows.Forms.DataGridView(); this.work = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.component = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.count = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit(); this.SuspendLayout(); // // ButtonSave // this.ButtonSave.Location = new System.Drawing.Point(12, 12); this.ButtonSave.Name = "ButtonSave"; this.ButtonSave.Size = new System.Drawing.Size(155, 23); this.ButtonSave.TabIndex = 0; this.ButtonSave.Text = "Сохранить в Excel"; this.ButtonSave.UseVisualStyleBackColor = true; this.ButtonSave.Click += new System.EventHandler(this.ButtonSave_Click); // // dataGridView // this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.work, this.component, this.count}); this.dataGridView.Location = new System.Drawing.Point(12, 41); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowTemplate.Height = 25; this.dataGridView.Size = new System.Drawing.Size(776, 397); this.dataGridView.TabIndex = 1; // // work // this.work.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.work.HeaderText = "Изделие"; this.work.Name = "work"; // // component // this.component.HeaderText = "Компонент"; this.component.Name = "component"; // // count // this.count.HeaderText = "Количество"; this.count.Name = "count"; // // FormReportWorkComponents // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.dataGridView); this.Controls.Add(this.ButtonSave); this.Name = "FormReportWorkComponents"; this.Text = "Изделия по компонентам"; this.Load += new System.EventHandler(this.FormReportWorkComponents_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private Button ButtonSave; private DataGridView dataGridView; private DataGridViewTextBoxColumn work; private DataGridViewTextBoxColumn component; private DataGridViewTextBoxColumn count; } }