Timofeev_pz8/shoe_store/Form1.Designer.cs

109 lines
3.4 KiB
C#

namespace shoe_store
{
partial class avtorization
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
textBox1 = new TextBox();
textBox2 = new TextBox();
label1 = new Label();
label2 = new Label();
button1 = new Button();
SuspendLayout();
//
// textBox1
//
textBox1.Location = new Point(125, 125);
textBox1.Name = "textBox1";
textBox1.Size = new Size(100, 27);
textBox1.TabIndex = 0;
//
// textBox2
//
textBox2.Location = new Point(125, 194);
textBox2.Name = "textBox2";
textBox2.Size = new Size(100, 27);
textBox2.TabIndex = 1;
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(125, 102);
label1.Name = "label1";
label1.Size = new Size(52, 20);
label1.TabIndex = 2;
label1.Text = "Логин";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(125, 171);
label2.Name = "label2";
label2.Size = new Size(62, 20);
label2.TabIndex = 3;
label2.Text = "Пароль";
//
// button1
//
button1.Location = new Point(125, 246);
button1.Name = "button1";
button1.Size = new Size(89, 25);
button1.TabIndex = 4;
button1.Text = "вход";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
// avtorization
//
AutoScaleDimensions = new SizeF(8F, 20F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(336, 397);
Controls.Add(button1);
Controls.Add(label2);
Controls.Add(label1);
Controls.Add(textBox2);
Controls.Add(textBox1);
FormBorderStyle = FormBorderStyle.FixedSingle;
MaximizeBox = false;
MinimizeBox = false;
Name = "avtorization";
StartPosition = FormStartPosition.CenterScreen;
Text = "вход";
ResumeLayout(false);
PerformLayout();
}
#endregion
private TextBox textBox1;
private TextBox textBox2;
private Label label1;
private Label label2;
private Button button1;
}
}