namespace KursovayaDvornikovAM { partial class RegisterForm { /// /// 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(RegisterForm)); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.buttonRegister = new System.Windows.Forms.Button(); this.PassField = new System.Windows.Forms.TextBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.LoginField = new System.Windows.Forms.TextBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.label1 = new System.Windows.Forms.Label(); this.CloseButton = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.userSurnameField = new System.Windows.Forms.TextBox(); this.userNameField = new System.Windows.Forms.TextBox(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.RegisterLabel = new System.Windows.Forms.Label(); this.HideButton = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); this.SuspendLayout(); // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(317, 401); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(111, 104); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox1.TabIndex = 17; this.pictureBox1.TabStop = false; // // buttonRegister // this.buttonRegister.BackColor = System.Drawing.Color.PaleGreen; this.buttonRegister.Cursor = System.Windows.Forms.Cursors.Hand; this.buttonRegister.FlatAppearance.BorderColor = System.Drawing.Color.White; this.buttonRegister.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.buttonRegister.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Lime; this.buttonRegister.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonRegister.Font = new System.Drawing.Font("Comic Sans MS", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonRegister.Location = new System.Drawing.Point(42, 401); this.buttonRegister.Name = "buttonRegister"; this.buttonRegister.Size = new System.Drawing.Size(213, 73); this.buttonRegister.TabIndex = 16; this.buttonRegister.Text = "Зарегистрироваться"; this.buttonRegister.UseVisualStyleBackColor = false; this.buttonRegister.Click += new System.EventHandler(this.buttonRegister_Click); // // 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(108, 319); this.PassField.Name = "PassField"; this.PassField.PasswordChar = 'X'; this.PassField.Size = new System.Drawing.Size(308, 41); this.PassField.TabIndex = 15; this.PassField.UseSystemPasswordChar = true; this.PassField.TextChanged += new System.EventHandler(this.PassField_TextChanged); // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(42, 319); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(49, 41); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox3.TabIndex = 14; this.pictureBox3.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(108, 249); this.LoginField.Name = "LoginField"; this.LoginField.Size = new System.Drawing.Size(308, 41); this.LoginField.TabIndex = 13; this.LoginField.Enter += new System.EventHandler(this.LoginField_Enter); this.LoginField.Leave += new System.EventHandler(this.LoginField_Leave); // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(42, 249); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(49, 41); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox2.TabIndex = 12; this.pictureBox2.TabStop = false; this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click); // // 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(428, 62); this.label1.TabIndex = 10; this.label1.Text = "Любимчик"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.label1.Click += new System.EventHandler(this.label1_Click); // // 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(408, 0); this.CloseButton.Name = "CloseButton"; this.CloseButton.Size = new System.Drawing.Size(20, 20); this.CloseButton.TabIndex = 18; 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); // // label3 // this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Dock = System.Windows.Forms.DockStyle.Top; this.label3.Font = new System.Drawing.Font("Comic Sans MS", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label3.ForeColor = System.Drawing.Color.DarkOliveGreen; this.label3.Location = new System.Drawing.Point(0, 62); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(428, 39); this.label3.TabIndex = 19; this.label3.Text = "Регистрация"; this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter; // // userSurnameField // this.userSurnameField.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.userSurnameField.Location = new System.Drawing.Point(108, 179); this.userSurnameField.Name = "userSurnameField"; this.userSurnameField.Size = new System.Drawing.Size(308, 41); this.userSurnameField.TabIndex = 20; this.userSurnameField.Enter += new System.EventHandler(this.userSurnameField_Enter); this.userSurnameField.Leave += new System.EventHandler(this.userSurnameField_Leave); // // userNameField // this.userNameField.Font = new System.Drawing.Font("Times New Roman", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.userNameField.Location = new System.Drawing.Point(108, 109); this.userNameField.Name = "userNameField"; this.userNameField.Size = new System.Drawing.Size(308, 41); this.userNameField.TabIndex = 21; this.userNameField.Enter += new System.EventHandler(this.userNameField_Enter); this.userNameField.Leave += new System.EventHandler(this.userNameField_Leave); // // pictureBox4 // this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image"))); this.pictureBox4.Location = new System.Drawing.Point(42, 179); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.Size = new System.Drawing.Size(49, 41); this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox4.TabIndex = 22; this.pictureBox4.TabStop = false; // // pictureBox5 // this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image"))); this.pictureBox5.Location = new System.Drawing.Point(42, 109); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.Size = new System.Drawing.Size(49, 41); this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.pictureBox5.TabIndex = 23; this.pictureBox5.TabStop = false; // // 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(324, 385); this.RegisterLabel.Name = "RegisterLabel"; this.RegisterLabel.Size = new System.Drawing.Size(104, 13); this.RegisterLabel.TabIndex = 24; 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(384, 0); this.HideButton.Name = "HideButton"; this.HideButton.Size = new System.Drawing.Size(18, 20); this.HideButton.TabIndex = 25; 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); // // RegisterForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.PaleGoldenrod; this.ClientSize = new System.Drawing.Size(428, 506); this.Controls.Add(this.HideButton); this.Controls.Add(this.RegisterLabel); this.Controls.Add(this.pictureBox5); this.Controls.Add(this.pictureBox4); this.Controls.Add(this.userNameField); this.Controls.Add(this.userSurnameField); this.Controls.Add(this.label3); this.Controls.Add(this.CloseButton); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.buttonRegister); this.Controls.Add(this.PassField); this.Controls.Add(this.pictureBox3); this.Controls.Add(this.LoginField); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.label1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "RegisterForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Любимчик"; this.Load += new System.EventHandler(this.RegisterForm_Load); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.RegisterForm_MouseDown); this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.RegisterForm_MouseMove); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button buttonRegister; private System.Windows.Forms.TextBox PassField; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.TextBox LoginField; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label CloseButton; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox userSurnameField; private System.Windows.Forms.TextBox userNameField; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.Label RegisterLabel; private System.Windows.Forms.Label HideButton; } }