home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_progs
/
fract
/
mandel.lzh
/
MANDEL
/
SRC
/
SELECT.BLK
< prev
next >
Wrap
Text File
|
1991-08-16
|
2KB
|
94 lines
/*
* Select requester structure described in blk 2.0.
*/
#define hbox(color, space, contents) \
(h (| 1 color) (v (- 1 color) (b 0 space) (h (b space 0) \
contents \
(b space 0)) (b 0 space) (- 1 color) ) (| 1 color))
#define tighthbox(color, contents) \
(h f (| 1 color) (v (- 1 color) \
(h contents) \
(- 1 color)) (| 1 color) f )
#define stringgad(num) \
(h (t" 11") (b 10 0) (t"----"):num)
select 3 2 1
(v
(b 0 8)
(h f (b 10 0) (t"Select pen numbers per depth") f (b 10 0) )
(b 0 10)
(h
(b 10 0)
hbox(0, 3,
(v
stringgad(10) (b 0 2)
stringgad(11) (b 0 2)
stringgad(12) (b 0 2)
stringgad(13) (b 0 2)
stringgad(14) (b 0 2)
stringgad(15) (b 0 2)
stringgad(16) (b 0 2)
stringgad(17) (b 0 2)
stringgad(18) (b 0 2)
stringgad(19)
)
)
(b 10 0)
hbox(0, 3,
(v
stringgad(20) (b 0 2)
stringgad(21) (b 0 2)
stringgad(22) (b 0 2)
stringgad(23) (b 0 2)
stringgad(24) (b 0 2)
stringgad(25) (b 0 2)
stringgad(26) (b 0 2)
stringgad(27) (b 0 2)
stringgad(28) (b 0 2)
stringgad(29)
)
)
(b 8 0)
(v
(h f
hbox(3, 1, hbox(0, 1, (b 12 68):1 ))
f
)
f
hbox(3, 1, hbox(0, 2, (t" OK ")):3 )
)
(b 10 0)
f
)
(b 0 8)
)
1 pv ,0 2700 :"PROPGADGETID" "v"
3 :"POSGADGETID" "ve"
10 s :"VALUEGADGETID+ 0" "vl"
11 s :"VALUEGADGETID+ 1" "vl"
12 s :"VALUEGADGETID+ 2" "vl"
13 s :"VALUEGADGETID+ 3" "vl"
14 s :"VALUEGADGETID+ 4" "vl"
15 s :"VALUEGADGETID+ 5" "vl"
16 s :"VALUEGADGETID+ 6" "vl"
17 s :"VALUEGADGETID+ 7" "vl"
18 s :"VALUEGADGETID+ 8" "vl"
19 s :"VALUEGADGETID+ 9" "vl"
20 s :"VALUEGADGETID+10" "vl"
21 s :"VALUEGADGETID+11" "vl"
22 s :"VALUEGADGETID+12" "vl"
23 s :"VALUEGADGETID+13" "vl"
24 s :"VALUEGADGETID+14" "vl"
25 s :"VALUEGADGETID+15" "vl"
26 s :"VALUEGADGETID+16" "vl"
27 s :"VALUEGADGETID+17" "vl"
28 s :"VALUEGADGETID+18" "vl"
29 s :"VALUEGADGETID+19" "vl"