高手给改一下,老是出现("00:0C:29:29:8E:72") ; 错误: 参数类型错误: stringp nil
 -
- //
- //注册对话框
- //
- zhuc:dialog{
- label="注册信息";
- spacer_1;
- :text {label=" 软件注册";}
- :edit_box{label="机器码";key="c01";edit_width=30;}
- :edit_box{label="授权码";key="c02";edit_width=30;}
-
- spacer_1;
- :row{
- :text {label=" ";}
- :button {label="注册";key="c03";
- width=12;
- fixed_width=true;
- }
- cancel_button;
- :text {label=" ";}
- }
- }
|