home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "CurrentState": "Integer",
- "WizardFormName": "Text (50)",
- "Comment": "Memo/Hyperlink (255)",
- "PageDown": "Integer",
- "FocusControl": "Text (50)",
- "BackState": "Integer",
- "NextState": "Integer",
- "EnableCancel": "Boolean NOT NULL",
- "ConfirmCancel": "Boolean NOT NULL",
- "EnableBack": "Boolean NOT NULL",
- "EnableNext": "Boolean NOT NULL",
- "EnableFinish": "Boolean NOT NULL"
- },
- "data": [
- {
- "CurrentState": 1,
- "WizardFormName": "ia95_frmMain",
- "Comment": "IA95_INTRO_PAGE",
- "PageDown": 1,
- "FocusControl": "cmdNext",
- "BackState": -1,
- "NextState": 2,
- "EnableCancel": 1,
- "ConfirmCancel": 0,
- "EnableBack": 0,
- "EnableNext": 1,
- "EnableFinish": 0
- },
- {
- "CurrentState": 2,
- "WizardFormName": "ia95_frmMain",
- "Comment": "IA95_CHOOSE_OBJECTS_PAGE",
- "PageDown": 2,
- "FocusControl": "cboObjectTypes",
- "BackState": 1,
- "NextState": 3,
- "EnableCancel": 1,
- "ConfirmCancel": 0,
- "EnableBack": 1,
- "EnableNext": 0,
- "EnableFinish": 0
- },
- {
- "CurrentState": 3,
- "WizardFormName": "ia95_frmMain",
- "Comment": "IA95_CHOOSE_TEMPLATE_PAGE",
- "PageDown": 3,
- "FocusControl": "grpChooseMakeNoTemplate",
- "BackState": 2,
- "NextState": 4,
- "EnableCancel": 1,
- "ConfirmCancel": 0,
- "EnableBack": 1,
- "EnableNext": 1,
- "EnableFinish": 1
- },
- {
- "CurrentState": 4,
- "WizardFormName": "ia95_frmMain",
- "Comment": "IA95_FINISH_PAGE",
- "PageDown": 4,
- "FocusControl": "txtDirectoryChosen",
- "BackState": 3,
- "NextState": -1,
- "EnableCancel": 1,
- "ConfirmCancel": 0,
- "EnableBack": 1,
- "EnableNext": 0,
- "EnableFinish": 1
- }
- ]
- }