384 lines
16 KiB
C#
384 lines
16 KiB
C#
namespace WarmlyLocomotive
|
||
{
|
||
partial class FormWarmlyLocomotiveConfig
|
||
{
|
||
/// <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()
|
||
{
|
||
groupBoxOptions = new GroupBox();
|
||
buttonCancel = new Button();
|
||
labelBasic = new Label();
|
||
buttonOk = new Button();
|
||
labelAdvanced = new Label();
|
||
groupBoxColor = new GroupBox();
|
||
panelYellow = new Panel();
|
||
panelPurple = new Panel();
|
||
panelBlue = new Panel();
|
||
panelBlack = new Panel();
|
||
panelGray = new Panel();
|
||
panelGreen = new Panel();
|
||
panelWhite = new Panel();
|
||
panelRed = new Panel();
|
||
checkBoxLuggage = new CheckBox();
|
||
checkBoxTrumpet = new CheckBox();
|
||
numericUpDownWeight = new NumericUpDown();
|
||
numericUpDownSpeed = new NumericUpDown();
|
||
label2 = new Label();
|
||
label1 = new Label();
|
||
pictureBoxObject = new PictureBox();
|
||
PanelColor = new Panel();
|
||
labelAdditionalColor = new Label();
|
||
labelMainColor = new Label();
|
||
groupBoxOptions.SuspendLayout();
|
||
groupBoxColor.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxObject).BeginInit();
|
||
PanelColor.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// groupBoxOptions
|
||
//
|
||
groupBoxOptions.Controls.Add(buttonCancel);
|
||
groupBoxOptions.Controls.Add(labelBasic);
|
||
groupBoxOptions.Controls.Add(buttonOk);
|
||
groupBoxOptions.Controls.Add(labelAdvanced);
|
||
groupBoxOptions.Controls.Add(groupBoxColor);
|
||
groupBoxOptions.Controls.Add(checkBoxLuggage);
|
||
groupBoxOptions.Controls.Add(checkBoxTrumpet);
|
||
groupBoxOptions.Controls.Add(numericUpDownWeight);
|
||
groupBoxOptions.Controls.Add(numericUpDownSpeed);
|
||
groupBoxOptions.Controls.Add(label2);
|
||
groupBoxOptions.Controls.Add(label1);
|
||
groupBoxOptions.Location = new Point(61, 26);
|
||
groupBoxOptions.Margin = new Padding(6);
|
||
groupBoxOptions.Name = "groupBoxOptions";
|
||
groupBoxOptions.Padding = new Padding(6);
|
||
groupBoxOptions.Size = new Size(1402, 659);
|
||
groupBoxOptions.TabIndex = 0;
|
||
groupBoxOptions.TabStop = false;
|
||
groupBoxOptions.Text = "Параметры";
|
||
groupBoxOptions.DragDrop += PanelObject_DragDrop;
|
||
groupBoxOptions.DragEnter += PanelObject_DragEnter;
|
||
//
|
||
// buttonCancel
|
||
//
|
||
buttonCancel.Location = new Point(1157, 516);
|
||
buttonCancel.Margin = new Padding(6);
|
||
buttonCancel.Name = "buttonCancel";
|
||
buttonCancel.Size = new Size(139, 49);
|
||
buttonCancel.TabIndex = 5;
|
||
buttonCancel.Text = "Отмена";
|
||
buttonCancel.UseVisualStyleBackColor = true;
|
||
//
|
||
// labelBasic
|
||
//
|
||
labelBasic.BorderStyle = BorderStyle.FixedSingle;
|
||
labelBasic.Location = new Point(388, 367);
|
||
labelBasic.Margin = new Padding(6, 0, 6, 0);
|
||
labelBasic.Name = "labelBasic";
|
||
labelBasic.Size = new Size(147, 62);
|
||
labelBasic.TabIndex = 2;
|
||
labelBasic.Text = "Простой";
|
||
labelBasic.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelBasic.MouseDown += LabelObject_MouseDown;
|
||
//
|
||
// buttonOk
|
||
//
|
||
buttonOk.Location = new Point(966, 516);
|
||
buttonOk.Margin = new Padding(6);
|
||
buttonOk.Name = "buttonOk";
|
||
buttonOk.Size = new Size(139, 49);
|
||
buttonOk.TabIndex = 4;
|
||
buttonOk.Text = "Добавить";
|
||
buttonOk.UseVisualStyleBackColor = true;
|
||
buttonOk.Click += ButtonAdd_Click;
|
||
//
|
||
// labelAdvanced
|
||
//
|
||
labelAdvanced.BorderStyle = BorderStyle.FixedSingle;
|
||
labelAdvanced.Location = new Point(565, 367);
|
||
labelAdvanced.Margin = new Padding(6, 0, 6, 0);
|
||
labelAdvanced.Name = "labelAdvanced";
|
||
labelAdvanced.Size = new Size(205, 62);
|
||
labelAdvanced.TabIndex = 3;
|
||
labelAdvanced.Text = "Продвинутый";
|
||
labelAdvanced.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelAdvanced.MouseDown += LabelObject_MouseDown;
|
||
//
|
||
// groupBoxColor
|
||
//
|
||
groupBoxColor.Controls.Add(panelYellow);
|
||
groupBoxColor.Controls.Add(panelPurple);
|
||
groupBoxColor.Controls.Add(panelBlue);
|
||
groupBoxColor.Controls.Add(panelBlack);
|
||
groupBoxColor.Controls.Add(panelGray);
|
||
groupBoxColor.Controls.Add(panelGreen);
|
||
groupBoxColor.Controls.Add(panelWhite);
|
||
groupBoxColor.Controls.Add(panelRed);
|
||
groupBoxColor.Location = new Point(377, 96);
|
||
groupBoxColor.Margin = new Padding(6);
|
||
groupBoxColor.Name = "groupBoxColor";
|
||
groupBoxColor.Padding = new Padding(6);
|
||
groupBoxColor.Size = new Size(351, 245);
|
||
groupBoxColor.TabIndex = 6;
|
||
groupBoxColor.TabStop = false;
|
||
groupBoxColor.Text = "Цвета";
|
||
//
|
||
// panelYellow
|
||
//
|
||
panelYellow.BackColor = Color.Yellow;
|
||
panelYellow.Location = new Point(277, 47);
|
||
panelYellow.Margin = new Padding(6);
|
||
panelYellow.Name = "panelYellow";
|
||
panelYellow.Size = new Size(59, 66);
|
||
panelYellow.TabIndex = 1;
|
||
//
|
||
// panelPurple
|
||
//
|
||
panelPurple.BackColor = Color.Purple;
|
||
panelPurple.Location = new Point(277, 134);
|
||
panelPurple.Margin = new Padding(6);
|
||
panelPurple.Name = "panelPurple";
|
||
panelPurple.Size = new Size(59, 66);
|
||
panelPurple.TabIndex = 1;
|
||
//
|
||
// panelBlue
|
||
//
|
||
panelBlue.BackColor = Color.Blue;
|
||
panelBlue.Location = new Point(188, 47);
|
||
panelBlue.Margin = new Padding(6);
|
||
panelBlue.Name = "panelBlue";
|
||
panelBlue.Size = new Size(59, 66);
|
||
panelBlue.TabIndex = 1;
|
||
//
|
||
// panelBlack
|
||
//
|
||
panelBlack.BackColor = Color.Black;
|
||
panelBlack.Location = new Point(188, 134);
|
||
panelBlack.Margin = new Padding(6);
|
||
panelBlack.Name = "panelBlack";
|
||
panelBlack.Size = new Size(59, 66);
|
||
panelBlack.TabIndex = 1;
|
||
//
|
||
// panelGray
|
||
//
|
||
panelGray.BackColor = Color.Gray;
|
||
panelGray.Location = new Point(98, 134);
|
||
panelGray.Margin = new Padding(6);
|
||
panelGray.Name = "panelGray";
|
||
panelGray.Size = new Size(59, 62);
|
||
panelGray.TabIndex = 1;
|
||
//
|
||
// panelGreen
|
||
//
|
||
panelGreen.BackColor = Color.Green;
|
||
panelGreen.Location = new Point(98, 47);
|
||
panelGreen.Margin = new Padding(6);
|
||
panelGreen.Name = "panelGreen";
|
||
panelGreen.Size = new Size(59, 66);
|
||
panelGreen.TabIndex = 1;
|
||
//
|
||
// panelWhite
|
||
//
|
||
panelWhite.BackColor = Color.White;
|
||
panelWhite.Location = new Point(11, 130);
|
||
panelWhite.Margin = new Padding(6);
|
||
panelWhite.Name = "panelWhite";
|
||
panelWhite.Size = new Size(59, 66);
|
||
panelWhite.TabIndex = 1;
|
||
//
|
||
// panelRed
|
||
//
|
||
panelRed.BackColor = Color.Red;
|
||
panelRed.Location = new Point(11, 47);
|
||
panelRed.Margin = new Padding(6);
|
||
panelRed.Name = "panelRed";
|
||
panelRed.Size = new Size(59, 66);
|
||
panelRed.TabIndex = 0;
|
||
//
|
||
// checkBoxLuggage
|
||
//
|
||
checkBoxLuggage.AutoSize = true;
|
||
checkBoxLuggage.Location = new Point(28, 412);
|
||
checkBoxLuggage.Margin = new Padding(6);
|
||
checkBoxLuggage.Name = "checkBoxLuggage";
|
||
checkBoxLuggage.Size = new Size(342, 36);
|
||
checkBoxLuggage.TabIndex = 5;
|
||
checkBoxLuggage.Text = "Признак наличия прицепа";
|
||
checkBoxLuggage.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBoxTrumpet
|
||
//
|
||
checkBoxTrumpet.AutoSize = true;
|
||
checkBoxTrumpet.Location = new Point(28, 358);
|
||
checkBoxTrumpet.Margin = new Padding(6);
|
||
checkBoxTrumpet.Name = "checkBoxTrumpet";
|
||
checkBoxTrumpet.Size = new Size(314, 36);
|
||
checkBoxTrumpet.TabIndex = 4;
|
||
checkBoxTrumpet.Text = "Признак наличия трубы";
|
||
checkBoxTrumpet.UseVisualStyleBackColor = true;
|
||
//
|
||
// numericUpDownWeight
|
||
//
|
||
numericUpDownWeight.Location = new Point(152, 192);
|
||
numericUpDownWeight.Margin = new Padding(6);
|
||
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(130, 39);
|
||
numericUpDownWeight.TabIndex = 3;
|
||
numericUpDownWeight.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// numericUpDownSpeed
|
||
//
|
||
numericUpDownSpeed.Location = new Point(152, 96);
|
||
numericUpDownSpeed.Margin = new Padding(6);
|
||
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(130, 39);
|
||
numericUpDownSpeed.TabIndex = 2;
|
||
numericUpDownSpeed.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// label2
|
||
//
|
||
label2.AutoSize = true;
|
||
label2.Location = new Point(26, 100);
|
||
label2.Margin = new Padding(6, 0, 6, 0);
|
||
label2.Name = "label2";
|
||
label2.Size = new Size(121, 32);
|
||
label2.TabIndex = 1;
|
||
label2.Text = "Скорость:";
|
||
//
|
||
// label1
|
||
//
|
||
label1.AutoSize = true;
|
||
label1.Location = new Point(63, 192);
|
||
label1.Margin = new Padding(6, 0, 6, 0);
|
||
label1.Name = "label1";
|
||
label1.Size = new Size(57, 32);
|
||
label1.TabIndex = 0;
|
||
label1.Text = "Вес:";
|
||
//
|
||
// pictureBoxObject
|
||
//
|
||
pictureBoxObject.Location = new Point(32, 130);
|
||
pictureBoxObject.Margin = new Padding(6);
|
||
pictureBoxObject.Name = "pictureBoxObject";
|
||
pictureBoxObject.Size = new Size(375, 262);
|
||
pictureBoxObject.TabIndex = 1;
|
||
pictureBoxObject.TabStop = false;
|
||
//
|
||
// PanelColor
|
||
//
|
||
PanelColor.AllowDrop = true;
|
||
PanelColor.Controls.Add(labelAdditionalColor);
|
||
PanelColor.Controls.Add(labelMainColor);
|
||
PanelColor.Controls.Add(pictureBoxObject);
|
||
PanelColor.Location = new Point(969, 64);
|
||
PanelColor.Margin = new Padding(6);
|
||
PanelColor.Name = "PanelColor";
|
||
PanelColor.Size = new Size(442, 439);
|
||
PanelColor.TabIndex = 2;
|
||
PanelColor.DragDrop += PanelObject_DragDrop;
|
||
PanelColor.DragEnter += PanelObject_DragEnter;
|
||
//
|
||
// labelAdditionalColor
|
||
//
|
||
labelAdditionalColor.AllowDrop = true;
|
||
labelAdditionalColor.BorderStyle = BorderStyle.FixedSingle;
|
||
labelAdditionalColor.Location = new Point(240, 28);
|
||
labelAdditionalColor.Margin = new Padding(6, 0, 6, 0);
|
||
labelAdditionalColor.Name = "labelAdditionalColor";
|
||
labelAdditionalColor.Size = new Size(147, 62);
|
||
labelAdditionalColor.TabIndex = 3;
|
||
labelAdditionalColor.Text = "Доп. цвет";
|
||
labelAdditionalColor.DragDrop += LabelColor_DragDrop;
|
||
labelAdditionalColor.DragEnter += labelColor_DragEnter;
|
||
//
|
||
// labelMainColor
|
||
//
|
||
labelMainColor.AllowDrop = true;
|
||
labelMainColor.BorderStyle = BorderStyle.FixedSingle;
|
||
labelMainColor.Location = new Point(48, 28);
|
||
labelMainColor.Margin = new Padding(6, 0, 6, 0);
|
||
labelMainColor.Name = "labelMainColor";
|
||
labelMainColor.Size = new Size(147, 62);
|
||
labelMainColor.TabIndex = 2;
|
||
labelMainColor.Text = "Цвет";
|
||
labelMainColor.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelMainColor.DragDrop += LabelColor_DragDrop;
|
||
labelMainColor.DragEnter += labelColor_DragEnter;
|
||
//
|
||
// FormWarmlyLocomotiveConfig
|
||
//
|
||
AutoScaleDimensions = new SizeF(13F, 32F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(1486, 736);
|
||
Controls.Add(PanelColor);
|
||
Controls.Add(groupBoxOptions);
|
||
Margin = new Padding(6);
|
||
Name = "FormWarmlyLocomotiveConfig";
|
||
Text = "Создание объекта";
|
||
groupBoxOptions.ResumeLayout(false);
|
||
groupBoxOptions.PerformLayout();
|
||
groupBoxColor.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxObject).EndInit();
|
||
PanelColor.ResumeLayout(false);
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBoxOptions;
|
||
private NumericUpDown numericUpDownWeight;
|
||
private NumericUpDown numericUpDownSpeed;
|
||
private Label label2;
|
||
private Label label1;
|
||
private GroupBox groupBoxColor;
|
||
private CheckBox checkBoxLuggage;
|
||
private CheckBox checkBoxTrumpet;
|
||
private Panel panelYellow;
|
||
private Panel panelPurple;
|
||
private Panel panelBlue;
|
||
private Panel panelBlack;
|
||
private Panel panelGray;
|
||
private Panel panelGreen;
|
||
private Panel panelWhite;
|
||
private Panel panelRed;
|
||
private Label labelAdvanced;
|
||
private PictureBox pictureBoxObject;
|
||
private Label labelBasic;
|
||
private Label labelAdditionalColor;
|
||
private Label labelMainColor;
|
||
private Button buttonCancel;
|
||
private Button buttonOk;
|
||
public Panel PanelColor;
|
||
}
|
||
} |