Commit 4324a713 刘韬

1

1 个父辈 b8c27a60
...@@ -146,6 +146,7 @@ namespace TheMachine ...@@ -146,6 +146,7 @@ namespace TheMachine
this.cb_usefixpos.TabIndex = 6; this.cb_usefixpos.TabIndex = 6;
this.cb_usefixpos.Text = "启用校准库位"; this.cb_usefixpos.Text = "启用校准库位";
this.cb_usefixpos.UseVisualStyleBackColor = true; this.cb_usefixpos.UseVisualStyleBackColor = true;
this.cb_usefixpos.CheckedChanged += new System.EventHandler(this.cb_usefixpos_CheckedChanged);
// //
// button1 // button1
// //
......
...@@ -132,5 +132,10 @@ namespace TheMachine ...@@ -132,5 +132,10 @@ namespace TheMachine
{ {
Task.Run(()=>CodeManager.TestHasReel(CodeManager.hikNameList[0])); Task.Run(()=>CodeManager.TestHasReel(CodeManager.hikNameList[0]));
} }
private void cb_usefixpos_CheckedChanged(object sender, EventArgs e)
{
}
} }
} }
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!