|
|
|
@ -56,6 +56,7 @@
|
|
|
|
|
this.button20 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button21 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button22 = new System.Windows.Forms.Button();
|
|
|
|
|
this.button23 = new System.Windows.Forms.Button();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// btnTurnoverSlotException
|
|
|
|
@ -338,11 +339,22 @@
|
|
|
|
|
this.button22.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button22.Click += new System.EventHandler(this.button22_Click);
|
|
|
|
|
//
|
|
|
|
|
// button23
|
|
|
|
|
//
|
|
|
|
|
this.button23.Location = new System.Drawing.Point(202, 96);
|
|
|
|
|
this.button23.Name = "button23";
|
|
|
|
|
this.button23.Size = new System.Drawing.Size(152, 37);
|
|
|
|
|
this.button23.TabIndex = 2;
|
|
|
|
|
this.button23.Text = "NgToInput";
|
|
|
|
|
this.button23.UseVisualStyleBackColor = true;
|
|
|
|
|
this.button23.Click += new System.EventHandler(this.button23_Click);
|
|
|
|
|
//
|
|
|
|
|
// TestFrm
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1336, 854);
|
|
|
|
|
this.Controls.Add(this.button23);
|
|
|
|
|
this.Controls.Add(this.button14);
|
|
|
|
|
this.Controls.Add(this.button12);
|
|
|
|
|
this.Controls.Add(this.button11);
|
|
|
|
@ -407,5 +419,6 @@
|
|
|
|
|
private System.Windows.Forms.Button button20;
|
|
|
|
|
private System.Windows.Forms.Button button21;
|
|
|
|
|
private System.Windows.Forms.Button button22;
|
|
|
|
|
private System.Windows.Forms.Button button23;
|
|
|
|
|
}
|
|
|
|
|
}
|