140 lines
5.9 KiB
C#
140 lines
5.9 KiB
C#
namespace dem
|
||
{
|
||
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.textBox1 = new System.Windows.Forms.TextBox();
|
||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
this.button1 = new System.Windows.Forms.Button();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
||
this.groupBox1.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// textBox1
|
||
//
|
||
this.textBox1.Location = new System.Drawing.Point(323, 182);
|
||
this.textBox1.Name = "textBox1";
|
||
this.textBox1.Size = new System.Drawing.Size(100, 22);
|
||
this.textBox1.TabIndex = 0;
|
||
//
|
||
// textBox2
|
||
//
|
||
this.textBox2.Location = new System.Drawing.Point(323, 104);
|
||
this.textBox2.Name = "textBox2";
|
||
this.textBox2.Size = new System.Drawing.Size(100, 22);
|
||
this.textBox2.TabIndex = 1;
|
||
//
|
||
// button1
|
||
//
|
||
this.button1.BackColor = System.Drawing.Color.MediumSpringGreen;
|
||
this.button1.Location = new System.Drawing.Point(283, 270);
|
||
this.button1.Name = "button1";
|
||
this.button1.Size = new System.Drawing.Size(171, 71);
|
||
this.button1.TabIndex = 2;
|
||
this.button1.Text = "Вход";
|
||
this.button1.UseVisualStyleBackColor = false;
|
||
this.button1.Click += new System.EventHandler(this.button1_Click_1);
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.AutoSize = true;
|
||
this.label1.Location = new System.Drawing.Point(353, 62);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(42, 15);
|
||
this.label1.TabIndex = 3;
|
||
this.label1.Text = "Логин";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(347, 150);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(48, 15);
|
||
this.label2.TabIndex = 4;
|
||
this.label2.Text = "Пароль";
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.BackColor = System.Drawing.Color.Chartreuse;
|
||
this.groupBox1.Controls.Add(this.checkBox1);
|
||
this.groupBox1.Controls.Add(this.button1);
|
||
this.groupBox1.Controls.Add(this.label1);
|
||
this.groupBox1.Controls.Add(this.label2);
|
||
this.groupBox1.Controls.Add(this.textBox2);
|
||
this.groupBox1.Controls.Add(this.textBox1);
|
||
this.groupBox1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||
this.groupBox1.Location = new System.Drawing.Point(28, 12);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(746, 416);
|
||
this.groupBox1.TabIndex = 5;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "groupBox1";
|
||
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
||
//
|
||
// checkBox1
|
||
//
|
||
this.checkBox1.AutoSize = true;
|
||
this.checkBox1.Location = new System.Drawing.Point(323, 211);
|
||
this.checkBox1.Name = "checkBox1";
|
||
this.checkBox1.Size = new System.Drawing.Size(124, 19);
|
||
this.checkBox1.TabIndex = 5;
|
||
this.checkBox1.Text = "Показать пароль?";
|
||
this.checkBox1.UseVisualStyleBackColor = true;
|
||
//
|
||
// Form1
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.BackColor = System.Drawing.Color.White;
|
||
this.ClientSize = new System.Drawing.Size(800, 450);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Name = "Form1";
|
||
this.Text = "Form1";
|
||
this.TransparencyKey = System.Drawing.SystemColors.ActiveBorder;
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TextBox textBox1;
|
||
private System.Windows.Forms.TextBox textBox2;
|
||
private System.Windows.Forms.Button button1;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.CheckBox checkBox1;
|
||
}
|
||
}
|
||
|