344 lines
13 KiB
C#
344 lines
13 KiB
C#
|
namespace ProjectCruiser
|
|||
|
{
|
|||
|
partial class EditorForm3
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
ParametersBox = new GroupBox();
|
|||
|
AdvLabel = new Label();
|
|||
|
BaseLabel = new Label();
|
|||
|
groupBox2 = new GroupBox();
|
|||
|
PurpleP = new Panel();
|
|||
|
GreenP = new Panel();
|
|||
|
PinkP = new Panel();
|
|||
|
OrangeP = new Panel();
|
|||
|
CyanP = new Panel();
|
|||
|
YellowP = new Panel();
|
|||
|
RedP = new Panel();
|
|||
|
BlueP = new Panel();
|
|||
|
checkBoxPads = new CheckBox();
|
|||
|
checkBoxHangars = new CheckBox();
|
|||
|
WeightN = new NumericUpDown();
|
|||
|
SpeedN = new NumericUpDown();
|
|||
|
Label = new Label();
|
|||
|
Showcase = new PictureBox();
|
|||
|
btnAdd = new Button();
|
|||
|
btnCancel = new Button();
|
|||
|
panelObject = new Panel();
|
|||
|
labelAcolor = new Label();
|
|||
|
labelMcolor = new Label();
|
|||
|
ParametersBox.SuspendLayout();
|
|||
|
groupBox2.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)WeightN).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)SpeedN).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)Showcase).BeginInit();
|
|||
|
panelObject.SuspendLayout();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// ParametersBox
|
|||
|
//
|
|||
|
ParametersBox.Controls.Add(AdvLabel);
|
|||
|
ParametersBox.Controls.Add(BaseLabel);
|
|||
|
ParametersBox.Controls.Add(groupBox2);
|
|||
|
ParametersBox.Controls.Add(checkBoxPads);
|
|||
|
ParametersBox.Controls.Add(checkBoxHangars);
|
|||
|
ParametersBox.Controls.Add(WeightN);
|
|||
|
ParametersBox.Controls.Add(SpeedN);
|
|||
|
ParametersBox.Controls.Add(Label);
|
|||
|
ParametersBox.Location = new Point(12, 0);
|
|||
|
ParametersBox.Name = "ParametersBox";
|
|||
|
ParametersBox.Size = new Size(388, 495);
|
|||
|
ParametersBox.TabIndex = 0;
|
|||
|
ParametersBox.TabStop = false;
|
|||
|
ParametersBox.Text = "Parameters";
|
|||
|
//
|
|||
|
// AdvLabel
|
|||
|
//
|
|||
|
AdvLabel.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
AdvLabel.Location = new Point(175, 428);
|
|||
|
AdvLabel.Name = "AdvLabel";
|
|||
|
AdvLabel.Size = new Size(184, 46);
|
|||
|
AdvLabel.TabIndex = 5;
|
|||
|
AdvLabel.Text = "Advanced";
|
|||
|
AdvLabel.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
AdvLabel.MouseDown += BaseAdvLabel_MouseDown;
|
|||
|
//
|
|||
|
// BaseLabel
|
|||
|
//
|
|||
|
BaseLabel.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
BaseLabel.Location = new Point(17, 428);
|
|||
|
BaseLabel.Name = "BaseLabel";
|
|||
|
BaseLabel.Size = new Size(132, 46);
|
|||
|
BaseLabel.TabIndex = 4;
|
|||
|
BaseLabel.Text = "Base";
|
|||
|
BaseLabel.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
BaseLabel.MouseDown += BaseAdvLabel_MouseDown;
|
|||
|
//
|
|||
|
// groupBox2
|
|||
|
//
|
|||
|
groupBox2.Controls.Add(PurpleP);
|
|||
|
groupBox2.Controls.Add(GreenP);
|
|||
|
groupBox2.Controls.Add(PinkP);
|
|||
|
groupBox2.Controls.Add(OrangeP);
|
|||
|
groupBox2.Controls.Add(CyanP);
|
|||
|
groupBox2.Controls.Add(YellowP);
|
|||
|
groupBox2.Controls.Add(RedP);
|
|||
|
groupBox2.Controls.Add(BlueP);
|
|||
|
groupBox2.Location = new Point(17, 197);
|
|||
|
groupBox2.Name = "groupBox2";
|
|||
|
groupBox2.Size = new Size(342, 213);
|
|||
|
groupBox2.TabIndex = 1;
|
|||
|
groupBox2.TabStop = false;
|
|||
|
groupBox2.Text = "Color picker";
|
|||
|
//
|
|||
|
// PurpleP
|
|||
|
//
|
|||
|
PurpleP.BackColor = Color.DarkViolet;
|
|||
|
PurpleP.Location = new Point(260, 126);
|
|||
|
PurpleP.Name = "PurpleP";
|
|||
|
PurpleP.Size = new Size(63, 59);
|
|||
|
PurpleP.TabIndex = 12;
|
|||
|
//
|
|||
|
// GreenP
|
|||
|
//
|
|||
|
GreenP.BackColor = Color.SpringGreen;
|
|||
|
GreenP.Location = new Point(259, 49);
|
|||
|
GreenP.Name = "GreenP";
|
|||
|
GreenP.Size = new Size(63, 59);
|
|||
|
GreenP.TabIndex = 9;
|
|||
|
//
|
|||
|
// PinkP
|
|||
|
//
|
|||
|
PinkP.BackColor = Color.DeepPink;
|
|||
|
PinkP.Location = new Point(180, 126);
|
|||
|
PinkP.Name = "PinkP";
|
|||
|
PinkP.Size = new Size(63, 59);
|
|||
|
PinkP.TabIndex = 11;
|
|||
|
//
|
|||
|
// OrangeP
|
|||
|
//
|
|||
|
OrangeP.BackColor = Color.DarkOrange;
|
|||
|
OrangeP.Location = new Point(180, 49);
|
|||
|
OrangeP.Name = "OrangeP";
|
|||
|
OrangeP.Size = new Size(63, 59);
|
|||
|
OrangeP.TabIndex = 8;
|
|||
|
//
|
|||
|
// CyanP
|
|||
|
//
|
|||
|
CyanP.BackColor = Color.Cyan;
|
|||
|
CyanP.Location = new Point(100, 126);
|
|||
|
CyanP.Name = "CyanP";
|
|||
|
CyanP.Size = new Size(63, 59);
|
|||
|
CyanP.TabIndex = 10;
|
|||
|
//
|
|||
|
// YellowP
|
|||
|
//
|
|||
|
YellowP.BackColor = Color.Gold;
|
|||
|
YellowP.Location = new Point(19, 126);
|
|||
|
YellowP.Name = "YellowP";
|
|||
|
YellowP.Size = new Size(63, 59);
|
|||
|
YellowP.TabIndex = 9;
|
|||
|
//
|
|||
|
// RedP
|
|||
|
//
|
|||
|
RedP.BackColor = Color.Firebrick;
|
|||
|
RedP.Location = new Point(100, 49);
|
|||
|
RedP.Name = "RedP";
|
|||
|
RedP.Size = new Size(63, 59);
|
|||
|
RedP.TabIndex = 7;
|
|||
|
//
|
|||
|
// BlueP
|
|||
|
//
|
|||
|
BlueP.BackColor = SystemColors.Highlight;
|
|||
|
BlueP.Location = new Point(19, 49);
|
|||
|
BlueP.Name = "BlueP";
|
|||
|
BlueP.Size = new Size(63, 59);
|
|||
|
BlueP.TabIndex = 6;
|
|||
|
//
|
|||
|
// checkBoxPads
|
|||
|
//
|
|||
|
checkBoxPads.AutoSize = true;
|
|||
|
checkBoxPads.Location = new Point(24, 142);
|
|||
|
checkBoxPads.Name = "checkBoxPads";
|
|||
|
checkBoxPads.Size = new Size(203, 36);
|
|||
|
checkBoxPads.TabIndex = 3;
|
|||
|
checkBoxPads.Text = "Helicopter pad";
|
|||
|
checkBoxPads.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// checkBoxHangars
|
|||
|
//
|
|||
|
checkBoxHangars.AutoSize = true;
|
|||
|
checkBoxHangars.Location = new Point(234, 142);
|
|||
|
checkBoxHangars.Name = "checkBoxHangars";
|
|||
|
checkBoxHangars.Size = new Size(133, 36);
|
|||
|
checkBoxHangars.TabIndex = 1;
|
|||
|
checkBoxHangars.Text = "Hangars";
|
|||
|
checkBoxHangars.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// WeightN
|
|||
|
//
|
|||
|
WeightN.Location = new Point(198, 88);
|
|||
|
WeightN.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
|||
|
WeightN.Minimum = new decimal(new int[] { 100, 0, 0, 0 });
|
|||
|
WeightN.Name = "WeightN";
|
|||
|
WeightN.Size = new Size(142, 39);
|
|||
|
WeightN.TabIndex = 2;
|
|||
|
WeightN.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|||
|
//
|
|||
|
// SpeedN
|
|||
|
//
|
|||
|
SpeedN.Location = new Point(36, 88);
|
|||
|
SpeedN.Maximum = new decimal(new int[] { 1000, 0, 0, 0 });
|
|||
|
SpeedN.Minimum = new decimal(new int[] { 100, 0, 0, 0 });
|
|||
|
SpeedN.Name = "SpeedN";
|
|||
|
SpeedN.Size = new Size(142, 39);
|
|||
|
SpeedN.TabIndex = 1;
|
|||
|
SpeedN.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|||
|
//
|
|||
|
// Label
|
|||
|
//
|
|||
|
Label.AutoSize = true;
|
|||
|
Label.Location = new Point(36, 53);
|
|||
|
Label.Name = "Label";
|
|||
|
Label.Size = new Size(304, 32);
|
|||
|
Label.TabIndex = 1;
|
|||
|
Label.Text = "Speed Weight";
|
|||
|
//
|
|||
|
// Showcase
|
|||
|
//
|
|||
|
Showcase.Location = new Point(58, 98);
|
|||
|
Showcase.Name = "Showcase";
|
|||
|
Showcase.Size = new Size(458, 272);
|
|||
|
Showcase.TabIndex = 1;
|
|||
|
Showcase.TabStop = false;
|
|||
|
//
|
|||
|
// btnAdd
|
|||
|
//
|
|||
|
btnAdd.Location = new Point(419, 447);
|
|||
|
btnAdd.Name = "btnAdd";
|
|||
|
btnAdd.Size = new Size(268, 46);
|
|||
|
btnAdd.TabIndex = 2;
|
|||
|
btnAdd.Text = "Add";
|
|||
|
btnAdd.UseVisualStyleBackColor = true;
|
|||
|
btnAdd.Click += AddButton_Click;
|
|||
|
//
|
|||
|
// btnCancel
|
|||
|
//
|
|||
|
btnCancel.Location = new Point(694, 447);
|
|||
|
btnCancel.Name = "btnCancel";
|
|||
|
btnCancel.Size = new Size(286, 46);
|
|||
|
btnCancel.TabIndex = 3;
|
|||
|
btnCancel.Text = "Cancel";
|
|||
|
btnCancel.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// panelObject
|
|||
|
//
|
|||
|
panelObject.AllowDrop = true;
|
|||
|
panelObject.Controls.Add(labelAcolor);
|
|||
|
panelObject.Controls.Add(labelMcolor);
|
|||
|
panelObject.Controls.Add(Showcase);
|
|||
|
panelObject.Location = new Point(419, 12);
|
|||
|
panelObject.Name = "panelObject";
|
|||
|
panelObject.Size = new Size(561, 410);
|
|||
|
panelObject.TabIndex = 4;
|
|||
|
panelObject.DragDrop += PanelObject_DragDrop;
|
|||
|
panelObject.DragEnter += PanelObject_DragEnter;
|
|||
|
//
|
|||
|
// labelAcolor
|
|||
|
//
|
|||
|
labelAcolor.AllowDrop = true;
|
|||
|
labelAcolor.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelAcolor.Location = new Point(253, 39);
|
|||
|
labelAcolor.Name = "labelAcolor";
|
|||
|
labelAcolor.Size = new Size(263, 42);
|
|||
|
labelAcolor.TabIndex = 7;
|
|||
|
labelAcolor.Text = "Additional color";
|
|||
|
labelAcolor.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelAcolor.DragDrop += AdditionalColor_DragDrop;
|
|||
|
labelAcolor.DragEnter += AdditionalColor_DragEnter;
|
|||
|
//
|
|||
|
// labelMcolor
|
|||
|
//
|
|||
|
labelMcolor.AllowDrop = true;
|
|||
|
labelMcolor.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelMcolor.Location = new Point(58, 39);
|
|||
|
labelMcolor.Name = "labelMcolor";
|
|||
|
labelMcolor.Size = new Size(180, 42);
|
|||
|
labelMcolor.TabIndex = 6;
|
|||
|
labelMcolor.Text = "Main color";
|
|||
|
labelMcolor.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelMcolor.DragDrop += BodyColor_DragDrop;
|
|||
|
labelMcolor.DragEnter += BodyColor_DragEnter;
|
|||
|
//
|
|||
|
// EditorForm3
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(13F, 32F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(992, 516);
|
|||
|
Controls.Add(panelObject);
|
|||
|
Controls.Add(btnCancel);
|
|||
|
Controls.Add(btnAdd);
|
|||
|
Controls.Add(ParametersBox);
|
|||
|
Name = "EditorForm3";
|
|||
|
Text = "FormTransportConfig";
|
|||
|
ParametersBox.ResumeLayout(false);
|
|||
|
ParametersBox.PerformLayout();
|
|||
|
groupBox2.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)WeightN).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)SpeedN).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)Showcase).EndInit();
|
|||
|
panelObject.ResumeLayout(false);
|
|||
|
ResumeLayout(false);
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private GroupBox ParametersBox;
|
|||
|
private Label Label;
|
|||
|
private CheckBox checkBoxPads;
|
|||
|
private CheckBox checkBoxHangars;
|
|||
|
private NumericUpDown WeightN;
|
|||
|
private NumericUpDown SpeedN;
|
|||
|
private GroupBox groupBox2;
|
|||
|
private Label BaseLabel;
|
|||
|
private Label AdvLabel;
|
|||
|
private Panel PurpleP;
|
|||
|
private Panel GreenP;
|
|||
|
private Panel PinkP;
|
|||
|
private Panel OrangeP;
|
|||
|
private Panel CyanP;
|
|||
|
private Panel YellowP;
|
|||
|
private Panel RedP;
|
|||
|
private Panel BlueP;
|
|||
|
private PictureBox Showcase;
|
|||
|
private Button btnAdd;
|
|||
|
private Button btnCancel;
|
|||
|
private Panel panelObject;
|
|||
|
private Label labelMcolor;
|
|||
|
private Label labelAcolor;
|
|||
|
}
|
|||
|
}
|