home *** CD-ROM | disk | FTP | other *** search
/ CyberStratege 18 / CyberStratege_CD_18.iso / patchs / malaya10.zip / main.da_ / main.da / GeneralOption.json next >
JavaScript Object Notation  |  1999-08-21  |  371b

  1. {
  2.     "schema": {
  3.         "ContinuousScroll": "Boolean NOT NULL",
  4.         "AutoCenterOnClick": "Boolean NOT NULL",
  5.         "AutoEndPhase": "Boolean NOT NULL",
  6.         "AutoNewPhase": "Boolean NOT NULL",
  7.         "DialogDelay": "Integer",
  8.         "Browser": "Text (250)"
  9.     },
  10.     "data": [
  11.         {
  12.             "ContinuousScroll": 1,
  13.             "AutoCenterOnClick": 0,
  14.             "AutoEndPhase": 0,
  15.             "AutoNewPhase": 0,
  16.             "DialogDelay": 5,
  17.             "Browser": "C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE"
  18.         }
  19.     ]
  20. }