home *** CD-ROM | disk | FTP | other *** search
/ Driving Test Success (Practical) / DTSP.ISO / data1.cab / App_Files / ShowMeTellMe / Media / setup.ini < prev    next >
INI File  |  2005-09-27  |  2KB  |  67 lines

  1. [SETTINGS]
  2. TextLanguage=English
  3. TextLanguage-Charset=1
  4. HelpLanguage=English
  5. HelpLanguage-Charset=1
  6. HelpFontSize=0
  7. ExternalEditor=None
  8. blitflipmode=1
  9. vbcreate=4
  10. vbusage=3
  11. 3doverlay=0
  12. runtimetest=0
  13. tracemode=0
  14. windowmode=0
  15. popupoff=1
  16.  
  17. ; Test and Trace Settings
  18. ; ----------------
  19. ; runtimetest: 0=simple error reporting / 1=advanced error reporting
  20. ; tracemode: 0=no trace information / 1=produce trace files
  21.  
  22. ; Compatabilitiy Settings
  23. ; ----------------
  24. ; windowmode: 0=no window / 1=run in window
  25. ; blitoverdraw : 0=normal / 1=Draw All 2D twice
  26. ; blitflipmode : 0=double videomem flip / 1=blit to video memory
  27. ; runtimetest : 0=no extra error data / 1=produce extra error data
  28. ; vbcreate : 0=normal / 1=WriteOnly / 2=No Clip / 3=[1]+[2] / 4=SystemMem
  29. ; vbusage : 0=normal / 1=Wait / 2=WriteOnly and Wait / 3=SurfaceMem and Wait
  30. ; 3doverlay : 0=normal / 1=Utilize ZBuffer Clear for overlapped 3D rendering
  31. ; popupoff : 1=off / 0=on
  32.  
  33. ; StartUp Settings
  34. ; ----------------
  35. ; Use a SETUP.INI file with the [STARTUP] keys below to
  36. ; control the initial state of your application:-
  37. ; eg. window=1 will start your app in a window
  38.  
  39. [STARTUP]
  40. window=0
  41. winposx=0
  42. winposy=0
  43. winsizex=3000
  44. winsizey=3000
  45.  
  46. ; CharSet Codes
  47. ; -------------
  48. ; DEFAULT_CHARSET         1
  49. ; SYMBOL_CHARSET          2
  50. ; SHIFTJIS_CHARSET        128
  51. ; HANGEUL_CHARSET         129
  52. ; HANGUL_CHARSET          129
  53. ; GB2312_CHARSET          134
  54. ; CHINESEBIG5_CHARSET     136
  55. ; OEM_CHARSET             255
  56. ; JOHAB_CHARSET           130
  57. ; HEBREW_CHARSET          177
  58. ; ARABIC_CHARSET          178
  59. ; GREEK_CHARSET           161
  60. ; TURKISH_CHARSET         162
  61. ; VIETNAMESE_CHARSET      163
  62. ; THAI_CHARSET            222
  63. ; EASTEUROPE_CHARSET      238
  64. ; RUSSIAN_CHARSET         204
  65. ; MAC_CHARSET             77
  66. ; BALTIC_CHARSET          186
  67.