358 lines
15 KiB
C#
358 lines
15 KiB
C#
namespace ProjectAirbus
|
||
{
|
||
partial class FormBusConfig
|
||
{
|
||
/// <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()
|
||
{
|
||
groupBoxConfig = new GroupBox();
|
||
groupBoxColors = new GroupBox();
|
||
panelPurple = new Panel();
|
||
panelBlack = new Panel();
|
||
panelGray = new Panel();
|
||
panelWhite = new Panel();
|
||
panelYellow = new Panel();
|
||
panelBlue = new Panel();
|
||
panelGreen = new Panel();
|
||
panelRed = new Panel();
|
||
checkBoxEngine = new CheckBox();
|
||
checkBoxCompartment = new CheckBox();
|
||
numericUpDownWeight = new NumericUpDown();
|
||
labelWeight = new Label();
|
||
numericUpDownSpeed = new NumericUpDown();
|
||
labelSpeed = new Label();
|
||
labelModifiedObject = new Label();
|
||
labelSimpleObject = new Label();
|
||
pictureBoxObject = new PictureBox();
|
||
buttonAdd = new Button();
|
||
buttonCancel = new Button();
|
||
panelObject = new Panel();
|
||
labelAdditionalColor = new Label();
|
||
labelBodyColor = new Label();
|
||
groupBoxConfig.SuspendLayout();
|
||
groupBoxColors.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxObject).BeginInit();
|
||
panelObject.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// groupBoxConfig
|
||
//
|
||
groupBoxConfig.Controls.Add(groupBoxColors);
|
||
groupBoxConfig.Controls.Add(checkBoxEngine);
|
||
groupBoxConfig.Controls.Add(checkBoxCompartment);
|
||
groupBoxConfig.Controls.Add(numericUpDownWeight);
|
||
groupBoxConfig.Controls.Add(labelWeight);
|
||
groupBoxConfig.Controls.Add(numericUpDownSpeed);
|
||
groupBoxConfig.Controls.Add(labelSpeed);
|
||
groupBoxConfig.Controls.Add(labelModifiedObject);
|
||
groupBoxConfig.Controls.Add(labelSimpleObject);
|
||
groupBoxConfig.Dock = DockStyle.Left;
|
||
groupBoxConfig.Location = new Point(0, 0);
|
||
groupBoxConfig.Name = "groupBoxConfig";
|
||
groupBoxConfig.Size = new Size(616, 265);
|
||
groupBoxConfig.TabIndex = 0;
|
||
groupBoxConfig.TabStop = false;
|
||
groupBoxConfig.Text = "Параметры";
|
||
//
|
||
// groupBoxColors
|
||
//
|
||
groupBoxColors.Controls.Add(panelPurple);
|
||
groupBoxColors.Controls.Add(panelBlack);
|
||
groupBoxColors.Controls.Add(panelGray);
|
||
groupBoxColors.Controls.Add(panelWhite);
|
||
groupBoxColors.Controls.Add(panelYellow);
|
||
groupBoxColors.Controls.Add(panelBlue);
|
||
groupBoxColors.Controls.Add(panelGreen);
|
||
groupBoxColors.Controls.Add(panelRed);
|
||
groupBoxColors.Location = new Point(342, 20);
|
||
groupBoxColors.Name = "groupBoxColors";
|
||
groupBoxColors.Size = new Size(264, 147);
|
||
groupBoxColors.TabIndex = 8;
|
||
groupBoxColors.TabStop = false;
|
||
groupBoxColors.Text = "Цвета";
|
||
//
|
||
// panelPurple
|
||
//
|
||
panelPurple.BackColor = Color.Purple;
|
||
panelPurple.Location = new Point(204, 90);
|
||
panelPurple.Name = "panelPurple";
|
||
panelPurple.Size = new Size(41, 42);
|
||
panelPurple.TabIndex = 1;
|
||
//
|
||
// panelBlack
|
||
//
|
||
panelBlack.BackColor = Color.Black;
|
||
panelBlack.Location = new Point(141, 90);
|
||
panelBlack.Name = "panelBlack";
|
||
panelBlack.Size = new Size(41, 42);
|
||
panelBlack.TabIndex = 1;
|
||
//
|
||
// panelGray
|
||
//
|
||
panelGray.BackColor = Color.Gray;
|
||
panelGray.Location = new Point(80, 90);
|
||
panelGray.Name = "panelGray";
|
||
panelGray.Size = new Size(41, 42);
|
||
panelGray.TabIndex = 1;
|
||
//
|
||
// panelWhite
|
||
//
|
||
panelWhite.BackColor = Color.White;
|
||
panelWhite.Location = new Point(20, 90);
|
||
panelWhite.Name = "panelWhite";
|
||
panelWhite.Size = new Size(41, 42);
|
||
panelWhite.TabIndex = 1;
|
||
//
|
||
// panelYellow
|
||
//
|
||
panelYellow.BackColor = Color.Yellow;
|
||
panelYellow.Location = new Point(204, 28);
|
||
panelYellow.Name = "panelYellow";
|
||
panelYellow.Size = new Size(41, 42);
|
||
panelYellow.TabIndex = 1;
|
||
//
|
||
// panelBlue
|
||
//
|
||
panelBlue.BackColor = Color.Blue;
|
||
panelBlue.Location = new Point(141, 28);
|
||
panelBlue.Name = "panelBlue";
|
||
panelBlue.Size = new Size(41, 42);
|
||
panelBlue.TabIndex = 1;
|
||
//
|
||
// panelGreen
|
||
//
|
||
panelGreen.BackColor = Color.Green;
|
||
panelGreen.Location = new Point(80, 28);
|
||
panelGreen.Name = "panelGreen";
|
||
panelGreen.Size = new Size(41, 42);
|
||
panelGreen.TabIndex = 1;
|
||
//
|
||
// panelRed
|
||
//
|
||
panelRed.BackColor = Color.Red;
|
||
panelRed.Location = new Point(20, 28);
|
||
panelRed.Name = "panelRed";
|
||
panelRed.Size = new Size(41, 42);
|
||
panelRed.TabIndex = 0;
|
||
//
|
||
// checkBoxEngine
|
||
//
|
||
checkBoxEngine.AutoSize = true;
|
||
checkBoxEngine.Location = new Point(6, 128);
|
||
checkBoxEngine.Name = "checkBoxEngine";
|
||
checkBoxEngine.Size = new Size(169, 24);
|
||
checkBoxEngine.TabIndex = 7;
|
||
checkBoxEngine.Text = "Наличие двигателя ";
|
||
checkBoxEngine.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBoxCompartment
|
||
//
|
||
checkBoxCompartment.AutoSize = true;
|
||
checkBoxCompartment.Location = new Point(6, 173);
|
||
checkBoxCompartment.Name = "checkBoxCompartment";
|
||
checkBoxCompartment.Size = new Size(390, 24);
|
||
checkBoxCompartment.TabIndex = 6;
|
||
checkBoxCompartment.Text = "Наличие дополнительного отсека для пассажиров ";
|
||
checkBoxCompartment.UseVisualStyleBackColor = true;
|
||
//
|
||
// numericUpDownWeight
|
||
//
|
||
numericUpDownWeight.Location = new Point(88, 80);
|
||
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(112, 27);
|
||
numericUpDownWeight.TabIndex = 5;
|
||
numericUpDownWeight.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// labelWeight
|
||
//
|
||
labelWeight.AutoSize = true;
|
||
labelWeight.Location = new Point(6, 82);
|
||
labelWeight.Name = "labelWeight";
|
||
labelWeight.Size = new Size(36, 20);
|
||
labelWeight.TabIndex = 4;
|
||
labelWeight.Text = "Вес:";
|
||
//
|
||
// numericUpDownSpeed
|
||
//
|
||
numericUpDownSpeed.Location = new Point(88, 36);
|
||
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(112, 27);
|
||
numericUpDownSpeed.TabIndex = 3;
|
||
numericUpDownSpeed.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// labelSpeed
|
||
//
|
||
labelSpeed.AutoSize = true;
|
||
labelSpeed.Location = new Point(6, 38);
|
||
labelSpeed.Name = "labelSpeed";
|
||
labelSpeed.Size = new Size(76, 20);
|
||
labelSpeed.TabIndex = 2;
|
||
labelSpeed.Text = "Скорость:";
|
||
//
|
||
// labelModifiedObject
|
||
//
|
||
labelModifiedObject.BorderStyle = BorderStyle.FixedSingle;
|
||
labelModifiedObject.Location = new Point(475, 200);
|
||
labelModifiedObject.Name = "labelModifiedObject";
|
||
labelModifiedObject.Size = new Size(123, 35);
|
||
labelModifiedObject.TabIndex = 1;
|
||
labelModifiedObject.Text = "Продвинутый";
|
||
labelModifiedObject.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelModifiedObject.MouseDown += LabelObject_MouseDown;
|
||
//
|
||
// labelSimpleObject
|
||
//
|
||
labelSimpleObject.BorderStyle = BorderStyle.FixedSingle;
|
||
labelSimpleObject.Location = new Point(342, 200);
|
||
labelSimpleObject.Name = "labelSimpleObject";
|
||
labelSimpleObject.Size = new Size(119, 35);
|
||
labelSimpleObject.TabIndex = 0;
|
||
labelSimpleObject.Text = "Простой";
|
||
labelSimpleObject.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelSimpleObject.MouseDown += LabelObject_MouseDown;
|
||
//
|
||
// pictureBoxObject
|
||
//
|
||
pictureBoxObject.Location = new Point(13, 68);
|
||
pictureBoxObject.Name = "pictureBoxObject";
|
||
pictureBoxObject.Size = new Size(204, 121);
|
||
pictureBoxObject.TabIndex = 1;
|
||
pictureBoxObject.TabStop = false;
|
||
|
||
//
|
||
// buttonAdd
|
||
//
|
||
buttonAdd.Location = new Point(631, 224);
|
||
buttonAdd.Name = "buttonAdd";
|
||
buttonAdd.Size = new Size(94, 29);
|
||
buttonAdd.TabIndex = 2;
|
||
buttonAdd.Text = "Добавить ";
|
||
buttonAdd.UseVisualStyleBackColor = true;
|
||
buttonAdd.Click += ButtonAddAirbus_Click;
|
||
//
|
||
// buttonCancel
|
||
//
|
||
buttonCancel.Location = new Point(767, 224);
|
||
buttonCancel.Name = "buttonCancel";
|
||
buttonCancel.Size = new Size(94, 29);
|
||
buttonCancel.TabIndex = 3;
|
||
buttonCancel.Text = "Отмена ";
|
||
|
||
//
|
||
// panelObject
|
||
//
|
||
panelObject.AllowDrop = true;
|
||
panelObject.Controls.Add(labelAdditionalColor);
|
||
panelObject.Controls.Add(labelBodyColor);
|
||
panelObject.Controls.Add(pictureBoxObject);
|
||
panelObject.Location = new Point(631, 12);
|
||
panelObject.Name = "panelObject";
|
||
panelObject.Size = new Size(230, 206);
|
||
panelObject.TabIndex = 4;
|
||
panelObject.DragDrop += PanelObject_DragDrop;
|
||
panelObject.DragEnter += PanelObject_DragEnter;
|
||
//
|
||
// labelAdditionalColor
|
||
//
|
||
labelAdditionalColor.AllowDrop = true;
|
||
labelAdditionalColor.BorderStyle = BorderStyle.FixedSingle;
|
||
labelAdditionalColor.Location = new Point(118, 8);
|
||
labelAdditionalColor.Name = "labelAdditionalColor";
|
||
labelAdditionalColor.Size = new Size(99, 43);
|
||
labelAdditionalColor.TabIndex = 10;
|
||
labelAdditionalColor.Text = "Доп. цвет";
|
||
labelAdditionalColor.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelAdditionalColor.DragDrop += LabelAdditionalColor_DragDrop;
|
||
labelAdditionalColor.DragEnter += LabelAdditionalColor_DragEnter;
|
||
//
|
||
// labelBodyColor
|
||
//
|
||
labelBodyColor.AllowDrop = true;
|
||
labelBodyColor.BorderStyle = BorderStyle.FixedSingle;
|
||
labelBodyColor.Location = new Point(13, 8);
|
||
labelBodyColor.Name = "labelBodyColor";
|
||
labelBodyColor.Size = new Size(99, 43);
|
||
labelBodyColor.TabIndex = 9;
|
||
labelBodyColor.Text = "Цвет";
|
||
labelBodyColor.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelBodyColor.DragDrop += LabelBodyColor_DragDrop;
|
||
labelBodyColor.DragEnter += LabelBodyColor_DragEnter;
|
||
//
|
||
// FormBusConfig
|
||
//
|
||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(873, 265);
|
||
Controls.Add(panelObject);
|
||
Controls.Add(buttonCancel);
|
||
Controls.Add(buttonAdd);
|
||
Controls.Add(groupBoxConfig);
|
||
Name = "FormBusConfig";
|
||
Text = "Создание объекта";
|
||
groupBoxConfig.ResumeLayout(false);
|
||
groupBoxConfig.PerformLayout();
|
||
groupBoxColors.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxObject).EndInit();
|
||
panelObject.ResumeLayout(false);
|
||
ResumeLayout(false);
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBoxConfig;
|
||
private Label labelSimpleObject;
|
||
private Label labelSpeed;
|
||
private Label labelModifiedObject;
|
||
private NumericUpDown numericUpDownWeight;
|
||
private Label labelWeight;
|
||
private NumericUpDown numericUpDownSpeed;
|
||
private CheckBox checkBoxCompartment;
|
||
private CheckBox checkBoxEngine;
|
||
private GroupBox groupBoxColors;
|
||
private Panel panelRed;
|
||
private Panel panelYellow;
|
||
private Panel panelBlue;
|
||
private Panel panelGreen;
|
||
private Panel panelWhite;
|
||
private Panel panelPurple;
|
||
private Panel panelBlack;
|
||
private Panel panelGray;
|
||
private PictureBox pictureBoxObject;
|
||
private Button buttonAdd;
|
||
private Button buttonCancel;
|
||
private Panel panelObject;
|
||
private Label labelAdditionalColor;
|
||
private Label labelBodyColor;
|
||
}
|
||
} |