EButtonTypebutton=Msgbox.ShowTipDialog(EButtonType.Ok|EButtonType.Cancel,$"请确认LotName是否正确?\r\nCheck whether LotName is correct?");
EButtonTypebutton=Msgbox.ShowTipDialog(EButtonType.Ok|EButtonType.Cancel,$"请确认LotName是否正确?\r\nCheck whether LotName is correct?","tip",false);
if(button==EButtonType.Ok)
{
button=Msgbox.ShowTipDialog(EButtonType.Ok|EButtonType.Cancel,$"请确认MTCP版本并且是否已经被LOT END?\r\nPlease confirm the MTCP version and whether it has been LOT END?");
button=Msgbox.ShowTipDialog(EButtonType.Ok|EButtonType.Cancel,$"请确认MTCP版本并且是否已经被LOT END?\r\nPlease confirm the MTCP version and whether it has been LOT END?","tip",false);
if(button==EButtonType.Ok)
{
button=Msgbox.ShowTipDialog(EButtonType.Ok|EButtonType.Cancel,$"请确认是否已选择正确的T0文件?\r\nCheck whether the correct T0 file is selected?");
button=Msgbox.ShowTipDialog(EButtonType.Ok|EButtonType.Cancel,$"请确认是否已选择正确的T0文件?\r\nCheck whether the correct T0 file is selected?","tip",false);
if(button==EButtonType.Ok)
{
CreateCheckFixtureQueue(6);
@ -186,7 +186,7 @@ namespace Rs.MotionPlat.Flow
}
}
button=Msgbox.ShowTipDialog(EButtonType.Ok|EButtonType.Cancel,"Are you sure you want to clear the data ?\r\n clear click OK\r\n not clear click Cancel");
button=Msgbox.ShowTipDialog(EButtonType.Ok|EButtonType.Cancel,"Are you sure you want to clear the data ?\r\n clear click OK\r\n not clear click Cancel","tip",false);
if(button==EButtonType.Ok)
{
logInfo=GetClassName()+"选择了OK";
@ -242,7 +242,7 @@ namespace Rs.MotionPlat.Flow
}
else
{
Msgbox.ShowTipDialog(EButtonType.Ok,$"请先启用治具再启动\r\nEnable TC first please");
Msgbox.ShowTipDialog(EButtonType.Ok,$"请先启用治具再启动\r\nEnable TC first please","tip",true);