home *** CD-ROM | disk | FTP | other *** search
- | Query box description file
- |
- | hotbutton 'commando string' <xpos> <ypos> <wimp keycode or -1> 'text'
- | static <xpos> <ypos> 'text'
- | staticpict <pos> <ypos> 'name'
- | string varname R/C/P/V/S/I <xpos> <ypos> <width> <length (smaller than 254)>
- | where R/C/P/V/S/I means Real/Complex/Plot/Vector/String/Integer respectively
- | boolean varname <xpos> <ypos> <wimp keycode or -1>
-
- defbox qb_plot 'Plot Options'
-
- static 0 -56 'vectors'
- static 56 -108 'Vs.'
- staticpict 56 -108 'key_short'
- static 56 -160 'Dashes'
- staticpict 56 -160 'key_short'
- static 56 -212 'Colours'
- staticpict 56 -212 'key_short'
- static 56 -264 'Sub grid'
- staticpict 56 -264 'key_short'
- static 56 -316 'comBplot'
- staticpict 104 -316 'key_short'
- static 296 -160 'Xrange'
- staticpict 296 -160 'key_short'
- static 296 -212 'Yrange'
- staticpict 296 -212 'key_short'
- static 296 -264 'Index'
- staticpict 296 -264 'key_short'
- static 516 -160 'to'
- static 516 -212 'to'
- static 516 -264 'to'
- static 240 -316 'precision x'
- static 556 -316 'y'
-
- string plot_vecs P 120 -56 544 128
- string plot_vecvs P 120 -108 544 128
- string plot_xmin R 400 -160 108 24
- string plot_xmax R 556 -160 108 24
- string plot_ymin R 400 -212 108 24
- string plot_ymax R 556 -212 108 24
- string plot_indlo I 400 -264 108 24
- string plot_indhi I 556 -264 108 24
- string plot_xprec I 420 -316 64 12
- string plot_yprec I 580 -316 64 12
-
- boolean plot_dash 0 -160 4
- boolean plot_cols 0 -212 3
- boolean plot_xrang 240 -160 24
- boolean plot_yrang 240 -212 25
- boolean plot_indic 240 -264 9
- boolean plot_vs 0 -108 22
- boolean subgrid 0 -264 19
- boolean combplot 0 -316 2
-
- hotbutton 'script QBpltAscii' 100 -372 1 'Ascii'
- hotbutton 'print col $(plot_vecs)' 300 -372 16 'Print'
- hotbutton 'script QBpltDraw' 500 -372 13 'Plot'
- staticpict 596 -372 'key_return'
- endbox
-
-
- defbox qb_quit 'Quit program?'
- static 0 0 'Do you really'
- static 0 -48 'want to Quit?'
- staticpict 220 -40 'error'
- staticpict -100 -40 'error'
- hotbutton 'quit' 48 -116 13 ' Quit '
- staticpict 176 -116 'key_return'
- endbox
-
-
- defbox qb_help 'Help items'
- static 0 60 'Choose if you want:'
- static 56 0 'list of Commands'
- staticpict 184 0 'key_short'
- static 56 -48 'list of Functions'
- staticpict 184 -48 'key_short'
- static 56 -96 'list of Operations'
- staticpict 184 -96 'key_short'
- static 56 -144 'important Variables'
- staticpict 216 -144 'key_short'
- static 56 -192 'list of conStants'
- staticpict 232 -192 'key_short'
- static 56 -240 'help about the Authors'
- staticpict 296 -240 'key_short'
- static 56 -288 'anY command:'
- staticpict 88 -288 'key_short'
- boolean qbhelp_comm 0 0 3
- boolean qbhelp_func 0 -48 6
- boolean qbhelp_oper 0 -96 15
- boolean qbhelp_vars 0 -144 22
- boolean qbhelp_cons 0 -192 19
- boolean qbhelp_auth 0 -240 1
- boolean qbhelp_anyc 0 -288 25
- string qbhelp_hstr S 56 -340 360 250
- hotbutton 'script QBhelp' 150 -400 13 ' Help '
- staticpict 278 -400 'key_return'
- endbox
-
-
- defbox qb_fourier 'Fourier analysis'
- static 0 -56 'vectors'
- static 0 -108 'freq.'
- static 176 -160 'to Vector'
- staticpict 224 -160 'key_short'
- static 416 -160 'All'
- staticpict 416 -160 'key_short'
- string four_vecs P 120 -56 400 128
- string four_freq R 120 -108 400 128
- boolean four_tovect 120 -160 22
- boolean four_all 360 -160 1
- hotbutton 'script QBfourier' 200 -220 13 'Fourier'
- staticpict 344 -220 'key_return'
- endbox
-
-
- defbox qb_shell 'Shell command'
- static 0 0 'Enter the command to execute'
- static 0 -48 'or just press [Return]:'
- string qbsh_comm S 0 -100 464 250
- hotbutton 'shell $(qbsh_comm)' 180 -160 13 'Shell'
- staticpict 292 -160 'key_return'
- endbox
-
-
- defbox qb_bspice 'Batch Spice'
- static 0 0 'Input file'
- string qbbspice_in S 168 0 200 250
- staticpict 264 -56 'key_return'
- hotbutton 'bspice $(qbbspice_in)' 120 -56 13 ' Go! '
- endbox
-
-
- defbox qb_type 'Type file'
- static 0 0 'Input file'
- string qbtype_in S 168 0 200 250
- staticpict 264 -56 'key_return'
- hotbutton 'type "$(qbtype_in)"' 120 -56 13 ' Go! '
- endbox
-