namespace KursovayaDvornikovAM { 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginForm)); this.label1 = new System.Windows.Forms.Label(); this.CloseButton = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.LoginField = new System.Windows.Forms.TextBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.PassField = new System.Windows.Forms.TextBox(); this.buttonLogin = new System.Windows.Forms.Button(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.label2 = new System.Windows.Forms.Label(); this.RegisterLabel = new System.Windows.Forms.Label(); this.HideButton = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.Dock = System.Windows.Forms.DockStyle.Top; this.label1.Font = new System.Drawing.Font("Comic Sans MS", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.Color.ForestGreen; this.label1.Location = new System.Drawing.Point(0, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(426, 77); this.label1.TabIndex = 1; this.label1.Text = "Любимчик"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // CloseButton // this.CloseButton.AutoSize = true; this.CloseButton.Cursor = System.Windows.Forms.Cursors.Hand; this.CloseButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.CloseButton.Location = new System.Drawing.Point(406, 0); this.CloseButton.Name = "CloseButton"; this.CloseButton.Size = new System.Drawing.Size(20, 20); this.CloseButton.TabIndex = 2; this.CloseButton.Text = "X"; this.CloseButton.Click += new System.EventHandler(this.CloseButton_Click); this.CloseButton.MouseEnter += new System.EventHandler(this.CloseButton_MouseEnter); this.CloseButton.MouseLeave += new System.EventHandler(this.CloseButton_MouseLeave); // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(51, 191); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(44, 41); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 4; this.pictureBox2.TabStop = false; // // LoginField // this.LoginField.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.LoginField.Location = new System.Drawing.Point(101, 191); this.LoginField.Name = "LoginField"; this.LoginField.Size = new System.Drawing.Size(308, 41); this.LoginField.TabIndex = 5; this.LoginField.TextChanged += new System.EventHandler(this.LoginField_TextChanged); // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(51, 277); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(44, 41); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 6; this.pictureBox3.TabStop = false; // // PassField // this.PassField.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.PassField.Location = new System.Drawing.Point(101, 277); this.PassField.Name = "PassField"; this.PassField.PasswordChar = 'X'; this.PassField.Size = new System.Drawing.Size(308, 41); this.PassField.TabIndex = 7; this.PassField.UseSystemPasswordChar = true; // // buttonLogin // this.buttonLogin.BackColor = System.Drawing.Color.PaleGreen; this.buttonLogin.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonLogin.FlatAppearance.BorderColor = System.Drawing.Color.White; this.buttonLogin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.buttonLogin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Lime; this.buttonLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonLogin.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonLogin.Location = new System.Drawing.Point(82, 402); this.buttonLogin.Name = "buttonLogin"; this.buttonLogin.Size = new System.Drawing.Size(145, 73); this.buttonLogin.TabIndex = 8; this.buttonLogin.Text = "Войти"; this.buttonLogin.UseVisualStyleBackColor = false; this.buttonLogin.Click += new System.EventHandler(this.buttonLogin_Click); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(315, 402); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(111, 104); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 9; this.pictureBox1.TabStop = false; // // label2 // this.label2.Dock = System.Windows.Forms.DockStyle.Top; this.label2.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.ForeColor = System.Drawing.Color.DarkOliveGreen; this.label2.Location = new System.Drawing.Point(0, 77); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(426, 56); this.label2.TabIndex = 10; this.label2.Text = "Авторизация"; this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // RegisterLabel // this.RegisterLabel.AutoSize = true; this.RegisterLabel.Cursor = System.Windows.Forms.Cursors.Hand; this.RegisterLabel.ForeColor = System.Drawing.Color.DarkGreen; this.RegisterLabel.Location = new System.Drawing.Point(322, 386); this.RegisterLabel.Name = "RegisterLabel"; this.RegisterLabel.Size = new System.Drawing.Size(104, 13); this.RegisterLabel.TabIndex = 11; this.RegisterLabel.Text = "Еще нет аккаунта?"; this.RegisterLabel.Click += new System.EventHandler(this.RegisterLabel_Click); // // HideButton // this.HideButton.AutoSize = true; this.HideButton.Cursor = System.Windows.Forms.Cursors.Hand; this.HideButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.HideButton.Location = new System.Drawing.Point(382, 0); this.HideButton.Name = "HideButton"; this.HideButton.Size = new System.Drawing.Size(18, 20); this.HideButton.TabIndex = 12; this.HideButton.Text = "_"; this.HideButton.Click += new System.EventHandler(this.HideButton_Click); this.HideButton.MouseEnter += new System.EventHandler(this.HideButton_MouseEnter); this.HideButton.MouseLeave += new System.EventHandler(this.HideButton_MouseLeave); // // LoginForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.PaleGoldenrod; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(426, 506); this.Controls.Add(this.HideButton); this.Controls.Add(this.RegisterLabel); this.Controls.Add(this.label2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.buttonLogin); this.Controls.Add(this.PassField); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.LoginField); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.CloseButton); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "LoginForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Любимчик"; this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LoginForm_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.LoginForm_MouseMove); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label CloseButton; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.TextBox LoginField; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.TextBox PassField; private System.Windows.Forms.Button buttonLogin; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label RegisterLabel; private System.Windows.Forms.Label HideButton; } }