namespace ProjectFuel.Forms_ { partial class FormCars { /// /// 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() { panel1 = new Panel(); buttonDel = new Button(); buttonUpd = new Button(); buttonAdd = new Button(); dataGridView = new DataGridView(); panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)dataGridView).BeginInit(); SuspendLayout(); // // panel1 // panel1.Controls.Add(buttonDel); panel1.Controls.Add(buttonUpd); panel1.Controls.Add(buttonAdd); panel1.Dock = DockStyle.Right; panel1.Location = new Point(624, 0); panel1.Name = "panel1"; panel1.Size = new Size(334, 577); panel1.TabIndex = 0; // // buttonDel // buttonDel.BackgroundImage = Properties.Resources.удалять; buttonDel.BackgroundImageLayout = ImageLayout.Stretch; buttonDel.Location = new Point(94, 349); buttonDel.Name = "buttonDel"; buttonDel.Size = new Size(158, 120); buttonDel.TabIndex = 2; buttonDel.UseVisualStyleBackColor = true; buttonDel.Click += ButtonDel_Click; // // buttonUpd // buttonUpd.BackgroundImage = Properties.Resources.ред; buttonUpd.BackgroundImageLayout = ImageLayout.Stretch; buttonUpd.Location = new Point(94, 201); buttonUpd.Name = "buttonUpd"; buttonUpd.Size = new Size(158, 118); buttonUpd.TabIndex = 1; buttonUpd.UseVisualStyleBackColor = true; buttonUpd.Click += ButtonUpd_Click; // // buttonAdd // buttonAdd.BackgroundImage = Properties.Resources._; buttonAdd.BackgroundImageLayout = ImageLayout.Stretch; buttonAdd.Location = new Point(94, 64); buttonAdd.Name = "buttonAdd"; buttonAdd.Size = new Size(158, 114); buttonAdd.TabIndex = 0; buttonAdd.UseVisualStyleBackColor = true; buttonAdd.Click += ButtonAdd_Click; // // dataGridView // dataGridView.AllowUserToAddRows = false; dataGridView.AllowUserToDeleteRows = false; dataGridView.AllowUserToResizeColumns = false; dataGridView.AllowUserToResizeRows = false; dataGridView.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill; dataGridView.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView.Dock = DockStyle.Fill; dataGridView.Location = new Point(0, 0); dataGridView.MultiSelect = false; dataGridView.Name = "dataGridView"; dataGridView.ReadOnly = true; dataGridView.RowHeadersVisible = false; dataGridView.RowHeadersWidth = 82; dataGridView.RowTemplate.Height = 41; dataGridView.SelectionMode = DataGridViewSelectionMode.FullRowSelect; dataGridView.Size = new Size(624, 577); dataGridView.TabIndex = 1; // // FormCars // AutoScaleDimensions = new SizeF(13F, 32F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(958, 577); Controls.Add(dataGridView); Controls.Add(panel1); Name = "FormCars"; StartPosition = FormStartPosition.CenterParent; Text = "Машины"; Load += FormCars_Load; panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)dataGridView).EndInit(); ResumeLayout(false); } #endregion private Panel panel1; private Button buttonDel; private Button buttonUpd; private Button buttonAdd; private DataGridView dataGridView; } }