home *** CD-ROM | disk | FTP | other *** search
/ Quick & Easy 4-Pack / QNE-PAK.iso / QNE-IEX / RUN / DEFAULT.QD < prev    next >
Text File  |  1996-09-20  |  6KB  |  343 lines

  1. { The following variables are considered system constants. Do not change.}
  2. bNo 0
  3. bYes 1
  4. btPlain 0
  5. btRaised 1
  6. btLowered 2
  7. bt3DRaised 3
  8. bt3DLowered 4
  9. btButton 5
  10. btDepressed 6
  11. deNone 0
  12. deFast 1
  13. deRandom 2
  14. deLeftToRight 3
  15. deRightToLeft 4
  16. arNorth 0
  17. arNorthEast 1
  18. arEast 2
  19. arSouthEast 3
  20. arSouth 4
  21. arSouthWest 5
  22. arWest 6
  23. arNorthWest 7
  24. faNormal 400
  25. faBold 700
  26. dmTransparent 1
  27. dmOpaque 2
  28. boJump 1
  29. boCall 2
  30. boHints 4
  31. boStopAudio 8
  32. mkLeftBtn 1
  33. mkRightBtn 2
  34. mkDouble 4
  35. mkAnyKey 8
  36. mkShiftKey 4096
  37. mkCtrlKey 8192
  38. foList 1
  39. foStatus 2
  40. foCheck 4
  41. hcContext 1
  42. hcQuit 2
  43. hcContents 3
  44. hcHelp 4
  45. peSpawn 0
  46. peWait 1
  47. soStop 1
  48. soWait 2
  49. soProceed 4
  50. soLoop 8
  51. sbNone 0
  52. sbHide 1
  53. sbShow 2
  54. sqScreenWidth 1
  55. sqScreenHeight 2
  56. sqColors 3
  57. sqMouse 10
  58. sqAudioCount 11
  59. sqVideo 12
  60. waMinimize 1
  61. waRestore 2
  62. waHide 3
  63. waShow 4
  64. waDisableInput 5
  65. waRestoreInput 6
  66. skScan 0
  67. skChar1
  68. { ** End constants ** }
  69.  
  70. { Font attributes }
  71. normal 400
  72. bold 700
  73. italic 0x01
  74. underline 0x02
  75.  
  76. { General definitions }
  77. on 1
  78. off 0
  79. minimize 0
  80. restore 1
  81. transparent 1
  82. opaque 2
  83.  
  84. { Mouse button combinations }
  85. leftbutton 1
  86. rightbutton 2
  87. eitherbutton 3
  88. leftdblbutton 5
  89. rightdblbutton 6
  90.  
  91. { System fonts }
  92. oemfixedfont 10
  93. ansifixedfont 11
  94. ansivarfont 12
  95. systemfont 13
  96. devicedeffont 14
  97. systemfixedfont 16
  98.  
  99. { System cursor definitions }
  100. idc_arrow 32512
  101. idc_ibeam 32513
  102. idc_wait 32514
  103. idc_cross 32515
  104. idc_uparrow 32516
  105. idc_size 32640
  106. idc_icon 32641
  107. idc_sizenwse 32642
  108. idc_sizenesw 32643
  109. idc_sizewe 32644
  110. idc_sizens 32645
  111.  
  112. { Colors }
  113. black 0x000000
  114. blue 0xff0000
  115. lightblue 0xc00000
  116. medblue 0x800000
  117. darkblue 0x400000
  118. brown 0x000080
  119. cyan 0xffff00
  120. darkcyan 0x808000
  121. gray 0xc0c0c0
  122. darkgray 0x808080
  123. green 0x00ff00
  124. darkgreen 0x008000
  125. magenta 0xff00ff
  126. darkmagenta 0x800080
  127. orange 0x0080ff
  128. pink 0x8000ff
  129. red 0x0000ff
  130. darkred 0x000080
  131. white 0xffffff
  132. yellow 0x00ffff
  133. darkyellow 0x008080
  134. bluetrans 0xbd5743
  135.  
  136. { IKey scan code definitions }
  137. f1 59
  138. f2 60
  139. f3 61
  140. f4 62
  141. f5 63
  142. f6 64
  143. f7 65
  144. f8 66
  145. f9 67
  146. f10 68
  147. capslock 58
  148. leftarrow 75
  149. rightarrow 77
  150. uparrow 72
  151. downarrow 80
  152. delkey 83
  153. inskey 82
  154. ctrlleftarrow 275
  155. ctrlrightarrow 277
  156. ctrluparrow 272
  157. ctrldownarrow 280
  158.  
  159. { Border types}
  160. bt_button 5
  161.  
  162. { Viewport and screen initialization settings }
  163. _fixedpixels 1
  164. _vportwidth 640
  165. _vportheight 480
  166. _windowidth 640
  167. _windowheight 480
  168. _background medblue
  169. _imagexoffset 0
  170. _imageyoffset 0
  171. _imagewidth _vportwidth
  172. _imageheight _vportheight
  173.  
  174.  
  175. { QSOFT variables }
  176. _textcolor red
  177. _textbgcolor white
  178. _textmode transparent
  179. _textlspace 0
  180. _textffacename "Arial"
  181. _textfpoint 10
  182. _textfweight bold
  183. _textfitalic 0
  184. _textfunderline 0
  185. _textfstrikeout 0
  186. _textcenter 0
  187. _textshadow 0
  188. _einpcolor black
  189. _einpbgcolor white
  190. _einpmode transparent
  191. _einpffacename "MS Sans Serif"
  192. _einpfpoint 9
  193. _einpfweight 400
  194. _einpcasesensitive 1
  195. _einpcaret 1
  196. _einpcenter 0
  197. _einpshadow 0
  198. _boxcolor red
  199. _boxltcolor white
  200. _boxdkcolor darkgray
  201. _boxborder $btplain
  202. _boxlnthick 2
  203. _rectcolor gray
  204. _rectltcolor white
  205. _rectdkcolor darkgray
  206. _rectusebox 1
  207. _rectlnthick 4
  208. _trectborder 1
  209. _trectcolor gray
  210. _trecttextcolor darkred
  211. _trectltcolor white
  212. _trectdkcolor darkgray
  213. _trectusebox 1
  214. _trectlmargin 10
  215. _trecttmargin 10
  216. _trectbmargin 5
  217. _trectrmargin 10
  218. _trectindent 0
  219. _trectlnthick 4
  220. _trectffacename "Arial"
  221. _trectfpoint 10
  222. _trectfweight bold
  223. _trectfitalic 0
  224. _trectfunderline 0
  225. _trectfstrikeout 0
  226. _trectcenter 0
  227. _trectshadow 0
  228. _tbitmaptextcolor medblue
  229. _tbitmaplmargin 10
  230. _tbitmaptmargin 5
  231. _tbitmapbmargin 5
  232. _tbitmaprmargin 5
  233. _tbitmapindent 20
  234. _tbitmapffacename "Arial"
  235. _tbitmapfpoint 10
  236. _tbitmapfweight bold
  237. _tbitmapfitalic 0
  238. _tbitmapfunderline 0
  239. _tbitmapfstrikeout 0
  240. _tbitmapcenter 0
  241. _tbitmapshadow 0
  242. _bulletlib "QRESDLL.DLL"
  243. _bulletname "BULLET1"
  244. _bulletcolor darkcyan
  245. _bullettextcolor medblue
  246. _bulletbgcolor black
  247. _bulletmode transparent
  248. _bulletlspace 0
  249. _bulletlmargin 30
  250. _bulletffacename "Arial"
  251. _bulletfpoint 10
  252. _bulletfweight 700
  253. _bulletfitalic 0
  254. _bulletfunderline 0
  255. _bulletfstrikeout 0
  256. _bulletshadow 0
  257. _arrowlib "QRESDLL.DLL"
  258. _arrownorth "NARROW1"
  259. _arrownortheast "NEARROW1"
  260. _arroweast "EARROW1"
  261. _arrowsoutheast "SEARROW1"
  262. _arrowsouth "SARROW1"
  263. _arrowsouthwest "SWARROW1"
  264. _arrowwest "WARROW1"
  265. _arrownorthwest "NWARROW1"
  266. _arrowcolor red
  267.  
  268. _buttoncolor blue
  269. _buttonupborder 5
  270. _buttondownborder 6
  271. _buttonusebox 1
  272. _buttonlnthink 10
  273. _buttonltcolor white
  274. _buttondkcolor darkgray
  275.  
  276. south 4
  277. north 0
  278. east 2
  279. neast 1
  280. west 6
  281. seast 3
  282. swest 5
  283. nwest 7
  284.  
  285. _caretwidth 1
  286. _caretheight 13
  287. _inpcasesensitive 1
  288. _movecurdelay 5
  289. _movecurdelta 12
  290.  
  291. _eftrancolor 0xfffeff
  292.  
  293. { H=Transition Heading}
  294. _fontfacenameH "Arial"
  295. _fontpointH 24
  296. _fontitalicH 1
  297. _fontweightH 700
  298. {T=Lesson Title}
  299. _fontfacenameT "Arial"
  300. _fontpointT 16
  301. _fontweightT 700
  302. {S=Subtitle}
  303. _fontfacenameS "Arial"
  304. _fontpointS 14
  305. _fontweightS 700
  306. _fontitalicS 1
  307. _fontfacenameI "Arial"
  308. _fontpointI 12
  309. _fontweightI 700
  310. _fontitalicI 1
  311.  
  312. { B=Button Font}
  313. _fontfacenameB "Small Fonts"
  314. _fontpointB 6
  315. _fontitalicB 0
  316. _fontweightB 400
  317.  
  318. _fontfacename1 "Courier"
  319. _fontpoint1 12
  320. _backcolor1 blue
  321. _color1 darkred
  322. _color0 blue
  323. _color2 yellow
  324. _color3 medblue
  325. _customspacing1 5
  326. _shadowcolor darkgray
  327. _shadowxoffset 1
  328. _shadowyoffset 1
  329.  
  330. _statcolor white
  331. _stattextcolor medblue
  332. _stattextfface "Arial"
  333. _stattextfpoint 10
  334. _stattextfweight 700
  335. _stattextfitalic 0
  336.  
  337. _audiosrc 0
  338. _presentationdelay 400
  339.  
  340. _video 1
  341. _framedisplay 0
  342.  
  343.