namespace demMalyhin { 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 /// /// Требуемый метод для поддержки конструктора — не изменяйте /// содержимое этого метода с помощью редактора кода. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm)); this.ButtonLogin = new System.Windows.Forms.Button(); this.loginField = new System.Windows.Forms.TextBox(); this.passField = new System.Windows.Forms.TextBox(); this.checkBoxPass = new System.Windows.Forms.CheckBox(); this.label1 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.btnExit = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // ButtonLogin // this.ButtonLogin.BackColor = System.Drawing.Color.MediumSpringGreen; this.ButtonLogin.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.ButtonLogin.ForeColor = System.Drawing.Color.Black; this.ButtonLogin.Location = new System.Drawing.Point(121, 364); this.ButtonLogin.Name = "ButtonLogin"; this.ButtonLogin.Size = new System.Drawing.Size(119, 55); this.ButtonLogin.TabIndex = 0; this.ButtonLogin.Text = "Авторизоваться"; this.ButtonLogin.UseVisualStyleBackColor = false; this.ButtonLogin.Click += new System.EventHandler(this.ButtonLogin_Click); // // loginField // this.loginField.BackColor = System.Drawing.Color.Chartreuse; this.loginField.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.loginField.Location = new System.Drawing.Point(109, 176); this.loginField.Name = "loginField"; this.loginField.Size = new System.Drawing.Size(144, 22); this.loginField.TabIndex = 1; // // passField // this.passField.BackColor = System.Drawing.Color.Chartreuse; this.passField.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.passField.Location = new System.Drawing.Point(109, 236); this.passField.Name = "passField"; this.passField.Size = new System.Drawing.Size(144, 22); this.passField.TabIndex = 2; this.passField.UseSystemPasswordChar = true; // // checkBoxPass // this.checkBoxPass.AutoSize = true; this.checkBoxPass.BackColor = System.Drawing.Color.Chartreuse; this.checkBoxPass.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.checkBoxPass.Location = new System.Drawing.Point(122, 294); this.checkBoxPass.Name = "checkBoxPass"; this.checkBoxPass.Size = new System.Drawing.Size(118, 19); this.checkBoxPass.TabIndex = 3; this.checkBoxPass.Text = "Показать пароль"; this.checkBoxPass.UseVisualStyleBackColor = false; this.checkBoxPass.CheckedChanged += new System.EventHandler(this.checkBoxPass_CheckedChanged); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.MediumSpringGreen; this.label1.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(134, 346); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(94, 15); this.label1.TabIndex = 4; this.label1.Text = "Войти как гость"; this.label1.Click += new System.EventHandler(this.label1_Click); // // pictureBox1 // this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage"))); this.pictureBox1.Location = new System.Drawing.Point(132, 96); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(108, 74); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 5; this.pictureBox1.TabStop = false; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Chartreuse; this.label2.Font = new System.Drawing.Font("Times New Roman", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.Location = new System.Drawing.Point(91, 48); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(190, 36); this.label2.TabIndex = 6; this.label2.Text = "Авторизация"; // // btnExit // this.btnExit.BackColor = System.Drawing.Color.MediumSpringGreen; this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand; this.btnExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnExit.Location = new System.Drawing.Point(333, 3); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(24, 23); this.btnExit.TabIndex = 8; this.btnExit.Text = "X"; this.btnExit.UseVisualStyleBackColor = false; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // LoginForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(359, 451); this.Controls.Add(this.btnExit); this.Controls.Add(this.label2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.label1); this.Controls.Add(this.checkBoxPass); this.Controls.Add(this.passField); this.Controls.Add(this.loginField); this.Controls.Add(this.ButtonLogin); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "LoginForm"; this.Text = "Form1"; this.Load += new System.EventHandler(this.LoginForm_Load); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBox_KeyPress_NoSpaces); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button ButtonLogin; private System.Windows.Forms.TextBox loginField; private System.Windows.Forms.TextBox passField; private System.Windows.Forms.CheckBox checkBoxPass; private System.Windows.Forms.Label label1; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnExit; } }