PIbd-22_Kurbanova_A.A.Warml.../WarmlyLocomotive/FormWarmlyLocomotiveConfig.Designer.cs

384 lines
16 KiB
C#
Raw Permalink Normal View History

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