namespace ekz_lednev
{
partial class FormEditDop
{
///
/// 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(FormEditDop));
button3 = new Button();
label7 = new Label();
textBox7 = new TextBox();
label6 = new Label();
textBox6 = new TextBox();
button2 = new Button();
button1 = new Button();
label8 = new Label();
textBox8 = new TextBox();
SuspendLayout();
//
// button3
//
button3.Location = new Point(78, 272);
button3.Name = "button3";
button3.Size = new Size(28, 34);
button3.TabIndex = 30;
button3.Text = "?";
button3.UseVisualStyleBackColor = true;
button3.Click += button3_Click;
//
// label7
//
label7.AutoSize = true;
label7.ForeColor = Color.FromArgb(84, 111, 148);
label7.Location = new Point(78, 109);
label7.Margin = new Padding(2, 0, 2, 0);
label7.Name = "label7";
label7.Size = new Size(108, 23);
label7.TabIndex = 29;
label7.Text = "Коэффицент";
//
// textBox7
//
textBox7.Location = new Point(78, 130);
textBox7.Margin = new Padding(2, 3, 2, 3);
textBox7.Name = "textBox7";
textBox7.Size = new Size(213, 30);
textBox7.TabIndex = 28;
//
// label6
//
label6.AutoSize = true;
label6.ForeColor = Color.FromArgb(84, 111, 148);
label6.Location = new Point(80, 41);
label6.Margin = new Padding(2, 0, 2, 0);
label6.Name = "label6";
label6.Size = new Size(80, 23);
label6.TabIndex = 27;
label6.Text = "Название";
//
// textBox6
//
textBox6.Location = new Point(80, 62);
textBox6.Margin = new Padding(2, 3, 2, 3);
textBox6.Name = "textBox6";
textBox6.Size = new Size(213, 30);
textBox6.TabIndex = 26;
//
// button2
//
button2.BackColor = Color.FromArgb(171, 207, 206);
button2.Location = new Point(116, 243);
button2.Margin = new Padding(2, 3, 2, 3);
button2.Name = "button2";
button2.Size = new Size(130, 63);
button2.TabIndex = 25;
button2.Text = "Назад";
button2.UseVisualStyleBackColor = false;
button2.Click += button2_Click;
//
// button1
//
button1.BackColor = Color.FromArgb(171, 207, 206);
button1.Location = new Point(116, 177);
button1.Margin = new Padding(2, 3, 2, 3);
button1.Name = "button1";
button1.Size = new Size(130, 63);
button1.TabIndex = 24;
button1.Text = "Добавить";
button1.UseVisualStyleBackColor = false;
button1.Click += button1_Click;
//
// label8
//
label8.AutoSize = true;
label8.ForeColor = Color.FromArgb(84, 111, 148);
label8.Location = new Point(41, 187);
label8.Margin = new Padding(2, 0, 2, 0);
label8.Name = "label8";
label8.Size = new Size(66, 23);
label8.TabIndex = 35;
label8.Text = "id поля";
//
// textBox8
//
textBox8.Location = new Point(41, 210);
textBox8.Name = "textBox8";
textBox8.Size = new Size(54, 30);
textBox8.TabIndex = 34;
//
// FormEditDop
//
AutoScaleDimensions = new SizeF(10F, 23F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(371, 347);
Controls.Add(label8);
Controls.Add(textBox8);
Controls.Add(button3);
Controls.Add(label7);
Controls.Add(textBox7);
Controls.Add(label6);
Controls.Add(textBox6);
Controls.Add(button2);
Controls.Add(button1);
Font = new Font("Comic Sans MS", 12F, FontStyle.Regular, GraphicsUnit.Point, 204);
Icon = (Icon)resources.GetObject("$this.Icon");
Margin = new Padding(4, 5, 4, 5);
Name = "FormEditDop";
Text = "Редактирование Данных";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button button3;
private Label label7;
private TextBox textBox7;
private Label label6;
private TextBox textBox6;
private Button button2;
private Button button1;
private Label label8;
private TextBox textBox8;
}
}