Commit a78caf75 几米阳光

1

1 个父辈 e19dca44
...@@ -222,7 +222,6 @@ ...@@ -222,7 +222,6 @@
this.btnStoreHome = new System.Windows.Forms.Button(); this.btnStoreHome = new System.Windows.Forms.Button();
this.btnSotreReset = new System.Windows.Forms.Button(); this.btnSotreReset = new System.Windows.Forms.Button();
this.btnStoreStop = new System.Windows.Forms.Button(); this.btnStoreStop = new System.Windows.Forms.Button();
this.btnStoreStart = new System.Windows.Forms.Button();
this.tabPage5 = new System.Windows.Forms.TabPage(); this.tabPage5 = new System.Windows.Forms.TabPage();
this.btnAxisOff = new System.Windows.Forms.Button(); this.btnAxisOff = new System.Windows.Forms.Button();
this.btnAxisOn = new System.Windows.Forms.Button(); this.btnAxisOn = new System.Windows.Forms.Button();
...@@ -234,6 +233,7 @@ ...@@ -234,6 +233,7 @@
this.button4 = new System.Windows.Forms.Button(); this.button4 = new System.Windows.Forms.Button();
this.btnClearL = new System.Windows.Forms.Button(); this.btnClearL = new System.Windows.Forms.Button();
this.btnLogDebug = new System.Windows.Forms.Button(); this.btnLogDebug = new System.Windows.Forms.Button();
this.btnStoreStart = new System.Windows.Forms.Button();
this.groupBox5.SuspendLayout(); this.groupBox5.SuspendLayout();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
...@@ -2513,7 +2513,7 @@ ...@@ -2513,7 +2513,7 @@
// btnStoreExit // btnStoreExit
// //
this.btnStoreExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnStoreExit.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStoreExit.Location = new System.Drawing.Point(539, 5); this.btnStoreExit.Location = new System.Drawing.Point(539, 4);
this.btnStoreExit.Name = "btnStoreExit"; this.btnStoreExit.Name = "btnStoreExit";
this.btnStoreExit.Size = new System.Drawing.Size(132, 39); this.btnStoreExit.Size = new System.Drawing.Size(132, 39);
this.btnStoreExit.TabIndex = 4; this.btnStoreExit.TabIndex = 4;
...@@ -2524,7 +2524,7 @@ ...@@ -2524,7 +2524,7 @@
// btnStoreHome // btnStoreHome
// //
this.btnStoreHome.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnStoreHome.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStoreHome.Location = new System.Drawing.Point(406, 5); this.btnStoreHome.Location = new System.Drawing.Point(406, 4);
this.btnStoreHome.Name = "btnStoreHome"; this.btnStoreHome.Name = "btnStoreHome";
this.btnStoreHome.Size = new System.Drawing.Size(132, 39); this.btnStoreHome.Size = new System.Drawing.Size(132, 39);
this.btnStoreHome.TabIndex = 3; this.btnStoreHome.TabIndex = 3;
...@@ -2535,7 +2535,7 @@ ...@@ -2535,7 +2535,7 @@
// btnSotreReset // btnSotreReset
// //
this.btnSotreReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSotreReset.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnSotreReset.Location = new System.Drawing.Point(273, 5); this.btnSotreReset.Location = new System.Drawing.Point(273, 4);
this.btnSotreReset.Name = "btnSotreReset"; this.btnSotreReset.Name = "btnSotreReset";
this.btnSotreReset.Size = new System.Drawing.Size(132, 39); this.btnSotreReset.Size = new System.Drawing.Size(132, 39);
this.btnSotreReset.TabIndex = 2; this.btnSotreReset.TabIndex = 2;
...@@ -2546,7 +2546,7 @@ ...@@ -2546,7 +2546,7 @@
// btnStoreStop // btnStoreStop
// //
this.btnStoreStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnStoreStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStoreStop.Location = new System.Drawing.Point(140, 5); this.btnStoreStop.Location = new System.Drawing.Point(140, 4);
this.btnStoreStop.Name = "btnStoreStop"; this.btnStoreStop.Name = "btnStoreStop";
this.btnStoreStop.Size = new System.Drawing.Size(132, 39); this.btnStoreStop.Size = new System.Drawing.Size(132, 39);
this.btnStoreStop.TabIndex = 1; this.btnStoreStop.TabIndex = 1;
...@@ -2554,17 +2554,6 @@ ...@@ -2554,17 +2554,6 @@
this.btnStoreStop.UseVisualStyleBackColor = true; this.btnStoreStop.UseVisualStyleBackColor = true;
this.btnStoreStop.Click += new System.EventHandler(this.停止ToolStripMenuItem_Click); this.btnStoreStop.Click += new System.EventHandler(this.停止ToolStripMenuItem_Click);
// //
// btnStoreStart
//
this.btnStoreStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStoreStart.Location = new System.Drawing.Point(7, 5);
this.btnStoreStart.Name = "btnStoreStart";
this.btnStoreStart.Size = new System.Drawing.Size(132, 39);
this.btnStoreStart.TabIndex = 0;
this.btnStoreStart.Text = "启动";
this.btnStoreStart.UseVisualStyleBackColor = true;
this.btnStoreStart.Click += new System.EventHandler(this.启动ToolStripMenuItem_Click);
//
// tabPage5 // tabPage5
// //
this.tabPage5.Controls.Add(this.btnAxisOff); this.tabPage5.Controls.Add(this.btnAxisOff);
...@@ -2584,7 +2573,7 @@ ...@@ -2584,7 +2573,7 @@
// btnAxisOff // btnAxisOff
// //
this.btnAxisOff.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAxisOff.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnAxisOff.Location = new System.Drawing.Point(673, 4); this.btnAxisOff.Location = new System.Drawing.Point(672, 4);
this.btnAxisOff.Name = "btnAxisOff"; this.btnAxisOff.Name = "btnAxisOff";
this.btnAxisOff.Size = new System.Drawing.Size(132, 39); this.btnAxisOff.Size = new System.Drawing.Size(132, 39);
this.btnAxisOff.TabIndex = 11; this.btnAxisOff.TabIndex = 11;
...@@ -2595,7 +2584,7 @@ ...@@ -2595,7 +2584,7 @@
// btnAxisOn // btnAxisOn
// //
this.btnAxisOn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAxisOn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnAxisOn.Location = new System.Drawing.Point(540, 4); this.btnAxisOn.Location = new System.Drawing.Point(539, 4);
this.btnAxisOn.Name = "btnAxisOn"; this.btnAxisOn.Name = "btnAxisOn";
this.btnAxisOn.Size = new System.Drawing.Size(132, 39); this.btnAxisOn.Size = new System.Drawing.Size(132, 39);
this.btnAxisOn.TabIndex = 10; this.btnAxisOn.TabIndex = 10;
...@@ -2606,7 +2595,7 @@ ...@@ -2606,7 +2595,7 @@
// btnScanCode // btnScanCode
// //
this.btnScanCode.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnScanCode.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnScanCode.Location = new System.Drawing.Point(141, 4); this.btnScanCode.Location = new System.Drawing.Point(140, 4);
this.btnScanCode.Name = "btnScanCode"; this.btnScanCode.Name = "btnScanCode";
this.btnScanCode.Size = new System.Drawing.Size(132, 39); this.btnScanCode.Size = new System.Drawing.Size(132, 39);
this.btnScanCode.TabIndex = 9; this.btnScanCode.TabIndex = 9;
...@@ -2617,7 +2606,7 @@ ...@@ -2617,7 +2606,7 @@
// btnAxisP // btnAxisP
// //
this.btnAxisP.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAxisP.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnAxisP.Location = new System.Drawing.Point(407, 4); this.btnAxisP.Location = new System.Drawing.Point(406, 4);
this.btnAxisP.Name = "btnAxisP"; this.btnAxisP.Name = "btnAxisP";
this.btnAxisP.Size = new System.Drawing.Size(132, 39); this.btnAxisP.Size = new System.Drawing.Size(132, 39);
this.btnAxisP.TabIndex = 8; this.btnAxisP.TabIndex = 8;
...@@ -2628,7 +2617,7 @@ ...@@ -2628,7 +2617,7 @@
// btnCodeLearn // btnCodeLearn
// //
this.btnCodeLearn.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCodeLearn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnCodeLearn.Location = new System.Drawing.Point(274, 4); this.btnCodeLearn.Location = new System.Drawing.Point(273, 4);
this.btnCodeLearn.Name = "btnCodeLearn"; this.btnCodeLearn.Name = "btnCodeLearn";
this.btnCodeLearn.Size = new System.Drawing.Size(132, 39); this.btnCodeLearn.Size = new System.Drawing.Size(132, 39);
this.btnCodeLearn.TabIndex = 7; this.btnCodeLearn.TabIndex = 7;
...@@ -2639,7 +2628,7 @@ ...@@ -2639,7 +2628,7 @@
// btnIO // btnIO
// //
this.btnIO.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnIO.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnIO.Location = new System.Drawing.Point(8, 4); this.btnIO.Location = new System.Drawing.Point(7, 4);
this.btnIO.Name = "btnIO"; this.btnIO.Name = "btnIO";
this.btnIO.Size = new System.Drawing.Size(132, 39); this.btnIO.Size = new System.Drawing.Size(132, 39);
this.btnIO.TabIndex = 5; this.btnIO.TabIndex = 5;
...@@ -2692,6 +2681,17 @@ ...@@ -2692,6 +2681,17 @@
this.btnLogDebug.UseVisualStyleBackColor = true; this.btnLogDebug.UseVisualStyleBackColor = true;
this.btnLogDebug.Click += new System.EventHandler(this.开启DEBUGToolStripMenuItem_Click); this.btnLogDebug.Click += new System.EventHandler(this.开启DEBUGToolStripMenuItem_Click);
// //
// btnStoreStart
//
this.btnStoreStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btnStoreStart.Location = new System.Drawing.Point(7, 4);
this.btnStoreStart.Name = "btnStoreStart";
this.btnStoreStart.Size = new System.Drawing.Size(132, 39);
this.btnStoreStart.TabIndex = 0;
this.btnStoreStart.Text = "启动";
this.btnStoreStart.UseVisualStyleBackColor = true;
this.btnStoreStart.Click += new System.EventHandler(this.启动ToolStripMenuItem_Click);
//
// FrmStoreBox // FrmStoreBox
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
...@@ -2937,7 +2937,6 @@ ...@@ -2937,7 +2937,6 @@
private System.Windows.Forms.Button btnOpenLed; private System.Windows.Forms.Button btnOpenLed;
private System.Windows.Forms.TabControl tabControl2; private System.Windows.Forms.TabControl tabControl2;
private System.Windows.Forms.TabPage tabPage4; private System.Windows.Forms.TabPage tabPage4;
private System.Windows.Forms.Button btnStoreStart;
private System.Windows.Forms.TabPage tabPage5; private System.Windows.Forms.TabPage tabPage5;
private System.Windows.Forms.Button btnStoreExit; private System.Windows.Forms.Button btnStoreExit;
private System.Windows.Forms.Button btnStoreHome; private System.Windows.Forms.Button btnStoreHome;
...@@ -2953,6 +2952,7 @@ ...@@ -2953,6 +2952,7 @@
private System.Windows.Forms.TabPage tabPage6; private System.Windows.Forms.TabPage tabPage6;
private System.Windows.Forms.Button button4; private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button btnClearL; private System.Windows.Forms.Button btnClearL;
private System.Windows.Forms.Button btnStoreStart;
} }
} }
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!