412 lines
18 KiB
C#
412 lines
18 KiB
C#
namespace Bulldozer
|
||
{
|
||
partial class FormBulldozerConfig
|
||
{
|
||
private System.ComponentModel.IContainer components = null;
|
||
private void InitializeComponent()
|
||
{
|
||
groupBox1 = new GroupBox();
|
||
labelModifiedObject = new Label();
|
||
labelSimpleObject = new Label();
|
||
GroupColor = new GroupBox();
|
||
panelPurple = new Panel();
|
||
panelYellow = new Panel();
|
||
panelBlack = new Panel();
|
||
panelBlue = new Panel();
|
||
panelGray = new Panel();
|
||
panelGreen = new Panel();
|
||
panelWhite = new Panel();
|
||
panelRed = new Panel();
|
||
checkBoxKovsh = new CheckBox();
|
||
checkBoxThirdWheel = new CheckBox();
|
||
label2 = new Label();
|
||
label1 = new Label();
|
||
numericUpDownWeight = new NumericUpDown();
|
||
numericUpDownSpeed = new NumericUpDown();
|
||
ButtonOk = new Button();
|
||
ButtonCancel = new Button();
|
||
label_body_color = new Label();
|
||
label_additional_color = new Label();
|
||
pictureBoxObject = new PictureBox();
|
||
label4 = new Label();
|
||
PanelObject = new Panel();
|
||
groupBox1.SuspendLayout();
|
||
GroupColor.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxObject).BeginInit();
|
||
PanelObject.SuspendLayout();
|
||
SuspendLayout();
|
||
//
|
||
// groupBox1
|
||
//
|
||
groupBox1.Controls.Add(labelModifiedObject);
|
||
groupBox1.Controls.Add(labelSimpleObject);
|
||
groupBox1.Controls.Add(GroupColor);
|
||
groupBox1.Controls.Add(checkBoxKovsh);
|
||
groupBox1.Controls.Add(checkBoxThirdWheel);
|
||
groupBox1.Controls.Add(label2);
|
||
groupBox1.Controls.Add(label1);
|
||
groupBox1.Controls.Add(numericUpDownWeight);
|
||
groupBox1.Controls.Add(numericUpDownSpeed);
|
||
groupBox1.ForeColor = SystemColors.ControlLightLight;
|
||
groupBox1.Location = new Point(10, 9);
|
||
groupBox1.Margin = new Padding(3, 2, 3, 2);
|
||
groupBox1.Name = "groupBox1";
|
||
groupBox1.Padding = new Padding(3, 2, 3, 2);
|
||
groupBox1.Size = new Size(542, 405);
|
||
groupBox1.TabIndex = 0;
|
||
groupBox1.TabStop = false;
|
||
groupBox1.Text = "Параметры";
|
||
groupBox1.Enter += groupBox1_Enter;
|
||
//
|
||
// labelModifiedObject
|
||
//
|
||
labelModifiedObject.AllowDrop = true;
|
||
labelModifiedObject.BackColor = SystemColors.Info;
|
||
labelModifiedObject.BorderStyle = BorderStyle.FixedSingle;
|
||
labelModifiedObject.ForeColor = SystemColors.ControlText;
|
||
labelModifiedObject.Location = new Point(377, 170);
|
||
labelModifiedObject.Name = "labelModifiedObject";
|
||
labelModifiedObject.Size = new Size(132, 53);
|
||
labelModifiedObject.TabIndex = 9;
|
||
labelModifiedObject.Text = "Продвинутый";
|
||
labelModifiedObject.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelModifiedObject.MouseDown += LabelObject_MouseDown;
|
||
//
|
||
// labelSimpleObject
|
||
//
|
||
labelSimpleObject.AllowDrop = true;
|
||
labelSimpleObject.BackColor = SystemColors.Info;
|
||
labelSimpleObject.BorderStyle = BorderStyle.FixedSingle;
|
||
labelSimpleObject.ForeColor = SystemColors.ControlText;
|
||
labelSimpleObject.Location = new Point(225, 170);
|
||
labelSimpleObject.Name = "labelSimpleObject";
|
||
labelSimpleObject.Size = new Size(132, 53);
|
||
labelSimpleObject.TabIndex = 7;
|
||
labelSimpleObject.Text = "Простой";
|
||
labelSimpleObject.TextAlign = ContentAlignment.MiddleCenter;
|
||
labelSimpleObject.MouseDown += LabelObject_MouseDown;
|
||
//
|
||
// GroupColor
|
||
//
|
||
GroupColor.Controls.Add(panelPurple);
|
||
GroupColor.Controls.Add(panelYellow);
|
||
GroupColor.Controls.Add(panelBlack);
|
||
GroupColor.Controls.Add(panelBlue);
|
||
GroupColor.Controls.Add(panelGray);
|
||
GroupColor.Controls.Add(panelGreen);
|
||
GroupColor.Controls.Add(panelWhite);
|
||
GroupColor.Controls.Add(panelRed);
|
||
GroupColor.ForeColor = SystemColors.ControlLightLight;
|
||
GroupColor.Location = new Point(225, 20);
|
||
GroupColor.Margin = new Padding(3, 2, 3, 2);
|
||
GroupColor.Name = "GroupColor";
|
||
GroupColor.Padding = new Padding(3, 2, 3, 2);
|
||
GroupColor.Size = new Size(302, 131);
|
||
GroupColor.TabIndex = 6;
|
||
GroupColor.TabStop = false;
|
||
GroupColor.Text = "Цвета";
|
||
GroupColor.Enter += GroupColor_Enter;
|
||
//
|
||
// panelPurple
|
||
//
|
||
panelPurple.BackColor = Color.Purple;
|
||
panelPurple.Location = new Point(226, 76);
|
||
panelPurple.Margin = new Padding(3, 2, 3, 2);
|
||
panelPurple.Name = "panelPurple";
|
||
panelPurple.Size = new Size(68, 41);
|
||
panelPurple.TabIndex = 3;
|
||
panelPurple.Paint += panelPurple_Paint;
|
||
panelPurple.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelYellow
|
||
//
|
||
panelYellow.BackColor = Color.Yellow;
|
||
panelYellow.Location = new Point(226, 24);
|
||
panelYellow.Margin = new Padding(3, 2, 3, 2);
|
||
panelYellow.Name = "panelYellow";
|
||
panelYellow.Size = new Size(68, 41);
|
||
panelYellow.TabIndex = 1;
|
||
panelYellow.Paint += panelYellow_Paint;
|
||
panelYellow.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelBlack
|
||
//
|
||
panelBlack.BackColor = Color.Black;
|
||
panelBlack.Location = new Point(152, 76);
|
||
panelBlack.Margin = new Padding(3, 2, 3, 2);
|
||
panelBlack.Name = "panelBlack";
|
||
panelBlack.Size = new Size(68, 41);
|
||
panelBlack.TabIndex = 4;
|
||
panelBlack.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelBlue
|
||
//
|
||
panelBlue.BackColor = Color.Blue;
|
||
panelBlue.Location = new Point(152, 24);
|
||
panelBlue.Margin = new Padding(3, 2, 3, 2);
|
||
panelBlue.Name = "panelBlue";
|
||
panelBlue.Size = new Size(68, 41);
|
||
panelBlue.TabIndex = 1;
|
||
panelBlue.Paint += panelBlue_Paint;
|
||
panelBlue.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelGray
|
||
//
|
||
panelGray.BackColor = Color.Gray;
|
||
panelGray.Location = new Point(79, 76);
|
||
panelGray.Margin = new Padding(3, 2, 3, 2);
|
||
panelGray.Name = "panelGray";
|
||
panelGray.Size = new Size(68, 41);
|
||
panelGray.TabIndex = 5;
|
||
panelGray.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelGreen
|
||
//
|
||
panelGreen.BackColor = Color.Lime;
|
||
panelGreen.Location = new Point(79, 24);
|
||
panelGreen.Margin = new Padding(3, 2, 3, 2);
|
||
panelGreen.Name = "panelGreen";
|
||
panelGreen.Size = new Size(68, 41);
|
||
panelGreen.TabIndex = 1;
|
||
panelGreen.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelWhite
|
||
//
|
||
panelWhite.BackColor = Color.White;
|
||
panelWhite.Location = new Point(5, 76);
|
||
panelWhite.Margin = new Padding(3, 2, 3, 2);
|
||
panelWhite.Name = "panelWhite";
|
||
panelWhite.Size = new Size(68, 41);
|
||
panelWhite.TabIndex = 2;
|
||
panelWhite.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// panelRed
|
||
//
|
||
panelRed.BackColor = Color.Red;
|
||
panelRed.Location = new Point(5, 24);
|
||
panelRed.Margin = new Padding(3, 2, 3, 2);
|
||
panelRed.Name = "panelRed";
|
||
panelRed.Size = new Size(68, 41);
|
||
panelRed.TabIndex = 0;
|
||
panelRed.MouseDown += PanelColor_MouseDown;
|
||
//
|
||
// checkBoxKovsh
|
||
//
|
||
checkBoxKovsh.AutoSize = true;
|
||
checkBoxKovsh.ForeColor = SystemColors.ControlLightLight;
|
||
checkBoxKovsh.Location = new Point(18, 132);
|
||
checkBoxKovsh.Margin = new Padding(3, 2, 3, 2);
|
||
checkBoxKovsh.Name = "checkBoxKovsh";
|
||
checkBoxKovsh.Size = new Size(182, 19);
|
||
checkBoxKovsh.TabIndex = 5;
|
||
checkBoxKovsh.Text = "Третье колесо в гусеницах";
|
||
checkBoxKovsh.UseVisualStyleBackColor = true;
|
||
checkBoxKovsh.CheckedChanged += GroupColor_Enter;
|
||
//
|
||
// checkBoxThirdWheel
|
||
//
|
||
checkBoxThirdWheel.AutoSize = true;
|
||
checkBoxThirdWheel.ForeColor = SystemColors.ControlLightLight;
|
||
checkBoxThirdWheel.Location = new Point(18, 106);
|
||
checkBoxThirdWheel.Margin = new Padding(3, 2, 3, 2);
|
||
checkBoxThirdWheel.Name = "checkBoxThirdWheel";
|
||
checkBoxThirdWheel.Size = new Size(60, 19);
|
||
checkBoxThirdWheel.TabIndex = 4;
|
||
checkBoxThirdWheel.Text = "Отвал";
|
||
checkBoxThirdWheel.UseVisualStyleBackColor = true;
|
||
checkBoxThirdWheel.CheckedChanged += checkBoxOtval_CheckedChanged;
|
||
//
|
||
// label2
|
||
//
|
||
label2.AutoSize = true;
|
||
label2.ForeColor = SystemColors.ControlLightLight;
|
||
label2.Location = new Point(5, 70);
|
||
label2.Name = "label2";
|
||
label2.Size = new Size(31, 15);
|
||
label2.TabIndex = 3;
|
||
label2.Text = "Вес:";
|
||
//
|
||
// label1
|
||
//
|
||
label1.AutoSize = true;
|
||
label1.ForeColor = SystemColors.ControlLightLight;
|
||
label1.Location = new Point(5, 38);
|
||
label1.Name = "label1";
|
||
label1.Size = new Size(63, 15);
|
||
label1.TabIndex = 2;
|
||
label1.Text = "Скорость:";
|
||
//
|
||
// numericUpDownWeight
|
||
//
|
||
numericUpDownWeight.BackColor = SystemColors.Info;
|
||
numericUpDownWeight.Location = new Point(88, 68);
|
||
numericUpDownWeight.Margin = new Padding(3, 2, 3, 2);
|
||
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(131, 23);
|
||
numericUpDownWeight.TabIndex = 1;
|
||
numericUpDownWeight.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// numericUpDownSpeed
|
||
//
|
||
numericUpDownSpeed.BackColor = SystemColors.Info;
|
||
numericUpDownSpeed.Location = new Point(88, 36);
|
||
numericUpDownSpeed.Margin = new Padding(3, 2, 3, 2);
|
||
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(131, 23);
|
||
numericUpDownSpeed.TabIndex = 0;
|
||
numericUpDownSpeed.Value = new decimal(new int[] { 100, 0, 0, 0 });
|
||
//
|
||
// ButtonOk
|
||
//
|
||
ButtonOk.BackColor = SystemColors.Info;
|
||
ButtonOk.ForeColor = SystemColors.ControlText;
|
||
ButtonOk.Location = new Point(27, 345);
|
||
ButtonOk.Margin = new Padding(3, 2, 3, 2);
|
||
ButtonOk.Name = "ButtonOk";
|
||
ButtonOk.Size = new Size(93, 44);
|
||
ButtonOk.TabIndex = 12;
|
||
ButtonOk.Text = "Добавить";
|
||
ButtonOk.UseVisualStyleBackColor = false;
|
||
ButtonOk.Click += ButtonOk_Click;
|
||
//
|
||
// ButtonCancel
|
||
//
|
||
ButtonCancel.BackColor = SystemColors.Info;
|
||
ButtonCancel.ForeColor = SystemColors.ControlText;
|
||
ButtonCancel.Location = new Point(203, 345);
|
||
ButtonCancel.Margin = new Padding(3, 2, 3, 2);
|
||
ButtonCancel.Name = "ButtonCancel";
|
||
ButtonCancel.Size = new Size(93, 44);
|
||
ButtonCancel.TabIndex = 13;
|
||
ButtonCancel.Text = "Отмена";
|
||
ButtonCancel.UseVisualStyleBackColor = false;
|
||
ButtonCancel.Click += ButtonCancel_Click;
|
||
//
|
||
// label_body_color
|
||
//
|
||
label_body_color.AllowDrop = true;
|
||
label_body_color.BackColor = SystemColors.Info;
|
||
label_body_color.BorderStyle = BorderStyle.FixedSingle;
|
||
label_body_color.ForeColor = SystemColors.ControlText;
|
||
label_body_color.Location = new Point(27, 7);
|
||
label_body_color.Name = "label_body_color";
|
||
label_body_color.Size = new Size(93, 42);
|
||
label_body_color.TabIndex = 10;
|
||
label_body_color.Text = "Осн. цвет";
|
||
label_body_color.TextAlign = ContentAlignment.MiddleCenter;
|
||
label_body_color.DragDrop += PanelColor_DragDrop;
|
||
label_body_color.DragEnter += PanelColor_DragEnter;
|
||
//
|
||
// label_additional_color
|
||
//
|
||
label_additional_color.AllowDrop = true;
|
||
label_additional_color.BackColor = SystemColors.Info;
|
||
label_additional_color.BorderStyle = BorderStyle.FixedSingle;
|
||
label_additional_color.ForeColor = SystemColors.ControlText;
|
||
label_additional_color.Location = new Point(207, 7);
|
||
label_additional_color.Name = "label_additional_color";
|
||
label_additional_color.Size = new Size(89, 42);
|
||
label_additional_color.TabIndex = 10;
|
||
label_additional_color.Text = "Доп. цвет";
|
||
label_additional_color.TextAlign = ContentAlignment.MiddleCenter;
|
||
label_additional_color.DragDrop += PanelColor_DragDrop;
|
||
label_additional_color.DragEnter += PanelColor_DragEnter;
|
||
//
|
||
// pictureBoxObject
|
||
//
|
||
pictureBoxObject.Location = new Point(27, 53);
|
||
pictureBoxObject.Margin = new Padding(3, 2, 3, 2);
|
||
pictureBoxObject.Name = "pictureBoxObject";
|
||
pictureBoxObject.Size = new Size(306, 288);
|
||
pictureBoxObject.TabIndex = 1;
|
||
pictureBoxObject.TabStop = false;
|
||
pictureBoxObject.Click += pictureBoxObject_Click;
|
||
//
|
||
// label4
|
||
//
|
||
label4.AutoSize = true;
|
||
label4.Location = new Point(449, 278);
|
||
label4.Name = "label4";
|
||
label4.Size = new Size(0, 15);
|
||
label4.TabIndex = 2;
|
||
//
|
||
// PanelObject
|
||
//
|
||
PanelObject.AllowDrop = true;
|
||
PanelObject.Controls.Add(ButtonCancel);
|
||
PanelObject.Controls.Add(ButtonOk);
|
||
PanelObject.Controls.Add(pictureBoxObject);
|
||
PanelObject.Controls.Add(label_body_color);
|
||
PanelObject.Controls.Add(label_additional_color);
|
||
PanelObject.Location = new Point(558, 19);
|
||
PanelObject.Margin = new Padding(3, 2, 3, 2);
|
||
PanelObject.Name = "PanelObject";
|
||
PanelObject.Size = new Size(347, 395);
|
||
PanelObject.TabIndex = 15;
|
||
PanelObject.DragDrop += PanelObject_DragDrop;
|
||
PanelObject.DragEnter += PanelObject_DragEnter;
|
||
//
|
||
// FormBulldozerConfig
|
||
//
|
||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||
AutoScaleMode = AutoScaleMode.Font;
|
||
BackColor = SystemColors.WindowFrame;
|
||
ClientSize = new Size(917, 419);
|
||
Controls.Add(PanelObject);
|
||
Controls.Add(label4);
|
||
Controls.Add(groupBox1);
|
||
Margin = new Padding(3, 2, 3, 2);
|
||
Name = "FormBulldozerConfig";
|
||
Text = "FormBulldozerlConfig";
|
||
groupBox1.ResumeLayout(false);
|
||
groupBox1.PerformLayout();
|
||
GroupColor.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownWeight).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)numericUpDownSpeed).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)pictureBoxObject).EndInit();
|
||
PanelObject.ResumeLayout(false);
|
||
ResumeLayout(false);
|
||
PerformLayout();
|
||
}
|
||
private GroupBox groupBox1;
|
||
private Label label2;
|
||
private Label label1;
|
||
private NumericUpDown numericUpDownWeight;
|
||
private NumericUpDown numericUpDownSpeed;
|
||
private GroupBox GroupColor;
|
||
private Panel panelYellow;
|
||
private Panel panelBlue;
|
||
private Panel panelGreen;
|
||
private Panel panelRed;
|
||
private CheckBox checkBoxKovsh;
|
||
private CheckBox checkBoxThirdWheel;
|
||
private Label labelModifiedObject;
|
||
private Label labelSimpleObject;
|
||
private Panel panelPurple;
|
||
private Panel panelBlack;
|
||
private Panel panelGray;
|
||
private Panel panelWhite;
|
||
private PictureBox pictureBoxObject;
|
||
private Label label4;
|
||
private Button ButtonOk;
|
||
private Button ButtonCancel;
|
||
private Panel PanelObject;
|
||
private Label label_body_color;
|
||
private Label label_additional_color;
|
||
private EventHandler groupBox1_Enter;
|
||
private PaintEventHandler panelPurple_Paint;
|
||
private PaintEventHandler panelYellow_Paint;
|
||
private PaintEventHandler panelBlue_Paint;
|
||
private EventHandler checkBoxOtval_CheckedChanged;
|
||
private EventHandler pictureBoxObject_Click;
|
||
|
||
public EventHandler GroupColor_Enter { get; private set; }
|
||
public EventHandler ButtonCancel_Click { get; private set; }
|
||
}
|
||
} |