ISEbd-21_Melnikov_I.O._CarS.../CarService/CarServiceView/FormRegistrationWorker.Designer.cs

173 lines
5.7 KiB
C#

namespace CarServiceView
{
partial class FormRegistrationWorker
{
/// <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()
{
this.textBoxLogin = new System.Windows.Forms.TextBox();
this.textBoxPassword = new System.Windows.Forms.TextBox();
this.textBoxName = new System.Windows.Forms.TextBox();
this.textBoxSurname = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.buttonRegister = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonAuthorize = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// textBoxLogin
//
this.textBoxLogin.Location = new System.Drawing.Point(121, 47);
this.textBoxLogin.Name = "textBoxLogin";
this.textBoxLogin.Size = new System.Drawing.Size(100, 23);
this.textBoxLogin.TabIndex = 0;
//
// textBoxPassword
//
this.textBoxPassword.Location = new System.Drawing.Point(121, 76);
this.textBoxPassword.Name = "textBoxPassword";
this.textBoxPassword.Size = new System.Drawing.Size(100, 23);
this.textBoxPassword.TabIndex = 0;
//
// textBoxName
//
this.textBoxName.Location = new System.Drawing.Point(121, 105);
this.textBoxName.Name = "textBoxName";
this.textBoxName.Size = new System.Drawing.Size(100, 23);
this.textBoxName.TabIndex = 0;
//
// textBoxSurname
//
this.textBoxSurname.Location = new System.Drawing.Point(121, 134);
this.textBoxSurname.Name = "textBoxSurname";
this.textBoxSurname.Size = new System.Drawing.Size(100, 23);
this.textBoxSurname.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(32, 50);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 15);
this.label1.TabIndex = 1;
this.label1.Text = "Логин";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(32, 79);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(49, 15);
this.label2.TabIndex = 1;
this.label2.Text = "Пароль";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(32, 108);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(31, 15);
this.label3.TabIndex = 1;
this.label3.Text = "Имя";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(32, 137);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(58, 15);
this.label4.TabIndex = 1;
this.label4.Text = "Фамилия";
//
// buttonRegister
//
this.buttonRegister.Location = new System.Drawing.Point(32, 176);
this.buttonRegister.Name = "buttonRegister";
this.buttonRegister.Size = new System.Drawing.Size(131, 23);
this.buttonRegister.TabIndex = 2;
this.buttonRegister.Text = "Зарегистрироваться";
this.buttonRegister.UseVisualStyleBackColor = true;
this.buttonRegister.Click += new System.EventHandler(this.buttonRegister_Click);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(209, 176);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(131, 23);
this.buttonCancel.TabIndex = 2;
this.buttonCancel.Text = "Отмена";
this.buttonCancel.UseVisualStyleBackColor = true;
//
// buttonAuthorize
//
this.buttonAuthorize.Location = new System.Drawing.Point(227, 47);
this.buttonAuthorize.Name = "buttonAuthorize";
this.buttonAuthorize.Size = new System.Drawing.Size(113, 110);
this.buttonAuthorize.TabIndex = 3;
this.buttonAuthorize.Text = "Авторизоваться";
this.buttonAuthorize.UseVisualStyleBackColor = true;
//
// FormRegistrationWorker
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(394, 243);
this.Controls.Add(this.buttonAuthorize);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonRegister);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBoxSurname);
this.Controls.Add(this.textBoxName);
this.Controls.Add(this.textBoxPassword);
this.Controls.Add(this.textBoxLogin);
this.Name = "FormRegistrationWorker";
this.Text = "FormRegistrationWorker";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private TextBox textBoxLogin;
private TextBox textBoxPassword;
private TextBox textBoxName;
private TextBox textBoxSurname;
private Label label1;
private Label label2;
private Label label3;
private Label label4;
private Button buttonRegister;
private Button buttonCancel;
private Button buttonAuthorize;
}
}