| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- 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.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.chbxShowPassword = new System.Windows.Forms.CheckBox();
- this.pnlLogo = new System.Windows.Forms.Panel();
- this.pnlName = new System.Windows.Forms.Panel();
- this.lblTitle = new System.Windows.Forms.Label();
- this.pbxLogo = new System.Windows.Forms.PictureBox();
- this.pnlLogo.SuspendLayout();
- this.pnlName.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).BeginInit();
- this.SuspendLayout();
- //
- // bCancel
- //
- this.bCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.bCancel.Cursor = System.Windows.Forms.Cursors.Hand;
- this.bCancel.Location = new System.Drawing.Point(163, 276);
- this.bCancel.Name = "bCancel";
- this.bCancel.Size = new System.Drawing.Size(146, 23);
- this.bCancel.TabIndex = 0;
- this.bCancel.Text = "Отменить регистрацию";
- this.bCancel.UseVisualStyleBackColor = false;
- this.bCancel.Click += new System.EventHandler(this.bCancel_Click);
- //
- // bOK
- //
- this.bOK.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(156)))), ((int)(((byte)(26)))));
- this.bOK.Cursor = System.Windows.Forms.Cursors.Hand;
- this.bOK.Location = new System.Drawing.Point(11, 276);
- this.bOK.Name = "bOK";
- this.bOK.Size = new System.Drawing.Size(146, 23);
- this.bOK.TabIndex = 1;
- this.bOK.Text = "Зарегистрироваться";
- this.bOK.UseVisualStyleBackColor = false;
- this.bOK.Click += new System.EventHandler(this.bOK_Click);
- //
- // tbxPhoneNumber
- //
- this.tbxPhoneNumber.Location = new System.Drawing.Point(156, 148);
- this.tbxPhoneNumber.Name = "tbxPhoneNumber";
- this.tbxPhoneNumber.Size = new System.Drawing.Size(154, 20);
- this.tbxPhoneNumber.TabIndex = 2;
- //
- // tbxName
- //
- this.tbxName.Location = new System.Drawing.Point(156, 96);
- this.tbxName.Name = "tbxName";
- this.tbxName.Size = new System.Drawing.Size(154, 20);
- this.tbxName.TabIndex = 3;
- //
- // tbxPatronymic
- //
- this.tbxPatronymic.Location = new System.Drawing.Point(156, 122);
- this.tbxPatronymic.Name = "tbxPatronymic";
- this.tbxPatronymic.Size = new System.Drawing.Size(154, 20);
- this.tbxPatronymic.TabIndex = 4;
- //
- // tbxSurname
- //
- this.tbxSurname.Location = new System.Drawing.Point(156, 70);
- this.tbxSurname.Name = "tbxSurname";
- this.tbxSurname.Size = new System.Drawing.Size(154, 20);
- this.tbxSurname.TabIndex = 5;
- //
- // tbxLogin
- //
- this.tbxLogin.Location = new System.Drawing.Point(156, 174);
- this.tbxLogin.Name = "tbxLogin";
- this.tbxLogin.Size = new System.Drawing.Size(154, 20);
- this.tbxLogin.TabIndex = 6;
- //
- // tbxPassword
- //
- this.tbxPassword.Location = new System.Drawing.Point(156, 200);
- this.tbxPassword.Name = "tbxPassword";
- this.tbxPassword.Size = new System.Drawing.Size(154, 20);
- this.tbxPassword.TabIndex = 7;
- this.tbxPassword.UseSystemPasswordChar = true;
- //
- // tbxConfirmPassword
- //
- this.tbxConfirmPassword.Location = new System.Drawing.Point(156, 226);
- this.tbxConfirmPassword.Name = "tbxConfirmPassword";
- this.tbxConfirmPassword.Size = new System.Drawing.Size(154, 20);
- this.tbxConfirmPassword.TabIndex = 8;
- this.tbxConfirmPassword.UseSystemPasswordChar = true;
- //
- // lblName
- //
- this.lblName.AutoSize = true;
- this.lblName.Location = new System.Drawing.Point(11, 99);
- 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, 125);
- 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, 73);
- 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, 177);
- 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, 203);
- 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, 229);
- 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, 151);
- this.lblPhoneNumber.Name = "lblPhoneNumber";
- this.lblPhoneNumber.Size = new System.Drawing.Size(139, 13);
- this.lblPhoneNumber.TabIndex = 16;
- this.lblPhoneNumber.Text = "Введите номер телефона.";
- //
- // chbxShowPassword
- //
- this.chbxShowPassword.AutoSize = true;
- this.chbxShowPassword.Location = new System.Drawing.Point(11, 253);
- this.chbxShowPassword.Name = "chbxShowPassword";
- this.chbxShowPassword.Size = new System.Drawing.Size(114, 17);
- this.chbxShowPassword.TabIndex = 18;
- this.chbxShowPassword.Text = "Показать пароли";
- this.chbxShowPassword.UseVisualStyleBackColor = true;
- this.chbxShowPassword.CheckedChanged += new System.EventHandler(this.chbxShowPassword_CheckedChanged);
- //
- // pnlLogo
- //
- this.pnlLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pnlLogo.Controls.Add(this.pnlName);
- this.pnlLogo.Controls.Add(this.pbxLogo);
- this.pnlLogo.Dock = System.Windows.Forms.DockStyle.Top;
- this.pnlLogo.Location = new System.Drawing.Point(0, 0);
- this.pnlLogo.Name = "pnlLogo";
- this.pnlLogo.Size = new System.Drawing.Size(322, 64);
- this.pnlLogo.TabIndex = 19;
- //
- // pnlName
- //
- this.pnlName.Controls.Add(this.lblTitle);
- this.pnlName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.pnlName.Location = new System.Drawing.Point(64, 0);
- this.pnlName.Name = "pnlName";
- this.pnlName.Size = new System.Drawing.Size(256, 62);
- this.pnlName.TabIndex = 2;
- //
- // lblTitle
- //
- this.lblTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.lblTitle.Dock = System.Windows.Forms.DockStyle.Fill;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.lblTitle.Location = new System.Drawing.Point(0, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(256, 62);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Регистрация заказчика";
- this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // pbxLogo
- //
- this.pbxLogo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.pbxLogo.Dock = System.Windows.Forms.DockStyle.Left;
- this.pbxLogo.Image = global::Швейная_фабрика.Properties.Resources.fabric_logo;
- this.pbxLogo.Location = new System.Drawing.Point(0, 0);
- this.pbxLogo.Name = "pbxLogo";
- this.pbxLogo.Size = new System.Drawing.Size(64, 62);
- this.pbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pbxLogo.TabIndex = 1;
- this.pbxLogo.TabStop = false;
- //
- // fRegistration
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(225)))));
- this.ClientSize = new System.Drawing.Size(322, 309);
- this.Controls.Add(this.pnlLogo);
- this.Controls.Add(this.chbxShowPassword);
- 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.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.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.fRegistration_FormClosing);
- this.pnlLogo.ResumeLayout(false);
- this.pnlName.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pbxLogo)).EndInit();
- 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.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.CheckBox chbxShowPassword;
- private System.Windows.Forms.Panel pnlLogo;
- private System.Windows.Forms.Panel pnlName;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.PictureBox pbxLogo;
- }
- }
|