namespace Sailboat { partial class FormMapWithSetBoats { /// /// 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() { this.groupBoxTools = new System.Windows.Forms.GroupBox(); this.groupBoxMaps = new System.Windows.Forms.GroupBox(); this.btn_delete_map = new System.Windows.Forms.Button(); this.listBoxMaps = new System.Windows.Forms.ListBox(); this.btn_add_map = new System.Windows.Forms.Button(); this.textBoxNewMapName = new System.Windows.Forms.TextBox(); this.comboBoxMapSelector = new System.Windows.Forms.ComboBox(); this.btn_left = new System.Windows.Forms.Button(); this.btn_up = new System.Windows.Forms.Button(); this.btn_down = new System.Windows.Forms.Button(); this.btn_right = new System.Windows.Forms.Button(); this.btn_show_map = new System.Windows.Forms.Button(); this.btn_show_storage = new System.Windows.Forms.Button(); this.btn_remove_boat = new System.Windows.Forms.Button(); this.maskedTextBoxPosition = new System.Windows.Forms.MaskedTextBox(); this.btn_add_boat = new System.Windows.Forms.Button(); this.pictureBox = new System.Windows.Forms.PictureBox(); this.menuStrip = new System.Windows.Forms.MenuStrip(); this.файлToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.SaveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.LoadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.openFileDialog = new System.Windows.Forms.OpenFileDialog(); this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); this.buttonSortByType = new System.Windows.Forms.Button(); this.buttonSortByColor = new System.Windows.Forms.Button(); this.groupBoxTools.SuspendLayout(); this.groupBoxMaps.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); this.menuStrip.SuspendLayout(); this.SuspendLayout(); // // groupBoxTools // this.groupBoxTools.Controls.Add(this.buttonSortByColor); this.groupBoxTools.Controls.Add(this.buttonSortByType); this.groupBoxTools.Controls.Add(this.groupBoxMaps); this.groupBoxTools.Controls.Add(this.btn_left); this.groupBoxTools.Controls.Add(this.btn_up); this.groupBoxTools.Controls.Add(this.btn_down); this.groupBoxTools.Controls.Add(this.btn_right); this.groupBoxTools.Controls.Add(this.btn_show_map); this.groupBoxTools.Controls.Add(this.btn_show_storage); this.groupBoxTools.Controls.Add(this.btn_remove_boat); this.groupBoxTools.Controls.Add(this.maskedTextBoxPosition); this.groupBoxTools.Controls.Add(this.btn_add_boat); this.groupBoxTools.Dock = System.Windows.Forms.DockStyle.Right; this.groupBoxTools.Location = new System.Drawing.Point(733, 28); this.groupBoxTools.Name = "groupBoxTools"; this.groupBoxTools.Size = new System.Drawing.Size(250, 692); this.groupBoxTools.TabIndex = 0; this.groupBoxTools.TabStop = false; this.groupBoxTools.Text = "Инструменты"; // // groupBoxMaps // this.groupBoxMaps.Controls.Add(this.btn_delete_map); this.groupBoxMaps.Controls.Add(this.listBoxMaps); this.groupBoxMaps.Controls.Add(this.btn_add_map); this.groupBoxMaps.Controls.Add(this.textBoxNewMapName); this.groupBoxMaps.Controls.Add(this.comboBoxMapSelector); this.groupBoxMaps.Location = new System.Drawing.Point(3, 23); this.groupBoxMaps.Name = "groupBoxMaps"; this.groupBoxMaps.Size = new System.Drawing.Size(247, 276); this.groupBoxMaps.TabIndex = 12; this.groupBoxMaps.TabStop = false; this.groupBoxMaps.Text = "Карты"; // // btn_delete_map // this.btn_delete_map.Location = new System.Drawing.Point(3, 241); this.btn_delete_map.Name = "btn_delete_map"; this.btn_delete_map.Size = new System.Drawing.Size(232, 29); this.btn_delete_map.TabIndex = 4; this.btn_delete_map.Text = "Удалить карту"; this.btn_delete_map.UseVisualStyleBackColor = true; this.btn_delete_map.Click += new System.EventHandler(this.btn_delete_map_Click); // // listBoxMaps // this.listBoxMaps.FormattingEnabled = true; this.listBoxMaps.ItemHeight = 20; this.listBoxMaps.Location = new System.Drawing.Point(0, 125); this.listBoxMaps.Name = "listBoxMaps"; this.listBoxMaps.Size = new System.Drawing.Size(235, 104); this.listBoxMaps.TabIndex = 3; this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.listBoxMaps_SelectedIndexChanged); // // btn_add_map // this.btn_add_map.Location = new System.Drawing.Point(3, 90); this.btn_add_map.Name = "btn_add_map"; this.btn_add_map.Size = new System.Drawing.Size(232, 29); this.btn_add_map.TabIndex = 2; this.btn_add_map.Text = "Добавить карту"; this.btn_add_map.UseVisualStyleBackColor = true; this.btn_add_map.Click += new System.EventHandler(this.btn_add_map_Click); // // textBoxNewMapName // this.textBoxNewMapName.Location = new System.Drawing.Point(3, 23); this.textBoxNewMapName.Name = "textBoxNewMapName"; this.textBoxNewMapName.Size = new System.Drawing.Size(232, 27); this.textBoxNewMapName.TabIndex = 0; // // comboBoxMapSelector // this.comboBoxMapSelector.FormattingEnabled = true; this.comboBoxMapSelector.Items.AddRange(new object[] { "Простая карта", "Водная карта"}); this.comboBoxMapSelector.Location = new System.Drawing.Point(3, 56); this.comboBoxMapSelector.Name = "comboBoxMapSelector"; this.comboBoxMapSelector.Size = new System.Drawing.Size(232, 28); this.comboBoxMapSelector.TabIndex = 1; // // btn_left // this.btn_left.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_left.BackgroundImage = global::Sailboat.Properties.Resources.left; this.btn_left.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btn_left.Location = new System.Drawing.Point(19, 635); this.btn_left.Name = "btn_left"; this.btn_left.Size = new System.Drawing.Size(70, 40); this.btn_left.TabIndex = 11; this.btn_left.UseVisualStyleBackColor = true; this.btn_left.Click += new System.EventHandler(this.btn_move_Click); // // btn_up // this.btn_up.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_up.BackgroundImage = global::Sailboat.Properties.Resources.up; this.btn_up.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btn_up.Location = new System.Drawing.Point(95, 589); this.btn_up.Name = "btn_up"; this.btn_up.Size = new System.Drawing.Size(75, 40); this.btn_up.TabIndex = 10; this.btn_up.UseVisualStyleBackColor = true; this.btn_up.Click += new System.EventHandler(this.btn_move_Click); // // btn_down // this.btn_down.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_down.BackgroundImage = global::Sailboat.Properties.Resources.down; this.btn_down.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btn_down.Location = new System.Drawing.Point(95, 635); this.btn_down.Name = "btn_down"; this.btn_down.Size = new System.Drawing.Size(75, 40); this.btn_down.TabIndex = 9; this.btn_down.UseVisualStyleBackColor = true; this.btn_down.Click += new System.EventHandler(this.btn_move_Click); // // btn_right // this.btn_right.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_right.BackgroundImage = global::Sailboat.Properties.Resources.right; this.btn_right.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.btn_right.Location = new System.Drawing.Point(174, 635); this.btn_right.Name = "btn_right"; this.btn_right.Size = new System.Drawing.Size(70, 40); this.btn_right.TabIndex = 8; this.btn_right.UseVisualStyleBackColor = true; this.btn_right.Click += new System.EventHandler(this.btn_move_Click); // // btn_show_map // this.btn_show_map.Location = new System.Drawing.Point(6, 555); this.btn_show_map.Name = "btn_show_map"; this.btn_show_map.Size = new System.Drawing.Size(232, 29); this.btn_show_map.TabIndex = 6; this.btn_show_map.Text = "Посмотреть карту"; this.btn_show_map.UseVisualStyleBackColor = true; this.btn_show_map.Click += new System.EventHandler(this.btn_show_map_Click); // // btn_show_storage // this.btn_show_storage.Location = new System.Drawing.Point(6, 520); this.btn_show_storage.Name = "btn_show_storage"; this.btn_show_storage.Size = new System.Drawing.Size(232, 29); this.btn_show_storage.TabIndex = 5; this.btn_show_storage.Text = "Посмотреть хранилище"; this.btn_show_storage.UseVisualStyleBackColor = true; this.btn_show_storage.Click += new System.EventHandler(this.btn_show_storage_Click); // // btn_remove_boat // this.btn_remove_boat.Location = new System.Drawing.Point(6, 475); this.btn_remove_boat.Name = "btn_remove_boat"; this.btn_remove_boat.Size = new System.Drawing.Size(232, 29); this.btn_remove_boat.TabIndex = 4; this.btn_remove_boat.Text = "Удалить лодку"; this.btn_remove_boat.UseVisualStyleBackColor = true; this.btn_remove_boat.Click += new System.EventHandler(this.btn_remove_boat_Click); // // maskedTextBoxPosition // this.maskedTextBoxPosition.Location = new System.Drawing.Point(6, 442); this.maskedTextBoxPosition.Mask = "00"; this.maskedTextBoxPosition.Name = "maskedTextBoxPosition"; this.maskedTextBoxPosition.Size = new System.Drawing.Size(232, 27); this.maskedTextBoxPosition.TabIndex = 3; // // btn_add_boat // this.btn_add_boat.Location = new System.Drawing.Point(6, 389); this.btn_add_boat.Name = "btn_add_boat"; this.btn_add_boat.Size = new System.Drawing.Size(232, 29); this.btn_add_boat.TabIndex = 2; this.btn_add_boat.Text = "Добавить лодку"; this.btn_add_boat.UseVisualStyleBackColor = true; this.btn_add_boat.Click += new System.EventHandler(this.btn_add_boat_Click); // // pictureBox // this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill; this.pictureBox.Location = new System.Drawing.Point(0, 28); this.pictureBox.Name = "pictureBox"; this.pictureBox.Size = new System.Drawing.Size(733, 692); this.pictureBox.TabIndex = 0; this.pictureBox.TabStop = false; // // menuStrip // this.menuStrip.ImageScalingSize = new System.Drawing.Size(20, 20); this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.файлToolStripMenuItem}); this.menuStrip.Location = new System.Drawing.Point(0, 0); this.menuStrip.Name = "menuStrip"; this.menuStrip.Size = new System.Drawing.Size(983, 28); this.menuStrip.TabIndex = 1; this.menuStrip.Text = "menuStrip"; // // файлToolStripMenuItem // this.файлToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.SaveToolStripMenuItem, this.LoadToolStripMenuItem}); this.файлToolStripMenuItem.Name = "файлToolStripMenuItem"; this.файлToolStripMenuItem.Size = new System.Drawing.Size(59, 24); this.файлToolStripMenuItem.Text = "Файл"; // // SaveToolStripMenuItem // this.SaveToolStripMenuItem.Name = "SaveToolStripMenuItem"; this.SaveToolStripMenuItem.Size = new System.Drawing.Size(177, 26); this.SaveToolStripMenuItem.Text = "Сохранение"; this.SaveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItem_Click); // // LoadToolStripMenuItem // this.LoadToolStripMenuItem.Name = "LoadToolStripMenuItem"; this.LoadToolStripMenuItem.Size = new System.Drawing.Size(177, 26); this.LoadToolStripMenuItem.Text = "Загрузка"; this.LoadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItem_Click); // // openFileDialog // this.openFileDialog.Filter = "txt file | *.txt"; // // saveFileDialog // this.saveFileDialog.Filter = "txt file | *.txt"; // // buttonSortByType // this.buttonSortByType.Location = new System.Drawing.Point(6, 299); this.buttonSortByType.Name = "buttonSortByType"; this.buttonSortByType.Size = new System.Drawing.Size(232, 29); this.buttonSortByType.TabIndex = 13; this.buttonSortByType.Text = "Сортировать по типу"; this.buttonSortByType.UseVisualStyleBackColor = true; this.buttonSortByType.Click += new System.EventHandler(this.buttonSortByType_Click); // // buttonSortByColor // this.buttonSortByColor.Location = new System.Drawing.Point(6, 334); this.buttonSortByColor.Name = "buttonSortByColor"; this.buttonSortByColor.Size = new System.Drawing.Size(232, 29); this.buttonSortByColor.TabIndex = 14; this.buttonSortByColor.Text = "Сортировать по цвету"; this.buttonSortByColor.UseVisualStyleBackColor = true; this.buttonSortByColor.Click += new System.EventHandler(this.buttonSortByColor_Click); // // FormMapWithSetBoats // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(983, 720); this.Controls.Add(this.pictureBox); this.Controls.Add(this.groupBoxTools); this.Controls.Add(this.menuStrip); this.MainMenuStrip = this.menuStrip; this.Name = "FormMapWithSetBoats"; this.Text = "FormMapWithSetBoats"; this.groupBoxTools.ResumeLayout(false); this.groupBoxTools.PerformLayout(); this.groupBoxMaps.ResumeLayout(false); this.groupBoxMaps.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); this.menuStrip.ResumeLayout(false); this.menuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox groupBoxTools; private System.Windows.Forms.Button btn_show_map; private System.Windows.Forms.Button btn_show_storage; private System.Windows.Forms.Button btn_remove_boat; private System.Windows.Forms.MaskedTextBox maskedTextBoxPosition; private System.Windows.Forms.Button btn_add_boat; private System.Windows.Forms.ComboBox comboBoxMapSelector; private System.Windows.Forms.PictureBox pictureBox; private System.Windows.Forms.Button btn_left; private System.Windows.Forms.Button btn_up; private System.Windows.Forms.Button btn_down; private System.Windows.Forms.Button btn_right; private System.Windows.Forms.GroupBox groupBoxMaps; private System.Windows.Forms.TextBox textBoxNewMapName; private System.Windows.Forms.Button btn_delete_map; private System.Windows.Forms.ListBox listBoxMaps; private System.Windows.Forms.Button btn_add_map; private System.Windows.Forms.MenuStrip menuStrip; private System.Windows.Forms.ToolStripMenuItem файлToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem SaveToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem LoadToolStripMenuItem; private System.Windows.Forms.OpenFileDialog openFileDialog; private System.Windows.Forms.SaveFileDialog saveFileDialog; private System.Windows.Forms.Button buttonSortByColor; private System.Windows.Forms.Button buttonSortByType; } }