399 lines
17 KiB
C#
399 lines
17 KiB
C#
namespace Monorail
|
||
{
|
||
partial class FormMonorailConfig
|
||
{
|
||
/// <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()
|
||
{
|
||
groupBox1 = new GroupBox();
|
||
ButtonOk = new Button();
|
||
ButtonCancel = new Button();
|
||
label_body_color = new Label();
|
||
label_additional_color = new Label();
|
||
labelModifiedObject = new Label();
|
||
labelSimpleObject = new Label();
|
||
GroupColor = new GroupBox();
|
||
panelPurple = new Panel();
|
||
panelYellow = new Panel();
|
||
panelBlack = new Panel();
|
||
panelBlue = new Panel();
|
||
panelGray = new Panel();
|
||
panelGreen = new Panel();
|
||
panelWhite = new Panel();
|
||
panelRed = new Panel();
|
||
checkBoxSecondCabin = new CheckBox();
|
||
checkBoxReil = new CheckBox();
|
||
label2 = new Label();
|
||
label1 = new Label();
|
||
numericUpDownWeight = new NumericUpDown();
|
||
numericUpDownSpeed = new NumericUpDown();
|
||
pictureBoxObject = new PictureBox();
|
||
label4 = new Label();
|
||
PanelObject = new Panel();
|
||
groupBox1.SuspendLayout();
|
||
GroupColor.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxObject).BeginInit();
|
||
PanelObject.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// groupBox1
|
||
//
|
||
groupBox1.Controls.Add(ButtonOk);
|
||
groupBox1.Controls.Add(ButtonCancel);
|
||
groupBox1.Controls.Add(label_body_color);
|
||
groupBox1.Controls.Add(label_additional_color);
|
||
groupBox1.Controls.Add(labelModifiedObject);
|
||
groupBox1.Controls.Add(labelSimpleObject);
|
||
groupBox1.Controls.Add(GroupColor);
|
||
groupBox1.Controls.Add(checkBoxSecondCabin);
|
||
groupBox1.Controls.Add(checkBoxReil);
|
||
groupBox1.Controls.Add(label2);
|
||
groupBox1.Controls.Add(label1);
|
||
groupBox1.Controls.Add(numericUpDownWeight);
|
||
groupBox1.Controls.Add(numericUpDownSpeed);
|
||
groupBox1.ForeColor = SystemColors.ControlLightLight;
|
||
groupBox1.Location = new Point(12, 12);
|
||
groupBox1.Name = "groupBox1";
|
||
groupBox1.Size = new Size(421, 540);
|
||
groupBox1.TabIndex = 0;
|
||
groupBox1.TabStop = false;
|
||
groupBox1.Text = "Параметры";
|
||
//
|
||
// ButtonOk
|
||
//
|
||
ButtonOk.BackColor = SystemColors.Info;
|
||
ButtonOk.ForeColor = SystemColors.ControlText;
|
||
ButtonOk.Location = new Point(313, 480);
|
||
ButtonOk.Name = "ButtonOk";
|
||
ButtonOk.Size = new Size(101, 46);
|
||
ButtonOk.TabIndex = 12;
|
||
ButtonOk.Text = "Добавить";
|
||
ButtonOk.UseVisualStyleBackColor = false;
|
||
ButtonOk.Click += ButtonOk_Click;
|
||
//
|
||
// ButtonCancel
|
||
//
|
||
ButtonCancel.BackColor = SystemColors.Info;
|
||
ButtonCancel.ForeColor = SystemColors.ControlText;
|
||
ButtonCancel.Location = new Point(6, 480);
|
||
ButtonCancel.Name = "ButtonCancel";
|
||
ButtonCancel.Size = new Size(106, 46);
|
||
ButtonCancel.TabIndex = 13;
|
||
ButtonCancel.Text = "Отмена";
|
||
ButtonCancel.UseVisualStyleBackColor = false;
|
||
//
|
||
// label_body_color
|
||
//
|
||
label_body_color.AllowDrop = true;
|
||
label_body_color.BackColor = SystemColors.Info;
|
||
label_body_color.BorderStyle = BorderStyle.FixedSingle;
|
||
label_body_color.ForeColor = SystemColors.ControlText;
|
||
label_body_color.Location = new Point(6, 382);
|
||
label_body_color.Name = "label_body_color";
|
||
label_body_color.Size = new Size(106, 56);
|
||
label_body_color.TabIndex = 10;
|
||
label_body_color.Text = "Осн. цвет";
|
||
label_body_color.TextAlign = ContentAlignment.MiddleCenter;
|
||
label_body_color.DragDrop += PanelColor_DragDrop;
|
||
label_body_color.DragEnter += PanelColor_DragEnter;
|
||
//
|
||
// label_additional_color
|
||
//
|
||
label_additional_color.AllowDrop = true;
|
||
label_additional_color.BackColor = SystemColors.Info;
|
||
label_additional_color.BorderStyle = BorderStyle.FixedSingle;
|
||
label_additional_color.ForeColor = SystemColors.ControlText;
|
||
label_additional_color.Location = new Point(250, 382);
|
||
label_additional_color.Name = "label_additional_color";
|
||
label_additional_color.Size = new Size(101, 56);
|
||
label_additional_color.TabIndex = 10;
|
||
label_additional_color.Text = "Доп. цвет";
|
||
label_additional_color.TextAlign = ContentAlignment.MiddleCenter;
|
||
label_additional_color.DragDrop += PanelColor_DragDrop;
|
||
label_additional_color.DragEnter += PanelColor_DragEnter;
|
||
//
|
||
// labelModifiedObject
|
||
//
|
||
labelModifiedObject.AllowDrop = true;
|
||
labelModifiedObject.BackColor = SystemColors.Info;
|
||
labelModifiedObject.BorderStyle = BorderStyle.FixedSingle;
|
||
labelModifiedObject.ForeColor = SystemColors.ControlText;
|
||
labelModifiedObject.Location = new Point(264, 118);
|
||
labelModifiedObject.Name = "labelModifiedObject";
|
||
labelModifiedObject.Size = new Size(150, 70);
|
||
labelModifiedObject.TabIndex = 9;
|
||
labelModifiedObject.Text = "Продвинутый";
|
||
labelModifiedObject.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelModifiedObject.MouseDown += LabelObject_MouseDown;
|
||
//
|
||
// labelSimpleObject
|
||
//
|
||
labelSimpleObject.AllowDrop = true;
|
||
labelSimpleObject.BackColor = SystemColors.Info;
|
||
labelSimpleObject.BorderStyle = BorderStyle.FixedSingle;
|
||
labelSimpleObject.ForeColor = SystemColors.ControlText;
|
||
labelSimpleObject.Location = new Point(264, 25);
|
||
labelSimpleObject.Name = "labelSimpleObject";
|
||
labelSimpleObject.Size = new Size(150, 70);
|
||
labelSimpleObject.TabIndex = 7;
|
||
labelSimpleObject.Text = "Простой";
|
||
labelSimpleObject.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelSimpleObject.MouseDown += LabelObject_MouseDown;
|
||
//
|
||
// GroupColor
|
||
//
|
||
GroupColor.Controls.Add(panelPurple);
|
||
GroupColor.Controls.Add(panelYellow);
|
||
GroupColor.Controls.Add(panelBlack);
|
||
GroupColor.Controls.Add(panelBlue);
|
||
GroupColor.Controls.Add(panelGray);
|
||
GroupColor.Controls.Add(panelGreen);
|
||
GroupColor.Controls.Add(panelWhite);
|
||
GroupColor.Controls.Add(panelRed);
|
||
GroupColor.ForeColor = SystemColors.ControlLightLight;
|
||
GroupColor.Location = new Point(6, 204);
|
||
GroupColor.Name = "GroupColor";
|
||
GroupColor.Size = new Size(345, 175);
|
||
GroupColor.TabIndex = 6;
|
||
GroupColor.TabStop = false;
|
||
GroupColor.Text = "Цвета";
|
||
//
|
||
// panelPurple
|
||
//
|
||
panelPurple.BackColor = Color.Purple;
|
||
panelPurple.Location = new Point(258, 102);
|
||
panelPurple.Name = "panelPurple";
|
||
panelPurple.Size = new Size(78, 55);
|
||
panelPurple.TabIndex = 3;
|
||
panelPurple.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelYellow
|
||
//
|
||
panelYellow.BackColor = Color.Yellow;
|
||
panelYellow.Location = new Point(258, 32);
|
||
panelYellow.Name = "panelYellow";
|
||
panelYellow.Size = new Size(78, 55);
|
||
panelYellow.TabIndex = 1;
|
||
panelYellow.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelBlack
|
||
//
|
||
panelBlack.BackColor = Color.Black;
|
||
panelBlack.Location = new Point(174, 102);
|
||
panelBlack.Name = "panelBlack";
|
||
panelBlack.Size = new Size(78, 55);
|
||
panelBlack.TabIndex = 4;
|
||
panelBlack.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelBlue
|
||
//
|
||
panelBlue.BackColor = Color.Blue;
|
||
panelBlue.Location = new Point(174, 32);
|
||
panelBlue.Name = "panelBlue";
|
||
panelBlue.Size = new Size(78, 55);
|
||
panelBlue.TabIndex = 1;
|
||
panelBlue.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelGray
|
||
//
|
||
panelGray.BackColor = Color.Gray;
|
||
panelGray.Location = new Point(90, 102);
|
||
panelGray.Name = "panelGray";
|
||
panelGray.Size = new Size(78, 55);
|
||
panelGray.TabIndex = 5;
|
||
panelGray.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelGreen
|
||
//
|
||
panelGreen.BackColor = Color.Lime;
|
||
panelGreen.Location = new Point(90, 32);
|
||
panelGreen.Name = "panelGreen";
|
||
panelGreen.Size = new Size(78, 55);
|
||
panelGreen.TabIndex = 1;
|
||
panelGreen.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelWhite
|
||
//
|
||
panelWhite.BackColor = Color.White;
|
||
panelWhite.Location = new Point(6, 102);
|
||
panelWhite.Name = "panelWhite";
|
||
panelWhite.Size = new Size(78, 55);
|
||
panelWhite.TabIndex = 2;
|
||
panelWhite.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelRed
|
||
//
|
||
panelRed.BackColor = Color.Red;
|
||
panelRed.Location = new Point(6, 32);
|
||
panelRed.Name = "panelRed";
|
||
panelRed.Size = new Size(78, 55);
|
||
panelRed.TabIndex = 0;
|
||
panelRed.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// checkBoxSecondCabin
|
||
//
|
||
checkBoxSecondCabin.AutoSize = true;
|
||
checkBoxSecondCabin.ForeColor = SystemColors.ControlLightLight;
|
||
checkBoxSecondCabin.Location = new Point(20, 172);
|
||
checkBoxSecondCabin.Name = "checkBoxSecondCabin";
|
||
checkBoxSecondCabin.Size = new Size(134, 24);
|
||
checkBoxSecondCabin.TabIndex = 5;
|
||
checkBoxSecondCabin.Text = "Вторая кабина";
|
||
checkBoxSecondCabin.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBoxReil
|
||
//
|
||
checkBoxReil.AutoSize = true;
|
||
checkBoxReil.ForeColor = SystemColors.ControlLightLight;
|
||
checkBoxReil.Location = new Point(20, 142);
|
||
checkBoxReil.Name = "checkBoxReil";
|
||
checkBoxReil.Size = new Size(78, 24);
|
||
checkBoxReil.TabIndex = 4;
|
||
checkBoxReil.Text = "Рельса";
|
||
checkBoxReil.UseVisualStyleBackColor = true;
|
||
//
|
||
// label2
|
||
//
|
||
label2.AutoSize = true;
|
||
label2.ForeColor = SystemColors.ControlLightLight;
|
||
label2.Location = new Point(6, 93);
|
||
label2.Name = "label2";
|
||
label2.Size = new Size(36, 20);
|
||
label2.TabIndex = 3;
|
||
label2.Text = "Вес:";
|
||
//
|
||
// label1
|
||
//
|
||
label1.AutoSize = true;
|
||
label1.ForeColor = SystemColors.ControlLightLight;
|
||
label1.Location = new Point(6, 50);
|
||
label1.Name = "label1";
|
||
label1.Size = new Size(76, 20);
|
||
label1.TabIndex = 2;
|
||
label1.Text = "Скорость:";
|
||
//
|
||
// numericUpDownWeight
|
||
//
|
||
numericUpDownWeight.BackColor = SystemColors.Info;
|
||
numericUpDownWeight.Location = new Point(100, 91);
|
||
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(150, 27);
|
||
numericUpDownWeight.TabIndex = 1;
|
||
numericUpDownWeight.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// numericUpDownSpeed
|
||
//
|
||
numericUpDownSpeed.BackColor = SystemColors.Info;
|
||
numericUpDownSpeed.Location = new Point(100, 48);
|
||
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(150, 27);
|
||
numericUpDownSpeed.TabIndex = 0;
|
||
numericUpDownSpeed.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// pictureBoxObject
|
||
//
|
||
pictureBoxObject.Location = new Point(6, 9);
|
||
pictureBoxObject.Name = "pictureBoxObject";
|
||
pictureBoxObject.Size = new Size(1017, 517);
|
||
pictureBoxObject.TabIndex = 1;
|
||
pictureBoxObject.TabStop = false;
|
||
//
|
||
// label4
|
||
//
|
||
label4.AutoSize = true;
|
||
label4.Location = new Point(513, 371);
|
||
label4.Name = "label4";
|
||
label4.Size = new Size(0, 20);
|
||
label4.TabIndex = 2;
|
||
//
|
||
// PanelObject
|
||
//
|
||
PanelObject.AllowDrop = true;
|
||
PanelObject.Controls.Add(pictureBoxObject);
|
||
PanelObject.Location = new Point(439, 12);
|
||
PanelObject.Name = "PanelObject";
|
||
PanelObject.Size = new Size(1032, 540);
|
||
PanelObject.TabIndex = 15;
|
||
PanelObject.DragDrop += PanelObject_DragDrop;
|
||
PanelObject.DragEnter += PanelObject_DragEnter;
|
||
//
|
||
// FormMonorailConfig
|
||
//
|
||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
BackColor = SystemColors.ControlDarkDark;
|
||
ClientSize = new Size(1478, 559);
|
||
Controls.Add(PanelObject);
|
||
Controls.Add(label4);
|
||
Controls.Add(groupBox1);
|
||
Name = "FormMonorailConfig";
|
||
Text = "FormMonorailConfig";
|
||
groupBox1.ResumeLayout(false);
|
||
groupBox1.PerformLayout();
|
||
GroupColor.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxObject).EndInit();
|
||
PanelObject.ResumeLayout(false);
|
||
ResumeLayout(false);
|
||
PerformLayout();
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBox1;
|
||
private Label label2;
|
||
private Label label1;
|
||
private NumericUpDown numericUpDownWeight;
|
||
private NumericUpDown numericUpDownSpeed;
|
||
private GroupBox GroupColor;
|
||
private Panel panelYellow;
|
||
private Panel panelBlue;
|
||
private Panel panelGreen;
|
||
private Panel panelRed;
|
||
private CheckBox checkBoxSecondCabin;
|
||
private CheckBox checkBoxReil;
|
||
private Label labelModifiedObject;
|
||
private Label labelSimpleObject;
|
||
private Panel panelPurple;
|
||
private Panel panelBlack;
|
||
private Panel panelGray;
|
||
private Panel panelWhite;
|
||
private PictureBox pictureBoxObject;
|
||
private Label label4;
|
||
private Button ButtonOk;
|
||
private Button ButtonCancel;
|
||
private Panel PanelObject;
|
||
private Label label_body_color;
|
||
private Label label_additional_color;
|
||
}
|
||
} |