namespace KursovayaDvornikovAM
{
partial class Maps
{
///
/// 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(Maps));
this.button1 = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.ReturnButton = new System.Windows.Forms.Button();
this.CloseButton = new System.Windows.Forms.Label();
this.HideButton = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.BackColor = System.Drawing.Color.IndianRed;
this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.button1.Location = new System.Drawing.Point(293, 519);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(149, 59);
this.button1.TabIndex = 0;
this.button1.Text = "К картам";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(48, 47);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(634, 444);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
this.pictureBox1.TabIndex = 1;
this.pictureBox1.TabStop = false;
//
// ReturnButton
//
this.ReturnButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("ReturnButton.BackgroundImage")));
this.ReturnButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ReturnButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.ReturnButton.FlatAppearance.BorderColor = System.Drawing.Color.PaleGoldenrod;
this.ReturnButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.ReturnButton.Location = new System.Drawing.Point(1, 1);
this.ReturnButton.Name = "ReturnButton";
this.ReturnButton.Size = new System.Drawing.Size(25, 26);
this.ReturnButton.TabIndex = 32;
this.ReturnButton.UseVisualStyleBackColor = true;
this.ReturnButton.Click += new System.EventHandler(this.ReturnButton_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(710, 1);
this.CloseButton.Name = "CloseButton";
this.CloseButton.Size = new System.Drawing.Size(20, 20);
this.CloseButton.TabIndex = 31;
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);
//
// 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(686, 1);
this.HideButton.Name = "HideButton";
this.HideButton.Size = new System.Drawing.Size(18, 20);
this.HideButton.TabIndex = 30;
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);
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(619, 506);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(111, 104);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox2.TabIndex = 33;
this.pictureBox2.TabStop = false;
//
// Maps
//
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(732, 610);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.ReturnButton);
this.Controls.Add(this.CloseButton);
this.Controls.Add(this.HideButton);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.button1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "Maps";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Maps";
this.Load += new System.EventHandler(this.Maps_Load);
this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Maps_MouseDown);
this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Maps_MouseMove);
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button ReturnButton;
private System.Windows.Forms.Label CloseButton;
private System.Windows.Forms.Label HideButton;
private System.Windows.Forms.PictureBox pictureBox2;
}
}