namespace Avto_Master
{
partial class Avtorizaciya
{
///
/// 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()
{
button1 = new Button();
textBox1 = new TextBox();
label2 = new Label();
textBox2 = new TextBox();
label3 = new Label();
label1 = new Label();
SuspendLayout();
//
// button1
//
button1.BackColor = Color.FromArgb(59, 130, 246);
button1.Location = new Point(27, 233);
button1.Name = "button1";
button1.Size = new Size(153, 23);
button1.TabIndex = 0;
button1.Text = "вход";
button1.UseVisualStyleBackColor = false;
button1.Click += this.button1_Click;
//
// textBox1
//
textBox1.BackColor = Color.FromArgb(220, 238, 255);
textBox1.Location = new Point(27, 81);
textBox1.Name = "textBox1";
textBox1.Size = new Size(153, 23);
textBox1.TabIndex = 2;
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(27, 146);
label2.Name = "label2";
label2.Size = new Size(47, 15);
label2.TabIndex = 3;
label2.Text = "праоль";
//
// textBox2
//
textBox2.BackColor = Color.FromArgb(220, 238, 255);
textBox2.Location = new Point(27, 164);
textBox2.Name = "textBox2";
textBox2.Size = new Size(153, 23);
textBox2.TabIndex = 5;
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(27, 27);
label3.Name = "label3";
label3.Size = new Size(78, 15);
label3.TabIndex = 7;
label3.Text = "Авторизация";
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(27, 63);
label1.Name = "label1";
label1.Size = new Size(40, 15);
label1.TabIndex = 8;
label1.Text = "логин";
//
// Avtorizaciya
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
BackColor = Color.FromArgb(250, 250, 250);
ClientSize = new Size(196, 279);
Controls.Add(label1);
Controls.Add(label3);
Controls.Add(textBox2);
Controls.Add(label2);
Controls.Add(textBox1);
Controls.Add(button1);
Name = "Avtorizaciya";
Text = "логин";
ResumeLayout(false);
PerformLayout();
}
#endregion
private Button button1;
private TextBox textBox1;
private Label label2;
private TextBox textBox2;
private Label label3;
private Label label1;
}
}