356 lines
14 KiB
C#
356 lines
14 KiB
C#
|
namespace Liner
|
|||
|
{
|
|||
|
partial class FormLinerConfig
|
|||
|
{
|
|||
|
/// <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()
|
|||
|
{
|
|||
|
groupBoxParametrs = new GroupBox();
|
|||
|
labelModifiedObject = new Label();
|
|||
|
labelSimpleObject = new Label();
|
|||
|
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();
|
|||
|
checkBoxDeck = new CheckBox();
|
|||
|
checkBoxPool = new CheckBox();
|
|||
|
numericUpDownWeight = new NumericUpDown();
|
|||
|
numericUpDownSpeed = new NumericUpDown();
|
|||
|
TextWeight = new Label();
|
|||
|
TextSpeed = new Label();
|
|||
|
panelObject = new Panel();
|
|||
|
pictureBoxObject = new PictureBox();
|
|||
|
labelAddColor = new Label();
|
|||
|
labelMainColor = new Label();
|
|||
|
buttonOk = new Button();
|
|||
|
buttonCancel = new Button();
|
|||
|
groupBoxParametrs.SuspendLayout();
|
|||
|
groupBoxColors.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).BeginInit();
|
|||
|
panelObject.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)pictureBoxObject).BeginInit();
|
|||
|
SuspendLayout();
|
|||
|
//
|
|||
|
// groupBoxParametrs
|
|||
|
//
|
|||
|
groupBoxParametrs.Controls.Add(labelModifiedObject);
|
|||
|
groupBoxParametrs.Controls.Add(labelSimpleObject);
|
|||
|
groupBoxParametrs.Controls.Add(groupBoxColors);
|
|||
|
groupBoxParametrs.Controls.Add(checkBoxDeck);
|
|||
|
groupBoxParametrs.Controls.Add(checkBoxPool);
|
|||
|
groupBoxParametrs.Controls.Add(numericUpDownWeight);
|
|||
|
groupBoxParametrs.Controls.Add(numericUpDownSpeed);
|
|||
|
groupBoxParametrs.Controls.Add(TextWeight);
|
|||
|
groupBoxParametrs.Controls.Add(TextSpeed);
|
|||
|
groupBoxParametrs.Location = new Point(12, 12);
|
|||
|
groupBoxParametrs.Name = "groupBoxParametrs";
|
|||
|
groupBoxParametrs.Size = new Size(588, 307);
|
|||
|
groupBoxParametrs.TabIndex = 0;
|
|||
|
groupBoxParametrs.TabStop = false;
|
|||
|
groupBoxParametrs.Text = "Parametrs";
|
|||
|
//
|
|||
|
// labelModifiedObject
|
|||
|
//
|
|||
|
labelModifiedObject.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelModifiedObject.Location = new Point(419, 241);
|
|||
|
labelModifiedObject.Name = "labelModifiedObject";
|
|||
|
labelModifiedObject.Size = new Size(120, 50);
|
|||
|
labelModifiedObject.TabIndex = 8;
|
|||
|
labelModifiedObject.Text = "Big";
|
|||
|
labelModifiedObject.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelModifiedObject.MouseDown += LabelObject_MouseDown;
|
|||
|
//
|
|||
|
// labelSimpleObject
|
|||
|
//
|
|||
|
labelSimpleObject.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelSimpleObject.Location = new Point(278, 241);
|
|||
|
labelSimpleObject.Name = "labelSimpleObject";
|
|||
|
labelSimpleObject.Size = new Size(120, 50);
|
|||
|
labelSimpleObject.TabIndex = 7;
|
|||
|
labelSimpleObject.Text = "Small";
|
|||
|
labelSimpleObject.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelSimpleObject.MouseDown += LabelObject_MouseDown;
|
|||
|
//
|
|||
|
// 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(244, 22);
|
|||
|
groupBoxColors.Name = "groupBoxColors";
|
|||
|
groupBoxColors.Size = new Size(338, 200);
|
|||
|
groupBoxColors.TabIndex = 6;
|
|||
|
groupBoxColors.TabStop = false;
|
|||
|
groupBoxColors.Text = "Colors";
|
|||
|
//
|
|||
|
// panelPurple
|
|||
|
//
|
|||
|
panelPurple.BackColor = Color.Purple;
|
|||
|
panelPurple.Location = new Point(248, 110);
|
|||
|
panelPurple.Name = "panelPurple";
|
|||
|
panelPurple.Size = new Size(57, 49);
|
|||
|
panelPurple.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelBlack
|
|||
|
//
|
|||
|
panelBlack.BackColor = Color.Black;
|
|||
|
panelBlack.Location = new Point(175, 110);
|
|||
|
panelBlack.Name = "panelBlack";
|
|||
|
panelBlack.Size = new Size(57, 49);
|
|||
|
panelBlack.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelGray
|
|||
|
//
|
|||
|
panelGray.BackColor = Color.Gray;
|
|||
|
panelGray.Location = new Point(97, 110);
|
|||
|
panelGray.Name = "panelGray";
|
|||
|
panelGray.Size = new Size(57, 49);
|
|||
|
panelGray.TabIndex = 5;
|
|||
|
//
|
|||
|
// panelWhite
|
|||
|
//
|
|||
|
panelWhite.BackColor = Color.White;
|
|||
|
panelWhite.Location = new Point(18, 110);
|
|||
|
panelWhite.Name = "panelWhite";
|
|||
|
panelWhite.Size = new Size(57, 49);
|
|||
|
panelWhite.TabIndex = 4;
|
|||
|
//
|
|||
|
// panelYellow
|
|||
|
//
|
|||
|
panelYellow.BackColor = Color.Yellow;
|
|||
|
panelYellow.Location = new Point(248, 22);
|
|||
|
panelYellow.Name = "panelYellow";
|
|||
|
panelYellow.Size = new Size(57, 49);
|
|||
|
panelYellow.TabIndex = 3;
|
|||
|
//
|
|||
|
// panelBlue
|
|||
|
//
|
|||
|
panelBlue.BackColor = Color.Blue;
|
|||
|
panelBlue.Location = new Point(175, 22);
|
|||
|
panelBlue.Name = "panelBlue";
|
|||
|
panelBlue.Size = new Size(57, 49);
|
|||
|
panelBlue.TabIndex = 2;
|
|||
|
//
|
|||
|
// panelGreen
|
|||
|
//
|
|||
|
panelGreen.BackColor = Color.Green;
|
|||
|
panelGreen.Location = new Point(97, 22);
|
|||
|
panelGreen.Name = "panelGreen";
|
|||
|
panelGreen.Size = new Size(57, 49);
|
|||
|
panelGreen.TabIndex = 1;
|
|||
|
//
|
|||
|
// panelRed
|
|||
|
//
|
|||
|
panelRed.BackColor = Color.Red;
|
|||
|
panelRed.Location = new Point(18, 22);
|
|||
|
panelRed.Name = "panelRed";
|
|||
|
panelRed.Size = new Size(57, 49);
|
|||
|
panelRed.TabIndex = 0;
|
|||
|
//
|
|||
|
// checkBoxDeck
|
|||
|
//
|
|||
|
checkBoxDeck.AutoSize = true;
|
|||
|
checkBoxDeck.Location = new Point(17, 162);
|
|||
|
checkBoxDeck.Name = "checkBoxDeck";
|
|||
|
checkBoxDeck.Size = new Size(110, 19);
|
|||
|
checkBoxDeck.TabIndex = 5;
|
|||
|
checkBoxDeck.Text = "Additional Deck";
|
|||
|
checkBoxDeck.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// checkBoxPool
|
|||
|
//
|
|||
|
checkBoxPool.AutoSize = true;
|
|||
|
checkBoxPool.Location = new Point(17, 137);
|
|||
|
checkBoxPool.Name = "checkBoxPool";
|
|||
|
checkBoxPool.Size = new Size(110, 19);
|
|||
|
checkBoxPool.TabIndex = 4;
|
|||
|
checkBoxPool.Text = "Swimming pool";
|
|||
|
checkBoxPool.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// numericUpDownWeight
|
|||
|
//
|
|||
|
numericUpDownWeight.Location = new Point(81, 70);
|
|||
|
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(81, 41);
|
|||
|
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 });
|
|||
|
//
|
|||
|
// TextWeight
|
|||
|
//
|
|||
|
TextWeight.AutoSize = true;
|
|||
|
TextWeight.Location = new Point(17, 73);
|
|||
|
TextWeight.Name = "TextWeight";
|
|||
|
TextWeight.Size = new Size(48, 15);
|
|||
|
TextWeight.TabIndex = 1;
|
|||
|
TextWeight.Text = "Weight:";
|
|||
|
//
|
|||
|
// TextSpeed
|
|||
|
//
|
|||
|
TextSpeed.AutoSize = true;
|
|||
|
TextSpeed.Location = new Point(17, 43);
|
|||
|
TextSpeed.Name = "TextSpeed";
|
|||
|
TextSpeed.Size = new Size(42, 15);
|
|||
|
TextSpeed.TabIndex = 0;
|
|||
|
TextSpeed.Text = "Speed:";
|
|||
|
//
|
|||
|
// panelObject
|
|||
|
//
|
|||
|
panelObject.AllowDrop = true;
|
|||
|
panelObject.Controls.Add(pictureBoxObject);
|
|||
|
panelObject.Location = new Point(626, 56);
|
|||
|
panelObject.Name = "panelObject";
|
|||
|
panelObject.Size = new Size(325, 224);
|
|||
|
panelObject.TabIndex = 1;
|
|||
|
panelObject.DragDrop += PanelObject_DragDrop;
|
|||
|
panelObject.DragEnter += PanelObject_DragEnter;
|
|||
|
//
|
|||
|
// pictureBoxObject
|
|||
|
//
|
|||
|
pictureBoxObject.Location = new Point(20, 6);
|
|||
|
pictureBoxObject.Name = "pictureBoxObject";
|
|||
|
pictureBoxObject.Size = new Size(292, 218);
|
|||
|
pictureBoxObject.TabIndex = 11;
|
|||
|
pictureBoxObject.TabStop = false;
|
|||
|
//
|
|||
|
// labelAddColor
|
|||
|
//
|
|||
|
labelAddColor.AllowDrop = true;
|
|||
|
labelAddColor.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelAddColor.Location = new Point(801, 7);
|
|||
|
labelAddColor.Name = "labelAddColor";
|
|||
|
labelAddColor.Size = new Size(150, 46);
|
|||
|
labelAddColor.TabIndex = 10;
|
|||
|
labelAddColor.Text = "Additional Color";
|
|||
|
labelAddColor.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelAddColor.DragDrop += LabelColor_DragDrop;
|
|||
|
labelAddColor.DragEnter += LabelColor_DragEnter;
|
|||
|
//
|
|||
|
// labelMainColor
|
|||
|
//
|
|||
|
labelMainColor.AllowDrop = true;
|
|||
|
labelMainColor.BorderStyle = BorderStyle.FixedSingle;
|
|||
|
labelMainColor.Location = new Point(626, 7);
|
|||
|
labelMainColor.Name = "labelMainColor";
|
|||
|
labelMainColor.Size = new Size(150, 46);
|
|||
|
labelMainColor.TabIndex = 9;
|
|||
|
labelMainColor.Text = "Main Color";
|
|||
|
labelMainColor.TextAlign = ContentAlignment.MiddleCenter;
|
|||
|
labelMainColor.DragDrop += LabelColor_DragDrop;
|
|||
|
labelMainColor.DragEnter += LabelColor_DragEnter;
|
|||
|
//
|
|||
|
// buttonOk
|
|||
|
//
|
|||
|
buttonOk.Location = new Point(626, 290);
|
|||
|
buttonOk.Name = "buttonOk";
|
|||
|
buttonOk.Size = new Size(135, 29);
|
|||
|
buttonOk.TabIndex = 2;
|
|||
|
buttonOk.Text = "Add";
|
|||
|
buttonOk.UseVisualStyleBackColor = true;
|
|||
|
buttonOk.Click += ButtonOk_Click;
|
|||
|
//
|
|||
|
// buttonCancel
|
|||
|
//
|
|||
|
buttonCancel.Location = new Point(816, 290);
|
|||
|
buttonCancel.Name = "buttonCancel";
|
|||
|
buttonCancel.Size = new Size(135, 29);
|
|||
|
buttonCancel.TabIndex = 3;
|
|||
|
buttonCancel.Text = "Cancel";
|
|||
|
buttonCancel.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// FormLinerConfig
|
|||
|
//
|
|||
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
|||
|
AutoScaleMode = AutoScaleMode.Font;
|
|||
|
ClientSize = new Size(985, 331);
|
|||
|
Controls.Add(buttonCancel);
|
|||
|
Controls.Add(labelAddColor);
|
|||
|
Controls.Add(buttonOk);
|
|||
|
Controls.Add(panelObject);
|
|||
|
Controls.Add(labelMainColor);
|
|||
|
Controls.Add(groupBoxParametrs);
|
|||
|
Name = "FormLinerConfig";
|
|||
|
Text = "FormLinerConfig";
|
|||
|
groupBoxParametrs.ResumeLayout(false);
|
|||
|
groupBoxParametrs.PerformLayout();
|
|||
|
groupBoxColors.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).EndInit();
|
|||
|
panelObject.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)pictureBoxObject).EndInit();
|
|||
|
ResumeLayout(false);
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private GroupBox groupBoxParametrs;
|
|||
|
private NumericUpDown numericUpDownWeight;
|
|||
|
private NumericUpDown numericUpDownSpeed;
|
|||
|
private Label TextWeight;
|
|||
|
private Label TextSpeed;
|
|||
|
private GroupBox groupBoxColors;
|
|||
|
private Panel panelBlue;
|
|||
|
private Panel panelGreen;
|
|||
|
private Panel panelRed;
|
|||
|
private CheckBox checkBoxDeck;
|
|||
|
private CheckBox checkBoxPool;
|
|||
|
private Panel panelPurple;
|
|||
|
private Panel panelBlack;
|
|||
|
private Panel panelGray;
|
|||
|
private Panel panelWhite;
|
|||
|
private Panel panelYellow;
|
|||
|
private Label labelSimpleObject;
|
|||
|
private Label labelModifiedObject;
|
|||
|
private Panel panelObject;
|
|||
|
private PictureBox pictureBoxObject;
|
|||
|
private Label labelAddColor;
|
|||
|
private Label labelMainColor;
|
|||
|
private Button buttonOk;
|
|||
|
private Button buttonCancel;
|
|||
|
}
|
|||
|
}
|