112 lines
4.8 KiB
C#
112 lines
4.8 KiB
C#
namespace Dem41
|
||
{
|
||
partial class Autorization
|
||
{
|
||
/// <summary>
|
||
/// Обязательная переменная конструктора.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Освободить все используемые ресурсы.
|
||
/// </summary>
|
||
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Код, автоматически созданный конструктором форм Windows
|
||
|
||
/// <summary>
|
||
/// Требуемый метод для поддержки конструктора — не изменяйте
|
||
/// содержимое этого метода с помощью редактора кода.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.SuspendLayout();
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.label1.Location = new System.Drawing.Point(63, 54);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(40, 15);
|
||
this.label1.TabIndex = 0;
|
||
this.label1.Text = "Логин";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.label2.Location = new System.Drawing.Point(63, 114);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(48, 15);
|
||
this.label2.TabIndex = 1;
|
||
this.label2.Text = "Пароль";
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.BackColor = System.Drawing.Color.Red;
|
||
this.button1.Font = new System.Drawing.Font("Comic Sans MS", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.button1.Location = new System.Drawing.Point(79, 195);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(75, 23);
|
||
this.button1.TabIndex = 2;
|
||
this.button1.Text = "Войти";
|
||
this.button1.UseVisualStyleBackColor = false;
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(66, 70);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(100, 20);
|
||
this.textBox1.TabIndex = 3;
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Location = new System.Drawing.Point(66, 130);
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.Size = new System.Drawing.Size(100, 20);
|
||
this.textBox2.TabIndex = 4;
|
||
//
|
||
// Autorization
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(237)))), ((int)(((byte)(215)))));
|
||
this.ClientSize = new System.Drawing.Size(241, 299);
|
||
this.Controls.Add(this.textBox2);
|
||
this.Controls.Add(this.textBox1);
|
||
this.Controls.Add(this.button1);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.label1);
|
||
this.Name = "Autorization";
|
||
this.Text = "Form1";
|
||
this.Load += new System.EventHandler(this.Autorization_Load);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.TextBox textBox2;
|
||
}
|
||
}
|
||
|