122 lines
5.0 KiB
C#
122 lines
5.0 KiB
C#
namespace NeshinaPolina2111
|
|
{
|
|
partial class Authorization
|
|
{
|
|
/// <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()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Authorization));
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.tbLogin = new System.Windows.Forms.TextBox();
|
|
this.tbPassword = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
|
|
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
|
this.label1.Location = new System.Drawing.Point(106, 94);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(191, 39);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "Авторизация";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(39, 178);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(55, 20);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "Логин";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(39, 228);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(67, 20);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "Пароль";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(187)))), ((int)(((byte)(217)))), ((int)(((byte)(178)))));
|
|
this.button1.Location = new System.Drawing.Point(113, 342);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(168, 38);
|
|
this.button1.TabIndex = 3;
|
|
this.button1.Text = "Войти";
|
|
this.button1.UseVisualStyleBackColor = false;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// tbLogin
|
|
//
|
|
this.tbLogin.Location = new System.Drawing.Point(129, 178);
|
|
this.tbLogin.Name = "tbLogin";
|
|
this.tbLogin.Size = new System.Drawing.Size(209, 26);
|
|
this.tbLogin.TabIndex = 4;
|
|
//
|
|
// tbPassword
|
|
//
|
|
this.tbPassword.Location = new System.Drawing.Point(129, 225);
|
|
this.tbPassword.Name = "tbPassword";
|
|
this.tbPassword.Size = new System.Drawing.Size(209, 26);
|
|
this.tbPassword.TabIndex = 5;
|
|
//
|
|
// Authorization
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(413, 450);
|
|
this.Controls.Add(this.tbPassword);
|
|
this.Controls.Add(this.tbLogin);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "Authorization";
|
|
this.Text = "Authorization";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.TextBox tbLogin;
|
|
private System.Windows.Forms.TextBox tbPassword;
|
|
}
|
|
} |