namespace Servise
{
partial class Form1
{
///
/// Обязательная переменная конструктора.
///
private System.ComponentModel.IContainer components = null;
///
/// Освободить все используемые ресурсы.
///
/// истинно, если управляемый ресурс должен быть удален; иначе ложно.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором форм Windows
///
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
///
private void InitializeComponent()
{
this.Avtorization = new System.Windows.Forms.Button();
this.Login = new System.Windows.Forms.TextBox();
this.Password = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// Avtorization
//
this.Avtorization.Location = new System.Drawing.Point(134, 167);
this.Avtorization.Name = "Avtorization";
this.Avtorization.Size = new System.Drawing.Size(146, 23);
this.Avtorization.TabIndex = 0;
this.Avtorization.Text = "Авторизироваться";
this.Avtorization.UseVisualStyleBackColor = true;
this.Avtorization.Click += new System.EventHandler(this.Avtorization_Click);
//
// Login
//
this.Login.Location = new System.Drawing.Point(134, 70);
this.Login.Name = "Login";
this.Login.Size = new System.Drawing.Size(146, 22);
this.Login.TabIndex = 1;
//
// Password
//
this.Password.Location = new System.Drawing.Point(134, 118);
this.Password.Name = "Password";
this.Password.Size = new System.Drawing.Size(146, 22);
this.Password.TabIndex = 2;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(446, 250);
this.Controls.Add(this.Password);
this.Controls.Add(this.Login);
this.Controls.Add(this.Avtorization);
this.Name = "Form1";
this.Text = "Form1";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FomClose);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button Avtorization;
private System.Windows.Forms.TextBox Login;
private System.Windows.Forms.TextBox Password;
}
}