namespace Catamaran { 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.buttonShowOnMap = new System.Windows.Forms.Button(); this.buttonShowStorage = new System.Windows.Forms.Button(); this.buttonRemoveBoat = new System.Windows.Forms.Button(); this.maskedTextBoxPosition = new System.Windows.Forms.MaskedTextBox(); this.buttonAddBoat = new System.Windows.Forms.Button(); this.comboBoxSelectorMap = new System.Windows.Forms.ComboBox(); this.buttonLeft = new System.Windows.Forms.Button(); this.buttonRight = new System.Windows.Forms.Button(); this.buttonUp = new System.Windows.Forms.Button(); this.buttonDown = new System.Windows.Forms.Button(); this.pictureBox = new System.Windows.Forms.PictureBox(); this.groupBoxMaps = new System.Windows.Forms.GroupBox(); this.textBoxNewMapName = new System.Windows.Forms.TextBox(); this.buttonAddMap = new System.Windows.Forms.Button(); this.buttonDeleteMap = new System.Windows.Forms.Button(); this.listBoxMaps = new System.Windows.Forms.ListBox(); this.groupBoxTools.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit(); this.groupBoxMaps.SuspendLayout(); this.SuspendLayout(); // // groupBoxTools // this.groupBoxTools.Controls.Add(this.groupBoxMaps); this.groupBoxTools.Controls.Add(this.buttonShowOnMap); this.groupBoxTools.Controls.Add(this.buttonShowStorage); this.groupBoxTools.Controls.Add(this.buttonRemoveBoat); this.groupBoxTools.Controls.Add(this.maskedTextBoxPosition); this.groupBoxTools.Controls.Add(this.buttonAddBoat); this.groupBoxTools.Controls.Add(this.buttonLeft); this.groupBoxTools.Controls.Add(this.buttonRight); this.groupBoxTools.Controls.Add(this.buttonUp); this.groupBoxTools.Controls.Add(this.buttonDown); this.groupBoxTools.Dock = System.Windows.Forms.DockStyle.Right; this.groupBoxTools.Location = new System.Drawing.Point(653, 0); this.groupBoxTools.Name = "groupBoxTools"; this.groupBoxTools.Size = new System.Drawing.Size(303, 647); this.groupBoxTools.TabIndex = 0; this.groupBoxTools.TabStop = false; this.groupBoxTools.Text = "Tools"; // // buttonShowOnMap // this.buttonShowOnMap.Location = new System.Drawing.Point(24, 490); this.buttonShowOnMap.Name = "buttonShowOnMap"; this.buttonShowOnMap.Size = new System.Drawing.Size(191, 31); this.buttonShowOnMap.TabIndex = 5; this.buttonShowOnMap.Text = "ShowOnMap"; this.buttonShowOnMap.UseVisualStyleBackColor = true; this.buttonShowOnMap.Click += new System.EventHandler(this.buttonShowOnMap_Click); // // buttonShowStorage // this.buttonShowStorage.Location = new System.Drawing.Point(24, 451); this.buttonShowStorage.Name = "buttonShowStorage"; this.buttonShowStorage.Size = new System.Drawing.Size(191, 33); this.buttonShowStorage.TabIndex = 4; this.buttonShowStorage.Text = "ShowStorage"; this.buttonShowStorage.UseVisualStyleBackColor = true; this.buttonShowStorage.Click += new System.EventHandler(this.buttonShowStorage_Click); // // buttonRemoveBoat // this.buttonRemoveBoat.Location = new System.Drawing.Point(24, 415); this.buttonRemoveBoat.Name = "buttonRemoveBoat"; this.buttonRemoveBoat.Size = new System.Drawing.Size(191, 30); this.buttonRemoveBoat.TabIndex = 3; this.buttonRemoveBoat.Text = "RemoveBoat"; this.buttonRemoveBoat.UseVisualStyleBackColor = true; this.buttonRemoveBoat.Click += new System.EventHandler(this.buttonRemoveBoat_Click); // // maskedTextBoxPosition // this.maskedTextBoxPosition.Location = new System.Drawing.Point(24, 383); this.maskedTextBoxPosition.Mask = "00"; this.maskedTextBoxPosition.Name = "maskedTextBoxPosition"; this.maskedTextBoxPosition.Size = new System.Drawing.Size(191, 26); this.maskedTextBoxPosition.TabIndex = 2; // // buttonAddBoat // this.buttonAddBoat.Location = new System.Drawing.Point(24, 345); this.buttonAddBoat.Name = "buttonAddBoat"; this.buttonAddBoat.Size = new System.Drawing.Size(191, 32); this.buttonAddBoat.TabIndex = 1; this.buttonAddBoat.Text = "AddBoat"; this.buttonAddBoat.UseVisualStyleBackColor = true; this.buttonAddBoat.Click += new System.EventHandler(this.buttonAddBoat_Click_1); // // comboBoxSelectorMap // this.comboBoxSelectorMap.FormattingEnabled = true; this.comboBoxSelectorMap.Items.AddRange(new object[] { "SimpleMap", "SecondMap"}); this.comboBoxSelectorMap.Location = new System.Drawing.Point(14, 77); this.comboBoxSelectorMap.Name = "comboBoxSelectorMap"; this.comboBoxSelectorMap.Size = new System.Drawing.Size(191, 28); this.comboBoxSelectorMap.TabIndex = 0; //this.comboBoxSelectorMap.SelectedIndexChanged += new System.EventHandler(this.ComboBoxSelectorMap_SelectedIndexChanged); // // buttonLeft // this.buttonLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonLeft.BackgroundImage = global::Catamaran.Properties.Resources.Left; this.buttonLeft.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.buttonLeft.Location = new System.Drawing.Point(10, 562); this.buttonLeft.Name = "buttonLeft"; this.buttonLeft.Size = new System.Drawing.Size(30, 30); this.buttonLeft.TabIndex = 4; this.buttonLeft.UseVisualStyleBackColor = true; this.buttonLeft.Click += new System.EventHandler(this.buttonMove_Click); // // buttonRight // this.buttonRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonRight.BackgroundImage = global::Catamaran.Properties.Resources.Right; this.buttonRight.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.buttonRight.Location = new System.Drawing.Point(70, 562); this.buttonRight.Name = "buttonRight"; this.buttonRight.Size = new System.Drawing.Size(30, 30); this.buttonRight.TabIndex = 5; this.buttonRight.UseVisualStyleBackColor = true; this.buttonRight.Click += new System.EventHandler(this.buttonMove_Click); // // buttonUp // this.buttonUp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonUp.BackgroundImage = global::Catamaran.Properties.Resources.Up; this.buttonUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.buttonUp.Location = new System.Drawing.Point(40, 540); this.buttonUp.Name = "buttonUp"; this.buttonUp.Size = new System.Drawing.Size(30, 30); this.buttonUp.TabIndex = 2; this.buttonUp.UseVisualStyleBackColor = true; this.buttonUp.Click += new System.EventHandler(this.buttonMove_Click); // // buttonDown // this.buttonDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonDown.BackgroundImage = global::Catamaran.Properties.Resources.Down; this.buttonDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.buttonDown.Location = new System.Drawing.Point(40, 570); this.buttonDown.Name = "buttonDown"; this.buttonDown.Size = new System.Drawing.Size(30, 30); this.buttonDown.TabIndex = 3; this.buttonDown.UseVisualStyleBackColor = true; this.buttonDown.Click += new System.EventHandler(this.buttonMove_Click); // // 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(653, 647); this.pictureBox.TabIndex = 1; this.pictureBox.TabStop = false; // // groupBoxMaps // this.groupBoxMaps.Controls.Add(this.listBoxMaps); this.groupBoxMaps.Controls.Add(this.buttonDeleteMap); this.groupBoxMaps.Controls.Add(this.buttonAddMap); this.groupBoxMaps.Controls.Add(this.textBoxNewMapName); this.groupBoxMaps.Controls.Add(this.comboBoxSelectorMap); this.groupBoxMaps.Location = new System.Drawing.Point(10, 25); this.groupBoxMaps.Name = "groupBoxMaps"; this.groupBoxMaps.Size = new System.Drawing.Size(213, 314); this.groupBoxMaps.TabIndex = 2; this.groupBoxMaps.TabStop = false; this.groupBoxMaps.Text = "Maps"; // // textBoxNewMapName // this.textBoxNewMapName.Location = new System.Drawing.Point(14, 45); this.textBoxNewMapName.Name = "textBoxNewMapName"; this.textBoxNewMapName.Size = new System.Drawing.Size(191, 26); this.textBoxNewMapName.TabIndex = 0; // // buttonAddMap // this.buttonAddMap.Location = new System.Drawing.Point(14, 112); this.buttonAddMap.Name = "buttonAddMap"; this.buttonAddMap.Size = new System.Drawing.Size(191, 27); this.buttonAddMap.TabIndex = 1; this.buttonAddMap.Text = "AddMap"; this.buttonAddMap.UseVisualStyleBackColor = true; this.buttonAddMap.Click += new System.EventHandler(this.ButtonAddMap_Click); // // buttonDeleteMap // this.buttonDeleteMap.Location = new System.Drawing.Point(14, 233); this.buttonDeleteMap.Name = "buttonDeleteMap"; this.buttonDeleteMap.Size = new System.Drawing.Size(191, 25); this.buttonDeleteMap.TabIndex = 2; this.buttonDeleteMap.Text = "DeleteMap"; this.buttonDeleteMap.UseVisualStyleBackColor = true; this.buttonDeleteMap.Click += new System.EventHandler(this.ButtonDeleteMap_Click); // // listBoxMaps // this.listBoxMaps.FormattingEnabled = true; this.listBoxMaps.ItemHeight = 20; this.listBoxMaps.Location = new System.Drawing.Point(14, 146); this.listBoxMaps.Name = "listBoxMaps"; this.listBoxMaps.Size = new System.Drawing.Size(191, 84); this.listBoxMaps.TabIndex = 3; this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.ListBoxMaps_SelectedIndexChanged); // // FormMapWithSetBoats // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(956, 647); this.Controls.Add(this.pictureBox); this.Controls.Add(this.groupBoxTools); this.Name = "FormMapWithSetBoats"; this.Text = "FormMapWithSetBoats"; this.groupBoxTools.ResumeLayout(false); this.groupBoxTools.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit(); this.groupBoxMaps.ResumeLayout(false); this.groupBoxMaps.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBoxTools; private System.Windows.Forms.ComboBox comboBoxSelectorMap; private System.Windows.Forms.PictureBox pictureBox; private System.Windows.Forms.Button buttonShowOnMap; private System.Windows.Forms.Button buttonShowStorage; private System.Windows.Forms.Button buttonRemoveBoat; private System.Windows.Forms.MaskedTextBox maskedTextBoxPosition; private System.Windows.Forms.Button buttonAddBoat; private System.Windows.Forms.Button buttonUp; private System.Windows.Forms.Button buttonDown; private System.Windows.Forms.Button buttonLeft; private System.Windows.Forms.Button buttonRight; private System.Windows.Forms.GroupBox groupBoxMaps; private System.Windows.Forms.ListBox listBoxMaps; private System.Windows.Forms.Button buttonDeleteMap; private System.Windows.Forms.Button buttonAddMap; private System.Windows.Forms.TextBox textBoxNewMapName; } }