set_alert_property('save_alert',title,'询问');
   set_alert_property('save_alert',alert_message_text,'确定要保存配方信息?');
    set_alert_button_property('save_alert',alert_button1,label,'是(Y)');
   set_alert_button_property('save_alert',alert_button2,label,'否(N)');
   I:=show_alert('save_alert');
   if I=alert_button1 then

相关文章:

  • 2021-07-11
  • 2021-11-03
  • 2021-06-24
  • 2021-06-14
  • 2022-01-03
  • 2021-09-17
  • 2022-12-23
猜你喜欢
  • 2022-01-05
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2022-02-05
  • 2021-10-01
  • 2021-08-07
相关资源
相似解决方案