/*主程序*/
(defun dailun(/aug what dailun_type dw dd bp ha hf e f yi db fai xd l xb n)
(setq dailun_type 1
dw 95.50
dd 90.00
bp 11.00
ha 2.75
hf 8.75
e 15.00
f 10.00
yi 6.00
db 65.00
fai 34.00
xd 36.00
l 72.00
xb 13.20
n 4.00
)
(setq O (list 240.00 145.00))
(command "layer" "n" 1 "n" 2 "c" 1 1 "c" 255 2 "l" "center" 1 "lw" 0.2 2 "")
(command "ltscale" 2)
(setvar "cmdecho" 1)
(command "osmode" "0")
(dailun_start)
(while(< 0 what)
(dailun_action)
(cond
((= what 2) (dailun_pick)(dailun_set))
((= what 1) (dailun_draw))
)
)
(unload_dialog aug)
(setvar "cmdecho" 1)
)
(defun dailun_vslide (key d_name n / x y)
(setq x (dimx_tile key))
(setq y (dimy_tile key))
(start_image key)
(fill_image n 0 x y 2)
(slide_image n 0 x y d_name)
(end_image)
)
(defun dailun(/aug what dailun_type dw dd bp ha hf e f yi db fai xd l xb n)
(setq dailun_type 1
dw 95.50
dd 90.00
bp 11.00
ha 2.75
hf 8.75
e 15.00
f 10.00
yi 6.00
db 65.00
fai 34.00
xd 36.00
l 72.00
xb 13.20
n 4.00
)
(setq O (list 240.00 145.00))
(command "layer" "n" 1 "n" 2 "c" 1 1 "c" 255 2 "l" "center" 1 "lw" 0.2 2 "")
(command "ltscale" 2)
(setvar "cmdecho" 1)
(command "osmode" "0")
(dailun_start)
(while(< 0 what)
(dailun_action)
(cond
((= what 2) (dailun_pick)(dailun_set))
((= what 1) (dailun_draw))
)
)
(unload_dialog aug)
(setvar "cmdecho" 1)
)
(defun dailun_vslide (key d_name n / x y)
(setq x (dimx_tile key))
(setq y (dimy_tile key))
(start_image key)
(fill_image n 0 x y 2)
(slide_image n 0 x y d_name)
(end_image)
)