namespace CarRepairShopView { partial class FormRepairs { /// /// 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(); buttonRef = new Button(); buttonDel = new Button(); buttonUpd = new Button(); buttonAdd = new Button(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // dataGridView // dataGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; dataGridView.BackgroundColor = Color.White; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Dock = DockStyle.Left; dataGridView.Location = new Point(0, 0); dataGridView.Name = "dataGridView"; dataGridView.RowHeadersVisible = false; dataGridView.RowTemplate.Height = 25; dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dataGridView.Size = new Size(529, 457); dataGridView.TabIndex = 0; // // buttonRef // buttonRef.Location = new Point(557, 173); buttonRef.Name = "buttonRef"; buttonRef.Size = new Size(118, 35); buttonRef.TabIndex = 8; buttonRef.Text = "Обновить"; buttonRef.UseVisualStyleBackColor = true; buttonRef.Click += buttonRef_Click; // // buttonDel // buttonDel.Location = new Point(557, 123); buttonDel.Name = "buttonDel"; buttonDel.Size = new Size(118, 35); buttonDel.TabIndex = 7; buttonDel.Text = "Удалить"; buttonDel.UseVisualStyleBackColor = true; buttonDel.Click += buttonDel_Click; // // buttonUpd // buttonUpd.Location = new Point(557, 72); buttonUpd.Name = "buttonUpd"; buttonUpd.Size = new Size(118, 35); buttonUpd.TabIndex = 6; buttonUpd.Text = "Изменить"; buttonUpd.UseVisualStyleBackColor = true; buttonUpd.Click += buttonUpd_Click; // // buttonAdd // buttonAdd.Location = new Point(557, 22); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(118, 35); buttonAdd.TabIndex = 5; buttonAdd.Text = "Добавить"; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += buttonAdd_Click; // // FormRepairs // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(703, 457); Controls.Add(buttonRef); Controls.Add(buttonDel); Controls.Add(buttonUpd); Controls.Add(buttonAdd); Controls.Add(dataGridView); Name = "FormRepairs"; Text = "Ремонт"; Load += FormRepairs_Load; ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private DataGridView dataGridView; private Button buttonRef; private Button buttonDel; private Button buttonUpd; private Button buttonAdd; } }