913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
|
(set! sorted-testnames (tests:sort-by-priority-and-waiton test-records))
;; refer to (d:alldat-keys *alldat*), (d:alldat-dbkeys *alldat*) for keys
(iup:vbox
(dcommon:command-execution-control data)
(iup:split
#:orientation "VERTICAL" ;; "HORIZONTAL"
#:value 300
;;
;; (iup:split
;; #:value 300
;; Target, testpatt, state and status input boxes
;;
(iup:vbox
|
|
|
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
|
(set! sorted-testnames (tests:sort-by-priority-and-waiton test-records))
;; refer to (d:alldat-keys *alldat*), (d:alldat-dbkeys *alldat*) for keys
(iup:vbox
(dcommon:command-execution-control data)
(iup:split
#:orientation "VERTICAL" ;; "HORIZONTAL"
#:value 200
;;
;; (iup:split
;; #:value 300
;; Target, testpatt, state and status input boxes
;;
(iup:vbox
|