namespace proba { partial class PosleRegistracii { /// /// 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(PosleRegistracii)); this.panel1 = new System.Windows.Forms.Panel(); this.button_back = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.PoleReg1 = new System.Windows.Forms.TextBox(); this.PoleReg3 = new System.Windows.Forms.TextBox(); this.PoleReg2 = new System.Windows.Forms.TextBox(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(140)))), ((int)(((byte)(21))))); this.panel1.Controls.Add(this.button_back); this.panel1.Controls.Add(this.button2); this.panel1.Controls.Add(this.PoleReg1); this.panel1.Controls.Add(this.PoleReg3); this.panel1.Controls.Add(this.PoleReg2); this.panel1.Controls.Add(this.pictureBox3); this.panel1.Controls.Add(this.pictureBox2); this.panel1.Controls.Add(this.pictureBox1); this.panel1.Location = new System.Drawing.Point(-3, -3); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(488, 268); this.panel1.TabIndex = 2; // // button_back // this.button_back.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14))))); this.button_back.Cursor = System.Windows.Forms.Cursors.Hand; this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button_back.Location = new System.Drawing.Point(63, 222); this.button_back.Name = "button_back"; this.button_back.Size = new System.Drawing.Size(91, 30); this.button_back.TabIndex = 6; this.button_back.Text = "НАЗАД"; this.button_back.UseVisualStyleBackColor = false; this.button_back.Click += new System.EventHandler(this.button_back_Click); // // button2 // this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(157)))), ((int)(((byte)(111)))), ((int)(((byte)(14))))); this.button2.Cursor = System.Windows.Forms.Cursors.Hand; this.button2.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.button2.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.button2.Location = new System.Drawing.Point(218, 222); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(222, 30); this.button2.TabIndex = 5; this.button2.Text = "ЗАРЕГИСТРИРОВАТЬСЯ"; this.button2.UseVisualStyleBackColor = false; this.button2.Click += new System.EventHandler(this.button2_Click); // // PoleReg1 // this.PoleReg1.Location = new System.Drawing.Point(179, 31); this.PoleReg1.Multiline = true; this.PoleReg1.Name = "PoleReg1"; this.PoleReg1.Size = new System.Drawing.Size(182, 40); this.PoleReg1.TabIndex = 3; // // PoleReg3 // this.PoleReg3.Location = new System.Drawing.Point(179, 153); this.PoleReg3.Multiline = true; this.PoleReg3.Name = "PoleReg3"; this.PoleReg3.Size = new System.Drawing.Size(182, 40); this.PoleReg3.TabIndex = 2; // // PoleReg2 // this.PoleReg2.Location = new System.Drawing.Point(179, 93); this.PoleReg2.Multiline = true; this.PoleReg2.Name = "PoleReg2"; this.PoleReg2.Size = new System.Drawing.Size(182, 40); this.PoleReg2.TabIndex = 2; // // pictureBox3 // this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image"))); this.pictureBox3.Location = new System.Drawing.Point(97, 153); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.Size = new System.Drawing.Size(76, 40); this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox3.TabIndex = 1; this.pictureBox3.TabStop = false; // // pictureBox2 // this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image"))); this.pictureBox2.Location = new System.Drawing.Point(97, 93); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(76, 40); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 1; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(93, 32); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(76, 40); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 0; this.pictureBox1.TabStop = false; // // PosleRegistracii // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(484, 261); this.Controls.Add(this.panel1); this.Name = "PosleRegistracii"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "PosleRegistracii"; this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.global_FormClosed); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Button button2; private System.Windows.Forms.TextBox PoleReg1; private System.Windows.Forms.TextBox PoleReg2; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Button button_back; private System.Windows.Forms.TextBox PoleReg3; private System.Windows.Forms.PictureBox pictureBox3; } }