122 lines
5.0 KiB
C#
122 lines
5.0 KiB
C#
namespace Сидоров_Ярослав_Исп_33
|
||
{
|
||
partial class Form1
|
||
{
|
||
/// <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.TbLogin = new System.Windows.Forms.TextBox();
|
||
this.TbPassword = new System.Windows.Forms.TextBox();
|
||
this.lable1 = new System.Windows.Forms.Label();
|
||
this.btAvtorization = new System.Windows.Forms.Button();
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.SuspendLayout();
|
||
//
|
||
// TbLogin
|
||
//
|
||
this.TbLogin.Location = new System.Drawing.Point(70, 62);
|
||
this.TbLogin.Name = "TbLogin";
|
||
this.TbLogin.Size = new System.Drawing.Size(100, 20);
|
||
this.TbLogin.TabIndex = 0;
|
||
//
|
||
// TbPassword
|
||
//
|
||
this.TbPassword.Location = new System.Drawing.Point(70, 141);
|
||
this.TbPassword.Name = "TbPassword";
|
||
this.TbPassword.Size = new System.Drawing.Size(100, 20);
|
||
this.TbPassword.TabIndex = 1;
|
||
//
|
||
// lable1
|
||
//
|
||
this.lable1.AutoSize = true;
|
||
this.lable1.Location = new System.Drawing.Point(67, 31);
|
||
this.lable1.Name = "lable1";
|
||
this.lable1.Size = new System.Drawing.Size(38, 13);
|
||
this.lable1.TabIndex = 2;
|
||
this.lable1.Text = "Логин";
|
||
//
|
||
// btAvtorization
|
||
//
|
||
this.btAvtorization.Location = new System.Drawing.Point(70, 190);
|
||
this.btAvtorization.Name = "btAvtorization";
|
||
this.btAvtorization.Size = new System.Drawing.Size(75, 23);
|
||
this.btAvtorization.TabIndex = 3;
|
||
this.btAvtorization.Text = "Bt Avtorization";
|
||
this.btAvtorization.UseVisualStyleBackColor = true;
|
||
this.btAvtorization.Click += new System.EventHandler(this.button1_Click);
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.Location = new System.Drawing.Point(70, 167);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(80, 17);
|
||
this.checkBox1.TabIndex = 4;
|
||
this.checkBox1.Text = "checkBox1";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(67, 110);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(45, 13);
|
||
this.label2.TabIndex = 5;
|
||
this.label2.Text = "Пароль";
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(234, 266);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.checkBox1);
|
||
this.Controls.Add(this.btAvtorization);
|
||
this.Controls.Add(this.lable1);
|
||
this.Controls.Add(this.TbPassword);
|
||
this.Controls.Add(this.TbLogin);
|
||
this.Name = "Form1";
|
||
this.Text = "Form1";
|
||
this.Load += new System.EventHandler(this.Form1_Load);
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TextBox TbLogin;
|
||
private System.Windows.Forms.TextBox TbPassword;
|
||
private System.Windows.Forms.Label lable1;
|
||
private System.Windows.Forms.Button btAvtorization;
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
private System.Windows.Forms.Label label2;
|
||
}
|
||
}
|
||
|