370 lines
15 KiB
C#
370 lines
15 KiB
C#
|
namespace ProjectCruiser
|
|||
|
{
|
|||
|
partial class FormCruiserConfing
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
groupBoxConfing = 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();
|
|||
|
checkBoxWeapon = new CheckBox();
|
|||
|
checkBoxBoat = new CheckBox();
|
|||
|
checkBoxHelicopterArea = 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();
|
|||
|
groupBoxConfing.SuspendLayout();
|
|||
|
groupBoxColors.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)pictureBoxObject).BeginInit();
|
|||
|
panelObject.SuspendLayout();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// groupBoxConfing
|
|||
|
//
|
|||
|
groupBoxConfing.Controls.Add(groupBoxColors);
|
|||
|
groupBoxConfing.Controls.Add(checkBoxWeapon);
|
|||
|
groupBoxConfing.Controls.Add(checkBoxBoat);
|
|||
|
groupBoxConfing.Controls.Add(checkBoxHelicopterArea);
|
|||
|
groupBoxConfing.Controls.Add(numericUpDownWeight);
|
|||
|
groupBoxConfing.Controls.Add(labelWeight);
|
|||
|
groupBoxConfing.Controls.Add(numericUpDownSpeed);
|
|||
|
groupBoxConfing.Controls.Add(labelSpeed);
|
|||
|
groupBoxConfing.Controls.Add(labelModifiedObject);
|
|||
|
groupBoxConfing.Controls.Add(labelSimpleObject);
|
|||
|
groupBoxConfing.Dock = DockStyle.Left;
|
|||
|
groupBoxConfing.Location = new Point(0, 0);
|
|||
|
groupBoxConfing.Name = "groupBoxConfing";
|
|||
|
groupBoxConfing.Size = new Size(626, 262);
|
|||
|
groupBoxConfing.TabIndex = 0;
|
|||
|
groupBoxConfing.TabStop = false;
|
|||
|
groupBoxConfing.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(327, 26);
|
|||
|
groupBoxColors.Name = "groupBoxColors";
|
|||
|
groupBoxColors.Size = new Size(280, 154);
|
|||
|
groupBoxColors.TabIndex = 9;
|
|||
|
groupBoxColors.TabStop = false;
|
|||
|
groupBoxColors.Text = "Цвета";
|
|||
|
//
|
|||
|
// panelPurple
|
|||
|
//
|
|||
|
panelPurple.BackColor = Color.Purple;
|
|||
|
panelPurple.Location = new Point(217, 96);
|
|||
|
panelPurple.Name = "panelPurple";
|
|||
|
panelPurple.Size = new Size(48, 47);
|
|||
|
panelPurple.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelBlack
|
|||
|
//
|
|||
|
panelBlack.BackColor = Color.Black;
|
|||
|
panelBlack.Location = new Point(149, 96);
|
|||
|
panelBlack.Name = "panelBlack";
|
|||
|
panelBlack.Size = new Size(48, 47);
|
|||
|
panelBlack.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelGray
|
|||
|
//
|
|||
|
panelGray.BackColor = Color.Gray;
|
|||
|
panelGray.Location = new Point(82, 96);
|
|||
|
panelGray.Name = "panelGray";
|
|||
|
panelGray.Size = new Size(48, 47);
|
|||
|
panelGray.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelWhite
|
|||
|
//
|
|||
|
panelWhite.BackColor = Color.White;
|
|||
|
panelWhite.Location = new Point(17, 96);
|
|||
|
panelWhite.Name = "panelWhite";
|
|||
|
panelWhite.Size = new Size(48, 47);
|
|||
|
panelWhite.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelYellow
|
|||
|
//
|
|||
|
panelYellow.BackColor = Color.Yellow;
|
|||
|
panelYellow.Location = new Point(217, 31);
|
|||
|
panelYellow.Name = "panelYellow";
|
|||
|
panelYellow.Size = new Size(48, 47);
|
|||
|
panelYellow.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelBlue
|
|||
|
//
|
|||
|
panelBlue.BackColor = Color.Blue;
|
|||
|
panelBlue.Location = new Point(149, 31);
|
|||
|
panelBlue.Name = "panelBlue";
|
|||
|
panelBlue.Size = new Size(48, 47);
|
|||
|
panelBlue.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelGreen
|
|||
|
//
|
|||
|
panelGreen.BackColor = Color.Green;
|
|||
|
panelGreen.Location = new Point(82, 31);
|
|||
|
panelGreen.Name = "panelGreen";
|
|||
|
panelGreen.Size = new Size(48, 47);
|
|||
|
panelGreen.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelRed
|
|||
|
//
|
|||
|
panelRed.BackColor = Color.Red;
|
|||
|
panelRed.Location = new Point(17, 31);
|
|||
|
panelRed.Name = "panelRed";
|
|||
|
panelRed.Size = new Size(48, 47);
|
|||
|
panelRed.TabIndex = 0;
|
|||
|
//
|
|||
|
// checkBoxWeapon
|
|||
|
//
|
|||
|
checkBoxWeapon.AutoSize = true;
|
|||
|
checkBoxWeapon.Location = new Point(6, 217);
|
|||
|
checkBoxWeapon.Name = "checkBoxWeapon";
|
|||
|
checkBoxWeapon.Size = new Size(202, 24);
|
|||
|
checkBoxWeapon.TabIndex = 8;
|
|||
|
checkBoxWeapon.Text = "Признак наличие пушки";
|
|||
|
checkBoxWeapon.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// checkBoxBoat
|
|||
|
//
|
|||
|
checkBoxBoat.AutoSize = true;
|
|||
|
checkBoxBoat.Location = new Point(6, 169);
|
|||
|
checkBoxBoat.Name = "checkBoxBoat";
|
|||
|
checkBoxBoat.Size = new Size(215, 24);
|
|||
|
checkBoxBoat.TabIndex = 7;
|
|||
|
checkBoxBoat.Text = "Признак наличие шлюпок";
|
|||
|
checkBoxBoat.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// checkBoxHelicopterArea
|
|||
|
//
|
|||
|
checkBoxHelicopterArea.AutoSize = true;
|
|||
|
checkBoxHelicopterArea.Location = new Point(6, 123);
|
|||
|
checkBoxHelicopterArea.Name = "checkBoxHelicopterArea";
|
|||
|
checkBoxHelicopterArea.Size = new Size(321, 24);
|
|||
|
checkBoxHelicopterArea.TabIndex = 6;
|
|||
|
checkBoxHelicopterArea.Text = "Признак наличие вертолетной площадки";
|
|||
|
checkBoxHelicopterArea.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// numericUpDownWeight
|
|||
|
//
|
|||
|
numericUpDownWeight.Location = new Point(94, 68);
|
|||
|
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(114, 27);
|
|||
|
numericUpDownWeight.TabIndex = 5;
|
|||
|
numericUpDownWeight.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|||
|
//
|
|||
|
// labelWeight
|
|||
|
//
|
|||
|
labelWeight.AutoSize = true;
|
|||
|
labelWeight.Location = new Point(27, 70);
|
|||
|
labelWeight.Name = "labelWeight";
|
|||
|
labelWeight.Size = new Size(36, 20);
|
|||
|
labelWeight.TabIndex = 4;
|
|||
|
labelWeight.Text = "Вес:";
|
|||
|
//
|
|||
|
// numericUpDownSpeed
|
|||
|
//
|
|||
|
numericUpDownSpeed.Location = new Point(94, 32);
|
|||
|
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(114, 27);
|
|||
|
numericUpDownSpeed.TabIndex = 3;
|
|||
|
numericUpDownSpeed.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|||
|
//
|
|||
|
// labelSpeed
|
|||
|
//
|
|||
|
labelSpeed.AutoSize = true;
|
|||
|
labelSpeed.Location = new Point(12, 32);
|
|||
|
labelSpeed.Name = "labelSpeed";
|
|||
|
labelSpeed.Size = new Size(76, 20);
|
|||
|
labelSpeed.TabIndex = 2;
|
|||
|
labelSpeed.Text = "Скорость:";
|
|||
|
//
|
|||
|
// labelModifiedObject
|
|||
|
//
|
|||
|
labelModifiedObject.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelModifiedObject.Location = new Point(476, 203);
|
|||
|
labelModifiedObject.Name = "labelModifiedObject";
|
|||
|
labelModifiedObject.Size = new Size(131, 44);
|
|||
|
labelModifiedObject.TabIndex = 1;
|
|||
|
labelModifiedObject.Text = "Продвинутый";
|
|||
|
labelModifiedObject.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelModifiedObject.MouseDown += labelObject_MouseDown;
|
|||
|
//
|
|||
|
// labelSimpleObject
|
|||
|
//
|
|||
|
labelSimpleObject.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelSimpleObject.Location = new Point(327, 203);
|
|||
|
labelSimpleObject.Name = "labelSimpleObject";
|
|||
|
labelSimpleObject.Size = new Size(130, 44);
|
|||
|
labelSimpleObject.TabIndex = 0;
|
|||
|
labelSimpleObject.Text = "Простой";
|
|||
|
labelSimpleObject.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelSimpleObject.MouseDown += labelObject_MouseDown;
|
|||
|
//
|
|||
|
// pictureBoxObject
|
|||
|
//
|
|||
|
pictureBoxObject.Location = new Point(11, 56);
|
|||
|
pictureBoxObject.Name = "pictureBoxObject";
|
|||
|
pictureBoxObject.Size = new Size(183, 125);
|
|||
|
pictureBoxObject.TabIndex = 1;
|
|||
|
pictureBoxObject.TabStop = false;
|
|||
|
//
|
|||
|
// buttonAdd
|
|||
|
//
|
|||
|
buttonAdd.Location = new Point(632, 212);
|
|||
|
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(740, 212);
|
|||
|
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(632, 12);
|
|||
|
panelObject.Name = "panelObject";
|
|||
|
panelObject.Size = new Size(205, 194);
|
|||
|
panelObject.TabIndex = 4;
|
|||
|
panelObject.DragDrop += PanelObject_DragDrop;
|
|||
|
panelObject.DragEnter += PanelObject_DragEnter;
|
|||
|
//
|
|||
|
// labelAdditionalColor
|
|||
|
//
|
|||
|
labelAdditionalColor.AllowDrop = true;
|
|||
|
labelAdditionalColor.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelAdditionalColor.Location = new Point(108, 11);
|
|||
|
labelAdditionalColor.Name = "labelAdditionalColor";
|
|||
|
labelAdditionalColor.Size = new Size(83, 36);
|
|||
|
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(11, 11);
|
|||
|
labelBodyColor.Name = "labelBodyColor";
|
|||
|
labelBodyColor.Size = new Size(83, 36);
|
|||
|
labelBodyColor.TabIndex = 2;
|
|||
|
labelBodyColor.Text = "Цвет";
|
|||
|
labelBodyColor.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelBodyColor.DragDrop += labelBodyColor_DragDrop;
|
|||
|
labelBodyColor.DragEnter += labelBodyColor_DragEnter;
|
|||
|
//
|
|||
|
// FormCruiserConfing
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(838, 262);
|
|||
|
Controls.Add(panelObject);
|
|||
|
Controls.Add(buttonCancel);
|
|||
|
Controls.Add(buttonAdd);
|
|||
|
Controls.Add(groupBoxConfing);
|
|||
|
Name = "FormCruiserConfing";
|
|||
|
Text = "Создание объекта";
|
|||
|
groupBoxConfing.ResumeLayout(false);
|
|||
|
groupBoxConfing.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 groupBoxConfing;
|
|||
|
private Label labelSimpleObject;
|
|||
|
private Label labelModifiedObject;
|
|||
|
private Label labelWeight;
|
|||
|
private NumericUpDown numericUpDownSpeed;
|
|||
|
private Label labelSpeed;
|
|||
|
private NumericUpDown numericUpDownWeight;
|
|||
|
private CheckBox checkBoxHelicopterArea;
|
|||
|
private CheckBox checkBoxBoat;
|
|||
|
private CheckBox checkBoxWeapon;
|
|||
|
private GroupBox groupBoxColors;
|
|||
|
private Panel panelPurple;
|
|||
|
private Panel panelBlack;
|
|||
|
private Panel panelGray;
|
|||
|
private Panel panelWhite;
|
|||
|
private Panel panelYellow;
|
|||
|
private Panel panelBlue;
|
|||
|
private Panel panelGreen;
|
|||
|
private Panel panelRed;
|
|||
|
private PictureBox pictureBoxObject;
|
|||
|
private Button buttonAdd;
|
|||
|
private Button buttonCancel;
|
|||
|
private Panel panelObject;
|
|||
|
private Label labelBodyColor;
|
|||
|
private Label labelAdditionalColor;
|
|||
|
}
|
|||
|
}
|