379 lines
16 KiB
C#
379 lines
16 KiB
C#
namespace Cruiser
|
|
{
|
|
partial class FormCruiserConfig
|
|
{
|
|
/// <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()
|
|
{
|
|
groupBoxForTools = new GroupBox();
|
|
buttonCancel = new Button();
|
|
buttonAddCruiser = new Button();
|
|
labelDopColor = new Label();
|
|
labelColor = new Label();
|
|
panelToCruiser = new Panel();
|
|
pictureBoxToCruiser = new PictureBox();
|
|
labelProCruiser = new Label();
|
|
labelCruiser = new Label();
|
|
groupBoxColors = new GroupBox();
|
|
panelColorGold = new Panel();
|
|
panelColorCrimson = new Panel();
|
|
panelColorPlum = new Panel();
|
|
panelColorDodgerBlue = new Panel();
|
|
panelColorAquamarine = new Panel();
|
|
panelColorForestGreen = new Panel();
|
|
panelColorSienna = new Panel();
|
|
panelColorRed = new Panel();
|
|
checkBoxHelipad = new CheckBox();
|
|
checkBoxRockMines = new CheckBox();
|
|
numericUpDownWeight = new NumericUpDown();
|
|
numericUpDownSpeed = new NumericUpDown();
|
|
labelWeight = new Label();
|
|
labelSpeed = new Label();
|
|
groupBoxForTools.SuspendLayout();
|
|
panelToCruiser.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxToCruiser).BeginInit();
|
|
groupBoxColors.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// groupBoxForTools
|
|
//
|
|
groupBoxForTools.Controls.Add(buttonCancel);
|
|
groupBoxForTools.Controls.Add(buttonAddCruiser);
|
|
groupBoxForTools.Controls.Add(labelDopColor);
|
|
groupBoxForTools.Controls.Add(labelColor);
|
|
groupBoxForTools.Controls.Add(panelToCruiser);
|
|
groupBoxForTools.Controls.Add(labelProCruiser);
|
|
groupBoxForTools.Controls.Add(labelCruiser);
|
|
groupBoxForTools.Controls.Add(groupBoxColors);
|
|
groupBoxForTools.Controls.Add(checkBoxHelipad);
|
|
groupBoxForTools.Controls.Add(checkBoxRockMines);
|
|
groupBoxForTools.Controls.Add(numericUpDownWeight);
|
|
groupBoxForTools.Controls.Add(numericUpDownSpeed);
|
|
groupBoxForTools.Controls.Add(labelWeight);
|
|
groupBoxForTools.Controls.Add(labelSpeed);
|
|
groupBoxForTools.Location = new Point(15, 8);
|
|
groupBoxForTools.Name = "groupBoxForTools";
|
|
groupBoxForTools.Size = new Size(641, 250);
|
|
groupBoxForTools.TabIndex = 0;
|
|
groupBoxForTools.TabStop = false;
|
|
groupBoxForTools.Text = "Tools";
|
|
//
|
|
// buttonCancel
|
|
//
|
|
buttonCancel.Location = new Point(403, 208);
|
|
buttonCancel.Name = "buttonCancel";
|
|
buttonCancel.Size = new Size(206, 26);
|
|
buttonCancel.TabIndex = 14;
|
|
buttonCancel.Text = "Cancel";
|
|
buttonCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// buttonAddCruiser
|
|
//
|
|
buttonAddCruiser.Location = new Point(403, 176);
|
|
buttonAddCruiser.Name = "buttonAddCruiser";
|
|
buttonAddCruiser.Size = new Size(206, 26);
|
|
buttonAddCruiser.TabIndex = 13;
|
|
buttonAddCruiser.Text = "AddCruiser";
|
|
buttonAddCruiser.UseVisualStyleBackColor = true;
|
|
buttonAddCruiser.Click += buttonAdd_Click;
|
|
//
|
|
// labelDopColor
|
|
//
|
|
labelDopColor.AllowDrop = true;
|
|
labelDopColor.BorderStyle = BorderStyle.FixedSingle;
|
|
labelDopColor.Location = new Point(509, 19);
|
|
labelDopColor.Name = "labelDopColor";
|
|
labelDopColor.Size = new Size(100, 30);
|
|
labelDopColor.TabIndex = 12;
|
|
labelDopColor.Text = "DopColor";
|
|
labelDopColor.TextAlign = ContentAlignment.MiddleCenter;
|
|
labelDopColor.DragDrop += labelColor_DragDrop;
|
|
labelDopColor.DragEnter += labelColor_DragEnter;
|
|
labelDopColor.MouseDown += LabelObject_MouseDown;
|
|
//
|
|
// labelColor
|
|
//
|
|
labelColor.AllowDrop = true;
|
|
labelColor.BorderStyle = BorderStyle.FixedSingle;
|
|
labelColor.Location = new Point(403, 19);
|
|
labelColor.Name = "labelColor";
|
|
labelColor.Size = new Size(100, 30);
|
|
labelColor.TabIndex = 11;
|
|
labelColor.Text = "Color";
|
|
labelColor.TextAlign = ContentAlignment.MiddleCenter;
|
|
labelColor.DragDrop += labelColor_DragDrop;
|
|
labelColor.DragEnter += labelColor_DragEnter;
|
|
labelColor.MouseDown += LabelObject_MouseDown;
|
|
//
|
|
// panelToCruiser
|
|
//
|
|
panelToCruiser.AllowDrop = true;
|
|
panelToCruiser.Controls.Add(pictureBoxToCruiser);
|
|
panelToCruiser.Location = new Point(403, 52);
|
|
panelToCruiser.Name = "panelToCruiser";
|
|
panelToCruiser.Size = new Size(206, 118);
|
|
panelToCruiser.TabIndex = 10;
|
|
panelToCruiser.DragDrop += PanelObject_DragDrop;
|
|
panelToCruiser.DragEnter += PanelObject_DragEnter;
|
|
panelToCruiser.MouseDown += LabelObject_MouseDown;
|
|
//
|
|
// pictureBoxToCruiser
|
|
//
|
|
pictureBoxToCruiser.Location = new Point(3, 3);
|
|
pictureBoxToCruiser.Name = "pictureBoxToCruiser";
|
|
pictureBoxToCruiser.Size = new Size(200, 112);
|
|
pictureBoxToCruiser.TabIndex = 9;
|
|
pictureBoxToCruiser.TabStop = false;
|
|
//
|
|
// labelProCruiser
|
|
//
|
|
labelProCruiser.AllowDrop = true;
|
|
labelProCruiser.BorderStyle = BorderStyle.FixedSingle;
|
|
labelProCruiser.Location = new Point(270, 155);
|
|
labelProCruiser.Name = "labelProCruiser";
|
|
labelProCruiser.Size = new Size(100, 30);
|
|
labelProCruiser.TabIndex = 8;
|
|
labelProCruiser.Text = "ProCruiser";
|
|
labelProCruiser.TextAlign = ContentAlignment.MiddleCenter;
|
|
labelProCruiser.MouseDown += LabelObject_MouseDown;
|
|
//
|
|
// labelCruiser
|
|
//
|
|
labelCruiser.AllowDrop = true;
|
|
labelCruiser.BorderStyle = BorderStyle.FixedSingle;
|
|
labelCruiser.Location = new Point(155, 155);
|
|
labelCruiser.Name = "labelCruiser";
|
|
labelCruiser.Size = new Size(100, 30);
|
|
labelCruiser.TabIndex = 7;
|
|
labelCruiser.Text = "Cruiser";
|
|
labelCruiser.TextAlign = ContentAlignment.MiddleCenter;
|
|
labelCruiser.MouseDown += LabelObject_MouseDown;
|
|
//
|
|
// groupBoxColors
|
|
//
|
|
groupBoxColors.Controls.Add(panelColorGold);
|
|
groupBoxColors.Controls.Add(panelColorCrimson);
|
|
groupBoxColors.Controls.Add(panelColorPlum);
|
|
groupBoxColors.Controls.Add(panelColorDodgerBlue);
|
|
groupBoxColors.Controls.Add(panelColorAquamarine);
|
|
groupBoxColors.Controls.Add(panelColorForestGreen);
|
|
groupBoxColors.Controls.Add(panelColorSienna);
|
|
groupBoxColors.Controls.Add(panelColorRed);
|
|
groupBoxColors.Location = new Point(152, 19);
|
|
groupBoxColors.Name = "groupBoxColors";
|
|
groupBoxColors.Size = new Size(224, 126);
|
|
groupBoxColors.TabIndex = 6;
|
|
groupBoxColors.TabStop = false;
|
|
groupBoxColors.Text = "Colors";
|
|
//
|
|
// panelColorGold
|
|
//
|
|
panelColorGold.AllowDrop = true;
|
|
panelColorGold.BackColor = Color.Gold;
|
|
panelColorGold.Location = new Point(173, 76);
|
|
panelColorGold.Name = "panelColorGold";
|
|
panelColorGold.Size = new Size(37, 35);
|
|
panelColorGold.TabIndex = 6;
|
|
panelColorGold.MouseDown += panelColor_MouseDown;
|
|
//
|
|
// panelColorCrimson
|
|
//
|
|
panelColorCrimson.AllowDrop = true;
|
|
panelColorCrimson.BackColor = Color.Crimson;
|
|
panelColorCrimson.Location = new Point(118, 76);
|
|
panelColorCrimson.Name = "panelColorCrimson";
|
|
panelColorCrimson.Size = new Size(37, 35);
|
|
panelColorCrimson.TabIndex = 4;
|
|
panelColorCrimson.MouseDown += panelColor_MouseDown;
|
|
//
|
|
// panelColorPlum
|
|
//
|
|
panelColorPlum.AllowDrop = true;
|
|
panelColorPlum.BackColor = Color.Plum;
|
|
panelColorPlum.Location = new Point(66, 76);
|
|
panelColorPlum.Name = "panelColorPlum";
|
|
panelColorPlum.Size = new Size(37, 35);
|
|
panelColorPlum.TabIndex = 5;
|
|
panelColorPlum.MouseDown += panelColor_MouseDown;
|
|
//
|
|
// panelColorDodgerBlue
|
|
//
|
|
panelColorDodgerBlue.AllowDrop = true;
|
|
panelColorDodgerBlue.BackColor = Color.DodgerBlue;
|
|
panelColorDodgerBlue.Location = new Point(12, 76);
|
|
panelColorDodgerBlue.Name = "panelColorDodgerBlue";
|
|
panelColorDodgerBlue.Size = new Size(37, 35);
|
|
panelColorDodgerBlue.TabIndex = 3;
|
|
panelColorDodgerBlue.MouseDown += panelColor_MouseDown;
|
|
//
|
|
// panelColorAquamarine
|
|
//
|
|
panelColorAquamarine.AllowDrop = true;
|
|
panelColorAquamarine.BackColor = Color.Aquamarine;
|
|
panelColorAquamarine.Location = new Point(173, 23);
|
|
panelColorAquamarine.Name = "panelColorAquamarine";
|
|
panelColorAquamarine.Size = new Size(37, 35);
|
|
panelColorAquamarine.TabIndex = 2;
|
|
panelColorAquamarine.MouseDown += panelColor_MouseDown;
|
|
//
|
|
// panelColorForestGreen
|
|
//
|
|
panelColorForestGreen.AllowDrop = true;
|
|
panelColorForestGreen.BackColor = Color.ForestGreen;
|
|
panelColorForestGreen.Location = new Point(118, 23);
|
|
panelColorForestGreen.Name = "panelColorForestGreen";
|
|
panelColorForestGreen.Size = new Size(37, 35);
|
|
panelColorForestGreen.TabIndex = 1;
|
|
panelColorForestGreen.MouseDown += panelColor_MouseDown;
|
|
//
|
|
// panelColorSienna
|
|
//
|
|
panelColorSienna.AllowDrop = true;
|
|
panelColorSienna.BackColor = Color.Sienna;
|
|
panelColorSienna.Location = new Point(66, 23);
|
|
panelColorSienna.Name = "panelColorSienna";
|
|
panelColorSienna.Size = new Size(37, 35);
|
|
panelColorSienna.TabIndex = 1;
|
|
panelColorSienna.MouseDown += panelColor_MouseDown;
|
|
//
|
|
// panelColorRed
|
|
//
|
|
panelColorRed.AllowDrop = true;
|
|
panelColorRed.BackColor = Color.Red;
|
|
panelColorRed.Location = new Point(12, 23);
|
|
panelColorRed.Name = "panelColorRed";
|
|
panelColorRed.Size = new Size(37, 35);
|
|
panelColorRed.TabIndex = 0;
|
|
panelColorRed.MouseDown += panelColor_MouseDown;
|
|
//
|
|
// checkBoxHelipad
|
|
//
|
|
checkBoxHelipad.AutoSize = true;
|
|
checkBoxHelipad.Location = new Point(6, 161);
|
|
checkBoxHelipad.Name = "checkBoxHelipad";
|
|
checkBoxHelipad.Size = new Size(67, 19);
|
|
checkBoxHelipad.TabIndex = 5;
|
|
checkBoxHelipad.Text = "Helipad";
|
|
checkBoxHelipad.UseVisualStyleBackColor = true;
|
|
//
|
|
// checkBoxRockMines
|
|
//
|
|
checkBoxRockMines.AutoSize = true;
|
|
checkBoxRockMines.Location = new Point(6, 136);
|
|
checkBoxRockMines.Name = "checkBoxRockMines";
|
|
checkBoxRockMines.Size = new Size(94, 19);
|
|
checkBoxRockMines.TabIndex = 4;
|
|
checkBoxRockMines.Text = "RocketMines";
|
|
checkBoxRockMines.UseVisualStyleBackColor = true;
|
|
//
|
|
// numericUpDownWeight
|
|
//
|
|
numericUpDownWeight.Location = new Point(6, 95);
|
|
numericUpDownWeight.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
|
numericUpDownWeight.Minimum = new decimal(new int[] { 100, 0, 0, 0 });
|
|
numericUpDownWeight.Name = "numericUpDownWeight";
|
|
numericUpDownWeight.Size = new Size(120, 23);
|
|
numericUpDownWeight.TabIndex = 3;
|
|
numericUpDownWeight.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|
//
|
|
// numericUpDownSpeed
|
|
//
|
|
numericUpDownSpeed.Location = new Point(6, 37);
|
|
numericUpDownSpeed.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
|
numericUpDownSpeed.Minimum = new decimal(new int[] { 100, 0, 0, 0 });
|
|
numericUpDownSpeed.Name = "numericUpDownSpeed";
|
|
numericUpDownSpeed.Size = new Size(120, 23);
|
|
numericUpDownSpeed.TabIndex = 2;
|
|
numericUpDownSpeed.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|
//
|
|
// labelWeight
|
|
//
|
|
labelWeight.AutoSize = true;
|
|
labelWeight.Location = new Point(6, 77);
|
|
labelWeight.Name = "labelWeight";
|
|
labelWeight.Size = new Size(45, 15);
|
|
labelWeight.TabIndex = 1;
|
|
labelWeight.Text = "Weight";
|
|
//
|
|
// labelSpeed
|
|
//
|
|
labelSpeed.AutoSize = true;
|
|
labelSpeed.Location = new Point(6, 19);
|
|
labelSpeed.Name = "labelSpeed";
|
|
labelSpeed.Size = new Size(39, 15);
|
|
labelSpeed.TabIndex = 0;
|
|
labelSpeed.Text = "Speed";
|
|
//
|
|
// FormCruiserConfig
|
|
//
|
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|
AutoScaleMode = AutoScaleMode.Font;
|
|
ClientSize = new Size(684, 261);
|
|
Controls.Add(groupBoxForTools);
|
|
Name = "FormCruiserConfig";
|
|
Text = "FormCruiserConfig";
|
|
groupBoxForTools.ResumeLayout(false);
|
|
groupBoxForTools.PerformLayout();
|
|
panelToCruiser.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)pictureBoxToCruiser).EndInit();
|
|
groupBoxColors.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
|
|
private GroupBox groupBoxForTools;
|
|
private Label labelWeight;
|
|
private Label labelSpeed;
|
|
private CheckBox checkBox3;
|
|
private CheckBox checkBox2;
|
|
private CheckBox checkBoxRockMines;
|
|
private CheckBox checkBoxHelipad;
|
|
private NumericUpDown numericUpDownWeight;
|
|
private NumericUpDown numericUpDownSpeed;
|
|
private GroupBox groupBoxColors;
|
|
private Panel panelColorGold;
|
|
private Panel panelColorCrimson;
|
|
private Panel panelColorPlum;
|
|
private Panel panelColorDodgerBlue;
|
|
private Panel panelColorAquamarine;
|
|
private Panel panelColorForestGreen;
|
|
private Panel panelColorSienna;
|
|
private Panel panelColorRed;
|
|
private PictureBox pictureBoxToCruiser;
|
|
private Label labelProCruiser;
|
|
private Label labelCruiser;
|
|
private Panel panelToCruiser;
|
|
private Button buttonCancel;
|
|
private Button buttonAddCruiser;
|
|
private Label labelDopColor;
|
|
private Label labelColor;
|
|
}
|
|
} |