namespace PhotoStudioApp { partial class LoginForm { private System.ComponentModel.IContainer components = null; protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code private void InitializeComponent() { this.lblLogin = new System.Windows.Forms.Label(); this.lblPassword = new System.Windows.Forms.Label(); this.txtLogin = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.btnLogin = new System.Windows.Forms.Button(); this.SuspendLayout(); // lblLogin this.lblLogin.AutoSize = true; this.lblLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lblLogin.Location = new System.Drawing.Point(50, 60); this.lblLogin.Name = "lblLogin"; this.lblLogin.Size = new System.Drawing.Size(55, 20); this.lblLogin.TabIndex = 0; this.lblLogin.Text = "Логин:"; // lblPassword this.lblPassword.AutoSize = true; this.lblPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.lblPassword.Location = new System.Drawing.Point(50, 110); this.lblPassword.Name = "lblPassword"; this.lblPassword.Size = new System.Drawing.Size(67, 20); this.lblPassword.TabIndex = 1; this.lblPassword.Text = "Пароль:"; // txtLogin this.txtLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.txtLogin.Location = new System.Drawing.Point(150, 57); this.txtLogin.Name = "txtLogin"; this.txtLogin.Size = new System.Drawing.Size(200, 26); this.txtLogin.TabIndex = 2; // txtPassword this.txtPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.txtPassword.Location = new System.Drawing.Point(150, 107); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.Size = new System.Drawing.Size(200, 26); this.txtPassword.TabIndex = 3; // btnLogin this.btnLogin.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.btnLogin.Location = new System.Drawing.Point(150, 160); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(150, 35); this.btnLogin.TabIndex = 4; this.btnLogin.Text = "Войти"; this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // LoginForm this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(400, 250); this.Controls.Add(this.btnLogin); this.Controls.Add(this.txtPassword); this.Controls.Add(this.txtLogin); this.Controls.Add(this.lblPassword); this.Controls.Add(this.lblLogin); this.Name = "LoginForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Вход в систему"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblLogin; private System.Windows.Forms.Label lblPassword; private System.Windows.Forms.TextBox txtLogin; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Button btnLogin; } }