|
@@ -0,0 +1,263 @@
|
|
|
+namespace Швейная_фабрика
|
|
|
+{
|
|
|
+ partial class fRegistration
|
|
|
+ {
|
|
|
+ /// <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.bCancel = new System.Windows.Forms.Button();
|
|
|
+ this.bOK = new System.Windows.Forms.Button();
|
|
|
+ this.tbxPhoneNumber = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbxName = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbxPatronymic = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbxSurname = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbxLogin = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbxPassword = new System.Windows.Forms.TextBox();
|
|
|
+ this.tbxConfirmPassword = new System.Windows.Forms.TextBox();
|
|
|
+ this.cbxRole = new System.Windows.Forms.ComboBox();
|
|
|
+ this.lblName = new System.Windows.Forms.Label();
|
|
|
+ this.lblPatronymic = new System.Windows.Forms.Label();
|
|
|
+ this.lblSurname = new System.Windows.Forms.Label();
|
|
|
+ this.lblLogin = new System.Windows.Forms.Label();
|
|
|
+ this.lblEnterPassword = new System.Windows.Forms.Label();
|
|
|
+ this.lblConfirmPassword = new System.Windows.Forms.Label();
|
|
|
+ this.lblPhoneNumber = new System.Windows.Forms.Label();
|
|
|
+ this.lblRole = new System.Windows.Forms.Label();
|
|
|
+ this.chbxShowPassword = new System.Windows.Forms.CheckBox();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // bCancel
|
|
|
+ //
|
|
|
+ this.bCancel.Location = new System.Drawing.Point(158, 249);
|
|
|
+ this.bCancel.Name = "bCancel";
|
|
|
+ this.bCancel.Size = new System.Drawing.Size(142, 23);
|
|
|
+ this.bCancel.TabIndex = 0;
|
|
|
+ this.bCancel.Text = "Отменить регистрацию";
|
|
|
+ this.bCancel.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // bOK
|
|
|
+ //
|
|
|
+ this.bOK.Location = new System.Drawing.Point(10, 249);
|
|
|
+ this.bOK.Name = "bOK";
|
|
|
+ this.bOK.Size = new System.Drawing.Size(142, 23);
|
|
|
+ this.bOK.TabIndex = 1;
|
|
|
+ this.bOK.Text = "Зарегистрироваться";
|
|
|
+ this.bOK.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // tbxPhoneNumber
|
|
|
+ //
|
|
|
+ this.tbxPhoneNumber.Location = new System.Drawing.Point(156, 90);
|
|
|
+ this.tbxPhoneNumber.Name = "tbxPhoneNumber";
|
|
|
+ this.tbxPhoneNumber.Size = new System.Drawing.Size(145, 20);
|
|
|
+ this.tbxPhoneNumber.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // tbxName
|
|
|
+ //
|
|
|
+ this.tbxName.Location = new System.Drawing.Point(156, 12);
|
|
|
+ this.tbxName.Name = "tbxName";
|
|
|
+ this.tbxName.Size = new System.Drawing.Size(145, 20);
|
|
|
+ this.tbxName.TabIndex = 3;
|
|
|
+ //
|
|
|
+ // tbxPatronymic
|
|
|
+ //
|
|
|
+ this.tbxPatronymic.Location = new System.Drawing.Point(156, 38);
|
|
|
+ this.tbxPatronymic.Name = "tbxPatronymic";
|
|
|
+ this.tbxPatronymic.Size = new System.Drawing.Size(145, 20);
|
|
|
+ this.tbxPatronymic.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // tbxSurname
|
|
|
+ //
|
|
|
+ this.tbxSurname.Location = new System.Drawing.Point(156, 64);
|
|
|
+ this.tbxSurname.Name = "tbxSurname";
|
|
|
+ this.tbxSurname.Size = new System.Drawing.Size(145, 20);
|
|
|
+ this.tbxSurname.TabIndex = 5;
|
|
|
+ //
|
|
|
+ // tbxLogin
|
|
|
+ //
|
|
|
+ this.tbxLogin.Location = new System.Drawing.Point(156, 143);
|
|
|
+ this.tbxLogin.Name = "tbxLogin";
|
|
|
+ this.tbxLogin.Size = new System.Drawing.Size(145, 20);
|
|
|
+ this.tbxLogin.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // tbxPassword
|
|
|
+ //
|
|
|
+ this.tbxPassword.Location = new System.Drawing.Point(156, 169);
|
|
|
+ this.tbxPassword.Name = "tbxPassword";
|
|
|
+ this.tbxPassword.Size = new System.Drawing.Size(145, 20);
|
|
|
+ this.tbxPassword.TabIndex = 7;
|
|
|
+ //
|
|
|
+ // tbxConfirmPassword
|
|
|
+ //
|
|
|
+ this.tbxConfirmPassword.Location = new System.Drawing.Point(156, 195);
|
|
|
+ this.tbxConfirmPassword.Name = "tbxConfirmPassword";
|
|
|
+ this.tbxConfirmPassword.Size = new System.Drawing.Size(145, 20);
|
|
|
+ this.tbxConfirmPassword.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // cbxRole
|
|
|
+ //
|
|
|
+ this.cbxRole.FormattingEnabled = true;
|
|
|
+ this.cbxRole.Location = new System.Drawing.Point(156, 116);
|
|
|
+ this.cbxRole.Name = "cbxRole";
|
|
|
+ this.cbxRole.Size = new System.Drawing.Size(145, 21);
|
|
|
+ this.cbxRole.TabIndex = 9;
|
|
|
+ //
|
|
|
+ // lblName
|
|
|
+ //
|
|
|
+ this.lblName.AutoSize = true;
|
|
|
+ this.lblName.Location = new System.Drawing.Point(11, 15);
|
|
|
+ this.lblName.Name = "lblName";
|
|
|
+ this.lblName.Size = new System.Drawing.Size(75, 13);
|
|
|
+ this.lblName.TabIndex = 10;
|
|
|
+ this.lblName.Text = "Введите имя.";
|
|
|
+ //
|
|
|
+ // lblPatronymic
|
|
|
+ //
|
|
|
+ this.lblPatronymic.AutoSize = true;
|
|
|
+ this.lblPatronymic.Location = new System.Drawing.Point(11, 41);
|
|
|
+ this.lblPatronymic.Name = "lblPatronymic";
|
|
|
+ this.lblPatronymic.Size = new System.Drawing.Size(100, 13);
|
|
|
+ this.lblPatronymic.TabIndex = 11;
|
|
|
+ this.lblPatronymic.Text = "Введите отчество.";
|
|
|
+ //
|
|
|
+ // lblSurname
|
|
|
+ //
|
|
|
+ this.lblSurname.AutoSize = true;
|
|
|
+ this.lblSurname.Location = new System.Drawing.Point(11, 67);
|
|
|
+ this.lblSurname.Name = "lblSurname";
|
|
|
+ this.lblSurname.Size = new System.Drawing.Size(103, 13);
|
|
|
+ this.lblSurname.TabIndex = 12;
|
|
|
+ this.lblSurname.Text = "Введите фамилию.";
|
|
|
+ //
|
|
|
+ // lblLogin
|
|
|
+ //
|
|
|
+ this.lblLogin.AutoSize = true;
|
|
|
+ this.lblLogin.Location = new System.Drawing.Point(11, 146);
|
|
|
+ this.lblLogin.Name = "lblLogin";
|
|
|
+ this.lblLogin.Size = new System.Drawing.Size(84, 13);
|
|
|
+ this.lblLogin.TabIndex = 13;
|
|
|
+ this.lblLogin.Text = "Введите логин.";
|
|
|
+ //
|
|
|
+ // lblEnterPassword
|
|
|
+ //
|
|
|
+ this.lblEnterPassword.AutoSize = true;
|
|
|
+ this.lblEnterPassword.Location = new System.Drawing.Point(11, 172);
|
|
|
+ this.lblEnterPassword.Name = "lblEnterPassword";
|
|
|
+ this.lblEnterPassword.Size = new System.Drawing.Size(91, 13);
|
|
|
+ this.lblEnterPassword.TabIndex = 14;
|
|
|
+ this.lblEnterPassword.Text = "Введите пароль.";
|
|
|
+ //
|
|
|
+ // lblConfirmPassword
|
|
|
+ //
|
|
|
+ this.lblConfirmPassword.AutoSize = true;
|
|
|
+ this.lblConfirmPassword.Location = new System.Drawing.Point(11, 198);
|
|
|
+ this.lblConfirmPassword.Name = "lblConfirmPassword";
|
|
|
+ this.lblConfirmPassword.Size = new System.Drawing.Size(115, 13);
|
|
|
+ this.lblConfirmPassword.TabIndex = 15;
|
|
|
+ this.lblConfirmPassword.Text = "Подтвердите пароль.";
|
|
|
+ //
|
|
|
+ // lblPhoneNumber
|
|
|
+ //
|
|
|
+ this.lblPhoneNumber.AutoSize = true;
|
|
|
+ this.lblPhoneNumber.Location = new System.Drawing.Point(11, 93);
|
|
|
+ this.lblPhoneNumber.Name = "lblPhoneNumber";
|
|
|
+ this.lblPhoneNumber.Size = new System.Drawing.Size(139, 13);
|
|
|
+ this.lblPhoneNumber.TabIndex = 16;
|
|
|
+ this.lblPhoneNumber.Text = "Введите номер телефона.";
|
|
|
+ //
|
|
|
+ // lblRole
|
|
|
+ //
|
|
|
+ this.lblRole.AutoSize = true;
|
|
|
+ this.lblRole.Location = new System.Drawing.Point(11, 119);
|
|
|
+ this.lblRole.Name = "lblRole";
|
|
|
+ this.lblRole.Size = new System.Drawing.Size(87, 13);
|
|
|
+ this.lblRole.TabIndex = 17;
|
|
|
+ this.lblRole.Text = "Выберите роль.";
|
|
|
+ //
|
|
|
+ // chbxShowPassword
|
|
|
+ //
|
|
|
+ this.chbxShowPassword.AutoSize = true;
|
|
|
+ this.chbxShowPassword.Location = new System.Drawing.Point(11, 226);
|
|
|
+ this.chbxShowPassword.Name = "chbxShowPassword";
|
|
|
+ this.chbxShowPassword.Size = new System.Drawing.Size(114, 17);
|
|
|
+ this.chbxShowPassword.TabIndex = 18;
|
|
|
+ this.chbxShowPassword.Text = "Показать пароли";
|
|
|
+ this.chbxShowPassword.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // fRegistration
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(310, 283);
|
|
|
+ this.Controls.Add(this.chbxShowPassword);
|
|
|
+ this.Controls.Add(this.lblRole);
|
|
|
+ this.Controls.Add(this.lblPhoneNumber);
|
|
|
+ this.Controls.Add(this.lblConfirmPassword);
|
|
|
+ this.Controls.Add(this.lblEnterPassword);
|
|
|
+ this.Controls.Add(this.lblLogin);
|
|
|
+ this.Controls.Add(this.lblSurname);
|
|
|
+ this.Controls.Add(this.lblPatronymic);
|
|
|
+ this.Controls.Add(this.lblName);
|
|
|
+ this.Controls.Add(this.cbxRole);
|
|
|
+ this.Controls.Add(this.tbxConfirmPassword);
|
|
|
+ this.Controls.Add(this.tbxPassword);
|
|
|
+ this.Controls.Add(this.tbxLogin);
|
|
|
+ this.Controls.Add(this.tbxSurname);
|
|
|
+ this.Controls.Add(this.tbxPatronymic);
|
|
|
+ this.Controls.Add(this.tbxName);
|
|
|
+ this.Controls.Add(this.tbxPhoneNumber);
|
|
|
+ this.Controls.Add(this.bOK);
|
|
|
+ this.Controls.Add(this.bCancel);
|
|
|
+ this.Name = "fRegistration";
|
|
|
+ this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
+ this.Text = "Регистрация";
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.Button bCancel;
|
|
|
+ private System.Windows.Forms.Button bOK;
|
|
|
+ private System.Windows.Forms.TextBox tbxPhoneNumber;
|
|
|
+ private System.Windows.Forms.TextBox tbxName;
|
|
|
+ private System.Windows.Forms.TextBox tbxPatronymic;
|
|
|
+ private System.Windows.Forms.TextBox tbxSurname;
|
|
|
+ private System.Windows.Forms.TextBox tbxLogin;
|
|
|
+ private System.Windows.Forms.TextBox tbxPassword;
|
|
|
+ private System.Windows.Forms.TextBox tbxConfirmPassword;
|
|
|
+ private System.Windows.Forms.ComboBox cbxRole;
|
|
|
+ private System.Windows.Forms.Label lblName;
|
|
|
+ private System.Windows.Forms.Label lblPatronymic;
|
|
|
+ private System.Windows.Forms.Label lblSurname;
|
|
|
+ private System.Windows.Forms.Label lblLogin;
|
|
|
+ private System.Windows.Forms.Label lblEnterPassword;
|
|
|
+ private System.Windows.Forms.Label lblConfirmPassword;
|
|
|
+ private System.Windows.Forms.Label lblPhoneNumber;
|
|
|
+ private System.Windows.Forms.Label lblRole;
|
|
|
+ private System.Windows.Forms.CheckBox chbxShowPassword;
|
|
|
+ }
|
|
|
+}
|