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, 343);
button5.Name = "button5";
button5.Size = new Size(28, 39);
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, 462);
button4.Name = "button4";
button4.Size = new Size(172, 87);
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, 239);
button3.Name = "button3";
button3.Size = new Size(172, 97);
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, 127);
button2.Name = "button2";
button2.Size = new Size(172, 91);
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, 16);
button1.Name = "button1";
button1.Size = new Size(172, 92);
button1.TabIndex = 38;
button1.Text = "Добавление";
button1.UseVisualStyleBackColor = false;
button1.Click += button1_Click;
//
// dataGridView1
//
dataGridView1.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.AutoSize;
dataGridView1.Location = new Point(23, 16);
dataGridView1.Name = "dataGridView1";
dataGridView1.Size = new Size(321, 534);
dataGridView1.TabIndex = 37;
//
// Form5
//
AutoScaleDimensions = new SizeF(7F, 17F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(555, 566);
Controls.Add(button5);
Controls.Add(button4);
Controls.Add(button3);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(dataGridView1);
Font = new Font("Comic Sans MS", 9F, FontStyle.Regular, GraphicsUnit.Point, 204);
Icon = (Icon)resources.GetObject("$this.Icon");
MaximizeBox = false;
MinimizeBox = false;
Name = "Form5";
Text = "Доп. Информация";
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;
}
}