parent
6d485b3aed
commit
e6b847636f
|
@ -63,7 +63,7 @@ namespace ITC81DB_2.Controls
|
||||||
private void DefaultSetting()
|
private void DefaultSetting()
|
||||||
{
|
{
|
||||||
this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig.SerialNumber;
|
this.labelSerialNo.Text = this.ParentForm.ParentForm.SystemConfig.SerialNumber;
|
||||||
this.labelDisplayVer.Text = "3.1.4";
|
this.labelDisplayVer.Text = "3.1.5";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void UpdateMainBoardVersionDisplay(string version)
|
public void UpdateMainBoardVersionDisplay(string version)
|
||||||
|
|
|
@ -427,12 +427,20 @@ namespace ITC81DB_2.Forms
|
||||||
}
|
}
|
||||||
|
|
||||||
// Icon - Feedback
|
// Icon - Feedback
|
||||||
if (this.MainFeedback.IsUsingFeedback() == true) // Feedback
|
try
|
||||||
{
|
{
|
||||||
this.pictureBoxFeedbackDisable.Visible = false;
|
if (this.MainFeedback.IsUsingFeedback() == true) // Feedback
|
||||||
this.pictureBoxFeedbackEnable.Visible = true;
|
{
|
||||||
|
this.pictureBoxFeedbackDisable.Visible = false;
|
||||||
|
this.pictureBoxFeedbackEnable.Visible = true;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
this.pictureBoxFeedbackDisable.Visible = true;
|
||||||
|
this.pictureBoxFeedbackEnable.Visible = false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
catch
|
||||||
{
|
{
|
||||||
this.pictureBoxFeedbackDisable.Visible = true;
|
this.pictureBoxFeedbackDisable.Visible = true;
|
||||||
this.pictureBoxFeedbackEnable.Visible = false;
|
this.pictureBoxFeedbackEnable.Visible = false;
|
||||||
|
|
|
@ -14,6 +14,11 @@
|
||||||
2열 기본형 컨베어 계량기
|
2열 기본형 컨베어 계량기
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ Ver 3.1.5 by CJY
|
||||||
|
- 2025.09.02
|
||||||
|
- Ver 3.1.4 Modify
|
||||||
|
- Feedback 아이콘 표시 버그 수정
|
||||||
|
|
||||||
@ Ver 3.1.4 by CJY
|
@ Ver 3.1.4 by CJY
|
||||||
- 2025.02.27
|
- 2025.02.27
|
||||||
- Ver 3.1.3 Modify
|
- Ver 3.1.3 Modify
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue