390 lines
18 KiB
C#
390 lines
18 KiB
C#
namespace DumpTruck
|
||
{
|
||
partial class FormCarConfig
|
||
{
|
||
/// <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.groupBoxParameters = new System.Windows.Forms.GroupBox();
|
||
this.labelAdvancedObject = new System.Windows.Forms.Label();
|
||
this.labelBaseObject = new System.Windows.Forms.Label();
|
||
this.groupBoxColors = new System.Windows.Forms.GroupBox();
|
||
this.panelWhite = new System.Windows.Forms.Panel();
|
||
this.panelPurple = new System.Windows.Forms.Panel();
|
||
this.panelLightBlue = new System.Windows.Forms.Panel();
|
||
this.panelYellow = new System.Windows.Forms.Panel();
|
||
this.panelBlue = new System.Windows.Forms.Panel();
|
||
this.panelBlack = new System.Windows.Forms.Panel();
|
||
this.panelOrange = new System.Windows.Forms.Panel();
|
||
this.panelRed = new System.Windows.Forms.Panel();
|
||
this.checkBoxTent = new System.Windows.Forms.CheckBox();
|
||
this.checkBoxKit = new System.Windows.Forms.CheckBox();
|
||
this.numericUpDownWeight = new System.Windows.Forms.NumericUpDown();
|
||
this.numericUpDownSpeed = 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.labelColor = new System.Windows.Forms.Label();
|
||
this.labelAddColor = new System.Windows.Forms.Label();
|
||
this.buttonAdd = new System.Windows.Forms.Button();
|
||
this.buttonCanel = new System.Windows.Forms.Button();
|
||
this.groupBoxParameters.SuspendLayout();
|
||
this.groupBoxColors.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownWeight)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownSpeed)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxObject)).BeginInit();
|
||
this.panelObject.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// groupBoxParameters
|
||
//
|
||
this.groupBoxParameters.Controls.Add(this.labelAdvancedObject);
|
||
this.groupBoxParameters.Controls.Add(this.labelBaseObject);
|
||
this.groupBoxParameters.Controls.Add(this.groupBoxColors);
|
||
this.groupBoxParameters.Controls.Add(this.checkBoxTent);
|
||
this.groupBoxParameters.Controls.Add(this.checkBoxKit);
|
||
this.groupBoxParameters.Controls.Add(this.numericUpDownWeight);
|
||
this.groupBoxParameters.Controls.Add(this.numericUpDownSpeed);
|
||
this.groupBoxParameters.Controls.Add(this.labelWeight);
|
||
this.groupBoxParameters.Controls.Add(this.labelSpeed);
|
||
this.groupBoxParameters.Location = new System.Drawing.Point(12, 12);
|
||
this.groupBoxParameters.Name = "groupBoxParameters";
|
||
this.groupBoxParameters.Size = new System.Drawing.Size(589, 328);
|
||
this.groupBoxParameters.TabIndex = 0;
|
||
this.groupBoxParameters.TabStop = false;
|
||
this.groupBoxParameters.Text = "Параметры";
|
||
//
|
||
// labelAdvancedObject
|
||
//
|
||
this.labelAdvancedObject.AllowDrop = true;
|
||
this.labelAdvancedObject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.labelAdvancedObject.Location = new System.Drawing.Point(406, 271);
|
||
this.labelAdvancedObject.Name = "labelAdvancedObject";
|
||
this.labelAdvancedObject.Size = new System.Drawing.Size(98, 35);
|
||
this.labelAdvancedObject.TabIndex = 6;
|
||
this.labelAdvancedObject.Text = "Продвинутый";
|
||
this.labelAdvancedObject.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.labelAdvancedObject.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LabelObject_MouseDown);
|
||
//
|
||
// labelBaseObject
|
||
//
|
||
this.labelBaseObject.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.labelBaseObject.Location = new System.Drawing.Point(295, 271);
|
||
this.labelBaseObject.Name = "labelBaseObject";
|
||
this.labelBaseObject.Size = new System.Drawing.Size(98, 35);
|
||
this.labelBaseObject.TabIndex = 2;
|
||
this.labelBaseObject.Text = "Простой";
|
||
this.labelBaseObject.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.labelBaseObject.MouseDown += new System.Windows.Forms.MouseEventHandler(this.LabelObject_MouseDown);
|
||
//
|
||
// groupBoxColors
|
||
//
|
||
this.groupBoxColors.Controls.Add(this.panelWhite);
|
||
this.groupBoxColors.Controls.Add(this.panelPurple);
|
||
this.groupBoxColors.Controls.Add(this.panelLightBlue);
|
||
this.groupBoxColors.Controls.Add(this.panelYellow);
|
||
this.groupBoxColors.Controls.Add(this.panelBlue);
|
||
this.groupBoxColors.Controls.Add(this.panelBlack);
|
||
this.groupBoxColors.Controls.Add(this.panelOrange);
|
||
this.groupBoxColors.Controls.Add(this.panelRed);
|
||
this.groupBoxColors.Location = new System.Drawing.Point(250, 22);
|
||
this.groupBoxColors.Name = "groupBoxColors";
|
||
this.groupBoxColors.Size = new System.Drawing.Size(303, 246);
|
||
this.groupBoxColors.TabIndex = 1;
|
||
this.groupBoxColors.TabStop = false;
|
||
this.groupBoxColors.Text = "Цвета";
|
||
//
|
||
// panelWhite
|
||
//
|
||
this.panelWhite.AllowDrop = true;
|
||
this.panelWhite.BackColor = System.Drawing.Color.White;
|
||
this.panelWhite.Location = new System.Drawing.Point(230, 106);
|
||
this.panelWhite.Name = "panelWhite";
|
||
this.panelWhite.Size = new System.Drawing.Size(57, 53);
|
||
this.panelWhite.TabIndex = 1;
|
||
//
|
||
// panelPurple
|
||
//
|
||
this.panelPurple.AllowDrop = true;
|
||
this.panelPurple.BackColor = System.Drawing.Color.Fuchsia;
|
||
this.panelPurple.Location = new System.Drawing.Point(156, 106);
|
||
this.panelPurple.Name = "panelPurple";
|
||
this.panelPurple.Size = new System.Drawing.Size(57, 53);
|
||
this.panelPurple.TabIndex = 1;
|
||
//
|
||
// panelLightBlue
|
||
//
|
||
this.panelLightBlue.AllowDrop = true;
|
||
this.panelLightBlue.BackColor = System.Drawing.Color.Cyan;
|
||
this.panelLightBlue.Location = new System.Drawing.Point(13, 106);
|
||
this.panelLightBlue.Name = "panelLightBlue";
|
||
this.panelLightBlue.Size = new System.Drawing.Size(57, 53);
|
||
this.panelLightBlue.TabIndex = 1;
|
||
//
|
||
// panelYellow
|
||
//
|
||
this.panelYellow.AllowDrop = true;
|
||
this.panelYellow.BackColor = System.Drawing.Color.Yellow;
|
||
this.panelYellow.Location = new System.Drawing.Point(156, 35);
|
||
this.panelYellow.Name = "panelYellow";
|
||
this.panelYellow.Size = new System.Drawing.Size(57, 53);
|
||
this.panelYellow.TabIndex = 1;
|
||
//
|
||
// panelBlue
|
||
//
|
||
this.panelBlue.AllowDrop = true;
|
||
this.panelBlue.BackColor = System.Drawing.Color.Blue;
|
||
this.panelBlue.Location = new System.Drawing.Point(86, 106);
|
||
this.panelBlue.Name = "panelBlue";
|
||
this.panelBlue.Size = new System.Drawing.Size(57, 53);
|
||
this.panelBlue.TabIndex = 1;
|
||
//
|
||
// panelBlack
|
||
//
|
||
this.panelBlack.AllowDrop = true;
|
||
this.panelBlack.BackColor = System.Drawing.Color.Black;
|
||
this.panelBlack.Location = new System.Drawing.Point(230, 35);
|
||
this.panelBlack.Name = "panelBlack";
|
||
this.panelBlack.Size = new System.Drawing.Size(57, 53);
|
||
this.panelBlack.TabIndex = 1;
|
||
//
|
||
// panelOrange
|
||
//
|
||
this.panelOrange.AllowDrop = true;
|
||
this.panelOrange.BackColor = System.Drawing.Color.Orange;
|
||
this.panelOrange.Location = new System.Drawing.Point(86, 35);
|
||
this.panelOrange.Name = "panelOrange";
|
||
this.panelOrange.Size = new System.Drawing.Size(57, 53);
|
||
this.panelOrange.TabIndex = 1;
|
||
//
|
||
// panelRed
|
||
//
|
||
this.panelRed.AllowDrop = true;
|
||
this.panelRed.BackColor = System.Drawing.Color.Red;
|
||
this.panelRed.Location = new System.Drawing.Point(13, 35);
|
||
this.panelRed.Name = "panelRed";
|
||
this.panelRed.Size = new System.Drawing.Size(57, 53);
|
||
this.panelRed.TabIndex = 0;
|
||
//
|
||
// checkBoxTent
|
||
//
|
||
this.checkBoxTent.AutoSize = true;
|
||
this.checkBoxTent.Location = new System.Drawing.Point(18, 164);
|
||
this.checkBoxTent.Name = "checkBoxTent";
|
||
this.checkBoxTent.Size = new System.Drawing.Size(155, 19);
|
||
this.checkBoxTent.TabIndex = 1;
|
||
this.checkBoxTent.Text = "Признак наличия тента";
|
||
this.checkBoxTent.UseVisualStyleBackColor = true;
|
||
//
|
||
// checkBoxKit
|
||
//
|
||
this.checkBoxKit.AutoSize = true;
|
||
this.checkBoxKit.Location = new System.Drawing.Point(18, 139);
|
||
this.checkBoxKit.Name = "checkBoxKit";
|
||
this.checkBoxKit.Size = new System.Drawing.Size(162, 19);
|
||
this.checkBoxKit.TabIndex = 4;
|
||
this.checkBoxKit.Text = "Признак наличия кузова";
|
||
this.checkBoxKit.UseVisualStyleBackColor = true;
|
||
//
|
||
// numericUpDownWeight
|
||
//
|
||
this.numericUpDownWeight.Location = new System.Drawing.Point(88, 87);
|
||
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(120, 23);
|
||
this.numericUpDownWeight.TabIndex = 3;
|
||
this.numericUpDownWeight.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// numericUpDownSpeed
|
||
//
|
||
this.numericUpDownSpeed.Location = new System.Drawing.Point(88, 44);
|
||
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(120, 23);
|
||
this.numericUpDownSpeed.TabIndex = 1;
|
||
this.numericUpDownSpeed.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// labelWeight
|
||
//
|
||
this.labelWeight.AutoSize = true;
|
||
this.labelWeight.Location = new System.Drawing.Point(18, 87);
|
||
this.labelWeight.Name = "labelWeight";
|
||
this.labelWeight.Size = new System.Drawing.Size(29, 15);
|
||
this.labelWeight.TabIndex = 2;
|
||
this.labelWeight.Text = "Вес:";
|
||
//
|
||
// labelSpeed
|
||
//
|
||
this.labelSpeed.AutoSize = true;
|
||
this.labelSpeed.Location = new System.Drawing.Point(18, 44);
|
||
this.labelSpeed.Name = "labelSpeed";
|
||
this.labelSpeed.Size = new System.Drawing.Size(62, 15);
|
||
this.labelSpeed.TabIndex = 1;
|
||
this.labelSpeed.Text = "Скорость:";
|
||
//
|
||
// pictureBoxObject
|
||
//
|
||
this.pictureBoxObject.Location = new System.Drawing.Point(16, 64);
|
||
this.pictureBoxObject.Name = "pictureBoxObject";
|
||
this.pictureBoxObject.Size = new System.Drawing.Size(260, 183);
|
||
this.pictureBoxObject.TabIndex = 7;
|
||
this.pictureBoxObject.TabStop = false;
|
||
//
|
||
// panelObject
|
||
//
|
||
this.panelObject.AllowDrop = true;
|
||
this.panelObject.Controls.Add(this.labelColor);
|
||
this.panelObject.Controls.Add(this.labelAddColor);
|
||
this.panelObject.Controls.Add(this.pictureBoxObject);
|
||
this.panelObject.Location = new System.Drawing.Point(618, 21);
|
||
this.panelObject.Name = "panelObject";
|
||
this.panelObject.Size = new System.Drawing.Size(294, 270);
|
||
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);
|
||
//
|
||
// labelColor
|
||
//
|
||
this.labelColor.AllowDrop = true;
|
||
this.labelColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.labelColor.Location = new System.Drawing.Point(16, 23);
|
||
this.labelColor.Name = "labelColor";
|
||
this.labelColor.Size = new System.Drawing.Size(124, 35);
|
||
this.labelColor.TabIndex = 10;
|
||
this.labelColor.Text = "Цвет";
|
||
this.labelColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.labelColor.DragDrop += new System.Windows.Forms.DragEventHandler(this.LabelColor_DragDrop);
|
||
this.labelColor.DragEnter += new System.Windows.Forms.DragEventHandler(this.LabelColor_DragEnter);
|
||
//
|
||
// labelAddColor
|
||
//
|
||
this.labelAddColor.AllowDrop = true;
|
||
this.labelAddColor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.labelAddColor.Location = new System.Drawing.Point(150, 23);
|
||
this.labelAddColor.Name = "labelAddColor";
|
||
this.labelAddColor.Size = new System.Drawing.Size(126, 35);
|
||
this.labelAddColor.TabIndex = 9;
|
||
this.labelAddColor.Text = "Доп. цвет";
|
||
this.labelAddColor.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.labelAddColor.DragDrop += new System.Windows.Forms.DragEventHandler(this.LabelColor_DragDrop);
|
||
this.labelAddColor.DragEnter += new System.Windows.Forms.DragEventHandler(this.LabelColor_DragEnter);
|
||
//
|
||
// buttonAdd
|
||
//
|
||
this.buttonAdd.Location = new System.Drawing.Point(672, 302);
|
||
this.buttonAdd.Name = "buttonAdd";
|
||
this.buttonAdd.Size = new System.Drawing.Size(86, 38);
|
||
this.buttonAdd.TabIndex = 3;
|
||
this.buttonAdd.Text = "Добавить";
|
||
this.buttonAdd.UseVisualStyleBackColor = true;
|
||
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
|
||
//
|
||
// buttonCanel
|
||
//
|
||
this.buttonCanel.Location = new System.Drawing.Point(768, 302);
|
||
this.buttonCanel.Name = "buttonCanel";
|
||
this.buttonCanel.Size = new System.Drawing.Size(86, 38);
|
||
this.buttonCanel.TabIndex = 4;
|
||
this.buttonCanel.Text = "Отмена";
|
||
this.buttonCanel.UseVisualStyleBackColor = true;
|
||
//
|
||
// FormCarConfig
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(924, 348);
|
||
this.Controls.Add(this.buttonCanel);
|
||
this.Controls.Add(this.buttonAdd);
|
||
this.Controls.Add(this.panelObject);
|
||
this.Controls.Add(this.groupBoxParameters);
|
||
this.Name = "FormCarConfig";
|
||
this.Text = "FormCarConfig";
|
||
this.groupBoxParameters.ResumeLayout(false);
|
||
this.groupBoxParameters.PerformLayout();
|
||
this.groupBoxColors.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownWeight)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.numericUpDownSpeed)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBoxObject)).EndInit();
|
||
this.panelObject.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private GroupBox groupBoxParameters;
|
||
private Label labelBaseObject;
|
||
private CheckBox checkBoxTent;
|
||
private CheckBox checkBoxKit;
|
||
private NumericUpDown numericUpDownWeight;
|
||
private NumericUpDown numericUpDownSpeed;
|
||
private Label labelWeight;
|
||
private Label labelSpeed;
|
||
private GroupBox groupBoxColors;
|
||
private Panel panelWhite;
|
||
private Panel panelPurple;
|
||
private Panel panelLightBlue;
|
||
private Panel panelYellow;
|
||
private Panel panelBlue;
|
||
private Panel panelBlack;
|
||
private Panel panelOrange;
|
||
private Panel panelRed;
|
||
private PictureBox pictureBoxObject;
|
||
private Panel panelObject;
|
||
private Button buttonAdd;
|
||
private Button buttonCanel;
|
||
private Label labelAdvancedObject;
|
||
private Label labelColor;
|
||
private Label labelAddColor;
|
||
}
|
||
} |