namespace ekz_lednev
{
partial class FormNewDop
{
///
/// 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(FormNewDop));
button3 = new Button();
label7 = new Label();
textBox7 = new TextBox();
label6 = new Label();
textBox6 = new TextBox();
button2 = new Button();
button1 = new Button();
SuspendLayout();
//
// button3
//
button3.Location = new Point(71, 279);
button3.Name = "button3";
button3.Size = new Size(28, 34);
button3.TabIndex = 23;
button3.Text = "?";
button3.UseVisualStyleBackColor = true;
button3.Click += button3_Click;
//
// label7
//
label7.AutoSize = true;
label7.ForeColor = Color.FromArgb(84, 111, 148);
label7.Location = new Point(71, 116);
label7.Margin = new Padding(2, 0, 2, 0);
label7.Name = "label7";
label7.Size = new Size(108, 23);
label7.TabIndex = 22;
label7.Text = "Коэффицент";
//
// textBox7
//
textBox7.Location = new Point(71, 137);
textBox7.Margin = new Padding(2, 3, 2, 3);
textBox7.Name = "textBox7";
textBox7.Size = new Size(213, 30);
textBox7.TabIndex = 21;
//
// label6
//
label6.AutoSize = true;
label6.ForeColor = Color.FromArgb(84, 111, 148);
label6.Location = new Point(73, 48);
label6.Margin = new Padding(2, 0, 2, 0);
label6.Name = "label6";
label6.Size = new Size(80, 23);
label6.TabIndex = 20;
label6.Text = "Название";
//
// textBox6
//
textBox6.Location = new Point(73, 69);
textBox6.Margin = new Padding(2, 3, 2, 3);
textBox6.Name = "textBox6";
textBox6.Size = new Size(213, 30);
textBox6.TabIndex = 19;
//
// button2
//
button2.BackColor = Color.FromArgb(171, 207, 206);
button2.Location = new Point(109, 250);
button2.Margin = new Padding(2, 3, 2, 3);
button2.Name = "button2";
button2.Size = new Size(130, 63);
button2.TabIndex = 18;
button2.Text = "Назад";
button2.UseVisualStyleBackColor = false;
button2.Click += button2_Click;
//
// button1
//
button1.BackColor = Color.FromArgb(171, 207, 206);
button1.Location = new Point(109, 184);
button1.Margin = new Padding(2, 3, 2, 3);
button1.Name = "button1";
button1.Size = new Size(130, 63);
button1.TabIndex = 17;
button1.Text = "Добавить";
button1.UseVisualStyleBackColor = false;
button1.Click += button1_Click;
//
// FormNewDop
//
AutoScaleDimensions = new SizeF(10F, 23F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(357, 360);
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 = "FormNewDop";
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;
}
}