Commit d1a28c54 贾鹏旭

1

2 个父辈 909825a2 614fa50b
......@@ -31,7 +31,6 @@ namespace SmartScan
{
this.facePanel1 = new Asa.FaceControl.FacePanel();
this.PnlReelid = new Asa.FaceControl.FacePanel();
this.btn_adddatetime = new Asa.FaceControl.FaceButton();
this.CmbResetidBy = new Asa.FaceControl.FaceComboBox();
this.btn_adddatetime = new Asa.FaceControl.FaceButton();
this.LblContent = new Asa.FaceControl.FaceLabel();
......
......@@ -50,6 +50,7 @@ namespace SmartScan
BLLCommon.config.ReelIDPostfix = TxtPostfix.Text;
BLLCommon.config.ReelIDPlaces = (int)NumReelIDPlaces.Value;
BLLCommon.config.ReelIDFillZero = ChkReelIDFillZero.Checked;
Config.REEL_ID_AutoResetStrategy = CmbResetidBy.SelectedIndex;
BLLCommon.config.Save();
}
void setRIkey()
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!