382 lines
18 KiB
C#
382 lines
18 KiB
C#
namespace ProjectGasolineTanker
|
||
{
|
||
partial class FormTruckConfig
|
||
{
|
||
/// <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()
|
||
{
|
||
this.groupBoxConfig = new System.Windows.Forms.GroupBox();
|
||
this.labelAdvancedObject = new System.Windows.Forms.Label();
|
||
this.labelSimpleObject = new System.Windows.Forms.Label();
|
||
this.groupBoxColor = new System.Windows.Forms.GroupBox();
|
||
this.panelLightBlue = new System.Windows.Forms.Panel();
|
||
this.panelBlue = new System.Windows.Forms.Panel();
|
||
this.panelPurple = new System.Windows.Forms.Panel();
|
||
this.panelGray = new System.Windows.Forms.Panel();
|
||
this.panelGreen = new System.Windows.Forms.Panel();
|
||
this.panelYellow = new System.Windows.Forms.Panel();
|
||
this.panelOrange = new System.Windows.Forms.Panel();
|
||
this.panelRed = new System.Windows.Forms.Panel();
|
||
this.checkBoxWheel = new System.Windows.Forms.CheckBox();
|
||
this.checkBoxTanker = new System.Windows.Forms.CheckBox();
|
||
this.numericUpDownSpeed = new System.Windows.Forms.NumericUpDown();
|
||
this.numericUpDownWeight = new System.Windows.Forms.NumericUpDown();
|
||
this.labelWeight = new System.Windows.Forms.Label();
|
||
this.labelSpeed = new System.Windows.Forms.Label();
|
||
this.pictureBoxObject = new System.Windows.Forms.PictureBox();
|
||
this.panelObject = new System.Windows.Forms.Panel();
|
||
this.labelAdditionalColor = new System.Windows.Forms.Label();
|
||
this.labelMainColor = new System.Windows.Forms.Label();
|
||
this.buttonAdd = new System.Windows.Forms.Button();
|
||
this.buttonCancel = new System.Windows.Forms.Button();
|
||
this.groupBoxConfig.SuspendLayout();
|
||
this.groupBoxColor.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownSpeed)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownWeight)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxObject)).BeginInit();
|
||
this.panelObject.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBoxConfig
|
||
//
|
||
this.groupBoxConfig.Controls.Add(this.labelAdvancedObject);
|
||
this.groupBoxConfig.Controls.Add(this.labelSimpleObject);
|
||
this.groupBoxConfig.Controls.Add(this.groupBoxColor);
|
||
this.groupBoxConfig.Controls.Add(this.checkBoxWheel);
|
||
this.groupBoxConfig.Controls.Add(this.checkBoxTanker);
|
||
this.groupBoxConfig.Controls.Add(this.numericUpDownSpeed);
|
||
this.groupBoxConfig.Controls.Add(this.numericUpDownWeight);
|
||
this.groupBoxConfig.Controls.Add(this.labelWeight);
|
||
this.groupBoxConfig.Controls.Add(this.labelSpeed);
|
||
this.groupBoxConfig.Location = new System.Drawing.Point(14, 48);
|
||
this.groupBoxConfig.Name = "groupBoxConfig";
|
||
this.groupBoxConfig.Size = new System.Drawing.Size(570, 251);
|
||
this.groupBoxConfig.TabIndex = 0;
|
||
this.groupBoxConfig.TabStop = false;
|
||
this.groupBoxConfig.Text = "Параметры";
|
||
//
|
||
// labelAdvancedObject
|
||
//
|
||
this.labelAdvancedObject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.labelAdvancedObject.Location = new System.Drawing.Point(440, 188);
|
||
this.labelAdvancedObject.Name = "labelAdvancedObject";
|
||
this.labelAdvancedObject.Size = new System.Drawing.Size(120, 30);
|
||
this.labelAdvancedObject.TabIndex = 8;
|
||
this.labelAdvancedObject.Text = "Продвинутый";
|
||
this.labelAdvancedObject.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.labelAdvancedObject.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LabelObject_MouseDown);
|
||
//
|
||
// labelSimpleObject
|
||
//
|
||
this.labelSimpleObject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.labelSimpleObject.Location = new System.Drawing.Point(283, 188);
|
||
this.labelSimpleObject.Name = "labelSimpleObject";
|
||
this.labelSimpleObject.Size = new System.Drawing.Size(120, 30);
|
||
this.labelSimpleObject.TabIndex = 7;
|
||
this.labelSimpleObject.Text = "Простой";
|
||
this.labelSimpleObject.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.labelSimpleObject.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LabelObject_MouseDown);
|
||
//
|
||
// groupBoxColor
|
||
//
|
||
this.groupBoxColor.Controls.Add(this.panelLightBlue);
|
||
this.groupBoxColor.Controls.Add(this.panelBlue);
|
||
this.groupBoxColor.Controls.Add(this.panelPurple);
|
||
this.groupBoxColor.Controls.Add(this.panelGray);
|
||
this.groupBoxColor.Controls.Add(this.panelGreen);
|
||
this.groupBoxColor.Controls.Add(this.panelYellow);
|
||
this.groupBoxColor.Controls.Add(this.panelOrange);
|
||
this.groupBoxColor.Controls.Add(this.panelRed);
|
||
this.groupBoxColor.Location = new System.Drawing.Point(283, 32);
|
||
this.groupBoxColor.Name = "groupBoxColor";
|
||
this.groupBoxColor.Size = new System.Drawing.Size(277, 145);
|
||
this.groupBoxColor.TabIndex = 6;
|
||
this.groupBoxColor.TabStop = false;
|
||
this.groupBoxColor.Text = "Цвета";
|
||
//
|
||
// panelLightBlue
|
||
//
|
||
this.panelLightBlue.BackColor = System.Drawing.Color.Indigo;
|
||
this.panelLightBlue.Location = new System.Drawing.Point(5, 85);
|
||
this.panelLightBlue.Name = "panelLightBlue";
|
||
this.panelLightBlue.Size = new System.Drawing.Size(50, 40);
|
||
this.panelLightBlue.TabIndex = 0;
|
||
//
|
||
// panelBlue
|
||
//
|
||
this.panelBlue.BackColor = System.Drawing.Color.Black;
|
||
this.panelBlue.Location = new System.Drawing.Point(75, 85);
|
||
this.panelBlue.Name = "panelBlue";
|
||
this.panelBlue.Size = new System.Drawing.Size(50, 40);
|
||
this.panelBlue.TabIndex = 0;
|
||
//
|
||
// panelPurple
|
||
//
|
||
this.panelPurple.BackColor = System.Drawing.Color.Fuchsia;
|
||
this.panelPurple.Location = new System.Drawing.Point(145, 85);
|
||
this.panelPurple.Name = "panelPurple";
|
||
this.panelPurple.Size = new System.Drawing.Size(50, 40);
|
||
this.panelPurple.TabIndex = 0;
|
||
//
|
||
// panelGray
|
||
//
|
||
this.panelGray.BackColor = System.Drawing.Color.Gray;
|
||
this.panelGray.Location = new System.Drawing.Point(215, 85);
|
||
this.panelGray.Name = "panelGray";
|
||
this.panelGray.Size = new System.Drawing.Size(50, 40);
|
||
this.panelGray.TabIndex = 0;
|
||
//
|
||
// panelGreen
|
||
//
|
||
this.panelGreen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
|
||
this.panelGreen.Location = new System.Drawing.Point(215, 25);
|
||
this.panelGreen.Name = "panelGreen";
|
||
this.panelGreen.Size = new System.Drawing.Size(50, 40);
|
||
this.panelGreen.TabIndex = 0;
|
||
//
|
||
// panelYellow
|
||
//
|
||
this.panelYellow.BackColor = System.Drawing.Color.Gold;
|
||
this.panelYellow.Location = new System.Drawing.Point(145, 25);
|
||
this.panelYellow.Name = "panelYellow";
|
||
this.panelYellow.Size = new System.Drawing.Size(50, 40);
|
||
this.panelYellow.TabIndex = 0;
|
||
//
|
||
// panelOrange
|
||
//
|
||
this.panelOrange.BackColor = System.Drawing.Color.Cyan;
|
||
this.panelOrange.Location = new System.Drawing.Point(75, 25);
|
||
this.panelOrange.Name = "panelOrange";
|
||
this.panelOrange.Size = new System.Drawing.Size(50, 40);
|
||
this.panelOrange.TabIndex = 0;
|
||
//
|
||
// panelRed
|
||
//
|
||
this.panelRed.BackColor = System.Drawing.Color.LawnGreen;
|
||
this.panelRed.Location = new System.Drawing.Point(5, 25);
|
||
this.panelRed.Name = "panelRed";
|
||
this.panelRed.Size = new System.Drawing.Size(50, 40);
|
||
this.panelRed.TabIndex = 0;
|
||
//
|
||
// checkBoxWheel
|
||
//
|
||
this.checkBoxWheel.AutoSize = true;
|
||
this.checkBoxWheel.Location = new System.Drawing.Point(13, 149);
|
||
this.checkBoxWheel.Name = "checkBoxWheel";
|
||
this.checkBoxWheel.Size = new System.Drawing.Size(173, 24);
|
||
this.checkBoxWheel.TabIndex = 5;
|
||
this.checkBoxWheel.Text = "Наличие доп колеса";
|
||
this.checkBoxWheel.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBoxTanker
|
||
//
|
||
this.checkBoxTanker.AutoSize = true;
|
||
this.checkBoxTanker.Location = new System.Drawing.Point(13, 119);
|
||
this.checkBoxTanker.Name = "checkBoxTanker";
|
||
this.checkBoxTanker.Size = new System.Drawing.Size(128, 24);
|
||
this.checkBoxTanker.TabIndex = 4;
|
||
this.checkBoxTanker.Text = "Наличие бака";
|
||
this.checkBoxTanker.UseVisualStyleBackColor = true;
|
||
//
|
||
// numericUpDownSpeed
|
||
//
|
||
this.numericUpDownSpeed.Location = new System.Drawing.Point(94, 32);
|
||
this.numericUpDownSpeed.Maximum = new decimal(new int[] {
|
||
1000,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDownSpeed.Minimum = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDownSpeed.Name = "numericUpDownSpeed";
|
||
this.numericUpDownSpeed.Size = new System.Drawing.Size(150, 27);
|
||
this.numericUpDownSpeed.TabIndex = 3;
|
||
this.numericUpDownSpeed.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// numericUpDownWeight
|
||
//
|
||
this.numericUpDownWeight.Location = new System.Drawing.Point(94, 83);
|
||
this.numericUpDownWeight.Maximum = new decimal(new int[] {
|
||
1000,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDownWeight.Minimum = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
this.numericUpDownWeight.Name = "numericUpDownWeight";
|
||
this.numericUpDownWeight.Size = new System.Drawing.Size(150, 27);
|
||
this.numericUpDownWeight.TabIndex = 2;
|
||
this.numericUpDownWeight.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// labelWeight
|
||
//
|
||
this.labelWeight.AutoSize = true;
|
||
this.labelWeight.Location = new System.Drawing.Point(6, 85);
|
||
this.labelWeight.Name = "labelWeight";
|
||
this.labelWeight.Size = new System.Drawing.Size(36, 20);
|
||
this.labelWeight.TabIndex = 1;
|
||
this.labelWeight.Text = "Вес:";
|
||
//
|
||
// labelSpeed
|
||
//
|
||
this.labelSpeed.AutoSize = true;
|
||
this.labelSpeed.Location = new System.Drawing.Point(6, 32);
|
||
this.labelSpeed.Name = "labelSpeed";
|
||
this.labelSpeed.Size = new System.Drawing.Size(76, 20);
|
||
this.labelSpeed.TabIndex = 0;
|
||
this.labelSpeed.Text = "Скорость:";
|
||
//
|
||
// pictureBoxObject
|
||
//
|
||
this.pictureBoxObject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.pictureBoxObject.Location = new System.Drawing.Point(35, 84);
|
||
this.pictureBoxObject.Name = "pictureBoxObject";
|
||
this.pictureBoxObject.Size = new System.Drawing.Size(327, 205);
|
||
this.pictureBoxObject.TabIndex = 1;
|
||
this.pictureBoxObject.TabStop = false;
|
||
//
|
||
// panelObject
|
||
//
|
||
this.panelObject.AllowDrop = true;
|
||
this.panelObject.Controls.Add(this.labelAdditionalColor);
|
||
this.panelObject.Controls.Add(this.labelMainColor);
|
||
this.panelObject.Controls.Add(this.pictureBoxObject);
|
||
this.panelObject.Location = new System.Drawing.Point(613, 29);
|
||
this.panelObject.Name = "panelObject";
|
||
this.panelObject.Size = new System.Drawing.Size(401, 301);
|
||
this.panelObject.TabIndex = 2;
|
||
this.panelObject.DragDrop += new System.Windows.Forms.DragEventHandler(this.PanelObject_DragDrop);
|
||
this.panelObject.DragEnter += new System.Windows.Forms.DragEventHandler(this.PanelObject_DragEnter);
|
||
//
|
||
// labelAdditionalColor
|
||
//
|
||
this.labelAdditionalColor.AllowDrop = true;
|
||
this.labelAdditionalColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.labelAdditionalColor.Location = new System.Drawing.Point(233, 19);
|
||
this.labelAdditionalColor.Name = "labelAdditionalColor";
|
||
this.labelAdditionalColor.Size = new System.Drawing.Size(90, 50);
|
||
this.labelAdditionalColor.TabIndex = 3;
|
||
this.labelAdditionalColor.Text = "Доп. цвет";
|
||
this.labelAdditionalColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.labelAdditionalColor.DragDrop += new System.Windows.Forms.DragEventHandler(this.LabelAdditionalColor_DragDrop);
|
||
this.labelAdditionalColor.DragEnter += new System.Windows.Forms.DragEventHandler(this.LabelAdditionalColor_DragEnter);
|
||
//
|
||
// labelMainColor
|
||
//
|
||
this.labelMainColor.AllowDrop = true;
|
||
this.labelMainColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.labelMainColor.Location = new System.Drawing.Point(77, 19);
|
||
this.labelMainColor.Name = "labelMainColor";
|
||
this.labelMainColor.Size = new System.Drawing.Size(90, 50);
|
||
this.labelMainColor.TabIndex = 2;
|
||
this.labelMainColor.Text = "Цвет";
|
||
this.labelMainColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.labelMainColor.DragDrop += new System.Windows.Forms.DragEventHandler(this.LabelMainColor_DragDrop);
|
||
this.labelMainColor.DragEnter += new System.Windows.Forms.DragEventHandler(this.LabelMainColor_DragEnter);
|
||
//
|
||
// buttonAdd
|
||
//
|
||
this.buttonAdd.Location = new System.Drawing.Point(689, 337);
|
||
this.buttonAdd.Name = "buttonAdd";
|
||
this.buttonAdd.Size = new System.Drawing.Size(94, 29);
|
||
this.buttonAdd.TabIndex = 3;
|
||
this.buttonAdd.Text = "Добавить";
|
||
this.buttonAdd.UseVisualStyleBackColor = true;
|
||
this.buttonAdd.Click += new System.EventHandler(this.ButtonAdd_Click);
|
||
//
|
||
// buttonCancel
|
||
//
|
||
this.buttonCancel.Location = new System.Drawing.Point(846, 339);
|
||
this.buttonCancel.Name = "buttonCancel";
|
||
this.buttonCancel.Size = new System.Drawing.Size(94, 29);
|
||
this.buttonCancel.TabIndex = 4;
|
||
this.buttonCancel.Text = "Отмена";
|
||
this.buttonCancel.UseVisualStyleBackColor = true;
|
||
//
|
||
// FormTruckConfig
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1032, 383);
|
||
this.Controls.Add(this.buttonCancel);
|
||
this.Controls.Add(this.buttonAdd);
|
||
this.Controls.Add(this.panelObject);
|
||
this.Controls.Add(this.groupBoxConfig);
|
||
this.Name = "FormTruckConfig";
|
||
this.Text = "FormTruckConfig";
|
||
this.groupBoxConfig.ResumeLayout(false);
|
||
this.groupBoxConfig.PerformLayout();
|
||
this.groupBoxColor.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownSpeed)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownWeight)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxObject)).EndInit();
|
||
this.panelObject.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBoxConfig;
|
||
private NumericUpDown numericUpDownSpeed;
|
||
private NumericUpDown numericUpDownWeight;
|
||
private Label labelWeight;
|
||
private Label labelSpeed;
|
||
private CheckBox checkBoxWheel;
|
||
private CheckBox checkBoxTanker;
|
||
private GroupBox groupBoxColor;
|
||
private Panel panelLightBlue;
|
||
private Panel panelBlue;
|
||
private Panel panelPurple;
|
||
private Panel panelGray;
|
||
private Panel panelGreen;
|
||
private Panel panelYellow;
|
||
private Panel panelOrange;
|
||
private Panel panelRed;
|
||
private Label labelAdvancedObject;
|
||
private Label labelSimpleObject;
|
||
private PictureBox pictureBoxObject;
|
||
private Panel panelObject;
|
||
private Label labelAdditionalColor;
|
||
private Label labelMainColor;
|
||
private Button buttonAdd;
|
||
private Button buttonCancel;
|
||
}
|
||
} |