| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- namespace WindowsFormsApp4
- {
- partial class RegisterForm
- {
- private System.ComponentModel.IContainer components = null;
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- private void InitializeComponent()
- {
- this.txtLastName = new System.Windows.Forms.TextBox();
- this.txtFirstName = new System.Windows.Forms.TextBox();
- this.txtMiddleName = new System.Windows.Forms.TextBox();
- this.txtPhone = new System.Windows.Forms.TextBox();
- this.txtLogin = new System.Windows.Forms.TextBox();
- this.txtPassword = new System.Windows.Forms.TextBox();
- this.txtConfirmPassword = new System.Windows.Forms.TextBox();
- this.btnRegister = new System.Windows.Forms.Button();
- this.btnBack = new System.Windows.Forms.Button();
- this.lblLastName = new System.Windows.Forms.Label();
- this.lblFirstName = new System.Windows.Forms.Label();
- this.lblMiddleName = new System.Windows.Forms.Label();
- this.lblPhone = new System.Windows.Forms.Label();
- this.lblLogin = new System.Windows.Forms.Label();
- this.lblPassword = new System.Windows.Forms.Label();
- this.lblConfirmPassword = new System.Windows.Forms.Label();
- this.lblTitle = new System.Windows.Forms.Label();
- this.panelHeader = new System.Windows.Forms.Panel();
- this.panelHeader.SuspendLayout();
- this.SuspendLayout();
- //
- // txtLastName
- //
- this.txtLastName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtLastName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLastName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtLastName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtLastName.Location = new System.Drawing.Point(98, 63);
- this.txtLastName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtLastName.Name = "txtLastName";
- this.txtLastName.Size = new System.Drawing.Size(150, 23);
- this.txtLastName.TabIndex = 2;
- //
- // txtFirstName
- //
- this.txtFirstName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtFirstName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtFirstName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtFirstName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtFirstName.Location = new System.Drawing.Point(98, 91);
- this.txtFirstName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtFirstName.Name = "txtFirstName";
- this.txtFirstName.Size = new System.Drawing.Size(150, 23);
- this.txtFirstName.TabIndex = 4;
- //
- // txtMiddleName
- //
- this.txtMiddleName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtMiddleName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtMiddleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtMiddleName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtMiddleName.Location = new System.Drawing.Point(98, 119);
- this.txtMiddleName.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtMiddleName.Name = "txtMiddleName";
- this.txtMiddleName.Size = new System.Drawing.Size(150, 23);
- this.txtMiddleName.TabIndex = 6;
- //
- // txtPhone
- //
- this.txtPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtPhone.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtPhone.Location = new System.Drawing.Point(98, 148);
- this.txtPhone.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtPhone.Name = "txtPhone";
- this.txtPhone.Size = new System.Drawing.Size(150, 23);
- this.txtPhone.TabIndex = 8;
- //
- // txtLogin
- //
- this.txtLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtLogin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtLogin.Location = new System.Drawing.Point(98, 176);
- this.txtLogin.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtLogin.Name = "txtLogin";
- this.txtLogin.Size = new System.Drawing.Size(150, 23);
- this.txtLogin.TabIndex = 10;
- //
- // txtPassword
- //
- this.txtPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtPassword.Location = new System.Drawing.Point(98, 205);
- this.txtPassword.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtPassword.Name = "txtPassword";
- this.txtPassword.Size = new System.Drawing.Size(150, 23);
- this.txtPassword.TabIndex = 12;
- this.txtPassword.UseSystemPasswordChar = true;
- //
- // txtConfirmPassword
- //
- this.txtConfirmPassword.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.txtConfirmPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.txtConfirmPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.txtConfirmPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.txtConfirmPassword.Location = new System.Drawing.Point(98, 233);
- this.txtConfirmPassword.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.txtConfirmPassword.Name = "txtConfirmPassword";
- this.txtConfirmPassword.Size = new System.Drawing.Size(150, 23);
- this.txtConfirmPassword.TabIndex = 14;
- this.txtConfirmPassword.UseSystemPasswordChar = true;
- //
- // btnRegister
- //
- this.btnRegister.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(198)))), ((int)(((byte)(141)))), ((int)(((byte)(255)))));
- this.btnRegister.FlatAppearance.BorderSize = 0;
- this.btnRegister.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnRegister.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.btnRegister.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnRegister.Location = new System.Drawing.Point(33, 276);
- this.btnRegister.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnRegister.Name = "btnRegister";
- this.btnRegister.Size = new System.Drawing.Size(151, 32);
- this.btnRegister.TabIndex = 15;
- this.btnRegister.Text = "Зарегистрировать";
- this.btnRegister.UseVisualStyleBackColor = false;
- //
- // btnBack
- //
- this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.btnBack.FlatAppearance.BorderSize = 0;
- this.btnBack.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnBack.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold);
- this.btnBack.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.btnBack.Location = new System.Drawing.Point(188, 276);
- this.btnBack.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.btnBack.Name = "btnBack";
- this.btnBack.Size = new System.Drawing.Size(98, 32);
- this.btnBack.TabIndex = 16;
- this.btnBack.Text = "Назад";
- this.btnBack.UseVisualStyleBackColor = false;
- //
- // lblLastName
- //
- this.lblLastName.AutoSize = true;
- this.lblLastName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblLastName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblLastName.Location = new System.Drawing.Point(22, 65);
- this.lblLastName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblLastName.Name = "lblLastName";
- this.lblLastName.Size = new System.Drawing.Size(74, 17);
- this.lblLastName.TabIndex = 1;
- this.lblLastName.Text = "Фамилия:";
- //
- // lblFirstName
- //
- this.lblFirstName.AutoSize = true;
- this.lblFirstName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblFirstName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblFirstName.Location = new System.Drawing.Point(45, 93);
- this.lblFirstName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblFirstName.Name = "lblFirstName";
- this.lblFirstName.Size = new System.Drawing.Size(39, 17);
- this.lblFirstName.TabIndex = 3;
- this.lblFirstName.Text = "Имя:";
- //
- // lblMiddleName
- //
- this.lblMiddleName.AutoSize = true;
- this.lblMiddleName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblMiddleName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblMiddleName.Location = new System.Drawing.Point(30, 122);
- this.lblMiddleName.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblMiddleName.Name = "lblMiddleName";
- this.lblMiddleName.Size = new System.Drawing.Size(75, 17);
- this.lblMiddleName.TabIndex = 5;
- this.lblMiddleName.Text = "Отчество:";
- //
- // lblPhone
- //
- this.lblPhone.AutoSize = true;
- this.lblPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblPhone.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblPhone.Location = new System.Drawing.Point(38, 150);
- this.lblPhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblPhone.Name = "lblPhone";
- this.lblPhone.Size = new System.Drawing.Size(72, 17);
- this.lblPhone.TabIndex = 7;
- this.lblPhone.Text = "Телефон:";
- //
- // lblLogin
- //
- this.lblLogin.AutoSize = true;
- this.lblLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblLogin.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblLogin.Location = new System.Drawing.Point(45, 179);
- this.lblLogin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblLogin.Name = "lblLogin";
- this.lblLogin.Size = new System.Drawing.Size(51, 17);
- this.lblLogin.TabIndex = 9;
- this.lblLogin.Text = "Логин:";
- //
- // lblPassword
- //
- this.lblPassword.AutoSize = true;
- this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblPassword.Location = new System.Drawing.Point(38, 207);
- this.lblPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblPassword.Name = "lblPassword";
- this.lblPassword.Size = new System.Drawing.Size(61, 17);
- this.lblPassword.TabIndex = 11;
- this.lblPassword.Text = "Пароль:";
- //
- // lblConfirmPassword
- //
- this.lblConfirmPassword.AutoSize = true;
- this.lblConfirmPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
- this.lblConfirmPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblConfirmPassword.Location = new System.Drawing.Point(11, 236);
- this.lblConfirmPassword.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblConfirmPassword.Name = "lblConfirmPassword";
- this.lblConfirmPassword.Size = new System.Drawing.Size(117, 17);
- this.lblConfirmPassword.TabIndex = 13;
- this.lblConfirmPassword.Text = "Подтверждение:";
- //
- // lblTitle
- //
- this.lblTitle.AutoSize = true;
- this.lblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Bold);
- this.lblTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(203)))), ((int)(((byte)(232)))), ((int)(((byte)(87)))));
- this.lblTitle.Location = new System.Drawing.Point(112, 12);
- this.lblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.lblTitle.Name = "lblTitle";
- this.lblTitle.Size = new System.Drawing.Size(152, 26);
- this.lblTitle.TabIndex = 0;
- this.lblTitle.Text = "Регистрация";
- //
- // panelHeader
- //
- this.panelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.panelHeader.Controls.Add(this.lblTitle);
- this.panelHeader.Dock = System.Windows.Forms.DockStyle.Top;
- this.panelHeader.Location = new System.Drawing.Point(0, 0);
- this.panelHeader.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.panelHeader.Name = "panelHeader";
- this.panelHeader.Size = new System.Drawing.Size(360, 49);
- this.panelHeader.TabIndex = 0;
- //
- // RegisterForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(56)))), ((int)(((byte)(67)))));
- this.ClientSize = new System.Drawing.Size(360, 333);
- this.Controls.Add(this.btnBack);
- this.Controls.Add(this.btnRegister);
- this.Controls.Add(this.txtConfirmPassword);
- this.Controls.Add(this.lblConfirmPassword);
- this.Controls.Add(this.txtPassword);
- this.Controls.Add(this.lblPassword);
- this.Controls.Add(this.txtLogin);
- this.Controls.Add(this.lblLogin);
- this.Controls.Add(this.txtPhone);
- this.Controls.Add(this.lblPhone);
- this.Controls.Add(this.txtMiddleName);
- this.Controls.Add(this.lblMiddleName);
- this.Controls.Add(this.txtFirstName);
- this.Controls.Add(this.lblFirstName);
- this.Controls.Add(this.txtLastName);
- this.Controls.Add(this.lblLastName);
- this.Controls.Add(this.panelHeader);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
- this.MaximizeBox = false;
- this.Name = "RegisterForm";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Регистрация нового клиента";
- this.panelHeader.ResumeLayout(false);
- this.panelHeader.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- private System.Windows.Forms.TextBox txtLastName;
- private System.Windows.Forms.TextBox txtFirstName;
- private System.Windows.Forms.TextBox txtMiddleName;
- private System.Windows.Forms.TextBox txtPhone;
- private System.Windows.Forms.TextBox txtLogin;
- private System.Windows.Forms.TextBox txtPassword;
- private System.Windows.Forms.TextBox txtConfirmPassword;
- private System.Windows.Forms.Button btnRegister;
- private System.Windows.Forms.Button btnBack;
- private System.Windows.Forms.Label lblLastName;
- private System.Windows.Forms.Label lblFirstName;
- private System.Windows.Forms.Label lblMiddleName;
- private System.Windows.Forms.Label lblPhone;
- private System.Windows.Forms.Label lblLogin;
- private System.Windows.Forms.Label lblPassword;
- private System.Windows.Forms.Label lblConfirmPassword;
- private System.Windows.Forms.Label lblTitle;
- private System.Windows.Forms.Panel panelHeader;
- }
- }
|