364 lines
15 KiB
C#
364 lines
15 KiB
C#
|
namespace ProjectHoistingCrane
|
|||
|
{
|
|||
|
partial class FormCraneConfig
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
groupBox1 = new GroupBox();
|
|||
|
groupBoxColors = new GroupBox();
|
|||
|
panelPurple = new Panel();
|
|||
|
panelYellow = new Panel();
|
|||
|
panelBlack = new Panel();
|
|||
|
panelBlue = new Panel();
|
|||
|
panelGray = new Panel();
|
|||
|
panelWhite = new Panel();
|
|||
|
panelGreen = new Panel();
|
|||
|
panelRed = new Panel();
|
|||
|
checkBoxCrane = new CheckBox();
|
|||
|
checkBoxСounterweight = 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();
|
|||
|
groupBox1.SuspendLayout();
|
|||
|
groupBoxColors.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)pictureBoxObject).BeginInit();
|
|||
|
panelObject.SuspendLayout();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// groupBox1
|
|||
|
//
|
|||
|
groupBox1.Controls.Add(groupBoxColors);
|
|||
|
groupBox1.Controls.Add(checkBoxCrane);
|
|||
|
groupBox1.Controls.Add(checkBoxСounterweight);
|
|||
|
groupBox1.Controls.Add(numericUpDownWeight);
|
|||
|
groupBox1.Controls.Add(labelWeight);
|
|||
|
groupBox1.Controls.Add(numericUpDownSpeed);
|
|||
|
groupBox1.Controls.Add(labelSpeed);
|
|||
|
groupBox1.Controls.Add(labelModifiedObject);
|
|||
|
groupBox1.Controls.Add(labelSimpleObject);
|
|||
|
groupBox1.Dock = DockStyle.Left;
|
|||
|
groupBox1.Location = new Point(0, 0);
|
|||
|
groupBox1.Name = "groupBox1";
|
|||
|
groupBox1.Size = new Size(614, 242);
|
|||
|
groupBox1.TabIndex = 0;
|
|||
|
groupBox1.TabStop = false;
|
|||
|
groupBox1.Text = "Параметры";
|
|||
|
//
|
|||
|
// groupBoxColors
|
|||
|
//
|
|||
|
groupBoxColors.Controls.Add(panelPurple);
|
|||
|
groupBoxColors.Controls.Add(panelYellow);
|
|||
|
groupBoxColors.Controls.Add(panelBlack);
|
|||
|
groupBoxColors.Controls.Add(panelBlue);
|
|||
|
groupBoxColors.Controls.Add(panelGray);
|
|||
|
groupBoxColors.Controls.Add(panelWhite);
|
|||
|
groupBoxColors.Controls.Add(panelGreen);
|
|||
|
groupBoxColors.Controls.Add(panelRed);
|
|||
|
groupBoxColors.Location = new Point(313, 26);
|
|||
|
groupBoxColors.Name = "groupBoxColors";
|
|||
|
groupBoxColors.Size = new Size(278, 148);
|
|||
|
groupBoxColors.TabIndex = 8;
|
|||
|
groupBoxColors.TabStop = false;
|
|||
|
groupBoxColors.Text = "Цвета";
|
|||
|
//
|
|||
|
// panelPurple
|
|||
|
//
|
|||
|
panelPurple.BackColor = Color.Purple;
|
|||
|
panelPurple.Location = new Point(221, 87);
|
|||
|
panelPurple.Name = "panelPurple";
|
|||
|
panelPurple.Size = new Size(46, 46);
|
|||
|
panelPurple.TabIndex = 3;
|
|||
|
panelPurple.MouseDown += Panel_MouseDown;
|
|||
|
//
|
|||
|
// panelYellow
|
|||
|
//
|
|||
|
panelYellow.BackColor = Color.Yellow;
|
|||
|
panelYellow.Location = new Point(221, 26);
|
|||
|
panelYellow.Name = "panelYellow";
|
|||
|
panelYellow.Size = new Size(46, 46);
|
|||
|
panelYellow.TabIndex = 1;
|
|||
|
panelYellow.MouseDown += Panel_MouseDown;
|
|||
|
//
|
|||
|
// panelBlack
|
|||
|
//
|
|||
|
panelBlack.BackColor = Color.Black;
|
|||
|
panelBlack.Location = new Point(150, 87);
|
|||
|
panelBlack.Name = "panelBlack";
|
|||
|
panelBlack.Size = new Size(46, 46);
|
|||
|
panelBlack.TabIndex = 4;
|
|||
|
panelBlack.MouseDown += Panel_MouseDown;
|
|||
|
//
|
|||
|
// panelBlue
|
|||
|
//
|
|||
|
panelBlue.BackColor = Color.Blue;
|
|||
|
panelBlue.Location = new Point(150, 26);
|
|||
|
panelBlue.Name = "panelBlue";
|
|||
|
panelBlue.Size = new Size(46, 46);
|
|||
|
panelBlue.TabIndex = 1;
|
|||
|
panelBlue.MouseDown += Panel_MouseDown;
|
|||
|
//
|
|||
|
// panelGray
|
|||
|
//
|
|||
|
panelGray.BackColor = Color.Gray;
|
|||
|
panelGray.Location = new Point(77, 87);
|
|||
|
panelGray.Name = "panelGray";
|
|||
|
panelGray.Size = new Size(46, 46);
|
|||
|
panelGray.TabIndex = 5;
|
|||
|
panelGray.MouseDown += Panel_MouseDown;
|
|||
|
//
|
|||
|
// panelWhite
|
|||
|
//
|
|||
|
panelWhite.BackColor = Color.White;
|
|||
|
panelWhite.Location = new Point(6, 87);
|
|||
|
panelWhite.Name = "panelWhite";
|
|||
|
panelWhite.Size = new Size(46, 46);
|
|||
|
panelWhite.TabIndex = 2;
|
|||
|
panelWhite.MouseDown += Panel_MouseDown;
|
|||
|
//
|
|||
|
// panelGreen
|
|||
|
//
|
|||
|
panelGreen.BackColor = Color.Green;
|
|||
|
panelGreen.Location = new Point(77, 26);
|
|||
|
panelGreen.Name = "panelGreen";
|
|||
|
panelGreen.Size = new Size(46, 46);
|
|||
|
panelGreen.TabIndex = 1;
|
|||
|
panelGreen.MouseDown += Panel_MouseDown;
|
|||
|
//
|
|||
|
// panelRed
|
|||
|
//
|
|||
|
panelRed.BackColor = Color.Red;
|
|||
|
panelRed.Location = new Point(6, 26);
|
|||
|
panelRed.Name = "panelRed";
|
|||
|
panelRed.Size = new Size(46, 46);
|
|||
|
panelRed.TabIndex = 0;
|
|||
|
panelRed.MouseDown += Panel_MouseDown;
|
|||
|
//
|
|||
|
// checkBoxCrane
|
|||
|
//
|
|||
|
checkBoxCrane.AutoSize = true;
|
|||
|
checkBoxCrane.Location = new Point(35, 199);
|
|||
|
checkBoxCrane.Name = "checkBoxCrane";
|
|||
|
checkBoxCrane.Size = new Size(199, 24);
|
|||
|
checkBoxCrane.TabIndex = 7;
|
|||
|
checkBoxCrane.Text = "Признак наличия крана";
|
|||
|
checkBoxCrane.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// checkBoxСounterweight
|
|||
|
//
|
|||
|
checkBoxСounterweight.AutoSize = true;
|
|||
|
checkBoxСounterweight.Location = new Point(35, 150);
|
|||
|
checkBoxСounterweight.Name = "checkBoxСounterweight";
|
|||
|
checkBoxСounterweight.Size = new Size(248, 24);
|
|||
|
checkBoxСounterweight.TabIndex = 6;
|
|||
|
checkBoxСounterweight.Text = "Признак наличия противовеса";
|
|||
|
checkBoxСounterweight.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// numericUpDownWeight
|
|||
|
//
|
|||
|
numericUpDownWeight.Location = new Point(94, 78);
|
|||
|
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(88, 27);
|
|||
|
numericUpDownWeight.TabIndex = 5;
|
|||
|
numericUpDownWeight.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
|||
|
//
|
|||
|
// labelWeight
|
|||
|
//
|
|||
|
labelWeight.AutoSize = true;
|
|||
|
labelWeight.Location = new Point(12, 80);
|
|||
|
labelWeight.Name = "labelWeight";
|
|||
|
labelWeight.Size = new Size(36, 20);
|
|||
|
labelWeight.TabIndex = 4;
|
|||
|
labelWeight.Text = "Вес:";
|
|||
|
//
|
|||
|
// numericUpDownSpeed
|
|||
|
//
|
|||
|
numericUpDownSpeed.Location = new Point(94, 34);
|
|||
|
numericUpDownSpeed.Minimum = new decimal(new int[] { 10, 0, 0, 0 });
|
|||
|
numericUpDownSpeed.Name = "numericUpDownSpeed";
|
|||
|
numericUpDownSpeed.Size = new Size(88, 27);
|
|||
|
numericUpDownSpeed.TabIndex = 3;
|
|||
|
numericUpDownSpeed.Value = new decimal(new int[] { 10, 0, 0, 0 });
|
|||
|
//
|
|||
|
// labelSpeed
|
|||
|
//
|
|||
|
labelSpeed.AutoSize = true;
|
|||
|
labelSpeed.Location = new Point(12, 34);
|
|||
|
labelSpeed.Name = "labelSpeed";
|
|||
|
labelSpeed.Size = new Size(76, 20);
|
|||
|
labelSpeed.TabIndex = 2;
|
|||
|
labelSpeed.Text = "Скорость:";
|
|||
|
//
|
|||
|
// labelModifiedObject
|
|||
|
//
|
|||
|
labelModifiedObject.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelModifiedObject.Location = new Point(468, 188);
|
|||
|
labelModifiedObject.Name = "labelModifiedObject";
|
|||
|
labelModifiedObject.Size = new Size(111, 44);
|
|||
|
labelModifiedObject.TabIndex = 1;
|
|||
|
labelModifiedObject.Text = "Продвинутый";
|
|||
|
labelModifiedObject.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelModifiedObject.MouseDown += labelObject_MouseDown;
|
|||
|
//
|
|||
|
// labelSimpleObject
|
|||
|
//
|
|||
|
labelSimpleObject.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelSimpleObject.Location = new Point(313, 188);
|
|||
|
labelSimpleObject.Name = "labelSimpleObject";
|
|||
|
labelSimpleObject.Size = new Size(111, 44);
|
|||
|
labelSimpleObject.TabIndex = 0;
|
|||
|
labelSimpleObject.Text = "Простой";
|
|||
|
labelSimpleObject.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelSimpleObject.MouseDown += labelObject_MouseDown;
|
|||
|
//
|
|||
|
// pictureBoxObject
|
|||
|
//
|
|||
|
pictureBoxObject.Location = new Point(3, 55);
|
|||
|
pictureBoxObject.Name = "pictureBoxObject";
|
|||
|
pictureBoxObject.Size = new Size(208, 107);
|
|||
|
pictureBoxObject.TabIndex = 1;
|
|||
|
pictureBoxObject.TabStop = false;
|
|||
|
//
|
|||
|
// buttonAdd
|
|||
|
//
|
|||
|
buttonAdd.Location = new Point(620, 188);
|
|||
|
buttonAdd.Name = "buttonAdd";
|
|||
|
buttonAdd.Size = new Size(92, 29);
|
|||
|
buttonAdd.TabIndex = 2;
|
|||
|
buttonAdd.Text = "Добавить";
|
|||
|
buttonAdd.UseVisualStyleBackColor = true;
|
|||
|
buttonAdd.Click += ButtonAdd_Click;
|
|||
|
//
|
|||
|
// buttonCancel
|
|||
|
//
|
|||
|
buttonCancel.Location = new Point(739, 188);
|
|||
|
buttonCancel.Name = "buttonCancel";
|
|||
|
buttonCancel.Size = new Size(92, 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(620, 12);
|
|||
|
panelObject.Name = "panelObject";
|
|||
|
panelObject.Size = new Size(220, 170);
|
|||
|
panelObject.TabIndex = 4;
|
|||
|
panelObject.DragDrop += PanelObject_DragDrop;
|
|||
|
panelObject.DragEnter += PanelObject_DragEnter;
|
|||
|
//
|
|||
|
// labelAdditionalColor
|
|||
|
//
|
|||
|
labelAdditionalColor.AllowDrop = true;
|
|||
|
labelAdditionalColor.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelAdditionalColor.Location = new Point(122, 5);
|
|||
|
labelAdditionalColor.Name = "labelAdditionalColor";
|
|||
|
labelAdditionalColor.Size = new Size(89, 44);
|
|||
|
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(3, 5);
|
|||
|
labelBodyColor.Name = "labelBodyColor";
|
|||
|
labelBodyColor.Size = new Size(89, 44);
|
|||
|
labelBodyColor.TabIndex = 2;
|
|||
|
labelBodyColor.Text = "Цвет";
|
|||
|
labelBodyColor.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelBodyColor.DragDrop += labelBodyColor_DragDrop;
|
|||
|
labelBodyColor.DragEnter += labelBodyColor_DragEnter;
|
|||
|
//
|
|||
|
// FormCraneConfig
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(8F, 20F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(843, 242);
|
|||
|
Controls.Add(panelObject);
|
|||
|
Controls.Add(buttonCancel);
|
|||
|
Controls.Add(buttonAdd);
|
|||
|
Controls.Add(groupBox1);
|
|||
|
Name = "FormCraneConfig";
|
|||
|
Text = "Создание объекта";
|
|||
|
groupBox1.ResumeLayout(false);
|
|||
|
groupBox1.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 groupBox1;
|
|||
|
private Label labelSpeed;
|
|||
|
private Label labelModifiedObject;
|
|||
|
private Label labelSimpleObject;
|
|||
|
private NumericUpDown numericUpDownWeight;
|
|||
|
private Label labelWeight;
|
|||
|
private NumericUpDown numericUpDownSpeed;
|
|||
|
private CheckBox checkBoxСounterweight;
|
|||
|
private CheckBox checkBoxCrane;
|
|||
|
private GroupBox groupBoxColors;
|
|||
|
private Panel panelRed;
|
|||
|
private Panel panelPurple;
|
|||
|
private Panel panelYellow;
|
|||
|
private Panel panelBlack;
|
|||
|
private Panel panelBlue;
|
|||
|
private Panel panelGray;
|
|||
|
private Panel panelWhite;
|
|||
|
private Panel panelGreen;
|
|||
|
private PictureBox pictureBoxObject;
|
|||
|
private Button buttonAdd;
|
|||
|
private Button buttonCancel;
|
|||
|
private Panel panelObject;
|
|||
|
private Label labelAdditionalColor;
|
|||
|
private Label labelBodyColor;
|
|||
|
}
|
|||
|
}
|