home *** CD-ROM | disk | FTP | other *** search
/ Driving Test Success (Practical) / DTSP.ISO / data1.cab / App_Files / setup.ini < prev    next >
INI File  |  2005-09-27  |  2KB  |  66 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=1
  13. tracemode=1
  14. windowmode=0
  15. popupoff=0
  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.  
  32. ; StartUp Settings
  33. ; ----------------
  34. ; Use a SETUP.INI file with the [STARTUP] keys below to
  35. ; control the initial state of your application:-
  36. ; eg. window=1 will start your app in a window
  37.  
  38. [STARTUP]
  39. window=0
  40. winposx=0
  41. winposy=0
  42. winsizex=640
  43. winsizey=480
  44.  
  45. ; CharSet Codes
  46. ; -------------
  47. ; DEFAULT_CHARSET         1
  48. ; SYMBOL_CHARSET          2
  49. ; SHIFTJIS_CHARSET        128
  50. ; HANGEUL_CHARSET         129
  51. ; HANGUL_CHARSET          129
  52. ; GB2312_CHARSET          134
  53. ; CHINESEBIG5_CHARSET     136
  54. ; OEM_CHARSET             255
  55. ; JOHAB_CHARSET           130
  56. ; HEBREW_CHARSET          177
  57. ; ARABIC_CHARSET          178
  58. ; GREEK_CHARSET           161
  59. ; TURKISH_CHARSET         162
  60. ; VIETNAMESE_CHARSET      163
  61. ; THAI_CHARSET            222
  62. ; EASTEUROPE_CHARSET      238
  63. ; RUSSIAN_CHARSET         204
  64. ; MAC_CHARSET             77
  65. ; BALTIC_CHARSET          186
  66.