- (defun c:tt ()
- (defun main-pro () (princ))
- (xyp-initSet '(bo1 bo2 bo3 bo4 bo5 bo6 bo7 bo8) '("1" "0" "1" "0" "1" "0" "0" "0"))
- (setq Dlst '(":row{"
- ("bo1" "编码" "tog")
- ("bo2" "名称" "tog")
- ("bo4" "组码" "tog")
- ("bo3" "供应商" "tog")
- "}"
- ":row{"
- ("bo6" "颜色" "tog")
- ("bo7" "尺寸" "tog")
- ("bo8" "备注" "tog")
- ("bo5" "孔位数" "tog")
- "}"
- )
- )
- (if (= (xyp-Dcl-Init Dlst "【多选DCL】" t) 1)
- (main-pro)
- )
- (princ)
- )
|