加多一行这个
 - (action_tile "e01" "(Setq txt $Value)")
前面的那个ENTMAKE我改了下,因为我没那些图层。就改简单些,你用回原来的就行。 - (foreach x (list "RENAME:dialog {" " label = \"文字注记\" ;"
- " :edit_box { key = \"e01\" ; }"
- " :row {"
- " :list_box { key = \"e02\" ; width = 15 ; height = 10 ;}"
- " :list_box { key = \"e03\" ; width = 15 ; height = 10 ;}}"
- " :row {"
- " :button {is_default = true ; key = \"e04\" ; label = \"确认\" ; }"
- " :button { is_cancel = true ; key = \"e05\" ; label = \"取消\" ; }"
- " }}"
- )
- (write-line x f))
这个也改了一下。
|