namespace AutomobilePlant { partial class FormReportCarComponents { /// /// 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.dataGridView = new System.Windows.Forms.DataGridView(); this.buttonSaveToExcel = new System.Windows.Forms.Button(); this.Car = 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(); // // dataGridView // this.dataGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Car, this.Component, this.Count}); this.dataGridView.Location = new System.Drawing.Point(12, 37); this.dataGridView.Name = "dataGridView"; this.dataGridView.RowHeadersWidth = 51; this.dataGridView.RowTemplate.Height = 29; this.dataGridView.Size = new System.Drawing.Size(776, 401); this.dataGridView.TabIndex = 0; // // buttonSaveToExcel // this.buttonSaveToExcel.Location = new System.Drawing.Point(12, 2); this.buttonSaveToExcel.Name = "buttonSaveToExcel"; this.buttonSaveToExcel.Size = new System.Drawing.Size(220, 29); this.buttonSaveToExcel.TabIndex = 1; this.buttonSaveToExcel.Text = "Сохранить в Excel"; this.buttonSaveToExcel.UseVisualStyleBackColor = true; this.buttonSaveToExcel.Click += new System.EventHandler(this.buttonSaveToExcel_Click); // // Car // this.Car.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Car.HeaderText = "Автомобиль"; this.Car.MinimumWidth = 6; this.Car.Name = "Car"; // // Component // this.Component.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.Component.HeaderText = "Компонент"; this.Component.MinimumWidth = 6; this.Component.Name = "Component"; // // Count // this.Count.HeaderText = "Количество"; this.Count.MinimumWidth = 6; this.Count.Name = "Count"; this.Count.Width = 125; // // FormReportCarComponents // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.buttonSaveToExcel); this.Controls.Add(this.dataGridView); this.Name = "FormReportCarComponents"; this.Text = "Компоненты по автомобилям"; this.Load += new System.EventHandler(this.FormReportCarComponents_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit(); this.ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonSaveToExcel; private DataGridViewTextBoxColumn Car; private DataGridViewTextBoxColumn Component; private DataGridViewTextBoxColumn Count; } }