358 lines
15 KiB
C#
358 lines
15 KiB
C#
namespace ProjectStormtrooper
|
||
{
|
||
partial class FormAirplaneConfig
|
||
{
|
||
/// <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();
|
||
panelGrey = new Panel();
|
||
panelWhite = new Panel();
|
||
panelYellow = new Panel();
|
||
panelBlue = new Panel();
|
||
panelGreen = new Panel();
|
||
panelRed = new Panel();
|
||
checkBoxDvigatel = new CheckBox();
|
||
checkBoxVint = 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(checkBoxDvigatel);
|
||
groupBoxConfig.Controls.Add(checkBoxVint);
|
||
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(547, 450);
|
||
groupBoxConfig.TabIndex = 0;
|
||
groupBoxConfig.TabStop = false;
|
||
groupBoxConfig.Text = "Параметры";
|
||
//
|
||
// groupBoxColors
|
||
//
|
||
groupBoxColors.Controls.Add(panelPurple);
|
||
groupBoxColors.Controls.Add(panelBlack);
|
||
groupBoxColors.Controls.Add(panelGrey);
|
||
groupBoxColors.Controls.Add(panelWhite);
|
||
groupBoxColors.Controls.Add(panelYellow);
|
||
groupBoxColors.Controls.Add(panelBlue);
|
||
groupBoxColors.Controls.Add(panelGreen);
|
||
groupBoxColors.Controls.Add(panelRed);
|
||
groupBoxColors.Location = new Point(275, 25);
|
||
groupBoxColors.Name = "groupBoxColors";
|
||
groupBoxColors.Size = new Size(250, 125);
|
||
groupBoxColors.TabIndex = 8;
|
||
groupBoxColors.TabStop = false;
|
||
groupBoxColors.Text = "Цвета";
|
||
//
|
||
// panelPurple
|
||
//
|
||
panelPurple.BackColor = Color.Purple;
|
||
panelPurple.Location = new Point(204, 82);
|
||
panelPurple.Name = "panelPurple";
|
||
panelPurple.Size = new Size(40, 37);
|
||
panelPurple.TabIndex = 3;
|
||
//
|
||
// panelBlack
|
||
//
|
||
panelBlack.BackColor = Color.Black;
|
||
panelBlack.Location = new Point(136, 82);
|
||
panelBlack.Name = "panelBlack";
|
||
panelBlack.Size = new Size(40, 37);
|
||
panelBlack.TabIndex = 4;
|
||
//
|
||
// panelGrey
|
||
//
|
||
panelGrey.BackColor = Color.Gray;
|
||
panelGrey.Location = new Point(68, 82);
|
||
panelGrey.Name = "panelGrey";
|
||
panelGrey.Size = new Size(40, 37);
|
||
panelGrey.TabIndex = 5;
|
||
//
|
||
// panelWhite
|
||
//
|
||
panelWhite.BackColor = Color.White;
|
||
panelWhite.Location = new Point(6, 82);
|
||
panelWhite.Name = "panelWhite";
|
||
panelWhite.Size = new Size(40, 37);
|
||
panelWhite.TabIndex = 2;
|
||
//
|
||
// panelYellow
|
||
//
|
||
panelYellow.BackColor = Color.Yellow;
|
||
panelYellow.Location = new Point(204, 26);
|
||
panelYellow.Name = "panelYellow";
|
||
panelYellow.Size = new Size(40, 37);
|
||
panelYellow.TabIndex = 1;
|
||
//
|
||
// panelBlue
|
||
//
|
||
panelBlue.BackColor = Color.Blue;
|
||
panelBlue.Location = new Point(136, 26);
|
||
panelBlue.Name = "panelBlue";
|
||
panelBlue.Size = new Size(40, 37);
|
||
panelBlue.TabIndex = 1;
|
||
//
|
||
// panelGreen
|
||
//
|
||
panelGreen.BackColor = Color.Green;
|
||
panelGreen.Location = new Point(68, 26);
|
||
panelGreen.Name = "panelGreen";
|
||
panelGreen.Size = new Size(40, 37);
|
||
panelGreen.TabIndex = 1;
|
||
//
|
||
// panelRed
|
||
//
|
||
panelRed.BackColor = Color.Red;
|
||
panelRed.Location = new Point(6, 26);
|
||
panelRed.Name = "panelRed";
|
||
panelRed.Size = new Size(40, 37);
|
||
panelRed.TabIndex = 0;
|
||
//
|
||
// checkBoxDvigatel
|
||
//
|
||
checkBoxDvigatel.AutoSize = true;
|
||
checkBoxDvigatel.Location = new Point(12, 172);
|
||
checkBoxDvigatel.Name = "checkBoxDvigatel";
|
||
checkBoxDvigatel.Size = new Size(227, 24);
|
||
checkBoxDvigatel.TabIndex = 7;
|
||
checkBoxDvigatel.Text = "Признак наличия двигателя";
|
||
checkBoxDvigatel.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBoxVint
|
||
//
|
||
checkBoxVint.AutoSize = true;
|
||
checkBoxVint.Location = new Point(12, 131);
|
||
checkBoxVint.Name = "checkBoxVint";
|
||
checkBoxVint.Size = new Size(198, 24);
|
||
checkBoxVint.TabIndex = 6;
|
||
checkBoxVint.Text = "Признак наличия винта";
|
||
checkBoxVint.UseVisualStyleBackColor = true;
|
||
//
|
||
// numericUpDownWeight
|
||
//
|
||
numericUpDownWeight.Location = new Point(84, 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(150, 27);
|
||
numericUpDownWeight.TabIndex = 5;
|
||
numericUpDownWeight.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// labelWeight
|
||
//
|
||
labelWeight.AutoSize = true;
|
||
labelWeight.Location = new Point(23, 82);
|
||
labelWeight.Name = "labelWeight";
|
||
labelWeight.Size = new Size(36, 20);
|
||
labelWeight.TabIndex = 4;
|
||
labelWeight.Text = "Вес:";
|
||
//
|
||
// numericUpDownSpeed
|
||
//
|
||
numericUpDownSpeed.Location = new Point(84, 34);
|
||
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 = 3;
|
||
numericUpDownSpeed.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// labelSpeed
|
||
//
|
||
labelSpeed.AutoSize = true;
|
||
labelSpeed.Location = new Point(6, 34);
|
||
labelSpeed.Name = "labelSpeed";
|
||
labelSpeed.Size = new Size(76, 20);
|
||
labelSpeed.TabIndex = 2;
|
||
labelSpeed.Text = "Скорость:";
|
||
//
|
||
// labelModifiedObject
|
||
//
|
||
labelModifiedObject.BorderStyle = BorderStyle.FixedSingle;
|
||
labelModifiedObject.Location = new Point(411, 153);
|
||
labelModifiedObject.Name = "labelModifiedObject";
|
||
labelModifiedObject.Size = new Size(118, 43);
|
||
labelModifiedObject.TabIndex = 1;
|
||
labelModifiedObject.Text = "Продвинутый";
|
||
labelModifiedObject.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelModifiedObject.MouseDown += labelObject_MouseDown;
|
||
//
|
||
// labelSimpleObject
|
||
//
|
||
labelSimpleObject.BorderStyle = BorderStyle.FixedSingle;
|
||
labelSimpleObject.Location = new Point(275, 153);
|
||
labelSimpleObject.Name = "labelSimpleObject";
|
||
labelSimpleObject.Size = new Size(118, 43);
|
||
labelSimpleObject.TabIndex = 0;
|
||
labelSimpleObject.Text = "Простой";
|
||
labelSimpleObject.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelSimpleObject.MouseDown += labelObject_MouseDown;
|
||
//
|
||
// pictureBoxObject
|
||
//
|
||
pictureBoxObject.Location = new Point(10, 34);
|
||
pictureBoxObject.Margin = new Padding(3, 4, 3, 4);
|
||
pictureBoxObject.Name = "pictureBoxObject";
|
||
pictureBoxObject.Size = new Size(208, 116);
|
||
pictureBoxObject.TabIndex = 1;
|
||
pictureBoxObject.TabStop = false;
|
||
//
|
||
// buttonAdd
|
||
//
|
||
buttonAdd.Location = new Point(563, 167);
|
||
buttonAdd.Name = "buttonAdd";
|
||
buttonAdd.Size = new Size(94, 29);
|
||
buttonAdd.TabIndex = 2;
|
||
buttonAdd.Text = "Добавить";
|
||
buttonAdd.UseVisualStyleBackColor = true;
|
||
buttonAdd.Click += buttonAdd_Click;
|
||
//
|
||
// buttonCancel
|
||
//
|
||
buttonCancel.Location = new Point(677, 167);
|
||
buttonCancel.Name = "buttonCancel";
|
||
buttonCancel.Size = new Size(94, 29);
|
||
buttonCancel.TabIndex = 3;
|
||
buttonCancel.Text = "Отмена";
|
||
buttonCancel.UseVisualStyleBackColor = true;
|
||
//
|
||
// panelObject
|
||
//
|
||
panelObject.AllowDrop = true;
|
||
panelObject.Controls.Add(labelAdditionalColor);
|
||
panelObject.Controls.Add(labelBodyColor);
|
||
panelObject.Controls.Add(pictureBoxObject);
|
||
panelObject.Location = new Point(553, 0);
|
||
panelObject.Name = "panelObject";
|
||
panelObject.Size = new Size(235, 161);
|
||
panelObject.TabIndex = 4;
|
||
panelObject.DragDrop += panelObject_DragDrop;
|
||
panelObject.DragEnter += panelObject_DragEnter;
|
||
//
|
||
// labelAdditionalColor
|
||
//
|
||
labelAdditionalColor.AllowDrop = true;
|
||
labelAdditionalColor.BorderStyle = BorderStyle.FixedSingle;
|
||
labelAdditionalColor.Location = new Point(101, 4);
|
||
labelAdditionalColor.Name = "labelAdditionalColor";
|
||
labelAdditionalColor.Size = new Size(87, 27);
|
||
labelAdditionalColor.TabIndex = 3;
|
||
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(10, 4);
|
||
labelBodyColor.Name = "labelBodyColor";
|
||
labelBodyColor.Size = new Size(60, 27);
|
||
labelBodyColor.TabIndex = 2;
|
||
labelBodyColor.Text = "Цвет";
|
||
labelBodyColor.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelBodyColor.DragDrop += labelBodyColor_DragDrop;
|
||
labelBodyColor.DragEnter += labelBodyColor_DragEnter;
|
||
//
|
||
// FormAirplaneConfig
|
||
//
|
||
AutoScaleDimensions = new SizeF(8F, 20F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
ClientSize = new Size(800, 450);
|
||
Controls.Add(panelObject);
|
||
Controls.Add(buttonCancel);
|
||
Controls.Add(buttonAdd);
|
||
Controls.Add(groupBoxConfig);
|
||
Name = "FormAirplaneConfig";
|
||
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 labelWeight;
|
||
private NumericUpDown numericUpDownSpeed;
|
||
private Label labelSpeed;
|
||
private Label labelModifiedObject;
|
||
private NumericUpDown numericUpDownWeight;
|
||
private GroupBox groupBoxColors;
|
||
private CheckBox checkBoxDvigatel;
|
||
private CheckBox checkBoxVint;
|
||
private Panel panelYellow;
|
||
private Panel panelBlue;
|
||
private Panel panelGreen;
|
||
private Panel panelRed;
|
||
private Panel panelPurple;
|
||
private Panel panelBlack;
|
||
private Panel panelGrey;
|
||
private Panel panelWhite;
|
||
private PictureBox pictureBoxObject;
|
||
private Button buttonAdd;
|
||
private Button buttonCancel;
|
||
private Panel panelObject;
|
||
private Label labelAdditionalColor;
|
||
private Label labelBodyColor;
|
||
}
|
||
} |