216 lines
11 KiB
C#
216 lines
11 KiB
C#
|
|
namespace Sailboat
|
|
{
|
|
partial class FormMapWithSetBoats
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
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.comboBoxMapSelector = new System.Windows.Forms.ComboBox();
|
|
this.pictureBox = new System.Windows.Forms.PictureBox();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.btn_left);
|
|
this.groupBox1.Controls.Add(this.btn_up);
|
|
this.groupBox1.Controls.Add(this.btn_down);
|
|
this.groupBox1.Controls.Add(this.btn_right);
|
|
this.groupBox1.Controls.Add(this.btn_show_map);
|
|
this.groupBox1.Controls.Add(this.btn_show_storage);
|
|
this.groupBox1.Controls.Add(this.btn_remove_boat);
|
|
this.groupBox1.Controls.Add(this.maskedTextBoxPosition);
|
|
this.groupBox1.Controls.Add(this.btn_add_boat);
|
|
this.groupBox1.Controls.Add(this.comboBoxMapSelector);
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.groupBox1.Location = new System.Drawing.Point(704, 0);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(250, 501);
|
|
this.groupBox1.TabIndex = 0;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Инструменты";
|
|
//
|
|
// 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, 444);
|
|
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, 398);
|
|
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, 444);
|
|
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, 444);
|
|
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, 339);
|
|
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, 284);
|
|
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, 184);
|
|
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, 151);
|
|
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, 89);
|
|
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);
|
|
//
|
|
// comboBoxMapSelector
|
|
//
|
|
this.comboBoxMapSelector.FormattingEnabled = true;
|
|
this.comboBoxMapSelector.Items.AddRange(new object[] {
|
|
"Простая карта",
|
|
"Водная карта"});
|
|
this.comboBoxMapSelector.Location = new System.Drawing.Point(6, 26);
|
|
this.comboBoxMapSelector.Name = "comboBoxMapSelector";
|
|
this.comboBoxMapSelector.Size = new System.Drawing.Size(232, 28);
|
|
this.comboBoxMapSelector.TabIndex = 1;
|
|
this.comboBoxMapSelector.SelectedIndexChanged += new System.EventHandler(this.comboBoxMapSelector_SelectedIndexChanged);
|
|
//
|
|
// pictureBox
|
|
//
|
|
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.pictureBox.Location = new System.Drawing.Point(0, 0);
|
|
this.pictureBox.Name = "pictureBox";
|
|
this.pictureBox.Size = new System.Drawing.Size(704, 501);
|
|
this.pictureBox.TabIndex = 0;
|
|
this.pictureBox.TabStop = false;
|
|
//
|
|
// FormMapWithSetBoats
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(954, 501);
|
|
this.Controls.Add(this.pictureBox);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "FormMapWithSetBoats";
|
|
this.Text = "FormMapWithSetBoats";
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
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;
|
|
}
|
|
} |