PIbd-22_Kurbanova_A.A.Warml.../WarmlyLocomotive/FormWarmlyLocomotiveConfig.Designer.cs
2023-11-15 11:16:10 +04:00

357 lines
14 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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();
labelBasic = new Label();
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();
buttonCancel = new Button();
buttonOk = new Button();
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(labelBasic);
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(33, 12);
groupBoxOptions.Name = "groupBoxOptions";
groupBoxOptions.Size = new Size(755, 309);
groupBoxOptions.TabIndex = 0;
groupBoxOptions.TabStop = false;
groupBoxOptions.Text = "Параметры";
groupBoxOptions.DragDrop += PanelObject_DragDrop;
groupBoxOptions.DragEnter += PanelObject_DragEnter;
//
// labelBasic
//
labelBasic.BorderStyle = BorderStyle.FixedSingle;
labelBasic.Location = new Point(209, 172);
labelBasic.Name = "labelBasic";
labelBasic.Size = new Size(80, 30);
labelBasic.TabIndex = 2;
labelBasic.Text = "Простой";
labelBasic.TextAlign = ContentAlignment.MiddleCenter;
labelBasic.MouseDown += LabelObject_MouseDown;
//
// labelAdvanced
//
labelAdvanced.BorderStyle = BorderStyle.FixedSingle;
labelAdvanced.Location = new Point(304, 172);
labelAdvanced.Name = "labelAdvanced";
labelAdvanced.Size = new Size(85, 30);
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(203, 45);
groupBoxColor.Name = "groupBoxColor";
groupBoxColor.Size = new Size(189, 115);
groupBoxColor.TabIndex = 6;
groupBoxColor.TabStop = false;
groupBoxColor.Text = "Цвета";
//
// panelYellow
//
panelYellow.BackColor = Color.Yellow;
panelYellow.Location = new Point(149, 22);
panelYellow.Name = "panelYellow";
panelYellow.Size = new Size(32, 31);
panelYellow.TabIndex = 1;
//
// panelPurple
//
panelPurple.BackColor = Color.Purple;
panelPurple.Location = new Point(149, 63);
panelPurple.Name = "panelPurple";
panelPurple.Size = new Size(32, 31);
panelPurple.TabIndex = 1;
//
// panelBlue
//
panelBlue.BackColor = Color.Blue;
panelBlue.Location = new Point(101, 22);
panelBlue.Name = "panelBlue";
panelBlue.Size = new Size(32, 31);
panelBlue.TabIndex = 1;
//
// panelBlack
//
panelBlack.BackColor = Color.Black;
panelBlack.Location = new Point(101, 63);
panelBlack.Name = "panelBlack";
panelBlack.Size = new Size(32, 31);
panelBlack.TabIndex = 1;
//
// panelGray
//
panelGray.BackColor = Color.Gray;
panelGray.Location = new Point(53, 63);
panelGray.Name = "panelGray";
panelGray.Size = new Size(32, 29);
panelGray.TabIndex = 1;
//
// panelGreen
//
panelGreen.BackColor = Color.Green;
panelGreen.Location = new Point(53, 22);
panelGreen.Name = "panelGreen";
panelGreen.Size = new Size(32, 31);
panelGreen.TabIndex = 1;
//
// panelWhite
//
panelWhite.BackColor = Color.White;
panelWhite.Location = new Point(6, 61);
panelWhite.Name = "panelWhite";
panelWhite.Size = new Size(32, 31);
panelWhite.TabIndex = 1;
//
// panelRed
//
panelRed.BackColor = Color.Red;
panelRed.Location = new Point(6, 22);
panelRed.Name = "panelRed";
panelRed.Size = new Size(32, 31);
panelRed.TabIndex = 0;
//
// checkBoxLuggage
//
checkBoxLuggage.AutoSize = true;
checkBoxLuggage.Location = new Point(15, 193);
checkBoxLuggage.Name = "checkBoxLuggage";
checkBoxLuggage.Size = new Size(173, 19);
checkBoxLuggage.TabIndex = 5;
checkBoxLuggage.Text = "Признак наличия прицепа";
checkBoxLuggage.UseVisualStyleBackColor = true;
//
// checkBoxTrumpet
//
checkBoxTrumpet.AutoSize = true;
checkBoxTrumpet.Location = new Point(15, 168);
checkBoxTrumpet.Name = "checkBoxTrumpet";
checkBoxTrumpet.Size = new Size(160, 19);
checkBoxTrumpet.TabIndex = 4;
checkBoxTrumpet.Text = "Признак наличия трубы";
checkBoxTrumpet.UseVisualStyleBackColor = true;
//
// numericUpDownWeight
//
numericUpDownWeight.Location = new Point(82, 90);
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(70, 23);
numericUpDownWeight.TabIndex = 3;
numericUpDownWeight.Value = new decimal(new int[] { 100, 0, 0, 0 });
//
// numericUpDownSpeed
//
numericUpDownSpeed.Location = new Point(82, 45);
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(70, 23);
numericUpDownSpeed.TabIndex = 2;
numericUpDownSpeed.Value = new decimal(new int[] { 100, 0, 0, 0 });
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(14, 47);
label2.Name = "label2";
label2.Size = new Size(62, 15);
label2.TabIndex = 1;
label2.Text = "Скорость:";
//
// label1
//
label1.AutoSize = true;
label1.Location = new Point(34, 90);
label1.Name = "label1";
label1.Size = new Size(29, 15);
label1.TabIndex = 0;
label1.Text = "Вес:";
//
// pictureBoxObject
//
pictureBoxObject.Location = new Point(26, 51);
pictureBoxObject.Name = "pictureBoxObject";
pictureBoxObject.Size = new Size(195, 158);
pictureBoxObject.TabIndex = 1;
pictureBoxObject.TabStop = false;
//
// PanelColor
//
PanelColor.AllowDrop = true;
PanelColor.Controls.Add(buttonCancel);
PanelColor.Controls.Add(buttonOk);
PanelColor.Controls.Add(labelAdditionalColor);
PanelColor.Controls.Add(labelMainColor);
PanelColor.Controls.Add(pictureBoxObject);
PanelColor.Location = new Point(512, 30);
PanelColor.Name = "PanelColor";
PanelColor.Size = new Size(245, 280);
PanelColor.TabIndex = 2;
PanelColor.DragDrop += PanelObject_DragDrop;
PanelColor.DragEnter += PanelObject_DragEnter;
//
// buttonCancel
//
buttonCancel.Location = new Point(146, 235);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(75, 23);
buttonCancel.TabIndex = 5;
buttonCancel.Text = "Отмена";
buttonCancel.UseVisualStyleBackColor = true;
//
// buttonOk
//
buttonOk.Location = new Point(40, 235);
buttonOk.Name = "buttonOk";
buttonOk.Size = new Size(75, 23);
buttonOk.TabIndex = 4;
buttonOk.Text = "Добавить";
buttonOk.UseVisualStyleBackColor = true;
//
// labelAdditionalColor
//
labelAdditionalColor.AllowDrop = true;
labelAdditionalColor.BorderStyle = BorderStyle.FixedSingle;
labelAdditionalColor.Location = new Point(129, 13);
labelAdditionalColor.Name = "labelAdditionalColor";
labelAdditionalColor.Size = new Size(80, 30);
labelAdditionalColor.TabIndex = 3;
labelAdditionalColor.Text = "Доп. цвет";
labelAdditionalColor.TextAlign = ContentAlignment.MiddleCenter;
labelAdditionalColor.DragDrop += labelAdditionalColor_DragDrop;
labelAdditionalColor.DragEnter += labelAdditionalColor_DragEnter;
//
// labelMainColor
//
labelMainColor.AllowDrop = true;
labelMainColor.BorderStyle = BorderStyle.FixedSingle;
labelMainColor.Location = new Point(26, 13);
labelMainColor.Name = "labelMainColor";
labelMainColor.Size = new Size(80, 30);
labelMainColor.TabIndex = 2;
labelMainColor.Text = "Цвет";
labelMainColor.TextAlign = ContentAlignment.MiddleCenter;
labelMainColor.DragDrop += labelMainColor_DragDrop;
labelMainColor.DragEnter += labelMainColor_DragEnter;
//
// FormWarmlyLocomotiveConfig
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 345);
Controls.Add(PanelColor);
Controls.Add(groupBoxOptions);
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;
}
}