AutoLISP简单DCL对话框,代码如下。

sample:dialog{
label="简单对话框实例";
:text{
label="祝您成功!";
}
:button{
key="accept";
label="确认";
is_default=true;
fixed_width=true;
alignment=centered;
}
}

代码完。

相关文章:

  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-11-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-01
相关资源
相似解决方案