namespace _0303RogovaNeshina { partial class Registration { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.tbFirstname = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.tbLastname = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.tbSurname = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.tbLogin = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.tbPass = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.lblBack = new System.Windows.Forms.Label(); this.SuspendLayout(); // // tbFirstname // this.tbFirstname.Location = new System.Drawing.Point(18, 34); this.tbFirstname.Name = "tbFirstname"; this.tbFirstname.Size = new System.Drawing.Size(100, 20); this.tbFirstname.TabIndex = 4; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(29, 13); this.label1.TabIndex = 3; this.label1.Text = "Имя"; // // tbLastname // this.tbLastname.Location = new System.Drawing.Point(18, 84); this.tbLastname.Name = "tbLastname"; this.tbLastname.Size = new System.Drawing.Size(100, 20); this.tbLastname.TabIndex = 6; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(56, 13); this.label2.TabIndex = 5; this.label2.Text = "Фамилия"; // // tbSurname // this.tbSurname.Location = new System.Drawing.Point(18, 135); this.tbSurname.Name = "tbSurname"; this.tbSurname.Size = new System.Drawing.Size(100, 20); this.tbSurname.TabIndex = 8; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(22, 119); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(54, 13); this.label3.TabIndex = 7; this.label3.Text = "Отчество"; // // tbLogin // this.tbLogin.Location = new System.Drawing.Point(18, 185); this.tbLogin.Name = "tbLogin"; this.tbLogin.Size = new System.Drawing.Size(100, 20); this.tbLogin.TabIndex = 10; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(22, 169); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(38, 13); this.label4.TabIndex = 9; this.label4.Text = "Логин"; // // tbPass // this.tbPass.Location = new System.Drawing.Point(18, 234); this.tbPass.Name = "tbPass"; this.tbPass.Size = new System.Drawing.Size(100, 20); this.tbPass.TabIndex = 12; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(22, 218); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(45, 13); this.label5.TabIndex = 11; this.label5.Text = "Пароль"; // // button1 // this.button1.Location = new System.Drawing.Point(5, 260); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(123, 23); this.button1.TabIndex = 13; this.button1.Text = "Зарегистрироваться"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // lblBack // this.lblBack.AutoSize = true; this.lblBack.Location = new System.Drawing.Point(44, 297); this.lblBack.Name = "lblBack"; this.lblBack.Size = new System.Drawing.Size(39, 13); this.lblBack.TabIndex = 14; this.lblBack.Text = "Назад"; this.lblBack.Click += new System.EventHandler(this.lblBack_Click); // // Registration // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(140, 324); this.Controls.Add(this.lblBack); this.Controls.Add(this.button1); this.Controls.Add(this.tbPass); this.Controls.Add(this.label5); this.Controls.Add(this.tbLogin); this.Controls.Add(this.label4); this.Controls.Add(this.tbSurname); this.Controls.Add(this.label3); this.Controls.Add(this.tbLastname); this.Controls.Add(this.label2); this.Controls.Add(this.tbFirstname); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "Registration"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Registration"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox tbFirstname; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbLastname; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox tbSurname; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox tbLogin; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbPass; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label lblBack; } }