namespace ekz_lednev { partial class Form5 { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form5)); button5 = new Button(); button4 = new Button(); button3 = new Button(); button2 = new Button(); button1 = new Button(); dataGridView1 = new DataGridView(); ((System.ComponentModel.ISupportInitialize)dataGridView1).BeginInit(); SuspendLayout(); // // button5 // button5.Location = new Point(510, 303); button5.Name = "button5"; button5.Size = new Size(28, 34); button5.TabIndex = 42; button5.Text = "?"; button5.UseVisualStyleBackColor = true; button5.Click += button5_Click; // // button4 // button4.BackColor = Color.FromArgb(171, 207, 206); button4.Location = new Point(366, 408); button4.Name = "button4"; button4.Size = new Size(172, 77); button4.TabIndex = 41; button4.Text = "Назад"; button4.UseVisualStyleBackColor = false; button4.Click += button4_Click; // // button3 // button3.BackColor = Color.FromArgb(171, 207, 206); button3.Location = new Point(366, 211); button3.Name = "button3"; button3.Size = new Size(172, 86); button3.TabIndex = 40; button3.Text = "Удаление"; button3.UseVisualStyleBackColor = false; button3.Click += button3_Click; // // button2 // button2.BackColor = Color.FromArgb(171, 207, 206); button2.Location = new Point(366, 112); button2.Name = "button2"; button2.Size = new Size(172, 80); button2.TabIndex = 39; button2.Text = "Редактирование"; button2.UseVisualStyleBackColor = false; button2.Click += button2_Click; // // button1 // button1.BackColor = Color.FromArgb(171, 207, 206); button1.Location = new Point(366, 14); button1.Name = "button1"; button1.Size = new Size(172, 81); button1.TabIndex = 38; button1.Text = "Добавление"; button1.UseVisualStyleBackColor = false; button1.Click += button1_Click; // // dataGridView1 // dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize; dataGridView1.Location = new Point(23, 14); dataGridView1.Name = "dataGridView1"; dataGridView1.Size = new Size(321, 471); dataGridView1.TabIndex = 37; // // Form5 // AutoScaleDimensions = new SizeF(7F, 15F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(555, 499); Controls.Add(button5); Controls.Add(button4); Controls.Add(button3); Controls.Add(button2); Controls.Add(button1); Controls.Add(dataGridView1); Icon = (Icon)resources.GetObject("$this.Icon"); MaximizeBox = false; MinimizeBox = false; Name = "Form5"; Text = "Form5"; Load += Form5_Load; ((System.ComponentModel.ISupportInitialize)dataGridView1).EndInit(); ResumeLayout(false); } #endregion private Button button5; private Button button4; private Button button3; private Button button2; private Button button1; private DataGridView dataGridView1; } }