namespace WindowsFormsApp1 { partial class LoginForm { /// /// 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.txtLogin = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.btnLogin = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // txtLogin // this.txtLogin.Location = new System.Drawing.Point(301, 151); this.txtLogin.Name = "txtLogin"; this.txtLogin.Size = new System.Drawing.Size(214, 22); this.txtLogin.TabIndex = 0; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(301, 200); this.txtPassword.Name = "txtPassword"; this.txtPassword.Size = new System.Drawing.Size(214, 22); this.txtPassword.TabIndex = 1; // // btnLogin // this.btnLogin.Location = new System.Drawing.Point(301, 238); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(214, 25); this.btnLogin.TabIndex = 2; this.btnLogin.Text = "Войти"; this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(373, 95); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(68, 29); this.label1.TabIndex = 3; this.label1.Text = "Вход"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(298, 132); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(46, 16); this.label2.TabIndex = 4; this.label2.Text = "Логин"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(298, 181); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(56, 16); this.label3.TabIndex = 5; this.label3.Text = "Пароль"; // // LoginForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.btnLogin); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtLogin); this.Name = "LoginForm"; this.Text = "Form2"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtLogin; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; } }