home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s1 / spice / !Nutmeg / Query / Std
Encoding:
Text File  |  1993-01-03  |  4.7 KB  |  140 lines

  1. | Query box description file
  2. |
  3. | hotbutton 'commando string' <xpos> <ypos> <wimp keycode or -1> 'text'
  4. | static    <xpos> <ypos> 'text'
  5. | staticpict <pos> <ypos> 'name'
  6. | string    varname R/C/P/V/S/I <xpos> <ypos> <width> <length (smaller than 254)>
  7. |           where   R/C/P/V/S/I means Real/Complex/Plot/Vector/String/Integer respectively
  8. | boolean   varname <xpos> <ypos> <wimp keycode or -1>
  9.  
  10. defbox          qb_plot 'Plot Options'
  11.  
  12. static          0   -56  'vectors'
  13. static          56  -108 'Vs.'
  14. staticpict      56  -108 'key_short'
  15. static          56  -160 'Dashes'
  16. staticpict      56  -160 'key_short'
  17. static          56  -212 'Colours'
  18. staticpict      56  -212 'key_short'
  19. static          56  -264 'Sub grid'
  20. staticpict      56  -264 'key_short'
  21. static          56  -316 'comBplot'
  22. staticpict      104 -316 'key_short'
  23. static          296 -160 'Xrange'
  24. staticpict      296 -160 'key_short'
  25. static          296 -212 'Yrange'
  26. staticpict      296 -212 'key_short'
  27. static          296 -264 'Index'
  28. staticpict      296 -264 'key_short'
  29. static          516 -160 'to'
  30. static          516 -212 'to'
  31. static          516 -264 'to'
  32. static          240 -316 'precision x'
  33. static          556 -316 'y'
  34.  
  35. string          plot_vecs  P 120 -56  544 128
  36. string          plot_vecvs P 120 -108 544 128
  37. string          plot_xmin  R 400 -160 108 24
  38. string          plot_xmax  R 556 -160 108 24
  39. string          plot_ymin  R 400 -212 108 24
  40. string          plot_ymax  R 556 -212 108 24
  41. string          plot_indlo I 400 -264 108 24
  42. string          plot_indhi I 556 -264 108 24
  43. string          plot_xprec I 420 -316 64  12
  44. string          plot_yprec I 580 -316 64  12
  45.  
  46. boolean         plot_dash  0   -160   4
  47. boolean         plot_cols  0   -212   3
  48. boolean         plot_xrang 240 -160   24
  49. boolean         plot_yrang 240 -212   25
  50. boolean         plot_indic 240 -264   9
  51. boolean         plot_vs    0   -108   22
  52. boolean         subgrid    0   -264   19
  53. boolean         combplot   0   -316   2
  54.  
  55. hotbutton       'script QBpltAscii'  100 -372 1  'Ascii'
  56. hotbutton       'print col $(plot_vecs)' 300 -372 16 'Print'
  57. hotbutton       'script QBpltDraw'   500 -372 13 'Plot'
  58. staticpict      596 -372 'key_return'
  59. endbox
  60.  
  61.  
  62. defbox          qb_quit  'Quit program?'
  63. static          0    0   'Do you really'
  64. static          0   -48  'want to Quit?'
  65. staticpict      220 -40  'error'
  66. staticpict     -100 -40  'error'  
  67. hotbutton       'quit' 48 -116 13 ' Quit '
  68. staticpict      176 -116 'key_return'
  69. endbox
  70.  
  71.  
  72. defbox          qb_help  'Help items'
  73. static          0    60  'Choose if you want:'
  74. static          56   0   'list of Commands'
  75. staticpict      184  0   'key_short'
  76. static          56  -48  'list of Functions'
  77. staticpict      184 -48  'key_short'
  78. static          56  -96  'list of Operations'
  79. staticpict      184 -96  'key_short'
  80. static          56  -144 'important Variables'
  81. staticpict      216 -144 'key_short'
  82. static          56  -192 'list of conStants'
  83. staticpict      232 -192 'key_short'
  84. static          56  -240 'help about the Authors'
  85. staticpict      296 -240 'key_short'
  86. static          56  -288 'anY command:'
  87. staticpict      88  -288 'key_short'
  88. boolean         qbhelp_comm   0   0    3
  89. boolean         qbhelp_func   0  -48   6
  90. boolean         qbhelp_oper   0  -96   15
  91. boolean         qbhelp_vars   0  -144  22
  92. boolean         qbhelp_cons   0  -192  19
  93. boolean         qbhelp_auth   0  -240  1
  94. boolean         qbhelp_anyc   0  -288  25
  95. string          qbhelp_hstr S 56 -340 360 250
  96. hotbutton       'script QBhelp' 150 -400 13 ' Help '
  97. staticpict      278 -400 'key_return'
  98. endbox
  99.  
  100.  
  101. defbox          qb_fourier 'Fourier analysis'
  102. static          0   -56  'vectors'
  103. static          0   -108 'freq.'
  104. static          176 -160 'to Vector'
  105. staticpict      224 -160 'key_short'
  106. static          416 -160 'All'
  107. staticpict      416 -160 'key_short'
  108. string          four_vecs  P 120 -56  400 128
  109. string          four_freq  R 120 -108 400 128
  110. boolean         four_tovect  120 -160 22
  111. boolean         four_all     360 -160 1
  112. hotbutton       'script QBfourier' 200 -220 13 'Fourier'
  113. staticpict      344 -220 'key_return'
  114. endbox
  115.  
  116.  
  117. defbox          qb_shell 'Shell command'
  118. static          0    0  'Enter the command to execute'
  119. static          0   -48 'or just press [Return]:'
  120. string          qbsh_comm  S  0 -100  464 250
  121. hotbutton       'shell $(qbsh_comm)' 180 -160 13 'Shell'
  122. staticpict      292 -160 'key_return'
  123. endbox
  124.  
  125.  
  126. defbox          qb_bspice 'Batch Spice'
  127. static          0   0  'Input file'
  128. string          qbbspice_in  S 168  0  200 250
  129. staticpict      264  -56 'key_return'
  130. hotbutton       'bspice $(qbbspice_in)' 120 -56 13 '  Go!  '
  131. endbox
  132.  
  133.  
  134. defbox          qb_type 'Type file'
  135. static          0   0  'Input file'
  136. string          qbtype_in  S 168  0  200 250
  137. staticpict      264  -56 'key_return'
  138. hotbutton       'type "$(qbtype_in)"' 120 -56 13 '  Go!  '
  139. endbox
  140.