|
@@ -92,6 +92,12 @@
|
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
|
this.comboBox_StartMode = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.label67 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox_LightPeriod = new System.Windows.Forms.TextBox();
|
|
|
+ this.label66 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox_LightPluse = new System.Windows.Forms.TextBox();
|
|
|
+ this.label65 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox_AlarmSpeed = new System.Windows.Forms.TextBox();
|
|
|
this.label59 = new System.Windows.Forms.Label();
|
|
|
this.label58 = new System.Windows.Forms.Label();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
@@ -172,12 +178,15 @@
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.button_keyboard = new System.Windows.Forms.Button();
|
|
|
- this.label65 = new System.Windows.Forms.Label();
|
|
|
- this.textBox_AlarmSpeed = new System.Windows.Forms.TextBox();
|
|
|
- this.label66 = new System.Windows.Forms.Label();
|
|
|
- this.textBox_LightPluse = new System.Windows.Forms.TextBox();
|
|
|
- this.label67 = new System.Windows.Forms.Label();
|
|
|
- this.textBox_LightPeriod = new System.Windows.Forms.TextBox();
|
|
|
+ this.label68 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox_LimitSpeedStop = new System.Windows.Forms.TextBox();
|
|
|
+ this.label69 = new System.Windows.Forms.Label();
|
|
|
+ this.textBox_LimitSpeedStart = new System.Windows.Forms.TextBox();
|
|
|
+ this.label_UnlockParams1 = new System.Windows.Forms.Label();
|
|
|
+ this.label_UnlockParams2 = new System.Windows.Forms.Label();
|
|
|
+ this.label_UnlockParams3 = new System.Windows.Forms.Label();
|
|
|
+ this.label_UnlockParams4 = new System.Windows.Forms.Label();
|
|
|
+ this.label74 = new System.Windows.Forms.Label();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
this.groupBox7.SuspendLayout();
|
|
@@ -195,7 +204,7 @@
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
- this.label2.Location = new System.Drawing.Point(8, 578);
|
|
|
+ this.label2.Location = new System.Drawing.Point(8, 647);
|
|
|
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(423, 21);
|
|
@@ -871,6 +880,10 @@
|
|
|
//
|
|
|
// groupBox3
|
|
|
//
|
|
|
+ this.groupBox3.Controls.Add(this.label68);
|
|
|
+ this.groupBox3.Controls.Add(this.textBox_LimitSpeedStop);
|
|
|
+ this.groupBox3.Controls.Add(this.label69);
|
|
|
+ this.groupBox3.Controls.Add(this.textBox_LimitSpeedStart);
|
|
|
this.groupBox3.Controls.Add(this.label67);
|
|
|
this.groupBox3.Controls.Add(this.textBox_LightPeriod);
|
|
|
this.groupBox3.Controls.Add(this.label66);
|
|
@@ -892,11 +905,68 @@
|
|
|
this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.groupBox3.Location = new System.Drawing.Point(12, 413);
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
- this.groupBox3.Size = new System.Drawing.Size(547, 139);
|
|
|
+ this.groupBox3.Size = new System.Drawing.Size(547, 182);
|
|
|
this.groupBox3.TabIndex = 4;
|
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "用户参数2";
|
|
|
//
|
|
|
+ // label67
|
|
|
+ //
|
|
|
+ this.label67.AutoSize = true;
|
|
|
+ this.label67.Location = new System.Drawing.Point(363, 102);
|
|
|
+ this.label67.Name = "label67";
|
|
|
+ this.label67.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label67.TabIndex = 7;
|
|
|
+ this.label67.Text = "尾灯周期";
|
|
|
+ //
|
|
|
+ // textBox_LightPeriod
|
|
|
+ //
|
|
|
+ this.textBox_LightPeriod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
+ this.textBox_LightPeriod.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.textBox_LightPeriod.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
+ this.textBox_LightPeriod.Location = new System.Drawing.Point(463, 98);
|
|
|
+ this.textBox_LightPeriod.Name = "textBox_LightPeriod";
|
|
|
+ this.textBox_LightPeriod.Size = new System.Drawing.Size(70, 29);
|
|
|
+ this.textBox_LightPeriod.TabIndex = 8;
|
|
|
+ //
|
|
|
+ // label66
|
|
|
+ //
|
|
|
+ this.label66.AutoSize = true;
|
|
|
+ this.label66.Location = new System.Drawing.Point(181, 102);
|
|
|
+ this.label66.Name = "label66";
|
|
|
+ this.label66.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label66.TabIndex = 5;
|
|
|
+ this.label66.Text = "尾灯脉宽";
|
|
|
+ //
|
|
|
+ // textBox_LightPluse
|
|
|
+ //
|
|
|
+ this.textBox_LightPluse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
+ this.textBox_LightPluse.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.textBox_LightPluse.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
+ this.textBox_LightPluse.Location = new System.Drawing.Point(288, 98);
|
|
|
+ this.textBox_LightPluse.Name = "textBox_LightPluse";
|
|
|
+ this.textBox_LightPluse.Size = new System.Drawing.Size(70, 29);
|
|
|
+ this.textBox_LightPluse.TabIndex = 6;
|
|
|
+ //
|
|
|
+ // label65
|
|
|
+ //
|
|
|
+ this.label65.AutoSize = true;
|
|
|
+ this.label65.Location = new System.Drawing.Point(6, 102);
|
|
|
+ this.label65.Name = "label65";
|
|
|
+ this.label65.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label65.TabIndex = 3;
|
|
|
+ this.label65.Text = "报警阈值";
|
|
|
+ //
|
|
|
+ // textBox_AlarmSpeed
|
|
|
+ //
|
|
|
+ this.textBox_AlarmSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
+ this.textBox_AlarmSpeed.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.textBox_AlarmSpeed.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
+ this.textBox_AlarmSpeed.Location = new System.Drawing.Point(105, 98);
|
|
|
+ this.textBox_AlarmSpeed.Name = "textBox_AlarmSpeed";
|
|
|
+ this.textBox_AlarmSpeed.Size = new System.Drawing.Size(70, 29);
|
|
|
+ this.textBox_AlarmSpeed.TabIndex = 4;
|
|
|
+ //
|
|
|
// label59
|
|
|
//
|
|
|
this.label59.AutoSize = true;
|
|
@@ -1055,7 +1125,7 @@
|
|
|
this.groupBox7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.groupBox7.Location = new System.Drawing.Point(565, 413);
|
|
|
this.groupBox7.Name = "groupBox7";
|
|
|
- this.groupBox7.Size = new System.Drawing.Size(298, 139);
|
|
|
+ this.groupBox7.Size = new System.Drawing.Size(298, 182);
|
|
|
this.groupBox7.TabIndex = 4;
|
|
|
this.groupBox7.TabStop = false;
|
|
|
this.groupBox7.Text = "自定义信息";
|
|
@@ -1380,9 +1450,9 @@
|
|
|
//
|
|
|
this.button_Generate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.button_Generate.ForeColor = System.Drawing.Color.White;
|
|
|
- this.button_Generate.Location = new System.Drawing.Point(1025, 560);
|
|
|
+ this.button_Generate.Location = new System.Drawing.Point(1008, 611);
|
|
|
this.button_Generate.Name = "button_Generate";
|
|
|
- this.button_Generate.Size = new System.Drawing.Size(80, 41);
|
|
|
+ this.button_Generate.Size = new System.Drawing.Size(95, 55);
|
|
|
this.button_Generate.TabIndex = 6;
|
|
|
this.button_Generate.Text = "生成";
|
|
|
this.button_Generate.UseVisualStyleBackColor = false;
|
|
@@ -1392,9 +1462,9 @@
|
|
|
//
|
|
|
this.button_Default.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.button_Default.ForeColor = System.Drawing.Color.White;
|
|
|
- this.button_Default.Location = new System.Drawing.Point(905, 560);
|
|
|
+ this.button_Default.Location = new System.Drawing.Point(869, 611);
|
|
|
this.button_Default.Name = "button_Default";
|
|
|
- this.button_Default.Size = new System.Drawing.Size(80, 41);
|
|
|
+ this.button_Default.Size = new System.Drawing.Size(95, 55);
|
|
|
this.button_Default.TabIndex = 6;
|
|
|
this.button_Default.Text = "默认";
|
|
|
this.button_Default.UseVisualStyleBackColor = false;
|
|
@@ -1583,7 +1653,7 @@
|
|
|
this.groupBox8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.groupBox8.Location = new System.Drawing.Point(869, 340);
|
|
|
this.groupBox8.Name = "groupBox8";
|
|
|
- this.groupBox8.Size = new System.Drawing.Size(236, 212);
|
|
|
+ this.groupBox8.Size = new System.Drawing.Size(236, 255);
|
|
|
this.groupBox8.TabIndex = 5;
|
|
|
this.groupBox8.TabStop = false;
|
|
|
this.groupBox8.Text = "测试阈值";
|
|
@@ -1736,7 +1806,7 @@
|
|
|
// pictureBox2
|
|
|
//
|
|
|
this.pictureBox2.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources._836618239619717251;
|
|
|
- this.pictureBox2.Location = new System.Drawing.Point(565, 558);
|
|
|
+ this.pictureBox2.Location = new System.Drawing.Point(12, 601);
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
this.pictureBox2.Size = new System.Drawing.Size(83, 43);
|
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
@@ -1746,7 +1816,7 @@
|
|
|
// pictureBox1
|
|
|
//
|
|
|
this.pictureBox1.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources.title1;
|
|
|
- this.pictureBox1.Location = new System.Drawing.Point(657, 568);
|
|
|
+ this.pictureBox1.Location = new System.Drawing.Point(104, 611);
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
this.pictureBox1.Size = new System.Drawing.Size(136, 33);
|
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
@@ -1757,77 +1827,112 @@
|
|
|
//
|
|
|
this.button_keyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
this.button_keyboard.ForeColor = System.Drawing.Color.White;
|
|
|
- this.button_keyboard.Location = new System.Drawing.Point(465, 560);
|
|
|
+ this.button_keyboard.Location = new System.Drawing.Point(465, 611);
|
|
|
this.button_keyboard.Name = "button_keyboard";
|
|
|
- this.button_keyboard.Size = new System.Drawing.Size(94, 41);
|
|
|
+ this.button_keyboard.Size = new System.Drawing.Size(95, 55);
|
|
|
this.button_keyboard.TabIndex = 35;
|
|
|
this.button_keyboard.Text = "屏幕键盘";
|
|
|
this.button_keyboard.UseVisualStyleBackColor = false;
|
|
|
this.button_keyboard.Click += new System.EventHandler(this.button_keyboard_Click);
|
|
|
//
|
|
|
- // label65
|
|
|
- //
|
|
|
- this.label65.AutoSize = true;
|
|
|
- this.label65.Location = new System.Drawing.Point(6, 102);
|
|
|
- this.label65.Name = "label65";
|
|
|
- this.label65.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.label65.TabIndex = 3;
|
|
|
- this.label65.Text = "报警阈值";
|
|
|
- //
|
|
|
- // textBox_AlarmSpeed
|
|
|
- //
|
|
|
- this.textBox_AlarmSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
- this.textBox_AlarmSpeed.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.textBox_AlarmSpeed.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
- this.textBox_AlarmSpeed.Location = new System.Drawing.Point(105, 98);
|
|
|
- this.textBox_AlarmSpeed.Name = "textBox_AlarmSpeed";
|
|
|
- this.textBox_AlarmSpeed.Size = new System.Drawing.Size(70, 29);
|
|
|
- this.textBox_AlarmSpeed.TabIndex = 4;
|
|
|
- //
|
|
|
- // label66
|
|
|
- //
|
|
|
- this.label66.AutoSize = true;
|
|
|
- this.label66.Location = new System.Drawing.Point(181, 102);
|
|
|
- this.label66.Name = "label66";
|
|
|
- this.label66.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.label66.TabIndex = 5;
|
|
|
- this.label66.Text = "尾灯脉宽";
|
|
|
- //
|
|
|
- // textBox_LightPluse
|
|
|
- //
|
|
|
- this.textBox_LightPluse.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
- this.textBox_LightPluse.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.textBox_LightPluse.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
- this.textBox_LightPluse.Location = new System.Drawing.Point(288, 98);
|
|
|
- this.textBox_LightPluse.Name = "textBox_LightPluse";
|
|
|
- this.textBox_LightPluse.Size = new System.Drawing.Size(70, 29);
|
|
|
- this.textBox_LightPluse.TabIndex = 6;
|
|
|
- //
|
|
|
- // label67
|
|
|
- //
|
|
|
- this.label67.AutoSize = true;
|
|
|
- this.label67.Location = new System.Drawing.Point(363, 102);
|
|
|
- this.label67.Name = "label67";
|
|
|
- this.label67.Size = new System.Drawing.Size(74, 21);
|
|
|
- this.label67.TabIndex = 7;
|
|
|
- this.label67.Text = "尾灯周期";
|
|
|
- //
|
|
|
- // textBox_LightPeriod
|
|
|
- //
|
|
|
- this.textBox_LightPeriod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
- this.textBox_LightPeriod.ForeColor = System.Drawing.Color.Black;
|
|
|
- this.textBox_LightPeriod.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
- this.textBox_LightPeriod.Location = new System.Drawing.Point(463, 98);
|
|
|
- this.textBox_LightPeriod.Name = "textBox_LightPeriod";
|
|
|
- this.textBox_LightPeriod.Size = new System.Drawing.Size(70, 29);
|
|
|
- this.textBox_LightPeriod.TabIndex = 8;
|
|
|
+ // label68
|
|
|
+ //
|
|
|
+ this.label68.AutoSize = true;
|
|
|
+ this.label68.Location = new System.Drawing.Point(181, 136);
|
|
|
+ this.label68.Name = "label68";
|
|
|
+ this.label68.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label68.TabIndex = 11;
|
|
|
+ this.label68.Text = "结束限速";
|
|
|
+ //
|
|
|
+ // textBox_LimitSpeedStop
|
|
|
+ //
|
|
|
+ this.textBox_LimitSpeedStop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
+ this.textBox_LimitSpeedStop.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.textBox_LimitSpeedStop.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
+ this.textBox_LimitSpeedStop.Location = new System.Drawing.Point(288, 132);
|
|
|
+ this.textBox_LimitSpeedStop.Name = "textBox_LimitSpeedStop";
|
|
|
+ this.textBox_LimitSpeedStop.Size = new System.Drawing.Size(70, 29);
|
|
|
+ this.textBox_LimitSpeedStop.TabIndex = 12;
|
|
|
+ //
|
|
|
+ // label69
|
|
|
+ //
|
|
|
+ this.label69.AutoSize = true;
|
|
|
+ this.label69.Location = new System.Drawing.Point(6, 136);
|
|
|
+ this.label69.Name = "label69";
|
|
|
+ this.label69.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.label69.TabIndex = 9;
|
|
|
+ this.label69.Text = "起始限速";
|
|
|
+ //
|
|
|
+ // textBox_LimitSpeedStart
|
|
|
+ //
|
|
|
+ this.textBox_LimitSpeedStart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
+ this.textBox_LimitSpeedStart.ForeColor = System.Drawing.Color.Black;
|
|
|
+ this.textBox_LimitSpeedStart.ImeMode = System.Windows.Forms.ImeMode.Disable;
|
|
|
+ this.textBox_LimitSpeedStart.Location = new System.Drawing.Point(105, 132);
|
|
|
+ this.textBox_LimitSpeedStart.Name = "textBox_LimitSpeedStart";
|
|
|
+ this.textBox_LimitSpeedStart.Size = new System.Drawing.Size(70, 29);
|
|
|
+ this.textBox_LimitSpeedStart.TabIndex = 10;
|
|
|
+ //
|
|
|
+ // label_UnlockParams1
|
|
|
+ //
|
|
|
+ this.label_UnlockParams1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
|
+ this.label_UnlockParams1.Location = new System.Drawing.Point(645, 613);
|
|
|
+ this.label_UnlockParams1.Name = "label_UnlockParams1";
|
|
|
+ this.label_UnlockParams1.Size = new System.Drawing.Size(50, 50);
|
|
|
+ this.label_UnlockParams1.TabIndex = 3;
|
|
|
+ this.label_UnlockParams1.MouseHover += new System.EventHandler(this.label_UnlockParams1_MouseHover);
|
|
|
+ //
|
|
|
+ // label_UnlockParams2
|
|
|
+ //
|
|
|
+ this.label_UnlockParams2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
|
|
|
+ this.label_UnlockParams2.Location = new System.Drawing.Point(699, 613);
|
|
|
+ this.label_UnlockParams2.Name = "label_UnlockParams2";
|
|
|
+ this.label_UnlockParams2.Size = new System.Drawing.Size(50, 50);
|
|
|
+ this.label_UnlockParams2.TabIndex = 36;
|
|
|
+ this.label_UnlockParams2.MouseHover += new System.EventHandler(this.label_UnlockParams2_MouseHover);
|
|
|
+ //
|
|
|
+ // label_UnlockParams3
|
|
|
+ //
|
|
|
+ this.label_UnlockParams3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
|
|
+ this.label_UnlockParams3.Location = new System.Drawing.Point(753, 613);
|
|
|
+ this.label_UnlockParams3.Name = "label_UnlockParams3";
|
|
|
+ this.label_UnlockParams3.Size = new System.Drawing.Size(50, 50);
|
|
|
+ this.label_UnlockParams3.TabIndex = 37;
|
|
|
+ this.label_UnlockParams3.MouseHover += new System.EventHandler(this.label_UnlockParams3_MouseHover);
|
|
|
+ //
|
|
|
+ // label_UnlockParams4
|
|
|
+ //
|
|
|
+ this.label_UnlockParams4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
|
+ this.label_UnlockParams4.Location = new System.Drawing.Point(807, 613);
|
|
|
+ this.label_UnlockParams4.Name = "label_UnlockParams4";
|
|
|
+ this.label_UnlockParams4.Size = new System.Drawing.Size(50, 50);
|
|
|
+ this.label_UnlockParams4.TabIndex = 38;
|
|
|
+ this.label_UnlockParams4.MouseHover += new System.EventHandler(this.label_UnlockParams4_MouseHover);
|
|
|
+ //
|
|
|
+ // label74
|
|
|
+ //
|
|
|
+ this.label74.AutoSize = true;
|
|
|
+ this.label74.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label74.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
|
|
|
+ this.label74.Location = new System.Drawing.Point(571, 617);
|
|
|
+ this.label74.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
+ this.label74.Name = "label74";
|
|
|
+ this.label74.Size = new System.Drawing.Size(74, 42);
|
|
|
+ this.label74.TabIndex = 39;
|
|
|
+ this.label74.Text = "双击颜色\r\n块解锁";
|
|
|
+ this.label74.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
|
//
|
|
|
// ExportForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.White;
|
|
|
- this.ClientSize = new System.Drawing.Size(1115, 608);
|
|
|
+ this.ClientSize = new System.Drawing.Size(1115, 677);
|
|
|
+ this.Controls.Add(this.label74);
|
|
|
+ this.Controls.Add(this.label_UnlockParams4);
|
|
|
+ this.Controls.Add(this.label_UnlockParams3);
|
|
|
+ this.Controls.Add(this.label_UnlockParams2);
|
|
|
+ this.Controls.Add(this.label_UnlockParams1);
|
|
|
this.Controls.Add(this.button_keyboard);
|
|
|
this.Controls.Add(this.pictureBox2);
|
|
|
this.Controls.Add(this.pictureBox1);
|
|
@@ -2025,5 +2130,14 @@
|
|
|
private System.Windows.Forms.TextBox textBox_LightPeriod;
|
|
|
private System.Windows.Forms.Label label66;
|
|
|
private System.Windows.Forms.TextBox textBox_LightPluse;
|
|
|
+ private System.Windows.Forms.Label label68;
|
|
|
+ private System.Windows.Forms.TextBox textBox_LimitSpeedStop;
|
|
|
+ private System.Windows.Forms.Label label69;
|
|
|
+ private System.Windows.Forms.TextBox textBox_LimitSpeedStart;
|
|
|
+ private System.Windows.Forms.Label label_UnlockParams1;
|
|
|
+ private System.Windows.Forms.Label label_UnlockParams2;
|
|
|
+ private System.Windows.Forms.Label label_UnlockParams3;
|
|
|
+ private System.Windows.Forms.Label label_UnlockParams4;
|
|
|
+ private System.Windows.Forms.Label label74;
|
|
|
}
|
|
|
}
|