Commit bedca39f 刘韬

1

1 个父辈 6489f0e7
...@@ -835,6 +835,7 @@ ...@@ -835,6 +835,7 @@
this.chbStickingPos.TabIndex = 304; this.chbStickingPos.TabIndex = 304;
this.chbStickingPos.Text = "启用标签位置判断"; this.chbStickingPos.Text = "启用标签位置判断";
this.chbStickingPos.UseVisualStyleBackColor = true; this.chbStickingPos.UseVisualStyleBackColor = true;
this.chbStickingPos.Visible = false;
this.chbStickingPos.CheckedChanged += new System.EventHandler(this.chbStickingPos_CheckedChanged); this.chbStickingPos.CheckedChanged += new System.EventHandler(this.chbStickingPos_CheckedChanged);
// //
// btnShelfReset // btnShelfReset
......
...@@ -44,6 +44,7 @@ namespace OnlineStore.AutoCountClient ...@@ -44,6 +44,7 @@ namespace OnlineStore.AutoCountClient
chbDebug.Checked = equipBean.IsDebug; chbDebug.Checked = equipBean.IsDebug;
chbPrint.Checked = ConfigAppSettings.GetIntValue(Setting_Init.NeedPrintLabel).Equals(1); chbPrint.Checked = ConfigAppSettings.GetIntValue(Setting_Init.NeedPrintLabel).Equals(1);
chbStickingPos.Checked = ConfigAppSettings.GetIntValue(Setting_Init.StickingPosJudgment).Equals(1); chbStickingPos.Checked = ConfigAppSettings.GetIntValue(Setting_Init.StickingPosJudgment).Equals(1);
chbStickingPos.Checked = true;
lblStoreStatus.Text = RobotBase.GetRunStr(equipBean.runStatus); lblStoreStatus.Text = RobotBase.GetRunStr(equipBean.runStatus);
lblThisSta.Text = equipBean.WarnMsg; lblThisSta.Text = equipBean.WarnMsg;
lblName.Text = equipBean.Name; lblName.Text = equipBean.Name;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!