@magic-xpa/cli 4.1000.0 → 4.1100.0-dev000.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -28
- package/index.d.ts +1 -1
- package/index.js +4 -4
- package/index.js.map +1 -1
- package/index.ts +1 -1
- package/package.json +2 -2
- package/src/collection.json +75 -75
- package/src/public_api.d.ts +3 -3
- package/src/public_api.js +6 -6
- package/src/public_api.js.map +1 -1
- package/src/public_api.ts +5 -5
- package/src/schematics/magic-utils/Util.d.ts +6 -6
- package/src/schematics/magic-utils/Util.js +26 -26
- package/src/schematics/magic-utils/Util.js.map +1 -1
- package/src/schematics/magic-utils/config.d.ts +12 -12
- package/src/schematics/magic-utils/config.js +56 -56
- package/src/schematics/magic-utils/config.js.map +1 -1
- package/src/schematics/magic-utils/config.ts +68 -68
- package/src/schematics/magic-utils/env.d.ts +23 -23
- package/src/schematics/magic-utils/env.js +39 -39
- package/src/schematics/magic-utils/env.js.map +1 -1
- package/src/schematics/magic-utils/env.ts +50 -50
- package/src/schematics/magic-utils/manifest.d.ts +11 -11
- package/src/schematics/magic-utils/manifest.js +40 -40
- package/src/schematics/magic-utils/manifest.js.map +1 -1
- package/src/schematics/magic-utils/manifest.ts +46 -46
- package/src/schematics/magic-utils/metadata.class.d.ts +51 -51
- package/src/schematics/magic-utils/metadata.class.js +124 -124
- package/src/schematics/magic-utils/metadata.class.js.map +1 -1
- package/src/schematics/magic-utils/metadata.class.ts +159 -159
- package/src/schematics/magic-utils/process-json.d.ts +2 -2
- package/src/schematics/magic-utils/process-json.js +157 -158
- package/src/schematics/magic-utils/process-json.js.map +1 -1
- package/src/schematics/magic-utils/rules/build-control.rule.d.ts +5 -5
- package/src/schematics/magic-utils/rules/build-control.rule.js +73 -74
- package/src/schematics/magic-utils/rules/build-control.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/build-view.rule.d.ts +3 -3
- package/src/schematics/magic-utils/rules/build-view.rule.js +82 -80
- package/src/schematics/magic-utils/rules/build-view.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/build-view.rule.ts +4 -0
- package/src/schematics/magic-utils/rules/component-list.rule.d.ts +3 -3
- package/src/schematics/magic-utils/rules/component-list.rule.js +316 -317
- package/src/schematics/magic-utils/rules/component-list.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/generate.rule.d.ts +5 -5
- package/src/schematics/magic-utils/rules/generate.rule.js +53 -54
- package/src/schematics/magic-utils/rules/generate.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/generate.rule.ts +61 -61
- package/src/schematics/magic-utils/rules/init-add-modules.rule.d.ts +12 -12
- package/src/schematics/magic-utils/rules/init-add-modules.rule.js +295 -296
- package/src/schematics/magic-utils/rules/init-add-modules.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/init-add-modules.rule.ts +360 -360
- package/src/schematics/magic-utils/rules/init-gen-components.rule.d.ts +4 -4
- package/src/schematics/magic-utils/rules/init-gen-components.rule.js +65 -66
- package/src/schematics/magic-utils/rules/init-gen-components.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/init-magic-metadata.rule.d.ts +3 -3
- package/src/schematics/magic-utils/rules/init-magic-metadata.rule.js +17 -18
- package/src/schematics/magic-utils/rules/init-magic-metadata.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/init-magic-metadata.rule.ts +19 -19
- package/src/schematics/magic-utils/rules/load-views-gen.rule.d.ts +3 -3
- package/src/schematics/magic-utils/rules/load-views-gen.rule.js +28 -29
- package/src/schematics/magic-utils/rules/load-views-gen.rule.js.map +1 -1
- package/src/schematics/magic-utils/rules/magic-option.scheme.d.ts +22 -21
- package/src/schematics/magic-utils/rules/magic-option.scheme.js +2 -2
- package/src/schematics/magic-utils/rules/magic-option.scheme.js.map +1 -1
- package/src/schematics/magic-utils/rules/magic-option.scheme.ts +24 -23
- package/src/schematics/magic-utils/utils.d.ts +12 -12
- package/src/schematics/magic-utils/utils.js +116 -117
- package/src/schematics/magic-utils/utils.js.map +1 -1
- package/src/schematics/magic-utils/utils.ts +134 -134
- package/src/schematics/mg-Install-prerequisites/index.d.ts +3 -3
- package/src/schematics/mg-Install-prerequisites/index.js +24 -25
- package/src/schematics/mg-Install-prerequisites/index.js.map +1 -1
- package/src/schematics/mg-Install-prerequisites/index.ts +30 -30
- package/src/schematics/mg-Install-prerequisites/schema.json +14 -14
- package/src/schematics/mg-add/files/src/app/app.component.html +17 -17
- package/src/schematics/mg-add/files/src/app/app.routes.ts +14 -14
- package/src/schematics/mg-add/files/src/app/magic/component-list.g.ts +9 -9
- package/src/schematics/mg-add/files/src/app/magic/lazy-loader.service.ts +2 -1
- package/src/schematics/mg-add/files/src/app/magic/magic.gen.lib.module.ts +19 -19
- package/src/schematics/mg-add/files/src/magic-styles.css +131 -131
- package/src/schematics/mg-add/index.d.ts +3 -3
- package/src/schematics/mg-add/index.js +150 -151
- package/src/schematics/mg-add/index.js.map +1 -1
- package/src/schematics/mg-add/schema.json +29 -29
- package/src/schematics/mg-add/utils/add-declaration-to-root-module.d.ts +2 -2
- package/src/schematics/mg-add/utils/add-declaration-to-root-module.js +10 -11
- package/src/schematics/mg-add/utils/add-declaration-to-root-module.js.map +1 -1
- package/src/schematics/mg-add/utils/add-declaration-to-root-module.ts +12 -12
- package/src/schematics/mg-add/webModule/app.routes.ts +14 -14
- package/src/schematics/mg-add-tasks/index.d.ts +3 -3
- package/src/schematics/mg-add-tasks/index.js +29 -30
- package/src/schematics/mg-add-tasks/index.js.map +1 -1
- package/src/schematics/mg-add-tasks/index.ts +53 -53
- package/src/schematics/mg-add-tasks/schema.json +41 -41
- package/src/schematics/mg-delete-files/index.d.ts +3 -3
- package/src/schematics/mg-delete-files/index.js +12 -13
- package/src/schematics/mg-delete-files/index.js.map +1 -1
- package/src/schematics/mg-delete-files/index.ts +12 -12
- package/src/schematics/mg-delete-files/schema.json +14 -14
- package/src/schematics/mg-gen-module/index.d.ts +3 -3
- package/src/schematics/mg-gen-module/index.js +14 -15
- package/src/schematics/mg-gen-module/index.js.map +1 -1
- package/src/schematics/mg-gen-module/index.ts +14 -14
- package/src/schematics/mg-gen-module/schema.json +24 -24
- package/src/schematics/mg-generate/index.d.ts +3 -3
- package/src/schematics/mg-generate/index.js +12 -13
- package/src/schematics/mg-generate/index.js.map +1 -1
- package/src/schematics/mg-generate/index.ts +12 -12
- package/src/schematics/mg-generate/schema.json +34 -34
- package/src/schematics/mg-generate-component/index.d.ts +3 -3
- package/src/schematics/mg-generate-component/index.js +34 -35
- package/src/schematics/mg-generate-component/index.js.map +1 -1
- package/src/schematics/mg-generate-component/schema.json +6 -0
- package/src/schematics/mg-install/index.d.ts +3 -3
- package/src/schematics/mg-install/index.js +29 -30
- package/src/schematics/mg-install/index.js.map +1 -1
- package/src/schematics/mg-install/index.ts +37 -37
- package/src/schematics/mg-install/schema.json +24 -24
- package/src/schematics/mg-routes/index.d.ts +6 -6
- package/src/schematics/mg-routes/index.js +62 -63
- package/src/schematics/mg-routes/index.js.map +1 -1
- package/src/schematics/mg-routes/schema.json +14 -14
- package/src/schematics/mg-single-control/index.d.ts +3 -3
- package/src/schematics/mg-single-control/index.js +28 -29
- package/src/schematics/mg-single-control/index.js.map +1 -1
- package/src/schematics/mg-single-control/schema.json +24 -24
- package/src/schematics/utils/ast.d.ts +21 -21
- package/src/schematics/utils/ast.js +90 -91
- package/src/schematics/utils/ast.js.map +1 -1
- package/src/schematics/utils/ast.ts +103 -103
- package/src/schematics/utils/devkit-utils/README.md +1 -1
- package/src/schematics/utils/devkit-utils/ast-utils.d.ts +87 -87
- package/src/schematics/utils/devkit-utils/ast-utils.js +489 -490
- package/src/schematics/utils/devkit-utils/ast-utils.js.map +1 -1
- package/src/schematics/utils/devkit-utils/ast-utils.ts +570 -570
- package/src/schematics/utils/devkit-utils/ast-utils_old.d.ts +68 -68
- package/src/schematics/utils/devkit-utils/ast-utils_old.js +419 -420
- package/src/schematics/utils/devkit-utils/ast-utils_old.js.map +1 -1
- package/src/schematics/utils/devkit-utils/ast-utils_old.ts +478 -478
- package/src/schematics/utils/devkit-utils/change.d.ts +66 -66
- package/src/schematics/utils/devkit-utils/change.js +94 -94
- package/src/schematics/utils/devkit-utils/change.js.map +1 -1
- package/src/schematics/utils/devkit-utils/change.ts +127 -127
- package/src/schematics/utils/devkit-utils/component.d.ts +2 -2
- package/src/schematics/utils/devkit-utils/component.js +96 -97
- package/src/schematics/utils/devkit-utils/component.js.map +1 -1
- package/src/schematics/utils/devkit-utils/component.ts +136 -136
- package/src/schematics/utils/devkit-utils/config.d.ts +78 -78
- package/src/schematics/utils/devkit-utils/config.js +52 -52
- package/src/schematics/utils/devkit-utils/config.js.map +1 -1
- package/src/schematics/utils/devkit-utils/config.ts +120 -120
- package/src/schematics/utils/devkit-utils/find-module.d.ts +28 -28
- package/src/schematics/utils/devkit-utils/find-module.js +92 -93
- package/src/schematics/utils/devkit-utils/find-module.js.map +1 -1
- package/src/schematics/utils/devkit-utils/find-module.ts +108 -108
- package/src/schematics/utils/devkit-utils/ng-ast-utils.d.ts +5 -5
- package/src/schematics/utils/devkit-utils/ng-ast-utils.js +73 -74
- package/src/schematics/utils/devkit-utils/ng-ast-utils.js.map +1 -1
- package/src/schematics/utils/devkit-utils/ng-ast-utils.ts +84 -84
- package/src/schematics/utils/devkit-utils/parse-name.d.ts +13 -13
- package/src/schematics/utils/devkit-utils/parse-name.js +19 -20
- package/src/schematics/utils/devkit-utils/parse-name.js.map +1 -1
- package/src/schematics/utils/devkit-utils/parse-name.ts +24 -24
- package/src/schematics/utils/devkit-utils/route-utils.d.ts +20 -20
- package/src/schematics/utils/devkit-utils/route-utils.js +133 -134
- package/src/schematics/utils/devkit-utils/route-utils.js.map +1 -1
- package/src/schematics/utils/devkit-utils/route-utils.ts +180 -180
- package/src/schematics/utils/devkit-utils/validation.d.ts +1 -1
- package/src/schematics/utils/devkit-utils/validation.js +18 -19
- package/src/schematics/utils/devkit-utils/validation.js.map +1 -1
- package/src/schematics/utils/devkit-utils/validation.ts +16 -16
- package/src/schematics/utils/html.d.ts +18 -18
- package/src/schematics/utils/html.js +59 -60
- package/src/schematics/utils/html.js.map +1 -1
- package/src/schematics/utils/html.ts +63 -63
- package/src/schematics/utils/lib-versions.d.ts +3 -3
- package/src/schematics/utils/lib-versions.js +6 -6
- package/src/schematics/utils/lib-versions.js.map +1 -1
- package/src/schematics/utils/lib-versions.ts +3 -3
- package/src/schematics/utils/package.d.ts +5 -5
- package/src/schematics/utils/package.js +20 -21
- package/src/schematics/utils/package.js.map +1 -1
- package/src/schematics/utils/package.ts +22 -22
- package/src/schematics/utils/testing.d.ts +5 -5
- package/src/schematics/utils/testing.js +26 -27
- package/src/schematics/utils/testing.js.map +1 -1
- package/src/schematics/utils/testing.ts +25 -25
- package/src/types/enums/Enums.d.ts +1646 -1646
- package/src/types/enums/Enums.js +1862 -1862
- package/src/types/enums/Enums.js.map +1 -1
- package/src/types/enums/Enums.ts +2063 -2063
- package/src/types/enums/generated-file-types.enum.d.ts +6 -6
- package/src/types/enums/generated-file-types.enum.js +10 -10
- package/src/types/enums/generated-file-types.enum.js.map +1 -1
- package/src/types/enums/generated-file-types.enum.ts +6 -6
- package/src/types/enums/horizontal-alignments.enum.d.ts +5 -5
- package/src/types/enums/horizontal-alignments.enum.js +9 -9
- package/src/types/enums/horizontal-alignments.enum.js.map +1 -1
- package/src/types/enums/horizontal-alignments.enum.ts +6 -6
- package/src/types/enums/themes.enum.d.ts +6 -6
- package/src/types/enums/themes.enum.js +10 -10
- package/src/types/enums/themes.enum.js.map +1 -1
- package/src/types/enums/themes.enum.ts +6 -6
- package/src/types/index.d.ts +7 -7
- package/src/types/index.js +10 -10
- package/src/types/index.js.map +1 -1
- package/src/types/index.ts +8 -8
- package/src/types/interfaces/app.d.ts +53 -53
- package/src/types/interfaces/app.js +9 -9
- package/src/types/interfaces/app.js.map +1 -1
- package/src/types/interfaces/app.ts +89 -89
- package/src/types/interfaces/control.d.ts +82 -82
- package/src/types/interfaces/control.js +2 -2
- package/src/types/interfaces/control.js.map +1 -1
- package/src/types/interfaces/control.ts +106 -106
- package/src/types/interfaces/env.interface.d.ts +19 -19
- package/src/types/interfaces/env.interface.js +10 -10
- package/src/types/interfaces/template.config.d.ts +8 -8
- package/src/types/interfaces/template.config.js +2 -2
- package/src/types/interfaces/template.config.js.map +1 -1
- package/src/types/interfaces/template.config.ts +11 -11
- package/templates/angular/src/app/app.component.html.ejs +17 -17
- package/templates/angular/src/app/cmp-array.ejs +3 -3
- package/templates/angular/src/app/cmp-hash.ejs +3 -3
- package/templates/angular/src/app/component-list.g.ts +21 -21
- package/templates/angular/src/app.component.ts +14 -14
- package/templates/angular/src/app.module.ts +70 -70
- package/templates/angular/src/app.routes.ts +73 -73
- package/templates/angular/src/styles/app.css +5 -5
- package/templates/attributes/button_attributes.ejs +2 -2
- package/templates/attributes/common/base/class.ejs +6 -6
- package/templates/attributes/common/base/control_type.ejs +53 -53
- package/templates/attributes/common/base/enabled.ejs +9 -9
- package/templates/attributes/common/base/imageFileName.ejs +3 -3
- package/templates/attributes/common/base/no_control_class.ejs +3 -3
- package/templates/attributes/common/base/rtol.ejs +3 -3
- package/templates/attributes/common/base/tabindex.ejs +11 -11
- package/templates/attributes/common/base/testingId.ejs +8 -8
- package/templates/attributes/common/base/tooltip.ejs +7 -7
- package/templates/attributes/common/base/visible.ejs +6 -6
- package/templates/attributes/common/base/wallpaper.ejs +3 -3
- package/templates/attributes/common/base_attributes.ejs +10 -10
- package/templates/attributes/common/container_attributes.ejs +6 -6
- package/templates/attributes/common/control_attributes.ejs +3 -3
- package/templates/attributes/common/format.ejs +5 -5
- package/templates/attributes/common/input/hint.ejs +13 -13
- package/templates/attributes/common/input/multiline_edit.ejs +3 -3
- package/templates/attributes/common/input/must_input.ejs +8 -8
- package/templates/attributes/common/input/password_edit.ejs +7 -7
- package/templates/attributes/common/input/row_editing_input_attributes.ejs +6 -6
- package/templates/attributes/common/input/validation.ejs +5 -5
- package/templates/attributes/common/input_attributes.ejs +4 -4
- package/templates/attributes/common/no_control_base_attributes.ejs +4 -4
- package/templates/attributes/common/row_editing_button_attributes.ejs +10 -10
- package/templates/component/view.component.html +14 -14
- package/templates/component/view.component.ts +123 -122
- package/templates/themes/basicHTML/Code/theme.module.ts +10 -10
- package/templates/themes/basicHTML/checkbox.ejs +1 -1
- package/templates/themes/basicHTML/combobox.ejs +37 -37
- package/templates/themes/basicHTML/edit.ejs +169 -168
- package/templates/themes/basicHTML/form.ejs +4 -4
- package/templates/themes/basicHTML/group.ejs +4 -4
- package/templates/themes/basicHTML/image.ejs +6 -6
- package/templates/themes/basicHTML/label.ejs +11 -11
- package/templates/themes/basicHTML/listbox.ejs +21 -21
- package/templates/themes/basicHTML/push-button.ejs +28 -28
- package/templates/themes/basicHTML/radio.ejs +20 -20
- package/templates/themes/basicHTML/subform.ejs +6 -6
- package/templates/themes/basicHTML/tab.ejs +31 -31
- package/templates/themes/basicHTML/tabpage.ejs +5 -5
- package/templates/themes/basicHiddenHTML/Code/theme.module.ts +10 -10
- package/templates/themes/basicHiddenHTML/combobox.ejs +5 -5
- package/templates/themes/basicHiddenHTML/form.ejs +3 -3
- package/templates/themes/basicHiddenHTML/group.ejs +2 -2
- package/templates/themes/basicHiddenHTML/image.ejs +4 -4
- package/templates/themes/basicHiddenHTML/label.ejs +1 -1
- package/templates/themes/basicHiddenHTML/listbox.ejs +8 -8
- package/templates/themes/basicHiddenHTML/push-button.ejs +26 -26
- package/templates/themes/basicHiddenHTML/radio.ejs +17 -17
- package/templates/themes/basicHiddenHTML/tab.ejs +13 -13
- package/templates/themes/basicHiddenHTML/table.ejs +18 -18
- package/templates/themes/basicHiddenHTML/tabpage.ejs +2 -2
- package/templates/themes/container.ejs +26 -26
- package/templates/themes/control.ejs +52 -52
- package/templates/themes/editTypeSelector.ejs +1 -1
- package/templates/themes/material/Code/theme.module.ts +68 -68
- package/templates/themes/material/base_attributes_date.ejs +8 -8
- package/templates/themes/material/checkbox.ejs +1 -1
- package/templates/themes/material/combobox.ejs +43 -43
- package/templates/themes/material/edit.ejs +204 -204
- package/templates/themes/material/group.ejs +3 -3
- package/templates/themes/material/listbox.ejs +22 -23
- package/templates/themes/material/push-button.ejs +28 -28
- package/templates/themes/material/radio.ejs +22 -22
- package/templates/themes/material/subform.ejs +8 -8
- package/templates/themes/material/tab.ejs +19 -19
- package/templates/themes/router_outlet.ejs +5 -5
- package/templates/themes/table/HTMLTable/columnHeader.ejs +3 -1
- package/templates/themes/table/HTMLTable/table.ejs +37 -37
- package/templates/themes/table/grid/additionalComponentCode.ejs +26 -26
- package/templates/themes/table/grid/additionalIncludes.ejs +1 -1
- package/templates/themes/table/grid/column.ejs +3 -1
- package/templates/themes/table/grid/table.ejs +37 -37
- package/templates/themes/table/repeatable/column.ejs +11 -11
- package/templates/themes/table/repeatable/table.ejs +28 -28
- package/templates/themes/tableTypeSelector.ejs +21 -21
- package/tsconfig.json +36 -36
package/src/types/enums/Enums.js
CHANGED
|
@@ -1,1863 +1,1863 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.AutoFit = exports.SplitPrimaryDisplay = exports.SplitWindowType = exports.ListboxSelectionMode = exports.FieldComType = exports.FldStyle = exports.WindowPosition = exports.DataTranslation = exports.DatabaseOperations = exports.DatabaseDefinitionType = exports.SubformType = exports.CtrlHotspotType = exports.ImageEffects = exports.CtrlButtonTypeGui = exports.SliderType = exports.PrgExecPlace = exports.DspInterface = exports.DitAttribute = exports.FormExpandType = exports.HelpCommand = exports.RbAppearance = exports.CheckboxMainStyle = exports.TabControlTabsWidth = exports.CtrlImageStyle = exports.CtrlButtonType = exports.CtrlOleStoreType = exports.CtrlOleDisplayType = exports.CtrlLineDirection = exports.CtrlTextType = exports.CtrlLineType = exports.ControlStyle = exports.WinUom = exports.WinHtmlType = exports.WinCptn = exports.SelprgMode = exports.SideType = exports.HtmlAlignmentType = exports.AlignmentTypeVert = exports.AllowedDirectionType = exports.TabbingOrderType = exports.AlignmentTypeHori = exports.GradientStyle = exports.BorderType = exports.DitType = exports.MgControlType = exports.HttpStatusCode = exports.TableBehaviour = exports.Priority = exports.Logger_LogLevels = exports.Logger_MessageDirection = void 0;
|
|
4
|
-
exports.DataViewHeaderType = exports.Opr = exports.LogicOperationType = exports.LogicHeaderType = exports.DisplayTextType = exports.Area = exports.PaperSizePdfEnabled = exports.PaperSizePdfDisabled = exports.PaperSize = exports.MediaAccess = exports.CharacterSet = exports.MediaFormat = exports.MediaOrientation = exports.BrkLevel = exports.StorageAttributeType = exports.Storage = exports.FrameType = exports.FramesetStyle = exports.MultilineHorizontalScrollBar = exports.ExecOn = exports.TableColorBy = exports.BottomPositionInterval = exports.SplitterStyle = exports.RowHighlightType = exports.FlwMode = exports.FlowDirection = exports.EngineDirect = exports.RaiseAt = exports.DbDelUpdMode = exports.DbOpen = exports.DbShare = exports.Access = exports.LnkEval_Cond = exports.Order = exports.LDir = exports.BrkScope = exports.LogicLevel = exports.LogicUnit = exports.CallOsShow = exports.CallWsStyle = exports.CallComOption = exports.VerifyButtons = exports.VerifyImage = exports.VerifyDisplay = exports.VerifyMode = exports.CallUDPType = exports.CallUdpConvention = exports.ColumnUpdateStyle = exports.StartupMode = exports.WindowType = void 0;
|
|
5
|
-
exports.FormDelimiter = exports.FormPage = exports.FormOperationType = exports.BlockTypes = exports.UpdateMode = exports.ItemMasks = exports.TriggerType = exports.ExportType = exports.DriverDB = exports.FldStorage = exports.ValType = exports.CheckExist = exports.Resident = exports.DBHCache = exports.Encr = exports.UseSQLCursor = exports.DBHRowIdentifier = exports.BlobContent = exports.FieldComAlloc = exports.ComponentItemType = exports.ErrorClassific = exports.BrkType = exports.UniqueTskSort = exports.EndMode = exports.BoxDir = exports.KeyMode = exports.InitialMode = exports.LnkMode = exports.PositionUsage = exports.TransMode = exports.ExeState = exports.CacheStrategy = exports.ErrStrategy = exports.TransBegin = exports.LockingStrategy = exports.TabbingCycleType = exports.DataviewType = exports.VeePartOfDataview = exports.VeeDiffUpdate = exports.VeeMode = exports.RemarkType = exports.TaskFlow = exports.CompTypes = exports.ModelClass = exports.NullArithmetic = exports.HelpType = exports.TrueFalseValues = exports.YesNoValues = exports.LoadedValues = exports.DataViewOperationType = void 0;
|
|
6
|
-
exports.KeyboardReturnKeys = exports.KeyboardTypes = exports.ExitAnimation = exports.EnterAnimation = exports.OrientationLock = exports.UndoRedoAction = exports.DataViewOutputType = exports.LineManipulationType = exports.ViewRefreshMode = exports.MagicSystemColor = exports.SourceContextType = exports.FieldViewModelType = exports.DatabaseFilters = exports.LogicHeaderAction = exports.DatabaseDataType = exports.TableType = exports.RangeMode = exports.ViewSelectType = exports.Recursion = exports.ChoiceControlStyle = exports.DbhSegmentDirection = exports.DbhKeyIndexType = exports.DbhKeyRangeMode = exports.DbhKeyDirection = exports.DbhKeyMode = exports.ModelAttMerge = exports.ModelAttGuiFrame = exports.ModelAttrBrowser = exports.ModelAttRichClientFrameSet = exports.ModelAttrFramesetForm = exports.ModelAttrRichClient = exports.ModelAttrText = exports.ModelAttrGui1 = exports.ModelAttrGui0 = exports.ModelAttrField = exports.ModelAttrHelp = exports.Axis = exports.CallbackType = exports.MgModelType = exports.APGInvokedFrom = exports.APGType = exports.APGFormSize = exports.APGDisplayMode = exports.APGOption = exports.APGMode = exports.OSType = exports.MediaType = exports.ForceExit = exports.RowType = exports.CallOperationMode = void 0;
|
|
7
|
-
exports.TableWebStyle = exports.RowEditingTypes = exports.NotifyCollectionChangedAction = exports.StorageAttribute = exports.FontAttributes = exports.ScrollBarThumbType = exports.LineDirection = exports.FrameLayoutTypes = exports.OpenEditDialog = void 0;
|
|
8
|
-
var Logger_MessageDirection;
|
|
9
|
-
(function (Logger_MessageDirection) {
|
|
10
|
-
Logger_MessageDirection[Logger_MessageDirection["MessageLeaving"] = 0] = "MessageLeaving";
|
|
11
|
-
Logger_MessageDirection[Logger_MessageDirection["MessageEntering"] = 1] = "MessageEntering";
|
|
12
|
-
})(Logger_MessageDirection
|
|
13
|
-
var Logger_LogLevels;
|
|
14
|
-
(function (Logger_LogLevels) {
|
|
15
|
-
Logger_LogLevels[Logger_LogLevels["None"] = 0] = "None";
|
|
16
|
-
Logger_LogLevels[Logger_LogLevels["Server"] = 1] = "Server";
|
|
17
|
-
Logger_LogLevels[Logger_LogLevels["ServerMessages"] = 2] = "ServerMessages";
|
|
18
|
-
Logger_LogLevels[Logger_LogLevels["Support"] = 3] = "Support";
|
|
19
|
-
Logger_LogLevels[Logger_LogLevels["Gui"] = 4] = "Gui";
|
|
20
|
-
Logger_LogLevels[Logger_LogLevels["Development"] = 5] = "Development";
|
|
21
|
-
Logger_LogLevels[Logger_LogLevels["Basic"] = 6] = "Basic";
|
|
22
|
-
})(Logger_LogLevels
|
|
23
|
-
var Priority;
|
|
24
|
-
(function (Priority) {
|
|
25
|
-
Priority[Priority["LOWEST"] = 1] = "LOWEST";
|
|
26
|
-
Priority[Priority["LOW"] = 2] = "LOW";
|
|
27
|
-
Priority[Priority["HIGH"] = 3] = "HIGH";
|
|
28
|
-
})(Priority
|
|
29
|
-
var TableBehaviour;
|
|
30
|
-
(function (TableBehaviour) {
|
|
31
|
-
TableBehaviour[TableBehaviour["LimitedItems"] = 1] = "LimitedItems";
|
|
32
|
-
TableBehaviour[TableBehaviour["UnlimitedItems"] = 2] = "UnlimitedItems";
|
|
33
|
-
})(TableBehaviour
|
|
34
|
-
var HttpStatusCode;
|
|
35
|
-
(function (HttpStatusCode) {
|
|
36
|
-
HttpStatusCode[HttpStatusCode["Unused"] = 0] = "Unused";
|
|
37
|
-
})(HttpStatusCode
|
|
38
|
-
var MgControlType;
|
|
39
|
-
(function (MgControlType) {
|
|
40
|
-
MgControlType["CTRL_TYPE_NONE"] = "0";
|
|
41
|
-
MgControlType["CTRL_TYPE_BUTTON"] = "B";
|
|
42
|
-
MgControlType["CTRL_TYPE_CHECKBOX"] = "C";
|
|
43
|
-
MgControlType["CTRL_TYPE_RADIO"] = "R";
|
|
44
|
-
MgControlType["CTRL_TYPE_COMBO"] = "D";
|
|
45
|
-
MgControlType["CTRL_TYPE_LIST"] = "E";
|
|
46
|
-
MgControlType["CTRL_TYPE_TEXT"] = "T";
|
|
47
|
-
MgControlType["CTRL_TYPE_GROUP"] = "G";
|
|
48
|
-
MgControlType["CTRL_TYPE_TAB"] = "J";
|
|
49
|
-
MgControlType["CTRL_TYPE_TABLE"] = "A";
|
|
50
|
-
MgControlType["CTRL_TYPE_COLUMN"] = "K";
|
|
51
|
-
MgControlType["CTRL_TYPE_LABEL"] = "L";
|
|
52
|
-
MgControlType["CTRL_TYPE_IMAGE"] = "I";
|
|
53
|
-
MgControlType["CTRL_TYPE_SUBFORM"] = "F";
|
|
54
|
-
MgControlType["CTRL_TYPE_BROWSER"] = "W";
|
|
55
|
-
MgControlType["CTRL_TYPE_STATUS_BAR"] = "1";
|
|
56
|
-
MgControlType["CTRL_TYPE_SB_LABEL"] = "2";
|
|
57
|
-
MgControlType["CTRL_TYPE_SB_IMAGE"] = "3";
|
|
58
|
-
MgControlType["CTRL_TYPE_FRAME_SET"] = "P";
|
|
59
|
-
MgControlType["CTRL_TYPE_CONTAINER"] = "Q";
|
|
60
|
-
MgControlType["CTRL_TYPE_FRAME_FORM"] = "U";
|
|
61
|
-
MgControlType["CTRL_TYPE_LINE"] = "X";
|
|
62
|
-
MgControlType["CTRL_TYPE_TABPAGE"] = "Z";
|
|
63
|
-
})(MgControlType
|
|
64
|
-
var DitType;
|
|
65
|
-
(function (DitType) {
|
|
66
|
-
DitType[DitType["None"] = 1] = "None";
|
|
67
|
-
DitType[DitType["Edit"] = 2] = "Edit";
|
|
68
|
-
DitType[DitType["Button"] = 3] = "Button";
|
|
69
|
-
DitType[DitType["Combobox"] = 4] = "Combobox";
|
|
70
|
-
DitType[DitType["Listbox"] = 5] = "Listbox";
|
|
71
|
-
DitType[DitType["Radiobox"] = 6] = "Radiobox";
|
|
72
|
-
DitType[DitType["Tab"] = 7] = "Tab";
|
|
73
|
-
DitType[DitType["Checkbox"] = 8] = "Checkbox";
|
|
74
|
-
DitType[DitType["Image"] = 9] = "Image";
|
|
75
|
-
DitType[DitType["Static"] = 10] = "Static";
|
|
76
|
-
DitType[DitType["Line"] = 11] = "Line";
|
|
77
|
-
DitType[DitType["Group"] = 12] = "Group";
|
|
78
|
-
DitType[DitType["Table"] = 13] = "Table";
|
|
79
|
-
DitType[DitType["Slider"] = 14] = "Slider";
|
|
80
|
-
DitType[DitType["Ole"] = 15] = "Ole";
|
|
81
|
-
DitType[DitType["Hotspot"] = 16] = "Hotspot";
|
|
82
|
-
DitType[DitType["StaticTable"] = 17] = "StaticTable";
|
|
83
|
-
DitType[DitType["Sound"] = 18] = "Sound";
|
|
84
|
-
DitType[DitType["Html"] = 19] = "Html";
|
|
85
|
-
DitType[DitType["Java"] = 20] = "Java";
|
|
86
|
-
DitType[DitType["Activex"] = 21] = "Activex";
|
|
87
|
-
DitType[DitType["Frame"] = 22] = "Frame";
|
|
88
|
-
DitType[DitType["Subform"] = 23] = "Subform";
|
|
89
|
-
DitType[DitType["Hypertext"] = 24] = "Hypertext";
|
|
90
|
-
DitType[DitType["Browser"] = 25] = "Browser";
|
|
91
|
-
DitType[DitType["Opaque"] = 26] = "Opaque";
|
|
92
|
-
})(DitType
|
|
93
|
-
var BorderType;
|
|
94
|
-
(function (BorderType) {
|
|
95
|
-
BorderType[BorderType["Thin"] = 1] = "Thin";
|
|
96
|
-
BorderType[BorderType["Thick"] = 2] = "Thick";
|
|
97
|
-
BorderType[BorderType["NoBorder"] = 3] = "NoBorder";
|
|
98
|
-
})(BorderType
|
|
99
|
-
var GradientStyle;
|
|
100
|
-
(function (GradientStyle) {
|
|
101
|
-
GradientStyle[GradientStyle["None"] = 1] = "None";
|
|
102
|
-
GradientStyle[GradientStyle["Horizontal"] = 2] = "Horizontal";
|
|
103
|
-
GradientStyle[GradientStyle["HorizontalSymmetric"] = 3] = "HorizontalSymmetric";
|
|
104
|
-
GradientStyle[GradientStyle["HorizontalWide"] = 4] = "HorizontalWide";
|
|
105
|
-
GradientStyle[GradientStyle["Vertical"] = 5] = "Vertical";
|
|
106
|
-
GradientStyle[GradientStyle["VerticalSymmetric"] = 6] = "VerticalSymmetric";
|
|
107
|
-
GradientStyle[GradientStyle["VerticalWide"] = 7] = "VerticalWide";
|
|
108
|
-
GradientStyle[GradientStyle["DiagonalLeft"] = 8] = "DiagonalLeft";
|
|
109
|
-
GradientStyle[GradientStyle["DiagonalLeftSymmetric"] = 9] = "DiagonalLeftSymmetric";
|
|
110
|
-
GradientStyle[GradientStyle["DiagonalRight"] = 10] = "DiagonalRight";
|
|
111
|
-
GradientStyle[GradientStyle["DiagonalRightSymmetric"] = 11] = "DiagonalRightSymmetric";
|
|
112
|
-
GradientStyle[GradientStyle["CornerTopLeft"] = 12] = "CornerTopLeft";
|
|
113
|
-
GradientStyle[GradientStyle["CornerTopRight"] = 13] = "CornerTopRight";
|
|
114
|
-
GradientStyle[GradientStyle["CornerBottomLeft"] = 14] = "CornerBottomLeft";
|
|
115
|
-
GradientStyle[GradientStyle["CornerBottomRight"] = 15] = "CornerBottomRight";
|
|
116
|
-
GradientStyle[GradientStyle["Center"] = 16] = "Center";
|
|
117
|
-
})(GradientStyle
|
|
118
|
-
var AlignmentTypeHori;
|
|
119
|
-
(function (AlignmentTypeHori) {
|
|
120
|
-
AlignmentTypeHori[AlignmentTypeHori["Left"] = 1] = "Left";
|
|
121
|
-
AlignmentTypeHori[AlignmentTypeHori["Center"] = 2] = "Center";
|
|
122
|
-
AlignmentTypeHori[AlignmentTypeHori["Right"] = 3] = "Right";
|
|
123
|
-
})(AlignmentTypeHori
|
|
124
|
-
var TabbingOrderType;
|
|
125
|
-
(function (TabbingOrderType) {
|
|
126
|
-
TabbingOrderType[TabbingOrderType["Automatically"] = 1] = "Automatically";
|
|
127
|
-
TabbingOrderType[TabbingOrderType["Manual"] = 2] = "Manual";
|
|
128
|
-
})(TabbingOrderType
|
|
129
|
-
var AllowedDirectionType;
|
|
130
|
-
(function (AllowedDirectionType) {
|
|
131
|
-
AllowedDirectionType[AllowedDirectionType["Both"] = 1] = "Both";
|
|
132
|
-
AllowedDirectionType[AllowedDirectionType["Foreword"] = 2] = "Foreword";
|
|
133
|
-
AllowedDirectionType[AllowedDirectionType["Backward"] = 3] = "Backward";
|
|
134
|
-
})(AllowedDirectionType
|
|
135
|
-
var AlignmentTypeVert;
|
|
136
|
-
(function (AlignmentTypeVert) {
|
|
137
|
-
AlignmentTypeVert[AlignmentTypeVert["Top"] = 1] = "Top";
|
|
138
|
-
AlignmentTypeVert[AlignmentTypeVert["Center"] = 2] = "Center";
|
|
139
|
-
AlignmentTypeVert[AlignmentTypeVert["Bottom"] = 3] = "Bottom";
|
|
140
|
-
})(AlignmentTypeVert
|
|
141
|
-
var HtmlAlignmentType;
|
|
142
|
-
(function (HtmlAlignmentType) {
|
|
143
|
-
HtmlAlignmentType[HtmlAlignmentType["TextVertTop"] = 1] = "TextVertTop";
|
|
144
|
-
HtmlAlignmentType[HtmlAlignmentType["TextVertCenter"] = 2] = "TextVertCenter";
|
|
145
|
-
HtmlAlignmentType[HtmlAlignmentType["TextVertBottom"] = 3] = "TextVertBottom";
|
|
146
|
-
HtmlAlignmentType[HtmlAlignmentType["TextHoriLeft"] = 4] = "TextHoriLeft";
|
|
147
|
-
HtmlAlignmentType[HtmlAlignmentType["TextHoriRight"] = 5] = "TextHoriRight";
|
|
148
|
-
})(HtmlAlignmentType
|
|
149
|
-
var SideType;
|
|
150
|
-
(function (SideType) {
|
|
151
|
-
SideType[SideType["Top"] = 1] = "Top";
|
|
152
|
-
SideType[SideType["Right"] = 2] = "Right";
|
|
153
|
-
SideType[SideType["Bottom"] = 3] = "Bottom";
|
|
154
|
-
SideType[SideType["Left"] = 4] = "Left";
|
|
155
|
-
})(SideType
|
|
156
|
-
var SelprgMode;
|
|
157
|
-
(function (SelprgMode) {
|
|
158
|
-
SelprgMode["Before"] = "B";
|
|
159
|
-
SelprgMode["After"] = "A";
|
|
160
|
-
SelprgMode["Prompt"] = "P";
|
|
161
|
-
})(SelprgMode
|
|
162
|
-
var WinCptn;
|
|
163
|
-
(function (WinCptn) {
|
|
164
|
-
WinCptn[WinCptn["Half"] = 1] = "Half";
|
|
165
|
-
WinCptn[WinCptn["On"] = 2] = "On";
|
|
166
|
-
WinCptn[WinCptn["Off"] = 3] = "Off";
|
|
167
|
-
})(WinCptn
|
|
168
|
-
var WinHtmlType;
|
|
169
|
-
(function (WinHtmlType) {
|
|
170
|
-
WinHtmlType[WinHtmlType["Get"] = 1] = "Get";
|
|
171
|
-
WinHtmlType[WinHtmlType["Post"] = 2] = "Post";
|
|
172
|
-
WinHtmlType[WinHtmlType["Link"] = 3] = "Link";
|
|
173
|
-
})(WinHtmlType
|
|
174
|
-
var WinUom;
|
|
175
|
-
(function (WinUom) {
|
|
176
|
-
WinUom[WinUom["Dlg"] = 1] = "Dlg";
|
|
177
|
-
WinUom[WinUom["Mm"] = 2] = "Mm";
|
|
178
|
-
WinUom[WinUom["Inch"] = 3] = "Inch";
|
|
179
|
-
WinUom[WinUom["Pix"] = 4] = "Pix";
|
|
180
|
-
})(WinUom
|
|
181
|
-
var ControlStyle;
|
|
182
|
-
(function (ControlStyle) {
|
|
183
|
-
ControlStyle[ControlStyle["TwoD"] = 1] = "TwoD";
|
|
184
|
-
ControlStyle[ControlStyle["ThreeD"] = 2] = "ThreeD";
|
|
185
|
-
ControlStyle[ControlStyle["ThreeDSunken"] = 3] = "ThreeDSunken";
|
|
186
|
-
ControlStyle[ControlStyle["Windows3d"] = 4] = "Windows3d";
|
|
187
|
-
ControlStyle[ControlStyle["Windows"] = 5] = "Windows";
|
|
188
|
-
ControlStyle[ControlStyle["Emboss"] = 6] = "Emboss";
|
|
189
|
-
ControlStyle[ControlStyle["NoBorder"] = 7] = "NoBorder";
|
|
190
|
-
})(ControlStyle
|
|
191
|
-
var CtrlLineType;
|
|
192
|
-
(function (CtrlLineType) {
|
|
193
|
-
CtrlLineType[CtrlLineType["Normal"] = 1] = "Normal";
|
|
194
|
-
CtrlLineType[CtrlLineType["Dash"] = 2] = "Dash";
|
|
195
|
-
CtrlLineType[CtrlLineType["Dot"] = 3] = "Dot";
|
|
196
|
-
CtrlLineType[CtrlLineType["Dashdot"] = 4] = "Dashdot";
|
|
197
|
-
CtrlLineType[CtrlLineType["Dashdotdot"] = 5] = "Dashdotdot";
|
|
198
|
-
})(CtrlLineType
|
|
199
|
-
var CtrlTextType;
|
|
200
|
-
(function (CtrlTextType) {
|
|
201
|
-
CtrlTextType[CtrlTextType["Default"] = 1] = "Default";
|
|
202
|
-
CtrlTextType[CtrlTextType["Bullet"] = 2] = "Bullet";
|
|
203
|
-
CtrlTextType[CtrlTextType["Number"] = 3] = "Number";
|
|
204
|
-
})(CtrlTextType
|
|
205
|
-
var CtrlLineDirection;
|
|
206
|
-
(function (CtrlLineDirection) {
|
|
207
|
-
CtrlLineDirection[CtrlLineDirection["Asc"] = 1] = "Asc";
|
|
208
|
-
CtrlLineDirection[CtrlLineDirection["Des"] = 2] = "Des";
|
|
209
|
-
})(CtrlLineDirection
|
|
210
|
-
var CtrlOleDisplayType;
|
|
211
|
-
(function (CtrlOleDisplayType) {
|
|
212
|
-
CtrlOleDisplayType[CtrlOleDisplayType["Icon"] = 1] = "Icon";
|
|
213
|
-
CtrlOleDisplayType[CtrlOleDisplayType["Content"] = 2] = "Content";
|
|
214
|
-
CtrlOleDisplayType[CtrlOleDisplayType["Any"] = 3] = "Any";
|
|
215
|
-
})(CtrlOleDisplayType
|
|
216
|
-
var CtrlOleStoreType;
|
|
217
|
-
(function (CtrlOleStoreType) {
|
|
218
|
-
CtrlOleStoreType[CtrlOleStoreType["Link"] = 1] = "Link";
|
|
219
|
-
CtrlOleStoreType[CtrlOleStoreType["Embeded"] = 2] = "Embeded";
|
|
220
|
-
CtrlOleStoreType[CtrlOleStoreType["Any"] = 3] = "Any";
|
|
221
|
-
})(CtrlOleStoreType
|
|
222
|
-
var CtrlButtonType;
|
|
223
|
-
(function (CtrlButtonType) {
|
|
224
|
-
CtrlButtonType[CtrlButtonType["Submit"] = 1] = "Submit";
|
|
225
|
-
CtrlButtonType[CtrlButtonType["Clear"] = 2] = "Clear";
|
|
226
|
-
CtrlButtonType[CtrlButtonType["Default"] = 3] = "Default";
|
|
227
|
-
})(CtrlButtonType
|
|
228
|
-
var CtrlImageStyle;
|
|
229
|
-
(function (CtrlImageStyle) {
|
|
230
|
-
CtrlImageStyle[CtrlImageStyle["Tiled"] = 1] = "Tiled";
|
|
231
|
-
CtrlImageStyle[CtrlImageStyle["Copied"] = 2] = "Copied";
|
|
232
|
-
CtrlImageStyle[CtrlImageStyle["ScaleFit"] = 3] = "ScaleFit";
|
|
233
|
-
CtrlImageStyle[CtrlImageStyle["ScaleFill"] = 4] = "ScaleFill";
|
|
234
|
-
CtrlImageStyle[CtrlImageStyle["Distorted"] = 5] = "Distorted";
|
|
235
|
-
})(CtrlImageStyle
|
|
236
|
-
var TabControlTabsWidth;
|
|
237
|
-
(function (TabControlTabsWidth) {
|
|
238
|
-
TabControlTabsWidth[TabControlTabsWidth["FitToText"] = 1] = "FitToText";
|
|
239
|
-
TabControlTabsWidth[TabControlTabsWidth["Fixed"] = 2] = "Fixed";
|
|
240
|
-
TabControlTabsWidth[TabControlTabsWidth["FillToRight"] = 3] = "FillToRight";
|
|
241
|
-
TabControlTabsWidth[TabControlTabsWidth["FixedInLine"] = 4] = "FixedInLine";
|
|
242
|
-
})(TabControlTabsWidth
|
|
243
|
-
var CheckboxMainStyle;
|
|
244
|
-
(function (CheckboxMainStyle) {
|
|
245
|
-
CheckboxMainStyle[CheckboxMainStyle["None"] = 0] = "None";
|
|
246
|
-
CheckboxMainStyle[CheckboxMainStyle["Box"] = 1] = "Box";
|
|
247
|
-
CheckboxMainStyle[CheckboxMainStyle["Button"] = 2] = "Button";
|
|
248
|
-
CheckboxMainStyle[CheckboxMainStyle["Switch"] = 3] = "Switch";
|
|
249
|
-
})(CheckboxMainStyle
|
|
250
|
-
var RbAppearance;
|
|
251
|
-
(function (RbAppearance) {
|
|
252
|
-
RbAppearance[RbAppearance["None"] = 0] = "None";
|
|
253
|
-
RbAppearance[RbAppearance["Radio"] = 1] = "Radio";
|
|
254
|
-
RbAppearance[RbAppearance["Button"] = 2] = "Button";
|
|
255
|
-
})(RbAppearance
|
|
256
|
-
var HelpCommand;
|
|
257
|
-
(function (HelpCommand) {
|
|
258
|
-
HelpCommand[HelpCommand["Context"] = 1] = "Context";
|
|
259
|
-
HelpCommand[HelpCommand["Contents"] = 2] = "Contents";
|
|
260
|
-
HelpCommand[HelpCommand["Setcontents"] = 3] = "Setcontents";
|
|
261
|
-
HelpCommand[HelpCommand["Contextpopup"] = 4] = "Contextpopup";
|
|
262
|
-
HelpCommand[HelpCommand["Key"] = 5] = "Key";
|
|
263
|
-
HelpCommand[HelpCommand["Command"] = 6] = "Command";
|
|
264
|
-
HelpCommand[HelpCommand["Forcefile"] = 7] = "Forcefile";
|
|
265
|
-
HelpCommand[HelpCommand["Helponhelp"] = 8] = "Helponhelp";
|
|
266
|
-
HelpCommand[HelpCommand["Quit"] = 9] = "Quit";
|
|
267
|
-
})(HelpCommand
|
|
268
|
-
var FormExpandType;
|
|
269
|
-
(function (FormExpandType) {
|
|
270
|
-
FormExpandType[FormExpandType["None"] = 1] = "None";
|
|
271
|
-
FormExpandType[FormExpandType["OnePage"] = 2] = "OnePage";
|
|
272
|
-
FormExpandType[FormExpandType["MultiPage"] = 3] = "MultiPage";
|
|
273
|
-
})(FormExpandType
|
|
274
|
-
var DitAttribute;
|
|
275
|
-
(function (DitAttribute) {
|
|
276
|
-
DitAttribute[DitAttribute["Alpha"] = 1] = "Alpha";
|
|
277
|
-
DitAttribute[DitAttribute["Unicode"] = 2] = "Unicode";
|
|
278
|
-
DitAttribute[DitAttribute["Numeric"] = 3] = "Numeric";
|
|
279
|
-
DitAttribute[DitAttribute["Boolean"] = 4] = "Boolean";
|
|
280
|
-
DitAttribute[DitAttribute["Date"] = 5] = "Date";
|
|
281
|
-
DitAttribute[DitAttribute["Time"] = 6] = "Time";
|
|
282
|
-
DitAttribute[DitAttribute["Memo"] = 7] = "Memo";
|
|
283
|
-
DitAttribute[DitAttribute["Blob"] = 8] = "Blob";
|
|
284
|
-
})(DitAttribute
|
|
285
|
-
var DspInterface;
|
|
286
|
-
(function (DspInterface) {
|
|
287
|
-
DspInterface[DspInterface["Text"] = 1] = "Text";
|
|
288
|
-
DspInterface[DspInterface["Gui"] = 2] = "Gui";
|
|
289
|
-
DspInterface[DspInterface["Html"] = 3] = "Html";
|
|
290
|
-
DspInterface[DspInterface["Java"] = 4] = "Java";
|
|
291
|
-
DspInterface[DspInterface["Frame"] = 5] = "Frame";
|
|
292
|
-
DspInterface[DspInterface["Merge"] = 6] = "Merge";
|
|
293
|
-
DspInterface[DspInterface["Webonline"] = 7] = "Webonline";
|
|
294
|
-
DspInterface[DspInterface["Browser"] = 8] = "Browser";
|
|
295
|
-
})(DspInterface
|
|
296
|
-
var PrgExecPlace;
|
|
297
|
-
(function (PrgExecPlace) {
|
|
298
|
-
PrgExecPlace[PrgExecPlace["Before"] = 1] = "Before";
|
|
299
|
-
PrgExecPlace[PrgExecPlace["After"] = 2] = "After";
|
|
300
|
-
PrgExecPlace[PrgExecPlace["Prompt"] = 3] = "Prompt";
|
|
301
|
-
})(PrgExecPlace
|
|
302
|
-
var SliderType;
|
|
303
|
-
(function (SliderType) {
|
|
304
|
-
SliderType[SliderType["Vertical"] = 1] = "Vertical";
|
|
305
|
-
SliderType[SliderType["Horizontal"] = 2] = "Horizontal";
|
|
306
|
-
})(SliderType
|
|
307
|
-
var CtrlButtonTypeGui;
|
|
308
|
-
(function (CtrlButtonTypeGui) {
|
|
309
|
-
CtrlButtonTypeGui[CtrlButtonTypeGui["None"] = 0] = "None";
|
|
310
|
-
CtrlButtonTypeGui[CtrlButtonTypeGui["Push"] = 1] = "Push";
|
|
311
|
-
CtrlButtonTypeGui[CtrlButtonTypeGui["Image"] = 2] = "Image";
|
|
312
|
-
CtrlButtonTypeGui[CtrlButtonTypeGui["Hypertext"] = 3] = "Hypertext";
|
|
313
|
-
CtrlButtonTypeGui[CtrlButtonTypeGui["TextOnImage"] = 4] = "TextOnImage";
|
|
314
|
-
})(CtrlButtonTypeGui
|
|
315
|
-
var ImageEffects;
|
|
316
|
-
(function (ImageEffects) {
|
|
317
|
-
ImageEffects[ImageEffects["Normal"] = 1] = "Normal";
|
|
318
|
-
ImageEffects[ImageEffects["WipeDown"] = 2] = "WipeDown";
|
|
319
|
-
ImageEffects[ImageEffects["WipeUp"] = 3] = "WipeUp";
|
|
320
|
-
ImageEffects[ImageEffects["WipeRight"] = 4] = "WipeRight";
|
|
321
|
-
ImageEffects[ImageEffects["WipeLeft"] = 5] = "WipeLeft";
|
|
322
|
-
ImageEffects[ImageEffects["Pixel"] = 6] = "Pixel";
|
|
323
|
-
ImageEffects[ImageEffects["SmallBox"] = 7] = "SmallBox";
|
|
324
|
-
ImageEffects[ImageEffects["MediumBox"] = 8] = "MediumBox";
|
|
325
|
-
ImageEffects[ImageEffects["LargeBox"] = 9] = "LargeBox";
|
|
326
|
-
ImageEffects[ImageEffects["Hline"] = 10] = "Hline";
|
|
327
|
-
ImageEffects[ImageEffects["Vline"] = 11] = "Vline";
|
|
328
|
-
ImageEffects[ImageEffects["Vmiddle"] = 12] = "Vmiddle";
|
|
329
|
-
ImageEffects[ImageEffects["Hmiddle"] = 13] = "Hmiddle";
|
|
330
|
-
ImageEffects[ImageEffects["Hinterlace"] = 14] = "Hinterlace";
|
|
331
|
-
ImageEffects[ImageEffects["Vinterlace"] = 15] = "Vinterlace";
|
|
332
|
-
ImageEffects[ImageEffects["OutToIn"] = 16] = "OutToIn";
|
|
333
|
-
ImageEffects[ImageEffects["InToOut"] = 17] = "InToOut";
|
|
334
|
-
ImageEffects[ImageEffects["OtiInterlace1"] = 18] = "OtiInterlace1";
|
|
335
|
-
ImageEffects[ImageEffects["ItoInterlace2"] = 19] = "ItoInterlace2";
|
|
336
|
-
ImageEffects[ImageEffects["SpiralIn3"] = 20] = "SpiralIn3";
|
|
337
|
-
ImageEffects[ImageEffects["SpiralOut4"] = 21] = "SpiralOut4";
|
|
338
|
-
})(ImageEffects
|
|
339
|
-
var CtrlHotspotType;
|
|
340
|
-
(function (CtrlHotspotType) {
|
|
341
|
-
CtrlHotspotType[CtrlHotspotType["Square"] = 1] = "Square";
|
|
342
|
-
CtrlHotspotType[CtrlHotspotType["Circle"] = 2] = "Circle";
|
|
343
|
-
})(CtrlHotspotType
|
|
344
|
-
var SubformType;
|
|
345
|
-
(function (SubformType) {
|
|
346
|
-
SubformType[SubformType["Program"] = 1] = "Program";
|
|
347
|
-
SubformType[SubformType["Subtask"] = 2] = "Subtask";
|
|
348
|
-
SubformType[SubformType["Form"] = 3] = "Form";
|
|
349
|
-
SubformType[SubformType["None"] = 4] = "None";
|
|
350
|
-
})(SubformType
|
|
351
|
-
var DatabaseDefinitionType;
|
|
352
|
-
(function (DatabaseDefinitionType) {
|
|
353
|
-
DatabaseDefinitionType[DatabaseDefinitionType["String"] = 1] = "String";
|
|
354
|
-
DatabaseDefinitionType[DatabaseDefinitionType["Normal"] = 2] = "Normal";
|
|
355
|
-
})(DatabaseDefinitionType
|
|
356
|
-
var DatabaseOperations;
|
|
357
|
-
(function (DatabaseOperations) {
|
|
358
|
-
DatabaseOperations[DatabaseOperations["Insert"] = 1] = "Insert";
|
|
359
|
-
DatabaseOperations[DatabaseOperations["Update"] = 2] = "Update";
|
|
360
|
-
DatabaseOperations[DatabaseOperations["Delete"] = 3] = "Delete";
|
|
361
|
-
DatabaseOperations[DatabaseOperations["Where"] = 4] = "Where";
|
|
362
|
-
DatabaseOperations[DatabaseOperations["None"] = 5] = "None";
|
|
363
|
-
})(DatabaseOperations
|
|
364
|
-
var DataTranslation;
|
|
365
|
-
(function (DataTranslation) {
|
|
366
|
-
DataTranslation[DataTranslation["Ansi"] = 1] = "Ansi";
|
|
367
|
-
DataTranslation[DataTranslation["Oem"] = 2] = "Oem";
|
|
368
|
-
DataTranslation[DataTranslation["Unicode"] = 3] = "Unicode";
|
|
369
|
-
})(DataTranslation
|
|
370
|
-
var WindowPosition;
|
|
371
|
-
(function (WindowPosition) {
|
|
372
|
-
WindowPosition[WindowPosition["Customized"] = 1] = "Customized";
|
|
373
|
-
WindowPosition[WindowPosition["DefaultBounds"] = 2] = "DefaultBounds";
|
|
374
|
-
WindowPosition[WindowPosition["CenteredToParent"] = 3] = "CenteredToParent";
|
|
375
|
-
WindowPosition[WindowPosition["CenteredToMagic"] = 4] = "CenteredToMagic";
|
|
376
|
-
WindowPosition[WindowPosition["CenteredToDesktop"] = 5] = "CenteredToDesktop";
|
|
377
|
-
WindowPosition[WindowPosition["DefaultLocation"] = 6] = "DefaultLocation";
|
|
378
|
-
WindowPosition[WindowPosition["CenteredToWindow"] = 7] = "CenteredToWindow";
|
|
379
|
-
})(WindowPosition
|
|
380
|
-
var FldStyle;
|
|
381
|
-
(function (FldStyle) {
|
|
382
|
-
FldStyle[FldStyle["None"] = 1] = "None";
|
|
383
|
-
FldStyle[FldStyle["Activex"] = 2] = "Activex";
|
|
384
|
-
FldStyle[FldStyle["Ole"] = 3] = "Ole";
|
|
385
|
-
FldStyle[FldStyle["Vector"] = 4] = "Vector";
|
|
386
|
-
FldStyle[FldStyle["Dotnet"] = 5] = "Dotnet";
|
|
387
|
-
})(FldStyle
|
|
388
|
-
var FieldComType;
|
|
389
|
-
(function (FieldComType) {
|
|
390
|
-
FieldComType[FieldComType["Obj"] = 1] = "Obj";
|
|
391
|
-
FieldComType[FieldComType["Ref"] = 2] = "Ref";
|
|
392
|
-
})(FieldComType
|
|
393
|
-
var ListboxSelectionMode;
|
|
394
|
-
(function (ListboxSelectionMode) {
|
|
395
|
-
ListboxSelectionMode[ListboxSelectionMode["Single"] = 1] = "Single";
|
|
396
|
-
ListboxSelectionMode[ListboxSelectionMode["Multiple"] = 2] = "Multiple";
|
|
397
|
-
})(ListboxSelectionMode
|
|
398
|
-
var SplitWindowType;
|
|
399
|
-
(function (SplitWindowType) {
|
|
400
|
-
SplitWindowType[SplitWindowType["None"] = 1] = "None";
|
|
401
|
-
SplitWindowType[SplitWindowType["Vertical"] = 2] = "Vertical";
|
|
402
|
-
SplitWindowType[SplitWindowType["Horizontal"] = 3] = "Horizontal";
|
|
403
|
-
})(SplitWindowType
|
|
404
|
-
var SplitPrimaryDisplay;
|
|
405
|
-
(function (SplitPrimaryDisplay) {
|
|
406
|
-
SplitPrimaryDisplay[SplitPrimaryDisplay["Default"] = 1] = "Default";
|
|
407
|
-
SplitPrimaryDisplay[SplitPrimaryDisplay["Left"] = 2] = "Left";
|
|
408
|
-
SplitPrimaryDisplay[SplitPrimaryDisplay["Right"] = 3] = "Right";
|
|
409
|
-
SplitPrimaryDisplay[SplitPrimaryDisplay["Top"] = 4] = "Top";
|
|
410
|
-
SplitPrimaryDisplay[SplitPrimaryDisplay["Bottom"] = 5] = "Bottom";
|
|
411
|
-
})(SplitPrimaryDisplay
|
|
412
|
-
var AutoFit;
|
|
413
|
-
(function (AutoFit) {
|
|
414
|
-
AutoFit[AutoFit["None"] = 1] = "None";
|
|
415
|
-
AutoFit[AutoFit["AsControl"] = 2] = "AsControl";
|
|
416
|
-
AutoFit[AutoFit["AsCalledForm"] = 3] = "AsCalledForm";
|
|
417
|
-
})(AutoFit
|
|
418
|
-
var WindowType;
|
|
419
|
-
(function (WindowType) {
|
|
420
|
-
WindowType[WindowType["Default"] = 1] = "Default";
|
|
421
|
-
WindowType[WindowType["Sdi"] = 2] = "Sdi";
|
|
422
|
-
WindowType[WindowType["ChildWindow"] = 3] = "ChildWindow";
|
|
423
|
-
WindowType[WindowType["SplitterChildWindow"] = 4] = "SplitterChildWindow";
|
|
424
|
-
WindowType[WindowType["Floating"] = 5] = "Floating";
|
|
425
|
-
WindowType[WindowType["Modal"] = 6] = "Modal";
|
|
426
|
-
WindowType[WindowType["ApplicationModal"] = 7] = "ApplicationModal";
|
|
427
|
-
WindowType[WindowType["Tool"] = 8] = "Tool";
|
|
428
|
-
WindowType[WindowType["FitToMdi"] = 9] = "FitToMdi";
|
|
429
|
-
WindowType[WindowType["MdiChild"] = 10] = "MdiChild";
|
|
430
|
-
WindowType[WindowType["MdiFrame"] = 11] = "MdiFrame";
|
|
431
|
-
WindowType[WindowType["Overlay"] = 12] = "Overlay";
|
|
432
|
-
WindowType["LogonApplicationWindow"] = "a";
|
|
433
|
-
WindowType["TkDockChild"] = "b";
|
|
434
|
-
})(WindowType
|
|
435
|
-
var StartupMode;
|
|
436
|
-
(function (StartupMode) {
|
|
437
|
-
StartupMode[StartupMode["Default"] = 1] = "Default";
|
|
438
|
-
StartupMode[StartupMode["Maximize"] = 2] = "Maximize";
|
|
439
|
-
StartupMode[StartupMode["Minimize"] = 3] = "Minimize";
|
|
440
|
-
})(StartupMode
|
|
441
|
-
var ColumnUpdateStyle;
|
|
442
|
-
(function (ColumnUpdateStyle) {
|
|
443
|
-
ColumnUpdateStyle[ColumnUpdateStyle["Absolute"] = 1] = "Absolute";
|
|
444
|
-
ColumnUpdateStyle[ColumnUpdateStyle["Differential"] = 2] = "Differential";
|
|
445
|
-
ColumnUpdateStyle[ColumnUpdateStyle["AsTable"] = 3] = "AsTable";
|
|
446
|
-
})(ColumnUpdateStyle
|
|
447
|
-
var CallUdpConvention;
|
|
448
|
-
(function (CallUdpConvention) {
|
|
449
|
-
CallUdpConvention["C"] = "C";
|
|
450
|
-
CallUdpConvention["Standard"] = "S";
|
|
451
|
-
CallUdpConvention["Fast"] = "F";
|
|
452
|
-
})(CallUdpConvention
|
|
453
|
-
var CallUDPType;
|
|
454
|
-
(function (CallUDPType) {
|
|
455
|
-
CallUDPType["Background"] = "B";
|
|
456
|
-
CallUDPType["GUI"] = "G";
|
|
457
|
-
})(CallUDPType
|
|
458
|
-
var VerifyMode;
|
|
459
|
-
(function (VerifyMode) {
|
|
460
|
-
VerifyMode["Error"] = "E";
|
|
461
|
-
VerifyMode["Warning"] = "W";
|
|
462
|
-
VerifyMode["Revert"] = "R";
|
|
463
|
-
})(VerifyMode
|
|
464
|
-
var VerifyDisplay;
|
|
465
|
-
(function (VerifyDisplay) {
|
|
466
|
-
VerifyDisplay["Box"] = "B";
|
|
467
|
-
VerifyDisplay["Status"] = "S";
|
|
468
|
-
VerifyDisplay["None"] = "N";
|
|
469
|
-
})(VerifyDisplay
|
|
470
|
-
var VerifyImage;
|
|
471
|
-
(function (VerifyImage) {
|
|
472
|
-
VerifyImage["Exclamation"] = "E";
|
|
473
|
-
VerifyImage["Critical"] = "C";
|
|
474
|
-
VerifyImage["Question"] = "Q";
|
|
475
|
-
VerifyImage["Information"] = "I";
|
|
476
|
-
VerifyImage["None"] = "N";
|
|
477
|
-
})(VerifyImage
|
|
478
|
-
var VerifyButtons;
|
|
479
|
-
(function (VerifyButtons) {
|
|
480
|
-
VerifyButtons["Ok"] = "O";
|
|
481
|
-
VerifyButtons["OkCancel"] = "K";
|
|
482
|
-
VerifyButtons["AbortRetryIgnore"] = "A";
|
|
483
|
-
VerifyButtons["YesNoCancel"] = "Y";
|
|
484
|
-
VerifyButtons["YesNo"] = "N";
|
|
485
|
-
VerifyButtons["RetryCancel"] = "R";
|
|
486
|
-
})(VerifyButtons
|
|
487
|
-
var CallComOption;
|
|
488
|
-
(function (CallComOption) {
|
|
489
|
-
CallComOption[CallComOption["Method"] = 1] = "Method";
|
|
490
|
-
CallComOption[CallComOption["GetProp"] = 2] = "GetProp";
|
|
491
|
-
CallComOption[CallComOption["SetProp"] = 3] = "SetProp";
|
|
492
|
-
})(CallComOption
|
|
493
|
-
var CallWsStyle;
|
|
494
|
-
(function (CallWsStyle) {
|
|
495
|
-
CallWsStyle[CallWsStyle["Rpc"] = 1] = "Rpc";
|
|
496
|
-
CallWsStyle[CallWsStyle["Document"] = 2] = "Document";
|
|
497
|
-
})(CallWsStyle
|
|
498
|
-
var CallOsShow;
|
|
499
|
-
(function (CallOsShow) {
|
|
500
|
-
CallOsShow[CallOsShow["Hide"] = 1] = "Hide";
|
|
501
|
-
CallOsShow[CallOsShow["Normal"] = 2] = "Normal";
|
|
502
|
-
CallOsShow[CallOsShow["Maximize"] = 3] = "Maximize";
|
|
503
|
-
CallOsShow[CallOsShow["Minimize"] = 4] = "Minimize";
|
|
504
|
-
})(CallOsShow
|
|
505
|
-
var LogicUnit;
|
|
506
|
-
(function (LogicUnit) {
|
|
507
|
-
LogicUnit[LogicUnit["Remark"] = 1] = "Remark";
|
|
508
|
-
LogicUnit[LogicUnit["Task"] = 2] = "Task";
|
|
509
|
-
LogicUnit[LogicUnit["Group"] = 3] = "Group";
|
|
510
|
-
LogicUnit[LogicUnit["Record"] = 4] = "Record";
|
|
511
|
-
LogicUnit[LogicUnit["Variable"] = 5] = "Variable";
|
|
512
|
-
LogicUnit[LogicUnit["Control"] = 6] = "Control";
|
|
513
|
-
LogicUnit[LogicUnit["Event"] = 7] = "Event";
|
|
514
|
-
LogicUnit[LogicUnit["Function"] = 8] = "Function";
|
|
515
|
-
LogicUnit[LogicUnit["SeqFlow"] = 9] = "SeqFlow";
|
|
516
|
-
})(LogicUnit
|
|
517
|
-
var LogicLevel;
|
|
518
|
-
(function (LogicLevel) {
|
|
519
|
-
LogicLevel["Prefix"] = "P";
|
|
520
|
-
LogicLevel["Suffix"] = "S";
|
|
521
|
-
LogicLevel["Verification"] = "V";
|
|
522
|
-
LogicLevel["Change"] = "C";
|
|
523
|
-
})(LogicLevel
|
|
524
|
-
var BrkScope;
|
|
525
|
-
(function (BrkScope) {
|
|
526
|
-
BrkScope["Task"] = "T";
|
|
527
|
-
BrkScope["Subtree"] = "S";
|
|
528
|
-
BrkScope["Global"] = "G";
|
|
529
|
-
})(BrkScope
|
|
530
|
-
var LDir;
|
|
531
|
-
(function (LDir) {
|
|
532
|
-
LDir["Default"] = "A";
|
|
533
|
-
LDir["Reversed"] = "D";
|
|
534
|
-
})(LDir
|
|
535
|
-
var Order;
|
|
536
|
-
(function (Order) {
|
|
537
|
-
Order["Ascending"] = "A";
|
|
538
|
-
Order["Descending"] = "D";
|
|
539
|
-
})(Order
|
|
540
|
-
var LnkEval_Cond;
|
|
541
|
-
(function (LnkEval_Cond) {
|
|
542
|
-
LnkEval_Cond["Record"] = "R";
|
|
543
|
-
LnkEval_Cond["Task"] = "T";
|
|
544
|
-
})(LnkEval_Cond
|
|
545
|
-
var Access;
|
|
546
|
-
(function (Access) {
|
|
547
|
-
Access["NoAccess"] = " ";
|
|
548
|
-
Access["Read"] = "R";
|
|
549
|
-
Access["Write"] = "W";
|
|
550
|
-
})(Access
|
|
551
|
-
var DbShare;
|
|
552
|
-
(function (DbShare) {
|
|
553
|
-
DbShare["NoShare"] = " ";
|
|
554
|
-
DbShare["Write"] = "W";
|
|
555
|
-
DbShare["Read"] = "R";
|
|
556
|
-
DbShare["None"] = "N";
|
|
557
|
-
})(DbShare
|
|
558
|
-
var DbOpen;
|
|
559
|
-
(function (DbOpen) {
|
|
560
|
-
DbOpen["Normal"] = "N";
|
|
561
|
-
DbOpen["Fast"] = "F";
|
|
562
|
-
DbOpen["Damaged"] = "D";
|
|
563
|
-
DbOpen["Reindex"] = "R";
|
|
564
|
-
})(DbOpen
|
|
565
|
-
var DbDelUpdMode;
|
|
566
|
-
(function (DbDelUpdMode) {
|
|
567
|
-
DbDelUpdMode["Position"] = "P";
|
|
568
|
-
DbDelUpdMode["PositionAndSelectedFields"] = "S";
|
|
569
|
-
DbDelUpdMode["PositionAndUpdatedFields"] = "U";
|
|
570
|
-
DbDelUpdMode["AsTable"] = "T";
|
|
571
|
-
DbDelUpdMode["None"] = "N";
|
|
572
|
-
})(DbDelUpdMode
|
|
573
|
-
var RaiseAt;
|
|
574
|
-
(function (RaiseAt) {
|
|
575
|
-
RaiseAt[RaiseAt["Container"] = 1] = "Container";
|
|
576
|
-
RaiseAt[RaiseAt["TaskInFocus"] = 2] = "TaskInFocus";
|
|
577
|
-
})(RaiseAt
|
|
578
|
-
var EngineDirect;
|
|
579
|
-
(function (EngineDirect) {
|
|
580
|
-
EngineDirect["None"] = " ";
|
|
581
|
-
EngineDirect["AbortTask"] = "A";
|
|
582
|
-
EngineDirect["Rollback"] = "B";
|
|
583
|
-
EngineDirect["AutoRetry"] = "R";
|
|
584
|
-
EngineDirect["UserRetry"] = "U";
|
|
585
|
-
EngineDirect["Ignore"] = "I";
|
|
586
|
-
EngineDirect["AsStrategy"] = "S";
|
|
587
|
-
EngineDirect["Continue"] = "C";
|
|
588
|
-
})(EngineDirect
|
|
589
|
-
var FlowDirection;
|
|
590
|
-
(function (FlowDirection) {
|
|
591
|
-
FlowDirection["Forward"] = "F";
|
|
592
|
-
FlowDirection["Backward"] = "B";
|
|
593
|
-
FlowDirection["Combined"] = "C";
|
|
594
|
-
})(FlowDirection
|
|
595
|
-
var FlwMode;
|
|
596
|
-
(function (FlwMode) {
|
|
597
|
-
FlwMode["Fast"] = "F";
|
|
598
|
-
FlwMode["Step"] = "S";
|
|
599
|
-
FlwMode["Combine"] = "B";
|
|
600
|
-
FlwMode["Before"] = "J";
|
|
601
|
-
FlwMode["After"] = "Z";
|
|
602
|
-
})(FlwMode
|
|
603
|
-
var RowHighlightType;
|
|
604
|
-
(function (RowHighlightType) {
|
|
605
|
-
RowHighlightType[RowHighlightType["None"] = 1] = "None";
|
|
606
|
-
RowHighlightType[RowHighlightType["Frame"] = 2] = "Frame";
|
|
607
|
-
RowHighlightType[RowHighlightType["Background"] = 3] = "Background";
|
|
608
|
-
RowHighlightType[RowHighlightType["BackgroundControls"] = 4] = "BackgroundControls";
|
|
609
|
-
})(RowHighlightType
|
|
610
|
-
var SplitterStyle;
|
|
611
|
-
(function (SplitterStyle) {
|
|
612
|
-
SplitterStyle[SplitterStyle["TwoD"] = 1] = "TwoD";
|
|
613
|
-
SplitterStyle[SplitterStyle["ThreeD"] = 2] = "ThreeD";
|
|
614
|
-
})(SplitterStyle
|
|
615
|
-
var BottomPositionInterval;
|
|
616
|
-
(function (BottomPositionInterval) {
|
|
617
|
-
BottomPositionInterval[BottomPositionInterval["NoneRowHeight"] = 1] = "NoneRowHeight";
|
|
618
|
-
BottomPositionInterval[BottomPositionInterval["RowHeight"] = 2] = "RowHeight";
|
|
619
|
-
})(BottomPositionInterval
|
|
620
|
-
var TableColorBy;
|
|
621
|
-
(function (TableColorBy) {
|
|
622
|
-
TableColorBy[TableColorBy["Column"] = 1] = "Column";
|
|
623
|
-
TableColorBy[TableColorBy["Table"] = 2] = "Table";
|
|
624
|
-
TableColorBy[TableColorBy["Row"] = 3] = "Row";
|
|
625
|
-
})(TableColorBy
|
|
626
|
-
var ExecOn;
|
|
627
|
-
(function (ExecOn) {
|
|
628
|
-
ExecOn[ExecOn["None"] = 0] = "None";
|
|
629
|
-
ExecOn[ExecOn["Optimized"] = 1] = "Optimized";
|
|
630
|
-
ExecOn[ExecOn["Client"] = 2] = "Client";
|
|
631
|
-
ExecOn[ExecOn["Server"] = 3] = "Server";
|
|
632
|
-
})(ExecOn
|
|
633
|
-
var MultilineHorizontalScrollBar;
|
|
634
|
-
(function (MultilineHorizontalScrollBar) {
|
|
635
|
-
MultilineHorizontalScrollBar[MultilineHorizontalScrollBar["Unknown"] = 0] = "Unknown";
|
|
636
|
-
MultilineHorizontalScrollBar[MultilineHorizontalScrollBar["Yes"] = 1] = "Yes";
|
|
637
|
-
MultilineHorizontalScrollBar[MultilineHorizontalScrollBar["No"] = 2] = "No";
|
|
638
|
-
MultilineHorizontalScrollBar[MultilineHorizontalScrollBar["WordWrap"] = 3] = "WordWrap";
|
|
639
|
-
})(MultilineHorizontalScrollBar
|
|
640
|
-
var FramesetStyle;
|
|
641
|
-
(function (FramesetStyle) {
|
|
642
|
-
FramesetStyle[FramesetStyle["None"] = 0] = "None";
|
|
643
|
-
FramesetStyle[FramesetStyle["Vertical"] = 1] = "Vertical";
|
|
644
|
-
FramesetStyle[FramesetStyle["Horizontal"] = 2] = "Horizontal";
|
|
645
|
-
})(FramesetStyle
|
|
646
|
-
var FrameType;
|
|
647
|
-
(function (FrameType) {
|
|
648
|
-
FrameType[FrameType["FrameSet"] = 0] = "FrameSet";
|
|
649
|
-
FrameType[FrameType["Subform"] = 1] = "Subform";
|
|
650
|
-
FrameType[FrameType["Form"] = 2] = "Form";
|
|
651
|
-
})(FrameType
|
|
652
|
-
var Storage;
|
|
653
|
-
(function (Storage) {
|
|
654
|
-
Storage[Storage["AlphaString"] = 1] = "AlphaString";
|
|
655
|
-
Storage[Storage["AlphaLstring"] = 2] = "AlphaLstring";
|
|
656
|
-
Storage[Storage["AlphaZtring"] = 3] = "AlphaZtring";
|
|
657
|
-
Storage[Storage["NumericSigned"] = 4] = "NumericSigned";
|
|
658
|
-
Storage[Storage["NumericUnsigned"] = 5] = "NumericUnsigned";
|
|
659
|
-
Storage[Storage["NumericFloat"] = 6] = "NumericFloat";
|
|
660
|
-
Storage[Storage["NumericFloatMs"] = 7] = "NumericFloatMs";
|
|
661
|
-
Storage[Storage["NumericFloatDec"] = 8] = "NumericFloatDec";
|
|
662
|
-
Storage[Storage["NumericPackedDec"] = 9] = "NumericPackedDec";
|
|
663
|
-
Storage[Storage["NumericNumeric"] = 10] = "NumericNumeric";
|
|
664
|
-
Storage[Storage["NumericCharDec"] = 11] = "NumericCharDec";
|
|
665
|
-
Storage[Storage["NumericString"] = 12] = "NumericString";
|
|
666
|
-
Storage[Storage["NumericMagic"] = 13] = "NumericMagic";
|
|
667
|
-
Storage[Storage["NumericCisam"] = 14] = "NumericCisam";
|
|
668
|
-
Storage[Storage["BooleanInteger"] = 15] = "BooleanInteger";
|
|
669
|
-
Storage[Storage["BooleanDbase"] = 16] = "BooleanDbase";
|
|
670
|
-
Storage[Storage["DateInteger"] = 17] = "DateInteger";
|
|
671
|
-
Storage[Storage["DateInteger1901"] = 18] = "DateInteger1901";
|
|
672
|
-
Storage[Storage["DateString"] = 19] = "DateString";
|
|
673
|
-
Storage[Storage["DateYymd"] = 20] = "DateYymd";
|
|
674
|
-
Storage[Storage["DateMagic"] = 21] = "DateMagic";
|
|
675
|
-
Storage[Storage["DateMagic1901"] = 22] = "DateMagic1901";
|
|
676
|
-
Storage[Storage["TimeInteger"] = 23] = "TimeInteger";
|
|
677
|
-
Storage[Storage["TimeString"] = 24] = "TimeString";
|
|
678
|
-
Storage[Storage["TimeHmsh"] = 25] = "TimeHmsh";
|
|
679
|
-
Storage[Storage["TimeMagic"] = 26] = "TimeMagic";
|
|
680
|
-
Storage[Storage["MemoString"] = 27] = "MemoString";
|
|
681
|
-
Storage[Storage["MemoMagic"] = 28] = "MemoMagic";
|
|
682
|
-
Storage[Storage["Blob"] = 29] = "Blob";
|
|
683
|
-
Storage[Storage["NumericExtFloat"] = 30] = "NumericExtFloat";
|
|
684
|
-
Storage[Storage["UnicodeString"] = 31] = "UnicodeString";
|
|
685
|
-
Storage[Storage["UnicodeZstring"] = 32] = "UnicodeZstring";
|
|
686
|
-
Storage[Storage["AnsiBlob"] = 33] = "AnsiBlob";
|
|
687
|
-
Storage[Storage["UnicodeBlob"] = 34] = "UnicodeBlob";
|
|
688
|
-
})(Storage
|
|
689
|
-
var StorageAttributeType;
|
|
690
|
-
(function (StorageAttributeType) {
|
|
691
|
-
StorageAttributeType["Alpha"] = "A";
|
|
692
|
-
StorageAttributeType["Numeric"] = "N";
|
|
693
|
-
StorageAttributeType["Boolean"] = "B";
|
|
694
|
-
StorageAttributeType["Date"] = "D";
|
|
695
|
-
StorageAttributeType["Time"] = "T";
|
|
696
|
-
StorageAttributeType["Blob"] = "O";
|
|
697
|
-
StorageAttributeType["Unicode"] = "U";
|
|
698
|
-
StorageAttributeType["String"] = "S";
|
|
699
|
-
StorageAttributeType["BlobOle"] = "L";
|
|
700
|
-
StorageAttributeType["BlobActiveX"] = "X";
|
|
701
|
-
StorageAttributeType["BlobVector"] = "V";
|
|
702
|
-
StorageAttributeType["BlobDotNet"] = "E";
|
|
703
|
-
StorageAttributeType["BlobJava"] = "J";
|
|
704
|
-
StorageAttributeType["None"] = " ";
|
|
705
|
-
})(StorageAttributeType
|
|
706
|
-
var BrkLevel;
|
|
707
|
-
(function (BrkLevel) {
|
|
708
|
-
BrkLevel["Task"] = "T";
|
|
709
|
-
BrkLevel["Group"] = "G";
|
|
710
|
-
BrkLevel["All"] = "A";
|
|
711
|
-
BrkLevel["Record"] = "R";
|
|
712
|
-
BrkLevel["Control"] = "C";
|
|
713
|
-
BrkLevel["Handler"] = "H";
|
|
714
|
-
BrkLevel["MainProgram"] = "M";
|
|
715
|
-
BrkLevel["Variable"] = "V";
|
|
716
|
-
BrkLevel["Function"] = "F";
|
|
717
|
-
BrkLevel["Remark"] = "K";
|
|
718
|
-
BrkLevel["RM_Compat"] = "M";
|
|
719
|
-
BrkLevel["SubForm"] = "U";
|
|
720
|
-
BrkLevel["Event"] = "E";
|
|
721
|
-
BrkLevel["OPStatOnChange"] = "O";
|
|
722
|
-
})(BrkLevel
|
|
723
|
-
var MediaOrientation;
|
|
724
|
-
(function (MediaOrientation) {
|
|
725
|
-
MediaOrientation["Portrait"] = "P";
|
|
726
|
-
MediaOrientation["Landscape"] = "L";
|
|
727
|
-
})(MediaOrientation
|
|
728
|
-
var MediaFormat;
|
|
729
|
-
(function (MediaFormat) {
|
|
730
|
-
MediaFormat["Page"] = "P";
|
|
731
|
-
MediaFormat["Line"] = "L";
|
|
732
|
-
MediaFormat["None"] = "N";
|
|
733
|
-
})(MediaFormat
|
|
734
|
-
var CharacterSet;
|
|
735
|
-
(function (CharacterSet) {
|
|
736
|
-
CharacterSet[CharacterSet["Ansi"] = 0] = "Ansi";
|
|
737
|
-
CharacterSet[CharacterSet["Oem"] = 1] = "Oem";
|
|
738
|
-
CharacterSet[CharacterSet["Unicode"] = 3] = "Unicode";
|
|
739
|
-
CharacterSet[CharacterSet["Utf8"] = 4] = "Utf8";
|
|
740
|
-
})(CharacterSet
|
|
741
|
-
var MediaAccess;
|
|
742
|
-
(function (MediaAccess) {
|
|
743
|
-
MediaAccess["Read"] = "R";
|
|
744
|
-
MediaAccess["Write"] = "W";
|
|
745
|
-
MediaAccess["Append"] = "A";
|
|
746
|
-
MediaAccess["Direct"] = "D";
|
|
747
|
-
MediaAccess["AppendFlush"] = "F";
|
|
748
|
-
MediaAccess["Create"] = "C";
|
|
749
|
-
})(MediaAccess
|
|
750
|
-
var PaperSize;
|
|
751
|
-
(function (PaperSize) {
|
|
752
|
-
PaperSize["Default"] = "D";
|
|
753
|
-
PaperSize["Letter"] = "L";
|
|
754
|
-
PaperSize["A4"] = "A";
|
|
755
|
-
PaperSize["Folio"] = "F";
|
|
756
|
-
PaperSize["Quarto"] = "Q";
|
|
757
|
-
PaperSize["Tabloid"] = "T";
|
|
758
|
-
PaperSize["Ledger"] = "R";
|
|
759
|
-
PaperSize["Legal_8_14"] = "G";
|
|
760
|
-
PaperSize["Statement"] = "S";
|
|
761
|
-
PaperSize["Executive_7_10"] = "X";
|
|
762
|
-
PaperSize["A3"] = "3";
|
|
763
|
-
PaperSize["A5"] = "5";
|
|
764
|
-
PaperSize["Note"] = "N";
|
|
765
|
-
PaperSize["Envelope_3_8"] = "E";
|
|
766
|
-
PaperSize["B4"] = "B";
|
|
767
|
-
PaperSize["B5_v"] = "V";
|
|
768
|
-
PaperSize["UserDefined"] = "U";
|
|
769
|
-
PaperSize["B5"] = "W";
|
|
770
|
-
PaperSize["C5"] = "C";
|
|
771
|
-
PaperSize["Legal"] = "g";
|
|
772
|
-
PaperSize["Multipurpose"] = "M";
|
|
773
|
-
PaperSize["Executive"] = "x";
|
|
774
|
-
PaperSize["EnvelopeB4"] = "v";
|
|
775
|
-
PaperSize["EnvelopeB5"] = "p";
|
|
776
|
-
PaperSize["EnvelopeC6"] = "6";
|
|
777
|
-
PaperSize["EnvelopeDL"] = "o";
|
|
778
|
-
PaperSize["EnvelopeMonarch"] = "h";
|
|
779
|
-
PaperSize["Envelope9"] = "9";
|
|
780
|
-
PaperSize["Envelope10"] = "0";
|
|
781
|
-
PaperSize["Envelope11"] = "1";
|
|
782
|
-
})(PaperSize
|
|
783
|
-
var PaperSizePdfDisabled;
|
|
784
|
-
(function (PaperSizePdfDisabled) {
|
|
785
|
-
PaperSizePdfDisabled["Default"] = "D";
|
|
786
|
-
PaperSizePdfDisabled["Letter"] = "L";
|
|
787
|
-
PaperSizePdfDisabled["A4"] = "A";
|
|
788
|
-
PaperSizePdfDisabled["Folio"] = "F";
|
|
789
|
-
PaperSizePdfDisabled["Quarto"] = "Q";
|
|
790
|
-
PaperSizePdfDisabled["Tabloid"] = "T";
|
|
791
|
-
PaperSizePdfDisabled["Ledger"] = "R";
|
|
792
|
-
PaperSizePdfDisabled["Legal_8_14"] = "G";
|
|
793
|
-
PaperSizePdfDisabled["Statement"] = "S";
|
|
794
|
-
PaperSizePdfDisabled["Executive_7_10"] = "X";
|
|
795
|
-
PaperSizePdfDisabled["A3"] = "3";
|
|
796
|
-
PaperSizePdfDisabled["A5"] = "5";
|
|
797
|
-
PaperSizePdfDisabled["Note"] = "N";
|
|
798
|
-
PaperSizePdfDisabled["Envelope_3_8"] = "E";
|
|
799
|
-
PaperSizePdfDisabled["B4"] = "B";
|
|
800
|
-
PaperSizePdfDisabled["B5_v"] = "V";
|
|
801
|
-
})(PaperSizePdfDisabled
|
|
802
|
-
var PaperSizePdfEnabled;
|
|
803
|
-
(function (PaperSizePdfEnabled) {
|
|
804
|
-
PaperSizePdfEnabled["Default"] = "D";
|
|
805
|
-
PaperSizePdfEnabled["UserDefined"] = "U";
|
|
806
|
-
PaperSizePdfEnabled["Letter"] = "L";
|
|
807
|
-
PaperSizePdfEnabled["A4"] = "A";
|
|
808
|
-
PaperSizePdfEnabled["A3"] = "3";
|
|
809
|
-
PaperSizePdfEnabled["Legal"] = "g";
|
|
810
|
-
PaperSizePdfEnabled["B5"] = "B";
|
|
811
|
-
PaperSizePdfEnabled["C5"] = "C";
|
|
812
|
-
PaperSizePdfEnabled["Multipurpose"] = "M";
|
|
813
|
-
PaperSizePdfEnabled["B4"] = "4";
|
|
814
|
-
PaperSizePdfEnabled["A5"] = "5";
|
|
815
|
-
PaperSizePdfEnabled["Folio"] = "F";
|
|
816
|
-
PaperSizePdfEnabled["Executive"] = "x";
|
|
817
|
-
PaperSizePdfEnabled["EnvelopeB4"] = "v";
|
|
818
|
-
PaperSizePdfEnabled["EnvelopeB5"] = "p";
|
|
819
|
-
PaperSizePdfEnabled["EnvelopeC6"] = "6";
|
|
820
|
-
PaperSizePdfEnabled["EnvelopeDL"] = "o";
|
|
821
|
-
PaperSizePdfEnabled["EnvelopeMonarch"] = "h";
|
|
822
|
-
PaperSizePdfEnabled["Envelope9"] = "9";
|
|
823
|
-
PaperSizePdfEnabled["Envelope10"] = "0";
|
|
824
|
-
PaperSizePdfEnabled["Envelope11"] = "1";
|
|
825
|
-
})(PaperSizePdfEnabled
|
|
826
|
-
var Area;
|
|
827
|
-
(function (Area) {
|
|
828
|
-
Area["Detail"] = "N";
|
|
829
|
-
Area["Header"] = "H";
|
|
830
|
-
Area["Footer"] = "F";
|
|
831
|
-
Area["PageHeader"] = "P";
|
|
832
|
-
Area["PageFooter"] = "G";
|
|
833
|
-
})(Area
|
|
834
|
-
var DisplayTextType;
|
|
835
|
-
(function (DisplayTextType) {
|
|
836
|
-
DisplayTextType[DisplayTextType["Edit"] = 0] = "Edit";
|
|
837
|
-
DisplayTextType[DisplayTextType["Query"] = 1] = "Query";
|
|
838
|
-
})(DisplayTextType
|
|
839
|
-
var LogicHeaderType;
|
|
840
|
-
(function (LogicHeaderType) {
|
|
841
|
-
LogicHeaderType["None"] = " ";
|
|
842
|
-
LogicHeaderType["Remark"] = "K";
|
|
843
|
-
LogicHeaderType["Task"] = "T";
|
|
844
|
-
LogicHeaderType["Function"] = "F";
|
|
845
|
-
LogicHeaderType["Handler"] = "H";
|
|
846
|
-
LogicHeaderType["Record"] = "R";
|
|
847
|
-
LogicHeaderType["Variable"] = "V";
|
|
848
|
-
LogicHeaderType["Control"] = "C";
|
|
849
|
-
LogicHeaderType["Group"] = "G";
|
|
850
|
-
LogicHeaderType["All"] = "A";
|
|
851
|
-
LogicHeaderType["MainProgram"] = "P";
|
|
852
|
-
LogicHeaderType["RecordCompat"] = "M";
|
|
853
|
-
LogicHeaderType["SubForm"] = "U";
|
|
854
|
-
LogicHeaderType["Event"] = "E";
|
|
855
|
-
})(LogicHeaderType
|
|
856
|
-
var LogicOperationType;
|
|
857
|
-
(function (LogicOperationType) {
|
|
858
|
-
LogicOperationType["None"] = "x";
|
|
859
|
-
LogicOperationType["Remark"] = " ";
|
|
860
|
-
LogicOperationType["Update"] = "U";
|
|
861
|
-
LogicOperationType["Call"] = "C";
|
|
862
|
-
LogicOperationType["Invoke"] = "I";
|
|
863
|
-
LogicOperationType["RaiseEvent"] = "R";
|
|
864
|
-
LogicOperationType["Evaluate"] = "A";
|
|
865
|
-
LogicOperationType["Block"] = "B";
|
|
866
|
-
LogicOperationType["Verify"] = "E";
|
|
867
|
-
LogicOperationType["Form"] = "F";
|
|
868
|
-
LogicOperationType["Variable"] = "V";
|
|
869
|
-
})(LogicOperationType
|
|
870
|
-
var Opr;
|
|
871
|
-
(function (Opr) {
|
|
872
|
-
Opr[Opr["Remark"] = 0] = "Remark";
|
|
873
|
-
Opr[Opr["SelFld"] = 1] = "SelFld";
|
|
874
|
-
Opr[Opr["Stop"] = 2] = "Stop";
|
|
875
|
-
Opr[Opr["BeginLink"] = 3] = "BeginLink";
|
|
876
|
-
Opr[Opr["EndLink"] = 4] = "EndLink";
|
|
877
|
-
Opr[Opr["BeginBlock"] = 5] = "BeginBlock";
|
|
878
|
-
Opr[Opr["EndBlock"] = 6] = "EndBlock";
|
|
879
|
-
Opr[Opr["Call"] = 7] = "Call";
|
|
880
|
-
Opr[Opr["EvaluateExpression"] = 8] = "EvaluateExpression";
|
|
881
|
-
Opr[Opr["UpdateFld"] = 9] = "UpdateFld";
|
|
882
|
-
Opr[Opr["WriteFile"] = 10] = "WriteFile";
|
|
883
|
-
Opr[Opr["ReadFile"] = 11] = "ReadFile";
|
|
884
|
-
Opr[Opr["DataviewSrc"] = 12] = "DataviewSrc";
|
|
885
|
-
Opr[Opr["UserExit"] = 13] = "UserExit";
|
|
886
|
-
Opr[Opr["RaiseEvent"] = 14] = "RaiseEvent";
|
|
887
|
-
})(Opr
|
|
888
|
-
var DataViewHeaderType;
|
|
889
|
-
(function (DataViewHeaderType) {
|
|
890
|
-
DataViewHeaderType["None"] = " ";
|
|
891
|
-
DataViewHeaderType["Remark"] = "R";
|
|
892
|
-
DataViewHeaderType["Declare"] = "D";
|
|
893
|
-
DataViewHeaderType["MainSource"] = "M";
|
|
894
|
-
DataViewHeaderType["DirectSQL"] = "Q";
|
|
895
|
-
DataViewHeaderType["LinkQuery"] = "L";
|
|
896
|
-
DataViewHeaderType["LinkWrite"] = "W";
|
|
897
|
-
DataViewHeaderType["LinkCreate"] = "C";
|
|
898
|
-
DataViewHeaderType["LinkIJoin"] = "I";
|
|
899
|
-
DataViewHeaderType["LinkOJoin"] = "O";
|
|
900
|
-
DataViewHeaderType["EndLink"] = "E";
|
|
901
|
-
})(DataViewHeaderType
|
|
902
|
-
var DataViewOperationType;
|
|
903
|
-
(function (DataViewOperationType) {
|
|
904
|
-
DataViewOperationType["Remark"] = " ";
|
|
905
|
-
DataViewOperationType["Column"] = "C";
|
|
906
|
-
DataViewOperationType["Virtual"] = "V";
|
|
907
|
-
DataViewOperationType["Parameter"] = "P";
|
|
908
|
-
DataViewOperationType["LinkedColumn"] = "L";
|
|
909
|
-
})(DataViewOperationType
|
|
910
|
-
var LoadedValues;
|
|
911
|
-
(function (LoadedValues) {
|
|
912
|
-
LoadedValues[LoadedValues["None"] = 0] = "None";
|
|
913
|
-
LoadedValues[LoadedValues["HeaderOnly"] = 1] = "HeaderOnly";
|
|
914
|
-
LoadedValues[LoadedValues["Failed"] = 2] = "Failed";
|
|
915
|
-
LoadedValues[LoadedValues["Full"] = 3] = "Full";
|
|
916
|
-
})(LoadedValues
|
|
917
|
-
var YesNoValues;
|
|
918
|
-
(function (YesNoValues) {
|
|
919
|
-
YesNoValues[YesNoValues["Yes"] = 1] = "Yes";
|
|
920
|
-
YesNoValues[YesNoValues["No"] = 0] = "No";
|
|
921
|
-
})(YesNoValues
|
|
922
|
-
var TrueFalseValues;
|
|
923
|
-
(function (TrueFalseValues) {
|
|
924
|
-
TrueFalseValues[TrueFalseValues["True"] = 1] = "True";
|
|
925
|
-
TrueFalseValues[TrueFalseValues["False"] = 0] = "False";
|
|
926
|
-
})(TrueFalseValues
|
|
927
|
-
var HelpType;
|
|
928
|
-
(function (HelpType) {
|
|
929
|
-
HelpType["Internal"] = "I";
|
|
930
|
-
HelpType["Prompt"] = "P";
|
|
931
|
-
HelpType["Windows"] = "W";
|
|
932
|
-
HelpType["Tooltip"] = "T";
|
|
933
|
-
HelpType["URL"] = "U";
|
|
934
|
-
})(HelpType
|
|
935
|
-
var NullArithmetic;
|
|
936
|
-
(function (NullArithmetic) {
|
|
937
|
-
NullArithmetic[NullArithmetic["Nullify"] = 0] = "Nullify";
|
|
938
|
-
NullArithmetic[NullArithmetic["UseDefault"] = 1] = "UseDefault";
|
|
939
|
-
})(NullArithmetic
|
|
940
|
-
var ModelClass;
|
|
941
|
-
(function (ModelClass) {
|
|
942
|
-
ModelClass["Help"] = "A";
|
|
943
|
-
ModelClass["Field"] = "B";
|
|
944
|
-
ModelClass["Browser"] = "C";
|
|
945
|
-
ModelClass["GUI0"] = "D";
|
|
946
|
-
ModelClass["GUI1"] = "E";
|
|
947
|
-
ModelClass["TextBased"] = "F";
|
|
948
|
-
ModelClass["Frameset"] = "G";
|
|
949
|
-
ModelClass["Merge"] = "H";
|
|
950
|
-
ModelClass["RCDisplay"] = "I";
|
|
951
|
-
ModelClass["RCFrame"] = "J";
|
|
952
|
-
ModelClass["GuiFrame"] = "K";
|
|
953
|
-
})(ModelClass
|
|
954
|
-
var CompTypes;
|
|
955
|
-
(function (CompTypes) {
|
|
956
|
-
CompTypes["Magicxpa"] = "U";
|
|
957
|
-
CompTypes["DotNet"] = "D";
|
|
958
|
-
})(CompTypes
|
|
959
|
-
var TaskFlow;
|
|
960
|
-
(function (TaskFlow) {
|
|
961
|
-
TaskFlow["Undefined"] = "U";
|
|
962
|
-
TaskFlow["Online"] = "O";
|
|
963
|
-
TaskFlow["Batch"] = "B";
|
|
964
|
-
TaskFlow["Browser"] = "R";
|
|
965
|
-
TaskFlow["RichClient"] = "C";
|
|
966
|
-
})(TaskFlow
|
|
967
|
-
var RemarkType;
|
|
968
|
-
(function (RemarkType) {
|
|
969
|
-
RemarkType[RemarkType["RegularOperation"] = 0] = "RegularOperation";
|
|
970
|
-
RemarkType[RemarkType["Dataviewheader"] = 1] = "Dataviewheader";
|
|
971
|
-
RemarkType[RemarkType["TaskLogic"] = 2] = "TaskLogic";
|
|
972
|
-
})(RemarkType
|
|
973
|
-
var VeeMode;
|
|
974
|
-
(function (VeeMode) {
|
|
975
|
-
VeeMode["None"] = " ";
|
|
976
|
-
VeeMode["Parameter"] = "P";
|
|
977
|
-
VeeMode["Virtual"] = "V";
|
|
978
|
-
VeeMode["Real"] = "R";
|
|
979
|
-
VeeMode["Column"] = "C";
|
|
980
|
-
VeeMode["LinkCol"] = "L";
|
|
981
|
-
})(VeeMode
|
|
982
|
-
var VeeDiffUpdate;
|
|
983
|
-
(function (VeeDiffUpdate) {
|
|
984
|
-
VeeDiffUpdate["AsTable"] = "T";
|
|
985
|
-
VeeDiffUpdate["Absolute"] = "N";
|
|
986
|
-
VeeDiffUpdate["Differential"] = "Y";
|
|
987
|
-
VeeDiffUpdate[VeeDiffUpdate["None"] = 0] = "None";
|
|
988
|
-
})(VeeDiffUpdate
|
|
989
|
-
var VeePartOfDataview;
|
|
990
|
-
(function (VeePartOfDataview) {
|
|
991
|
-
VeePartOfDataview["Undefined"] = "U";
|
|
992
|
-
})(VeePartOfDataview
|
|
993
|
-
var DataviewType;
|
|
994
|
-
(function (DataviewType) {
|
|
995
|
-
DataviewType["MainTable"] = "M";
|
|
996
|
-
DataviewType["DSQL"] = "Q";
|
|
997
|
-
DataviewType["Declaration"] = "D";
|
|
998
|
-
})(DataviewType
|
|
999
|
-
var TabbingCycleType;
|
|
1000
|
-
(function (TabbingCycleType) {
|
|
1001
|
-
TabbingCycleType["RemainInCurrentRecord"] = "R";
|
|
1002
|
-
TabbingCycleType["MoveToNextRecord"] = "N";
|
|
1003
|
-
TabbingCycleType["MoveToParentTask"] = "P";
|
|
1004
|
-
})(TabbingCycleType
|
|
1005
|
-
var LockingStrategy;
|
|
1006
|
-
(function (LockingStrategy) {
|
|
1007
|
-
LockingStrategy["Immediate"] = "I";
|
|
1008
|
-
LockingStrategy["OnModify"] = "O";
|
|
1009
|
-
LockingStrategy["AfterModify"] = "A";
|
|
1010
|
-
LockingStrategy["BeforeUpdate"] = "B";
|
|
1011
|
-
LockingStrategy["Minimum"] = "M";
|
|
1012
|
-
})(LockingStrategy
|
|
1013
|
-
var TransBegin;
|
|
1014
|
-
(function (TransBegin) {
|
|
1015
|
-
TransBegin["Update"] = "U";
|
|
1016
|
-
TransBegin["Prefix"] = "P";
|
|
1017
|
-
TransBegin["Suffix"] = "S";
|
|
1018
|
-
TransBegin["OnLock"] = "L";
|
|
1019
|
-
TransBegin["None"] = "N";
|
|
1020
|
-
TransBegin["BeforeTask"] = "T";
|
|
1021
|
-
TransBegin["Group"] = "G";
|
|
1022
|
-
})(TransBegin
|
|
1023
|
-
var ErrStrategy;
|
|
1024
|
-
(function (ErrStrategy) {
|
|
1025
|
-
ErrStrategy["Recover"] = "R";
|
|
1026
|
-
ErrStrategy["Abort"] = "A";
|
|
1027
|
-
})(ErrStrategy
|
|
1028
|
-
var CacheStrategy;
|
|
1029
|
-
(function (CacheStrategy) {
|
|
1030
|
-
CacheStrategy["Pos"] = "P";
|
|
1031
|
-
CacheStrategy["PosData"] = "D";
|
|
1032
|
-
CacheStrategy["None"] = "N";
|
|
1033
|
-
CacheStrategy["AsTable"] = "T";
|
|
1034
|
-
})(CacheStrategy
|
|
1035
|
-
var ExeState;
|
|
1036
|
-
(function (ExeState) {
|
|
1037
|
-
ExeState["Prefix"] = "P";
|
|
1038
|
-
ExeState["Suffix"] = "S";
|
|
1039
|
-
ExeState["Update"] = "U";
|
|
1040
|
-
ExeState["Main"] = "M";
|
|
1041
|
-
ExeState["Before"] = "B";
|
|
1042
|
-
ExeState["AfterOnChange"] = "O";
|
|
1043
|
-
ExeState["Verify"] = "V";
|
|
1044
|
-
ExeState["Change"] = "C";
|
|
1045
|
-
})(ExeState
|
|
1046
|
-
var TransMode;
|
|
1047
|
-
(function (TransMode) {
|
|
1048
|
-
TransMode["Deferred"] = "D";
|
|
1049
|
-
TransMode["NestedDeffered"] = "N";
|
|
1050
|
-
TransMode["Physical"] = "P";
|
|
1051
|
-
TransMode["WithinActiveTrans"] = "W";
|
|
1052
|
-
TransMode["None"] = "O";
|
|
1053
|
-
})(TransMode
|
|
1054
|
-
var PositionUsage;
|
|
1055
|
-
(function (PositionUsage) {
|
|
1056
|
-
PositionUsage["RangeOn"] = "O";
|
|
1057
|
-
PositionUsage["RangeFrom"] = "F";
|
|
1058
|
-
PositionUsage["Locate"] = "L";
|
|
1059
|
-
})(PositionUsage
|
|
1060
|
-
var LnkMode;
|
|
1061
|
-
(function (LnkMode) {
|
|
1062
|
-
LnkMode["Query"] = "R";
|
|
1063
|
-
LnkMode["Write"] = "W";
|
|
1064
|
-
LnkMode["Create"] = "A";
|
|
1065
|
-
LnkMode["IJoin"] = "J";
|
|
1066
|
-
LnkMode["OJoin"] = "O";
|
|
1067
|
-
})(LnkMode
|
|
1068
|
-
var InitialMode;
|
|
1069
|
-
(function (InitialMode) {
|
|
1070
|
-
InitialMode["Modify"] = "M";
|
|
1071
|
-
InitialMode["Create"] = "C";
|
|
1072
|
-
InitialMode["Delete"] = "D";
|
|
1073
|
-
InitialMode["Query"] = "E";
|
|
1074
|
-
InitialMode["AsParent"] = "P";
|
|
1075
|
-
InitialMode["Locate"] = "L";
|
|
1076
|
-
InitialMode["Range"] = "R";
|
|
1077
|
-
InitialMode["Key"] = "K";
|
|
1078
|
-
InitialMode["Sort"] = "S";
|
|
1079
|
-
InitialMode["Files"] = "O";
|
|
1080
|
-
InitialMode["Options"] = "N";
|
|
1081
|
-
InitialMode["ByExp"] = "B";
|
|
1082
|
-
})(InitialMode
|
|
1083
|
-
var KeyMode;
|
|
1084
|
-
(function (KeyMode) {
|
|
1085
|
-
KeyMode["Normal"] = "N";
|
|
1086
|
-
KeyMode["Insert"] = "I";
|
|
1087
|
-
KeyMode["Append"] = "A";
|
|
1088
|
-
})(KeyMode
|
|
1089
|
-
var BoxDir;
|
|
1090
|
-
(function (BoxDir) {
|
|
1091
|
-
BoxDir["Vertical"] = "V";
|
|
1092
|
-
BoxDir["Horizontal"] = "H";
|
|
1093
|
-
})(BoxDir
|
|
1094
|
-
var EndMode;
|
|
1095
|
-
(function (EndMode) {
|
|
1096
|
-
EndMode["Before"] = "B";
|
|
1097
|
-
EndMode["After"] = "A";
|
|
1098
|
-
EndMode["Immediate"] = "I";
|
|
1099
|
-
})(EndMode
|
|
1100
|
-
var UniqueTskSort;
|
|
1101
|
-
(function (UniqueTskSort) {
|
|
1102
|
-
UniqueTskSort["AccordingToIndex"] = "A";
|
|
1103
|
-
UniqueTskSort["Unique"] = "U";
|
|
1104
|
-
})(UniqueTskSort
|
|
1105
|
-
var BrkType;
|
|
1106
|
-
(function (BrkType) {
|
|
1107
|
-
BrkType["Prefix"] = "P";
|
|
1108
|
-
BrkType["Suffix"] = "S";
|
|
1109
|
-
BrkType["Main"] = "M";
|
|
1110
|
-
BrkType["User"] = "U";
|
|
1111
|
-
BrkType["Error"] = "E";
|
|
1112
|
-
BrkType["Verify"] = "V";
|
|
1113
|
-
BrkType["ChoiceChange"] = "C";
|
|
1114
|
-
})(BrkType
|
|
1115
|
-
var ErrorClassific;
|
|
1116
|
-
(function (ErrorClassific) {
|
|
1117
|
-
ErrorClassific[ErrorClassific["Any"] = 0] = "Any";
|
|
1118
|
-
ErrorClassific[ErrorClassific["RecLocked"] = 1] = "RecLocked";
|
|
1119
|
-
ErrorClassific[ErrorClassific["DupKey"] = 2] = "DupKey";
|
|
1120
|
-
ErrorClassific[ErrorClassific["ConstrFail"] = 3] = "ConstrFail";
|
|
1121
|
-
ErrorClassific[ErrorClassific["TriggerFail"] = 4] = "TriggerFail";
|
|
1122
|
-
ErrorClassific[ErrorClassific["RecUpdated"] = 5] = "RecUpdated";
|
|
1123
|
-
ErrorClassific[ErrorClassific["RowsAffected"] = 6] = "RowsAffected";
|
|
1124
|
-
ErrorClassific[ErrorClassific["UpdateFail"] = 7] = "UpdateFail";
|
|
1125
|
-
ErrorClassific[ErrorClassific["Unmapped"] = 8] = "Unmapped";
|
|
1126
|
-
ErrorClassific[ErrorClassific["ExecSql"] = 9] = "ExecSql";
|
|
1127
|
-
ErrorClassific[ErrorClassific["BadSqlCmd"] = 10] = "BadSqlCmd";
|
|
1128
|
-
ErrorClassific[ErrorClassific["BadIni"] = 11] = "BadIni";
|
|
1129
|
-
ErrorClassific[ErrorClassific["BaName"] = 12] = "BaName";
|
|
1130
|
-
ErrorClassific[ErrorClassific["Damaged"] = 13] = "Damaged";
|
|
1131
|
-
ErrorClassific[ErrorClassific["Unlocked"] = 14] = "Unlocked";
|
|
1132
|
-
ErrorClassific[ErrorClassific["BadOpen"] = 15] = "BadOpen";
|
|
1133
|
-
ErrorClassific[ErrorClassific["BadClose"] = 16] = "BadClose";
|
|
1134
|
-
ErrorClassific[ErrorClassific["RsrcLocked"] = 17] = "RsrcLocked";
|
|
1135
|
-
ErrorClassific[ErrorClassific["RecLockedNoBuf"] = 18] = "RecLockedNoBuf";
|
|
1136
|
-
ErrorClassific[ErrorClassific["NoDef"] = 19] = "NoDef";
|
|
1137
|
-
ErrorClassific[ErrorClassific["RecLockedNow"] = 20] = "RecLockedNow";
|
|
1138
|
-
ErrorClassific[ErrorClassific["WrnRetry"] = 21] = "WrnRetry";
|
|
1139
|
-
ErrorClassific[ErrorClassific["RecLockedMagic"] = 22] = "RecLockedMagic";
|
|
1140
|
-
ErrorClassific[ErrorClassific["ReadOnly"] = 23] = "ReadOnly";
|
|
1141
|
-
ErrorClassific[ErrorClassific["WrnCreated"] = 24] = "WrnCreated";
|
|
1142
|
-
ErrorClassific[ErrorClassific["Capacity"] = 25] = "Capacity";
|
|
1143
|
-
ErrorClassific[ErrorClassific["TransCommit"] = 26] = "TransCommit";
|
|
1144
|
-
ErrorClassific[ErrorClassific["TransOpen"] = 27] = "TransOpen";
|
|
1145
|
-
ErrorClassific[ErrorClassific["TransAbort"] = 28] = "TransAbort";
|
|
1146
|
-
ErrorClassific[ErrorClassific["BadDef"] = 29] = "BadDef";
|
|
1147
|
-
ErrorClassific[ErrorClassific["InvalidOwnr"] = 30] = "InvalidOwnr";
|
|
1148
|
-
ErrorClassific[ErrorClassific["ClrOwnrFail"] = 31] = "ClrOwnrFail";
|
|
1149
|
-
ErrorClassific[ErrorClassific["AlterTbl"] = 32] = "AlterTbl";
|
|
1150
|
-
ErrorClassific[ErrorClassific["SortTbl"] = 33] = "SortTbl";
|
|
1151
|
-
ErrorClassific[ErrorClassific["CanotRemove"] = 34] = "CanotRemove";
|
|
1152
|
-
ErrorClassific[ErrorClassific["CanotRename"] = 35] = "CanotRename";
|
|
1153
|
-
ErrorClassific[ErrorClassific["WrnLogActive"] = 36] = "WrnLogActive";
|
|
1154
|
-
ErrorClassific[ErrorClassific["TargetFileExist"] = 37] = "TargetFileExist";
|
|
1155
|
-
ErrorClassific[ErrorClassific["FileIsView"] = 38] = "FileIsView";
|
|
1156
|
-
ErrorClassific[ErrorClassific["CanotCopy"] = 39] = "CanotCopy";
|
|
1157
|
-
ErrorClassific[ErrorClassific["Stop"] = 40] = "Stop";
|
|
1158
|
-
ErrorClassific[ErrorClassific["StrBadName"] = 41] = "StrBadName";
|
|
1159
|
-
ErrorClassific[ErrorClassific["InsertIntoAll"] = 42] = "InsertIntoAll";
|
|
1160
|
-
ErrorClassific[ErrorClassific["BadQry"] = 43] = "BadQry";
|
|
1161
|
-
ErrorClassific[ErrorClassific["FilterAfterInsert"] = 44] = "FilterAfterInsert";
|
|
1162
|
-
ErrorClassific[ErrorClassific["GetUserPwdDst"] = 45] = "GetUserPwdDst";
|
|
1163
|
-
ErrorClassific[ErrorClassific["WrnCacheTooBig"] = 46] = "WrnCacheTooBig";
|
|
1164
|
-
ErrorClassific[ErrorClassific["LostRec"] = 47] = "LostRec";
|
|
1165
|
-
ErrorClassific[ErrorClassific["FileLocked"] = 48] = "FileLocked";
|
|
1166
|
-
ErrorClassific[ErrorClassific["MaxConnEx"] = 49] = "MaxConnEx";
|
|
1167
|
-
ErrorClassific[ErrorClassific["Deadlock"] = 50] = "Deadlock";
|
|
1168
|
-
ErrorClassific[ErrorClassific["BadCreate"] = 51] = "BadCreate";
|
|
1169
|
-
ErrorClassific[ErrorClassific["FilNotExist"] = 52] = "FilNotExist";
|
|
1170
|
-
ErrorClassific[ErrorClassific["Unused"] = 53] = "Unused";
|
|
1171
|
-
ErrorClassific[ErrorClassific["IdxCreateFail"] = 54] = "IdxCreateFail";
|
|
1172
|
-
ErrorClassific[ErrorClassific["ConnectFail"] = 55] = "ConnectFail";
|
|
1173
|
-
ErrorClassific[ErrorClassific["Fatal"] = 56] = "Fatal";
|
|
1174
|
-
ErrorClassific[ErrorClassific["InsertFail"] = 57] = "InsertFail";
|
|
1175
|
-
ErrorClassific[ErrorClassific["DeleteFail"] = 58] = "DeleteFail";
|
|
1176
|
-
ErrorClassific[ErrorClassific["InErrorZone"] = 59] = "InErrorZone";
|
|
1177
|
-
ErrorClassific[ErrorClassific["NoRec"] = 60] = "NoRec";
|
|
1178
|
-
ErrorClassific[ErrorClassific["NotExist"] = 61] = "NotExist";
|
|
1179
|
-
ErrorClassific[ErrorClassific["GetUserPwd"] = 62] = "GetUserPwd";
|
|
1180
|
-
ErrorClassific[ErrorClassific["WrnCancel"] = 63] = "WrnCancel";
|
|
1181
|
-
ErrorClassific[ErrorClassific["NotSupportedFunc"] = 64] = "NotSupportedFunc";
|
|
1182
|
-
ErrorClassific[ErrorClassific["ModifyWithinTrans"] = 65] = "ModifyWithinTrans";
|
|
1183
|
-
ErrorClassific[ErrorClassific["LoginPwd"] = 66] = "LoginPwd";
|
|
1184
|
-
ErrorClassific[ErrorClassific["None"] = 67] = "None";
|
|
1185
|
-
})(ErrorClassific
|
|
1186
|
-
var ComponentItemType;
|
|
1187
|
-
(function (ComponentItemType) {
|
|
1188
|
-
ComponentItemType[ComponentItemType["Models"] = 0] = "Models";
|
|
1189
|
-
ComponentItemType[ComponentItemType["DataSources"] = 1] = "DataSources";
|
|
1190
|
-
ComponentItemType[ComponentItemType["Programs"] = 2] = "Programs";
|
|
1191
|
-
ComponentItemType[ComponentItemType["Helps"] = 3] = "Helps";
|
|
1192
|
-
ComponentItemType[ComponentItemType["Rights"] = 4] = "Rights";
|
|
1193
|
-
ComponentItemType[ComponentItemType["Events"] = 5] = "Events";
|
|
1194
|
-
ComponentItemType[ComponentItemType["Functions"] = 6] = "Functions";
|
|
1195
|
-
})(ComponentItemType
|
|
1196
|
-
var FieldComAlloc;
|
|
1197
|
-
(function (FieldComAlloc) {
|
|
1198
|
-
FieldComAlloc[FieldComAlloc["Auto"] = 1] = "Auto";
|
|
1199
|
-
FieldComAlloc[FieldComAlloc["None"] = 2] = "None";
|
|
1200
|
-
})(FieldComAlloc
|
|
1201
|
-
var BlobContent;
|
|
1202
|
-
(function (BlobContent) {
|
|
1203
|
-
BlobContent["Unknown"] = "0";
|
|
1204
|
-
BlobContent["Ansi"] = "1";
|
|
1205
|
-
BlobContent["Unicode"] = "2";
|
|
1206
|
-
BlobContent["Binary"] = "3";
|
|
1207
|
-
})(BlobContent
|
|
1208
|
-
var DBHRowIdentifier;
|
|
1209
|
-
(function (DBHRowIdentifier) {
|
|
1210
|
-
DBHRowIdentifier["RowId"] = "R";
|
|
1211
|
-
DBHRowIdentifier["Default"] = "D";
|
|
1212
|
-
DBHRowIdentifier["UniqueKey"] = "U";
|
|
1213
|
-
})(DBHRowIdentifier
|
|
1214
|
-
var UseSQLCursor;
|
|
1215
|
-
(function (UseSQLCursor) {
|
|
1216
|
-
UseSQLCursor["Yes"] = "Y";
|
|
1217
|
-
UseSQLCursor["No"] = "N";
|
|
1218
|
-
UseSQLCursor["Default"] = "D";
|
|
1219
|
-
})(UseSQLCursor
|
|
1220
|
-
var Encr;
|
|
1221
|
-
(function (Encr) {
|
|
1222
|
-
Encr["None"] = "N";
|
|
1223
|
-
Encr["DB"] = "E";
|
|
1224
|
-
Encr["ROnly"] = "R";
|
|
1225
|
-
})(Encr
|
|
1226
|
-
var DBHCache;
|
|
1227
|
-
(function (DBHCache) {
|
|
1228
|
-
DBHCache["Pos"] = "P";
|
|
1229
|
-
DBHCache["PosData"] = "D";
|
|
1230
|
-
DBHCache["None"] = "N";
|
|
1231
|
-
DBHCache["AsTable"] = "T";
|
|
1232
|
-
})(DBHCache
|
|
1233
|
-
var Resident;
|
|
1234
|
-
(function (Resident) {
|
|
1235
|
-
Resident["No"] = "N";
|
|
1236
|
-
Resident["Immediate"] = "I";
|
|
1237
|
-
Resident["OnDemand"] = "D";
|
|
1238
|
-
Resident["ImmediateAndClient"] = "C";
|
|
1239
|
-
Resident["ImmediateAndBrowser"] = "B";
|
|
1240
|
-
})(Resident
|
|
1241
|
-
var CheckExist;
|
|
1242
|
-
(function (CheckExist) {
|
|
1243
|
-
CheckExist["CheckYes"] = "Y";
|
|
1244
|
-
CheckExist["CheckNo"] = "N";
|
|
1245
|
-
CheckExist["CheckDB"] = "D";
|
|
1246
|
-
})(CheckExist
|
|
1247
|
-
var ValType;
|
|
1248
|
-
(function (ValType) {
|
|
1249
|
-
ValType[ValType["ZString"] = 1] = "ZString";
|
|
1250
|
-
ValType[ValType["MagicNum"] = 2] = "MagicNum";
|
|
1251
|
-
ValType[ValType["Boolean"] = 3] = "Boolean";
|
|
1252
|
-
ValType[ValType["UString"] = 4] = "UString";
|
|
1253
|
-
})(ValType
|
|
1254
|
-
var FldStorage;
|
|
1255
|
-
(function (FldStorage) {
|
|
1256
|
-
FldStorage[FldStorage["AlphaString"] = 1] = "AlphaString";
|
|
1257
|
-
FldStorage[FldStorage["AlphaLString"] = 2] = "AlphaLString";
|
|
1258
|
-
FldStorage[FldStorage["AlphaZString"] = 3] = "AlphaZString";
|
|
1259
|
-
FldStorage[FldStorage["NumericSigned"] = 4] = "NumericSigned";
|
|
1260
|
-
FldStorage[FldStorage["NumericUnsigned"] = 5] = "NumericUnsigned";
|
|
1261
|
-
FldStorage[FldStorage["NumericFloat"] = 6] = "NumericFloat";
|
|
1262
|
-
FldStorage[FldStorage["NumericFloatMS"] = 7] = "NumericFloatMS";
|
|
1263
|
-
FldStorage[FldStorage["NumericFloatDec"] = 8] = "NumericFloatDec";
|
|
1264
|
-
FldStorage[FldStorage["NumericPackedDec"] = 9] = "NumericPackedDec";
|
|
1265
|
-
FldStorage[FldStorage["NumericNumeric"] = 10] = "NumericNumeric";
|
|
1266
|
-
FldStorage[FldStorage["NumericCharDec"] = 11] = "NumericCharDec";
|
|
1267
|
-
FldStorage[FldStorage["NumericString"] = 12] = "NumericString";
|
|
1268
|
-
FldStorage[FldStorage["NumericMagic"] = 13] = "NumericMagic";
|
|
1269
|
-
FldStorage[FldStorage["NumericCisam"] = 14] = "NumericCisam";
|
|
1270
|
-
FldStorage[FldStorage["NumericExtFloat"] = 30] = "NumericExtFloat";
|
|
1271
|
-
FldStorage[FldStorage["BooleanInteger"] = 15] = "BooleanInteger";
|
|
1272
|
-
FldStorage[FldStorage["BooleanDBase"] = 16] = "BooleanDBase";
|
|
1273
|
-
FldStorage[FldStorage["DateInteger"] = 17] = "DateInteger";
|
|
1274
|
-
FldStorage[FldStorage["DateInteger1901"] = 18] = "DateInteger1901";
|
|
1275
|
-
FldStorage[FldStorage["DateString"] = 19] = "DateString";
|
|
1276
|
-
FldStorage[FldStorage["DateYYMD"] = 20] = "DateYYMD";
|
|
1277
|
-
FldStorage[FldStorage["DateMagic"] = 21] = "DateMagic";
|
|
1278
|
-
FldStorage[FldStorage["DateMagic1901"] = 22] = "DateMagic1901";
|
|
1279
|
-
FldStorage[FldStorage["TimeInteger"] = 23] = "TimeInteger";
|
|
1280
|
-
FldStorage[FldStorage["TimeString"] = 24] = "TimeString";
|
|
1281
|
-
FldStorage[FldStorage["TimeHMSH"] = 25] = "TimeHMSH";
|
|
1282
|
-
FldStorage[FldStorage["TimeMagic"] = 26] = "TimeMagic";
|
|
1283
|
-
FldStorage[FldStorage["MemoString"] = 27] = "MemoString";
|
|
1284
|
-
FldStorage[FldStorage["MemoMagic"] = 28] = "MemoMagic";
|
|
1285
|
-
FldStorage[FldStorage["Blob"] = 29] = "Blob";
|
|
1286
|
-
FldStorage[FldStorage["UnicodeString"] = 31] = "UnicodeString";
|
|
1287
|
-
FldStorage[FldStorage["UnicodeZString"] = 32] = "UnicodeZString";
|
|
1288
|
-
FldStorage[FldStorage["AnsiBlob"] = 33] = "AnsiBlob";
|
|
1289
|
-
FldStorage[FldStorage["UnicodeBlob"] = 34] = "UnicodeBlob";
|
|
1290
|
-
})(FldStorage
|
|
1291
|
-
var DriverDB;
|
|
1292
|
-
(function (DriverDB) {
|
|
1293
|
-
DriverDB[DriverDB["Btrv"] = 0] = "Btrv";
|
|
1294
|
-
DriverDB[DriverDB["Prevesive2000"] = 1] = "Prevesive2000";
|
|
1295
|
-
DriverDB[DriverDB["RMS"] = 2] = "RMS";
|
|
1296
|
-
DriverDB[DriverDB["MySQL"] = 3] = "MySQL";
|
|
1297
|
-
DriverDB[DriverDB["DBase"] = 4] = "DBase";
|
|
1298
|
-
DriverDB[DriverDB["Cache"] = 5] = "Cache";
|
|
1299
|
-
DriverDB[DriverDB["DB2AS400"] = 6] = "DB2AS400";
|
|
1300
|
-
DriverDB[DriverDB["FoxBase"] = 7] = "FoxBase";
|
|
1301
|
-
DriverDB[DriverDB["Clipper"] = 8] = "Clipper";
|
|
1302
|
-
DriverDB[DriverDB["SyBase"] = 9] = "SyBase";
|
|
1303
|
-
DriverDB[DriverDB["Cics"] = 12] = "Cics";
|
|
1304
|
-
DriverDB[DriverDB["Oracle"] = 13] = "Oracle";
|
|
1305
|
-
DriverDB[DriverDB["Informix"] = 14] = "Informix";
|
|
1306
|
-
DriverDB[DriverDB["Ingres"] = 15] = "Ingres";
|
|
1307
|
-
DriverDB[DriverDB["AS400"] = 16] = "AS400";
|
|
1308
|
-
DriverDB[DriverDB["DB2"] = 18] = "DB2";
|
|
1309
|
-
DriverDB[DriverDB["Odbc"] = 19] = "Odbc";
|
|
1310
|
-
DriverDB[DriverDB["MS6"] = 20] = "MS6";
|
|
1311
|
-
DriverDB[DriverDB["Memory"] = 21] = "Memory";
|
|
1312
|
-
DriverDB[DriverDB["RMCOB"] = 22] = "RMCOB";
|
|
1313
|
-
})(DriverDB
|
|
1314
|
-
var ExportType;
|
|
1315
|
-
(function (ExportType) {
|
|
1316
|
-
ExportType["EntireProject"] = "A";
|
|
1317
|
-
ExportType["Models"] = "E";
|
|
1318
|
-
ExportType["DataSources"] = "F";
|
|
1319
|
-
ExportType["Programs"] = "P";
|
|
1320
|
-
ExportType["Helps"] = "H";
|
|
1321
|
-
ExportType["Rights"] = "R";
|
|
1322
|
-
ExportType["Menus"] = "M";
|
|
1323
|
-
ExportType["CompositeResources"] = "O";
|
|
1324
|
-
ExportType["ApplicationProperties"] = "C";
|
|
1325
|
-
})(ExportType
|
|
1326
|
-
var TriggerType;
|
|
1327
|
-
(function (TriggerType) {
|
|
1328
|
-
TriggerType["System"] = "S";
|
|
1329
|
-
TriggerType["Timer"] = "T";
|
|
1330
|
-
TriggerType["Expression"] = "E";
|
|
1331
|
-
TriggerType["Internal"] = "I";
|
|
1332
|
-
TriggerType["None"] = "N";
|
|
1333
|
-
TriggerType["Component"] = "C";
|
|
1334
|
-
TriggerType["User"] = "U";
|
|
1335
|
-
TriggerType["Error"] = "R";
|
|
1336
|
-
TriggerType["ComEvent"] = "X";
|
|
1337
|
-
TriggerType["DotNetEvent"] = "D";
|
|
1338
|
-
TriggerType["PublicUserEvent"] = "P";
|
|
1339
|
-
TriggerType["UserFunc"] = "F";
|
|
1340
|
-
})(TriggerType
|
|
1341
|
-
var ItemMasks;
|
|
1342
|
-
(function (ItemMasks) {
|
|
1343
|
-
ItemMasks[ItemMasks["Undefined"] = 0] = "Undefined";
|
|
1344
|
-
ItemMasks[ItemMasks["ActiveInClient"] = 1] = "ActiveInClient";
|
|
1345
|
-
ItemMasks[ItemMasks["MagicSqlFunc"] = 4] = "MagicSqlFunc";
|
|
1346
|
-
ItemMasks[ItemMasks["CacheAlways"] = 8] = "CacheAlways";
|
|
1347
|
-
ItemMasks[ItemMasks["CacheSometimes"] = 16] = "CacheSometimes";
|
|
1348
|
-
ItemMasks["RtSearchExecAllowed"] = " ";
|
|
1349
|
-
ItemMasks["ArgAttrAsResult"] = "@";
|
|
1350
|
-
ItemMasks[ItemMasks["CalcResAttr"] = 128] = "CalcResAttr";
|
|
1351
|
-
ItemMasks[ItemMasks["PossibleReentrance"] = 256] = "PossibleReentrance";
|
|
1352
|
-
ItemMasks[ItemMasks["ForceClientExecBrowserClient"] = 512] = "ForceClientExecBrowserClient";
|
|
1353
|
-
ItemMasks[ItemMasks["ForceServerExecBrowserClient"] = 1024] = "ForceServerExecBrowserClient";
|
|
1354
|
-
ItemMasks[ItemMasks["FuncNotSupportedBrowserClient"] = 2048] = "FuncNotSupportedBrowserClient";
|
|
1355
|
-
ItemMasks[ItemMasks["ForceClientExecRichClient"] = 4096] = "ForceClientExecRichClient";
|
|
1356
|
-
ItemMasks[ItemMasks["ForceServerExecRichClient"] = 8192] = "ForceServerExecRichClient";
|
|
1357
|
-
ItemMasks[ItemMasks["FuncNotSupportedRichClient"] = 16384] = "FuncNotSupportedRichClient";
|
|
1358
|
-
ItemMasks[ItemMasks["FuncNotSupportedOnlineBatch"] = 32768] = "FuncNotSupportedOnlineBatch";
|
|
1359
|
-
ItemMasks[ItemMasks["ForceMixExecRichClient"] = 65536] = "ForceMixExecRichClient";
|
|
1360
|
-
ItemMasks[ItemMasks["ForceUnknownExecRichClient"] = 131072] = "ForceUnknownExecRichClient";
|
|
1361
|
-
})(ItemMasks
|
|
1362
|
-
var UpdateMode;
|
|
1363
|
-
(function (UpdateMode) {
|
|
1364
|
-
UpdateMode["Incremental"] = "I";
|
|
1365
|
-
UpdateMode["Normal"] = "N";
|
|
1366
|
-
})(UpdateMode
|
|
1367
|
-
var BlockTypes;
|
|
1368
|
-
(function (BlockTypes) {
|
|
1369
|
-
BlockTypes["If"] = "I";
|
|
1370
|
-
BlockTypes["Else"] = "E";
|
|
1371
|
-
BlockTypes["EndBlock"] = "N";
|
|
1372
|
-
BlockTypes["Loop"] = "L";
|
|
1373
|
-
})(BlockTypes
|
|
1374
|
-
var FormOperationType;
|
|
1375
|
-
(function (FormOperationType) {
|
|
1376
|
-
FormOperationType["Input"] = "I";
|
|
1377
|
-
FormOperationType["Output"] = "O";
|
|
1378
|
-
})(FormOperationType
|
|
1379
|
-
var FormPage;
|
|
1380
|
-
(function (FormPage) {
|
|
1381
|
-
FormPage["Skip"] = "S";
|
|
1382
|
-
FormPage["Auto"] = "A";
|
|
1383
|
-
FormPage["Top"] = "T";
|
|
1384
|
-
})(FormPage
|
|
1385
|
-
var FormDelimiter;
|
|
1386
|
-
(function (FormDelimiter) {
|
|
1387
|
-
FormDelimiter["Column"] = "C";
|
|
1388
|
-
FormDelimiter["Single"] = "S";
|
|
1389
|
-
FormDelimiter["Double"] = "D";
|
|
1390
|
-
})(FormDelimiter
|
|
1391
|
-
var CallOperationMode;
|
|
1392
|
-
(function (CallOperationMode) {
|
|
1393
|
-
CallOperationMode["Program"] = "P";
|
|
1394
|
-
CallOperationMode["SubTask"] = "T";
|
|
1395
|
-
CallOperationMode["ByExp"] = "E";
|
|
1396
|
-
CallOperationMode["ByName"] = "B";
|
|
1397
|
-
CallOperationMode["Remote"] = "R";
|
|
1398
|
-
CallOperationMode["Com"] = "C";
|
|
1399
|
-
CallOperationMode["OsCommand"] = "O";
|
|
1400
|
-
CallOperationMode["UDP"] = "U";
|
|
1401
|
-
CallOperationMode["WebS"] = "W";
|
|
1402
|
-
CallOperationMode["WebSLite"] = "L";
|
|
1403
|
-
CallOperationMode[CallOperationMode["DotNet"] = 46] = "DotNet";
|
|
1404
|
-
})(CallOperationMode
|
|
1405
|
-
var RowType;
|
|
1406
|
-
(function (RowType) {
|
|
1407
|
-
RowType[RowType["Header"] = 1] = "Header";
|
|
1408
|
-
RowType[RowType["Operation"] = 2] = "Operation";
|
|
1409
|
-
})(RowType
|
|
1410
|
-
var ForceExit;
|
|
1411
|
-
(function (ForceExit) {
|
|
1412
|
-
ForceExit["None"] = "N";
|
|
1413
|
-
ForceExit["Control"] = "C";
|
|
1414
|
-
ForceExit["PreRecordUpdate"] = "R";
|
|
1415
|
-
ForceExit["PostRecordUpdate"] = "P";
|
|
1416
|
-
ForceExit["Ignore"] = "I";
|
|
1417
|
-
ForceExit["Editing"] = "E";
|
|
1418
|
-
})(ForceExit
|
|
1419
|
-
var MediaType;
|
|
1420
|
-
(function (MediaType) {
|
|
1421
|
-
MediaType["None"] = "N";
|
|
1422
|
-
MediaType["GraphicalPrinter"] = "G";
|
|
1423
|
-
MediaType["Printer"] = "P";
|
|
1424
|
-
MediaType["Console"] = "C";
|
|
1425
|
-
MediaType["File"] = "F";
|
|
1426
|
-
MediaType["Requester"] = "R";
|
|
1427
|
-
MediaType["XMLDirect"] = "D";
|
|
1428
|
-
MediaType["Variable"] = "V";
|
|
1429
|
-
})(MediaType
|
|
1430
|
-
var OSType;
|
|
1431
|
-
(function (OSType) {
|
|
1432
|
-
OSType["Android"] = "A";
|
|
1433
|
-
OSType["IOS"] = "I";
|
|
1434
|
-
})(OSType
|
|
1435
|
-
var APGMode;
|
|
1436
|
-
(function (APGMode) {
|
|
1437
|
-
APGMode["Execute"] = "E";
|
|
1438
|
-
APGMode["Generate"] = "G";
|
|
1439
|
-
})(APGMode
|
|
1440
|
-
var APGOption;
|
|
1441
|
-
(function (APGOption) {
|
|
1442
|
-
APGOption["Browse"] = "B";
|
|
1443
|
-
APGOption["Export"] = "E";
|
|
1444
|
-
APGOption["Import"] = "I";
|
|
1445
|
-
APGOption["Print"] = "P";
|
|
1446
|
-
APGOption["Browser"] = "R";
|
|
1447
|
-
APGOption["RichClient"] = "H";
|
|
1448
|
-
})(APGOption
|
|
1449
|
-
var APGDisplayMode;
|
|
1450
|
-
(function (APGDisplayMode) {
|
|
1451
|
-
APGDisplayMode["Line"] = "L";
|
|
1452
|
-
APGDisplayMode["Screen"] = "S";
|
|
1453
|
-
APGDisplayMode["None"] = "N";
|
|
1454
|
-
})(APGDisplayMode
|
|
1455
|
-
var APGFormSize;
|
|
1456
|
-
(function (APGFormSize) {
|
|
1457
|
-
APGFormSize["AsModel"] = "M";
|
|
1458
|
-
APGFormSize["AsContent"] = "C";
|
|
1459
|
-
APGFormSize["AsContentWithinMDI"] = "D";
|
|
1460
|
-
})(APGFormSize
|
|
1461
|
-
var APGType;
|
|
1462
|
-
(function (APGType) {
|
|
1463
|
-
APGType["Single"] = "S";
|
|
1464
|
-
APGType["Multiple"] = "M";
|
|
1465
|
-
APGType["Program"] = "P";
|
|
1466
|
-
})(APGType
|
|
1467
|
-
var APGInvokedFrom;
|
|
1468
|
-
(function (APGInvokedFrom) {
|
|
1469
|
-
APGInvokedFrom[APGInvokedFrom["TablesRepository"] = 1] = "TablesRepository";
|
|
1470
|
-
APGInvokedFrom[APGInvokedFrom["ProgramsRepository"] = 2] = "ProgramsRepository";
|
|
1471
|
-
})(APGInvokedFrom
|
|
1472
|
-
var MgModelType;
|
|
1473
|
-
(function (MgModelType) {
|
|
1474
|
-
MgModelType["Model"] = "M";
|
|
1475
|
-
MgModelType["Var"] = "V";
|
|
1476
|
-
})(MgModelType
|
|
1477
|
-
var CallbackType;
|
|
1478
|
-
(function (CallbackType) {
|
|
1479
|
-
CallbackType[CallbackType["ProgressBar"] = 0] = "ProgressBar";
|
|
1480
|
-
CallbackType[CallbackType["Import"] = 1] = "Import";
|
|
1481
|
-
CallbackType[CallbackType["FormEditor"] = 2] = "FormEditor";
|
|
1482
|
-
CallbackType[CallbackType["CollectionChanges"] = 3] = "CollectionChanges";
|
|
1483
|
-
})(CallbackType
|
|
1484
|
-
var Axis;
|
|
1485
|
-
(function (Axis) {
|
|
1486
|
-
Axis[Axis["X"] = 0] = "X";
|
|
1487
|
-
Axis[Axis["Y"] = 1] = "Y";
|
|
1488
|
-
})(Axis
|
|
1489
|
-
var ModelAttrHelp;
|
|
1490
|
-
(function (ModelAttrHelp) {
|
|
1491
|
-
ModelAttrHelp["Internal"] = "A";
|
|
1492
|
-
ModelAttrHelp["Windows"] = "B";
|
|
1493
|
-
})(ModelAttrHelp
|
|
1494
|
-
var ModelAttrField;
|
|
1495
|
-
(function (ModelAttrField) {
|
|
1496
|
-
ModelAttrField["Alpha"] = "A";
|
|
1497
|
-
ModelAttrField["Numeric"] = "C";
|
|
1498
|
-
ModelAttrField["Unicode"] = "B";
|
|
1499
|
-
ModelAttrField["Logical"] = "D";
|
|
1500
|
-
ModelAttrField["Date"] = "E";
|
|
1501
|
-
ModelAttrField["Time"] = "F";
|
|
1502
|
-
ModelAttrField["Blob"] = "G";
|
|
1503
|
-
ModelAttrField["OLE"] = "H";
|
|
1504
|
-
ModelAttrField["ActiveX"] = "I";
|
|
1505
|
-
ModelAttrField["Vector"] = "J";
|
|
1506
|
-
ModelAttrField["DotNet"] = "K";
|
|
1507
|
-
})(ModelAttrField
|
|
1508
|
-
var ModelAttrGui0;
|
|
1509
|
-
(function (ModelAttrGui0) {
|
|
1510
|
-
ModelAttrGui0["Form"] = "A";
|
|
1511
|
-
ModelAttrGui0["Edit"] = "B";
|
|
1512
|
-
ModelAttrGui0["Static"] = "C";
|
|
1513
|
-
ModelAttrGui0["Button"] = "D";
|
|
1514
|
-
ModelAttrGui0["Check"] = "E";
|
|
1515
|
-
ModelAttrGui0["Radio"] = "F";
|
|
1516
|
-
ModelAttrGui0["Tab"] = "G";
|
|
1517
|
-
ModelAttrGui0["List"] = "H";
|
|
1518
|
-
ModelAttrGui0["Combo"] = "I";
|
|
1519
|
-
ModelAttrGui0["Line"] = "J";
|
|
1520
|
-
ModelAttrGui0["Slider"] = "K";
|
|
1521
|
-
ModelAttrGui0["Table"] = "L";
|
|
1522
|
-
ModelAttrGui0["Column"] = "M";
|
|
1523
|
-
ModelAttrGui0["Image"] = "N";
|
|
1524
|
-
ModelAttrGui0["Ole"] = "O";
|
|
1525
|
-
ModelAttrGui0["Redit"] = "P";
|
|
1526
|
-
ModelAttrGui0["Activex"] = "R";
|
|
1527
|
-
ModelAttrGui0["Subform"] = "S";
|
|
1528
|
-
ModelAttrGui0["Browser"] = "O";
|
|
1529
|
-
})(ModelAttrGui0
|
|
1530
|
-
var ModelAttrGui1;
|
|
1531
|
-
(function (ModelAttrGui1) {
|
|
1532
|
-
ModelAttrGui1["Form"] = "A";
|
|
1533
|
-
ModelAttrGui1["Edit"] = "B";
|
|
1534
|
-
ModelAttrGui1["Static"] = "C";
|
|
1535
|
-
ModelAttrGui1["Line"] = "D";
|
|
1536
|
-
ModelAttrGui1["Table"] = "E";
|
|
1537
|
-
ModelAttrGui1["Column"] = "F";
|
|
1538
|
-
ModelAttrGui1["Image"] = "G";
|
|
1539
|
-
ModelAttrGui1["Redit"] = "H";
|
|
1540
|
-
})(ModelAttrGui1
|
|
1541
|
-
var ModelAttrText;
|
|
1542
|
-
(function (ModelAttrText) {
|
|
1543
|
-
ModelAttrText["Form"] = "A";
|
|
1544
|
-
ModelAttrText["Edit"] = "B";
|
|
1545
|
-
ModelAttrText["Static"] = "C";
|
|
1546
|
-
ModelAttrText["Line"] = "D";
|
|
1547
|
-
})(ModelAttrText
|
|
1548
|
-
var ModelAttrRichClient;
|
|
1549
|
-
(function (ModelAttrRichClient) {
|
|
1550
|
-
ModelAttrRichClient["Form"] = "A";
|
|
1551
|
-
ModelAttrRichClient["Edit"] = "B";
|
|
1552
|
-
ModelAttrRichClient["Label"] = "C";
|
|
1553
|
-
ModelAttrRichClient["Button"] = "D";
|
|
1554
|
-
ModelAttrRichClient["Check"] = "E";
|
|
1555
|
-
ModelAttrRichClient["Radio"] = "F";
|
|
1556
|
-
ModelAttrRichClient["Tab"] = "G";
|
|
1557
|
-
ModelAttrRichClient["List"] = "H";
|
|
1558
|
-
ModelAttrRichClient["Combo"] = "I";
|
|
1559
|
-
ModelAttrRichClient["Group"] = "J";
|
|
1560
|
-
ModelAttrRichClient["Table"] = "K";
|
|
1561
|
-
ModelAttrRichClient["Column"] = "L";
|
|
1562
|
-
ModelAttrRichClient["Image"] = "M";
|
|
1563
|
-
ModelAttrRichClient["Subform"] = "N";
|
|
1564
|
-
ModelAttrRichClient["Browser"] = "O";
|
|
1565
|
-
ModelAttrRichClient["Line"] = "Q";
|
|
1566
|
-
})(ModelAttrRichClient
|
|
1567
|
-
var ModelAttrFramesetForm;
|
|
1568
|
-
(function (ModelAttrFramesetForm) {
|
|
1569
|
-
ModelAttrFramesetForm["Form"] = "A";
|
|
1570
|
-
ModelAttrFramesetForm["Frame"] = "B";
|
|
1571
|
-
})(ModelAttrFramesetForm
|
|
1572
|
-
var ModelAttRichClientFrameSet;
|
|
1573
|
-
(function (ModelAttRichClientFrameSet) {
|
|
1574
|
-
ModelAttRichClientFrameSet["Form"] = "A";
|
|
1575
|
-
ModelAttRichClientFrameSet["Frame"] = "B";
|
|
1576
|
-
})(ModelAttRichClientFrameSet
|
|
1577
|
-
var ModelAttrBrowser;
|
|
1578
|
-
(function (ModelAttrBrowser) {
|
|
1579
|
-
ModelAttrBrowser["Form"] = "A";
|
|
1580
|
-
ModelAttrBrowser["Edit"] = "B";
|
|
1581
|
-
ModelAttrBrowser["Static"] = "C";
|
|
1582
|
-
ModelAttrBrowser["Button"] = "D";
|
|
1583
|
-
ModelAttrBrowser["Check"] = "E";
|
|
1584
|
-
ModelAttrBrowser["Radio"] = "F";
|
|
1585
|
-
ModelAttrBrowser["List"] = "G";
|
|
1586
|
-
ModelAttrBrowser["Combo"] = "H";
|
|
1587
|
-
ModelAttrBrowser["Table"] = "I";
|
|
1588
|
-
ModelAttrBrowser["Image"] = "J";
|
|
1589
|
-
ModelAttrBrowser["Subform"] = "K";
|
|
1590
|
-
ModelAttrBrowser["Iframe"] = "L";
|
|
1591
|
-
ModelAttrBrowser["Opaque"] = "M";
|
|
1592
|
-
})(ModelAttrBrowser
|
|
1593
|
-
var ModelAttGuiFrame;
|
|
1594
|
-
(function (ModelAttGuiFrame) {
|
|
1595
|
-
ModelAttGuiFrame["Form"] = "A";
|
|
1596
|
-
ModelAttGuiFrame["Frame"] = "B";
|
|
1597
|
-
})(ModelAttGuiFrame
|
|
1598
|
-
var ModelAttMerge;
|
|
1599
|
-
(function (ModelAttMerge) {
|
|
1600
|
-
ModelAttMerge["Form"] = "A";
|
|
1601
|
-
})(ModelAttMerge
|
|
1602
|
-
var DbhKeyMode;
|
|
1603
|
-
(function (DbhKeyMode) {
|
|
1604
|
-
DbhKeyMode["Unique"] = "S";
|
|
1605
|
-
DbhKeyMode["NonUnique"] = "N";
|
|
1606
|
-
})(DbhKeyMode
|
|
1607
|
-
var DbhKeyDirection;
|
|
1608
|
-
(function (DbhKeyDirection) {
|
|
1609
|
-
DbhKeyDirection["OneWay"] = "A";
|
|
1610
|
-
DbhKeyDirection["TwoWay"] = "B";
|
|
1611
|
-
})(DbhKeyDirection
|
|
1612
|
-
var DbhKeyRangeMode;
|
|
1613
|
-
(function (DbhKeyRangeMode) {
|
|
1614
|
-
DbhKeyRangeMode["Quick"] = "Q";
|
|
1615
|
-
DbhKeyRangeMode["Full"] = "F";
|
|
1616
|
-
})(DbhKeyRangeMode
|
|
1617
|
-
var DbhKeyIndexType;
|
|
1618
|
-
(function (DbhKeyIndexType) {
|
|
1619
|
-
DbhKeyIndexType["Real"] = "R";
|
|
1620
|
-
DbhKeyIndexType["Virtual"] = "V";
|
|
1621
|
-
})(DbhKeyIndexType
|
|
1622
|
-
var DbhSegmentDirection;
|
|
1623
|
-
(function (DbhSegmentDirection) {
|
|
1624
|
-
DbhSegmentDirection["Ascending"] = "A";
|
|
1625
|
-
DbhSegmentDirection["Descending"] = "D";
|
|
1626
|
-
})(DbhSegmentDirection
|
|
1627
|
-
var ChoiceControlStyle;
|
|
1628
|
-
(function (ChoiceControlStyle) {
|
|
1629
|
-
ChoiceControlStyle[ChoiceControlStyle["ListBox"] = 1] = "ListBox";
|
|
1630
|
-
ChoiceControlStyle[ChoiceControlStyle["ComboBox"] = 2] = "ComboBox";
|
|
1631
|
-
ChoiceControlStyle[ChoiceControlStyle["Tab"] = 3] = "Tab";
|
|
1632
|
-
ChoiceControlStyle[ChoiceControlStyle["RadioButton"] = 4] = "RadioButton";
|
|
1633
|
-
})(ChoiceControlStyle
|
|
1634
|
-
var Recursion;
|
|
1635
|
-
(function (Recursion) {
|
|
1636
|
-
Recursion[Recursion["None"] = 0] = "None";
|
|
1637
|
-
Recursion[Recursion["First"] = 1] = "First";
|
|
1638
|
-
Recursion[Recursion["Second"] = 2] = "Second";
|
|
1639
|
-
Recursion[Recursion["FirstOpen"] = 3] = "FirstOpen";
|
|
1640
|
-
})(Recursion
|
|
1641
|
-
var ViewSelectType;
|
|
1642
|
-
(function (ViewSelectType) {
|
|
1643
|
-
ViewSelectType[ViewSelectType["IncludeInView"] = 0] = "IncludeInView";
|
|
1644
|
-
ViewSelectType[ViewSelectType["ExcludeFromView"] = 1] = "ExcludeFromView";
|
|
1645
|
-
})(ViewSelectType
|
|
1646
|
-
var RangeMode;
|
|
1647
|
-
(function (RangeMode) {
|
|
1648
|
-
RangeMode["From"] = "F";
|
|
1649
|
-
RangeMode["To"] = "T";
|
|
1650
|
-
RangeMode["Equal"] = "E";
|
|
1651
|
-
})(RangeMode
|
|
1652
|
-
var TableType;
|
|
1653
|
-
(function (TableType) {
|
|
1654
|
-
TableType["Table"] = "T";
|
|
1655
|
-
TableType["View"] = "V";
|
|
1656
|
-
TableType["Undefined"] = "U";
|
|
1657
|
-
})(TableType
|
|
1658
|
-
var DatabaseDataType;
|
|
1659
|
-
(function (DatabaseDataType) {
|
|
1660
|
-
DatabaseDataType["XmlDataSource"] = "X";
|
|
1661
|
-
DatabaseDataType["DatabaseDataSource"] = "D";
|
|
1662
|
-
})(DatabaseDataType
|
|
1663
|
-
var LogicHeaderAction;
|
|
1664
|
-
(function (LogicHeaderAction) {
|
|
1665
|
-
LogicHeaderAction[LogicHeaderAction["None"] = 0] = "None";
|
|
1666
|
-
LogicHeaderAction[LogicHeaderAction["CreateVariableChangeParameters"] = 1] = "CreateVariableChangeParameters";
|
|
1667
|
-
LogicHeaderAction[LogicHeaderAction["DeleteVariableChangeParameters"] = 2] = "DeleteVariableChangeParameters";
|
|
1668
|
-
LogicHeaderAction[LogicHeaderAction["ReplaceVariableChangeParameters"] = 3] = "ReplaceVariableChangeParameters";
|
|
1669
|
-
LogicHeaderAction[LogicHeaderAction["CreateEventParameters"] = 4] = "CreateEventParameters";
|
|
1670
|
-
})(LogicHeaderAction
|
|
1671
|
-
var DatabaseFilters;
|
|
1672
|
-
(function (DatabaseFilters) {
|
|
1673
|
-
DatabaseFilters["EnvironmentDatabaseAll"] = "A";
|
|
1674
|
-
DatabaseFilters["EnvironmentDatabaseSql"] = "S";
|
|
1675
|
-
DatabaseFilters["EnvironmentDatabaseCanLoadDefinition"] = "D";
|
|
1676
|
-
DatabaseFilters["EnvironmentDatabaseIsam"] = "I";
|
|
1677
|
-
DatabaseFilters["EnvironmentDatabaseXmlOnly"] = "X";
|
|
1678
|
-
DatabaseFilters["EnvironmentDatabaseOnly"] = "O";
|
|
1679
|
-
DatabaseFilters["EnvironmentDatabaseCanLoadDefinitionAndXml"] = "G";
|
|
1680
|
-
})(DatabaseFilters
|
|
1681
|
-
var FieldViewModelType;
|
|
1682
|
-
(function (FieldViewModelType) {
|
|
1683
|
-
FieldViewModelType[FieldViewModelType["DataSource"] = 0] = "DataSource";
|
|
1684
|
-
FieldViewModelType[FieldViewModelType["DataView"] = 1] = "DataView";
|
|
1685
|
-
FieldViewModelType[FieldViewModelType["Logic"] = 2] = "Logic";
|
|
1686
|
-
})(FieldViewModelType
|
|
1687
|
-
var SourceContextType;
|
|
1688
|
-
(function (SourceContextType) {
|
|
1689
|
-
SourceContextType["CurrentContext"] = "C";
|
|
1690
|
-
SourceContextType["MainContext"] = "M";
|
|
1691
|
-
})(SourceContextType
|
|
1692
|
-
var MagicSystemColor;
|
|
1693
|
-
(function (MagicSystemColor) {
|
|
1694
|
-
MagicSystemColor[MagicSystemColor["ScrollBar"] = 1] = "ScrollBar";
|
|
1695
|
-
MagicSystemColor[MagicSystemColor["Background"] = 2] = "Background";
|
|
1696
|
-
MagicSystemColor[MagicSystemColor["ActiveCaption"] = 3] = "ActiveCaption";
|
|
1697
|
-
MagicSystemColor[MagicSystemColor["InactiveCaption"] = 4] = "InactiveCaption";
|
|
1698
|
-
MagicSystemColor[MagicSystemColor["Menu"] = 5] = "Menu";
|
|
1699
|
-
MagicSystemColor[MagicSystemColor["Window"] = 6] = "Window";
|
|
1700
|
-
MagicSystemColor[MagicSystemColor["WindowFrame"] = 7] = "WindowFrame";
|
|
1701
|
-
MagicSystemColor[MagicSystemColor["MenuText"] = 8] = "MenuText";
|
|
1702
|
-
MagicSystemColor[MagicSystemColor["WindowText"] = 9] = "WindowText";
|
|
1703
|
-
MagicSystemColor[MagicSystemColor["CaptionText"] = 10] = "CaptionText";
|
|
1704
|
-
MagicSystemColor[MagicSystemColor["ActiveBorder"] = 11] = "ActiveBorder";
|
|
1705
|
-
MagicSystemColor[MagicSystemColor["InActiveBorder"] = 12] = "InActiveBorder";
|
|
1706
|
-
MagicSystemColor[MagicSystemColor["AppWorkSpace"] = 13] = "AppWorkSpace";
|
|
1707
|
-
MagicSystemColor[MagicSystemColor["Highlight"] = 14] = "Highlight";
|
|
1708
|
-
MagicSystemColor[MagicSystemColor["HighlightText"] = 15] = "HighlightText";
|
|
1709
|
-
MagicSystemColor[MagicSystemColor["BtnFace"] = 16] = "BtnFace";
|
|
1710
|
-
MagicSystemColor[MagicSystemColor["BtnShadow"] = 17] = "BtnShadow";
|
|
1711
|
-
MagicSystemColor[MagicSystemColor["GrayText"] = 18] = "GrayText";
|
|
1712
|
-
MagicSystemColor[MagicSystemColor["BtnText"] = 19] = "BtnText";
|
|
1713
|
-
MagicSystemColor[MagicSystemColor["InActiveCaptionText"] = 20] = "InActiveCaptionText";
|
|
1714
|
-
MagicSystemColor[MagicSystemColor["BtnHighlight"] = 21] = "BtnHighlight";
|
|
1715
|
-
MagicSystemColor[MagicSystemColor["ThreeDDarkShadow"] = 22] = "ThreeDDarkShadow";
|
|
1716
|
-
MagicSystemColor[MagicSystemColor["ThreeDLight"] = 23] = "ThreeDLight";
|
|
1717
|
-
MagicSystemColor[MagicSystemColor["InfoText"] = 24] = "InfoText";
|
|
1718
|
-
MagicSystemColor[MagicSystemColor["Info"] = 25] = "Info";
|
|
1719
|
-
MagicSystemColor[MagicSystemColor["Undefined"] = 26] = "Undefined";
|
|
1720
|
-
})(MagicSystemColor
|
|
1721
|
-
var ViewRefreshMode;
|
|
1722
|
-
(function (ViewRefreshMode) {
|
|
1723
|
-
ViewRefreshMode[ViewRefreshMode["None"] = 0] = "None";
|
|
1724
|
-
ViewRefreshMode[ViewRefreshMode["CurrentLocation"] = 1] = "CurrentLocation";
|
|
1725
|
-
ViewRefreshMode[ViewRefreshMode["UseTaskLocate"] = 2] = "UseTaskLocate";
|
|
1726
|
-
ViewRefreshMode[ViewRefreshMode["FirstRecord"] = 3] = "FirstRecord";
|
|
1727
|
-
})(ViewRefreshMode
|
|
1728
|
-
var LineManipulationType;
|
|
1729
|
-
(function (LineManipulationType) {
|
|
1730
|
-
LineManipulationType[LineManipulationType["None"] = 0] = "None";
|
|
1731
|
-
LineManipulationType[LineManipulationType["RepeatEntries"] = 1] = "RepeatEntries";
|
|
1732
|
-
LineManipulationType[LineManipulationType["MoveEntries"] = 2] = "MoveEntries";
|
|
1733
|
-
LineManipulationType[LineManipulationType["OverwriteCurrent"] = 3] = "OverwriteCurrent";
|
|
1734
|
-
})(LineManipulationType
|
|
1735
|
-
var DataViewOutputType;
|
|
1736
|
-
(function (DataViewOutputType) {
|
|
1737
|
-
DataViewOutputType["Xml"] = "X";
|
|
1738
|
-
DataViewOutputType["ClientFile"] = "C";
|
|
1739
|
-
})(DataViewOutputType
|
|
1740
|
-
var UndoRedoAction;
|
|
1741
|
-
(function (UndoRedoAction) {
|
|
1742
|
-
UndoRedoAction[UndoRedoAction["Undo"] = 0] = "Undo";
|
|
1743
|
-
UndoRedoAction[UndoRedoAction["Redo"] = 1] = "Redo";
|
|
1744
|
-
})(UndoRedoAction
|
|
1745
|
-
var OrientationLock;
|
|
1746
|
-
(function (OrientationLock) {
|
|
1747
|
-
OrientationLock[OrientationLock["No"] = 1] = "No";
|
|
1748
|
-
OrientationLock[OrientationLock["Portrait"] = 2] = "Portrait";
|
|
1749
|
-
OrientationLock[OrientationLock["Landscape"] = 3] = "Landscape";
|
|
1750
|
-
})(OrientationLock
|
|
1751
|
-
var EnterAnimation;
|
|
1752
|
-
(function (EnterAnimation) {
|
|
1753
|
-
EnterAnimation[EnterAnimation["Default"] = 1] = "Default";
|
|
1754
|
-
EnterAnimation[EnterAnimation["Left"] = 2] = "Left";
|
|
1755
|
-
EnterAnimation[EnterAnimation["Right"] = 3] = "Right";
|
|
1756
|
-
EnterAnimation[EnterAnimation["Top"] = 4] = "Top";
|
|
1757
|
-
EnterAnimation[EnterAnimation["Bottom"] = 5] = "Bottom";
|
|
1758
|
-
EnterAnimation[EnterAnimation["Flip"] = 6] = "Flip";
|
|
1759
|
-
EnterAnimation[EnterAnimation["Fade"] = 7] = "Fade";
|
|
1760
|
-
EnterAnimation[EnterAnimation["None"] = 8] = "None";
|
|
1761
|
-
})(EnterAnimation
|
|
1762
|
-
var ExitAnimation;
|
|
1763
|
-
(function (ExitAnimation) {
|
|
1764
|
-
ExitAnimation[ExitAnimation["Default"] = 1] = "Default";
|
|
1765
|
-
ExitAnimation[ExitAnimation["Left"] = 2] = "Left";
|
|
1766
|
-
ExitAnimation[ExitAnimation["Right"] = 3] = "Right";
|
|
1767
|
-
ExitAnimation[ExitAnimation["Top"] = 4] = "Top";
|
|
1768
|
-
ExitAnimation[ExitAnimation["Bottom"] = 5] = "Bottom";
|
|
1769
|
-
ExitAnimation[ExitAnimation["Flip"] = 6] = "Flip";
|
|
1770
|
-
ExitAnimation[ExitAnimation["Fade"] = 7] = "Fade";
|
|
1771
|
-
ExitAnimation[ExitAnimation["None"] = 8] = "None";
|
|
1772
|
-
})(ExitAnimation
|
|
1773
|
-
var KeyboardTypes;
|
|
1774
|
-
(function (KeyboardTypes) {
|
|
1775
|
-
KeyboardTypes[KeyboardTypes["Default"] = 1] = "Default";
|
|
1776
|
-
KeyboardTypes[KeyboardTypes["Numeric"] = 2] = "Numeric";
|
|
1777
|
-
KeyboardTypes[KeyboardTypes["URL"] = 3] = "URL";
|
|
1778
|
-
KeyboardTypes[KeyboardTypes["NumberPad"] = 4] = "NumberPad";
|
|
1779
|
-
KeyboardTypes[KeyboardTypes["PhonePad"] = 5] = "PhonePad";
|
|
1780
|
-
KeyboardTypes[KeyboardTypes["NamePhonePad"] = 6] = "NamePhonePad";
|
|
1781
|
-
KeyboardTypes[KeyboardTypes["Email"] = 7] = "Email";
|
|
1782
|
-
})(KeyboardTypes
|
|
1783
|
-
var KeyboardReturnKeys;
|
|
1784
|
-
(function (KeyboardReturnKeys) {
|
|
1785
|
-
KeyboardReturnKeys[KeyboardReturnKeys["Default"] = 1] = "Default";
|
|
1786
|
-
KeyboardReturnKeys[KeyboardReturnKeys["Go"] = 2] = "Go";
|
|
1787
|
-
KeyboardReturnKeys[KeyboardReturnKeys["Next"] = 3] = "Next";
|
|
1788
|
-
KeyboardReturnKeys[KeyboardReturnKeys["Previous"] = 4] = "Previous";
|
|
1789
|
-
KeyboardReturnKeys[KeyboardReturnKeys["Search"] = 5] = "Search";
|
|
1790
|
-
KeyboardReturnKeys[KeyboardReturnKeys["Done"] = 6] = "Done";
|
|
1791
|
-
})(KeyboardReturnKeys
|
|
1792
|
-
var OpenEditDialog;
|
|
1793
|
-
(function (OpenEditDialog) {
|
|
1794
|
-
OpenEditDialog[OpenEditDialog["Default"] = 1] = "Default";
|
|
1795
|
-
OpenEditDialog[OpenEditDialog["Yes"] = 2] = "Yes";
|
|
1796
|
-
OpenEditDialog[OpenEditDialog["No"] = 3] = "No";
|
|
1797
|
-
})(OpenEditDialog
|
|
1798
|
-
var FrameLayoutTypes;
|
|
1799
|
-
(function (FrameLayoutTypes) {
|
|
1800
|
-
FrameLayoutTypes[FrameLayoutTypes["TwoFramesHorizontal"] = 7901] = "TwoFramesHorizontal";
|
|
1801
|
-
FrameLayoutTypes[FrameLayoutTypes["TwoFramesVertical"] = 7902] = "TwoFramesVertical";
|
|
1802
|
-
FrameLayoutTypes[FrameLayoutTypes["ThreeFramesBottom"] = 7903] = "ThreeFramesBottom";
|
|
1803
|
-
FrameLayoutTypes[FrameLayoutTypes["ThreeFramesRight"] = 7904] = "ThreeFramesRight";
|
|
1804
|
-
FrameLayoutTypes[FrameLayoutTypes["ThreeFramesTop"] = 7905] = "ThreeFramesTop";
|
|
1805
|
-
FrameLayoutTypes[FrameLayoutTypes["ThreeFramesLeft"] = 7906] = "ThreeFramesLeft";
|
|
1806
|
-
})(FrameLayoutTypes
|
|
1807
|
-
var LineDirection;
|
|
1808
|
-
(function (LineDirection) {
|
|
1809
|
-
LineDirection[LineDirection["Horizontal"] = 0] = "Horizontal";
|
|
1810
|
-
LineDirection[LineDirection["Vertical"] = 1] = "Vertical";
|
|
1811
|
-
LineDirection[LineDirection["NESW"] = 2] = "NESW";
|
|
1812
|
-
LineDirection[LineDirection["NWSE"] = 3] = "NWSE";
|
|
1813
|
-
})(LineDirection
|
|
1814
|
-
var ScrollBarThumbType;
|
|
1815
|
-
(function (ScrollBarThumbType) {
|
|
1816
|
-
ScrollBarThumbType[ScrollBarThumbType["Incremental"] = 1] = "Incremental";
|
|
1817
|
-
ScrollBarThumbType[ScrollBarThumbType["Absolute"] = 2] = "Absolute";
|
|
1818
|
-
})(ScrollBarThumbType
|
|
1819
|
-
var FontAttributes;
|
|
1820
|
-
(function (FontAttributes) {
|
|
1821
|
-
FontAttributes[FontAttributes["FontAttributeBold"] = 1] = "FontAttributeBold";
|
|
1822
|
-
FontAttributes[FontAttributes["FontAttributeItalic"] = 2] = "FontAttributeItalic";
|
|
1823
|
-
FontAttributes[FontAttributes["FontAttributeStrikethrough"] = 4] = "FontAttributeStrikethrough";
|
|
1824
|
-
FontAttributes[FontAttributes["FontAttributeUnderline"] = 8] = "FontAttributeUnderline";
|
|
1825
|
-
FontAttributes[FontAttributes["FontAttributeDefault"] = 268435456] = "FontAttributeDefault"; //FNT_ATTR_DEFAULT
|
|
1826
|
-
})(FontAttributes
|
|
1827
|
-
var StorageAttribute;
|
|
1828
|
-
(function (StorageAttribute) {
|
|
1829
|
-
StorageAttribute["NONE"] = " ";
|
|
1830
|
-
StorageAttribute["ALPHA"] = "A";
|
|
1831
|
-
StorageAttribute["NUMERIC"] = "N";
|
|
1832
|
-
StorageAttribute["DATE"] = "D";
|
|
1833
|
-
StorageAttribute["TIME"] = "T";
|
|
1834
|
-
StorageAttribute["BOOLEAN"] = "B";
|
|
1835
|
-
StorageAttribute["MEMO"] = "M";
|
|
1836
|
-
StorageAttribute["BLOB"] = "O";
|
|
1837
|
-
StorageAttribute["BLOB_VECTOR"] = "V";
|
|
1838
|
-
StorageAttribute["UNICODE"] = "U";
|
|
1839
|
-
StorageAttribute["SKIP"] = "0";
|
|
1840
|
-
StorageAttribute["DOTNET"] = "E";
|
|
1841
|
-
})(StorageAttribute
|
|
1842
|
-
var NotifyCollectionChangedAction;
|
|
1843
|
-
(function (NotifyCollectionChangedAction) {
|
|
1844
|
-
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Add"] = 0] = "Add";
|
|
1845
|
-
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Remove"] = 1] = "Remove";
|
|
1846
|
-
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Replace"] = 2] = "Replace";
|
|
1847
|
-
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Move"] = 3] = "Move";
|
|
1848
|
-
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Reset"] = 4] = "Reset";
|
|
1849
|
-
})(NotifyCollectionChangedAction
|
|
1850
|
-
var RowEditingTypes;
|
|
1851
|
-
(function (RowEditingTypes) {
|
|
1852
|
-
RowEditingTypes[RowEditingTypes["NoneRowEditing"] = 0] = "NoneRowEditing";
|
|
1853
|
-
RowEditingTypes[RowEditingTypes["EnterRowEditing"] = 1] = "EnterRowEditing";
|
|
1854
|
-
RowEditingTypes[RowEditingTypes["CancelRowEditing"] = 2] = "CancelRowEditing";
|
|
1855
|
-
RowEditingTypes[RowEditingTypes["SaveRowEditing"] = 3] = "SaveRowEditing";
|
|
1856
|
-
})(RowEditingTypes
|
|
1857
|
-
var TableWebStyle;
|
|
1858
|
-
(function (TableWebStyle) {
|
|
1859
|
-
TableWebStyle[TableWebStyle["RepeatableItems"] = 1] = "RepeatableItems";
|
|
1860
|
-
TableWebStyle[TableWebStyle["MatGrid"] = 2] = "MatGrid";
|
|
1861
|
-
TableWebStyle[TableWebStyle["HTMLTable"] = 3] = "HTMLTable";
|
|
1862
|
-
})(TableWebStyle
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AutoFit = exports.SplitPrimaryDisplay = exports.SplitWindowType = exports.ListboxSelectionMode = exports.FieldComType = exports.FldStyle = exports.WindowPosition = exports.DataTranslation = exports.DatabaseOperations = exports.DatabaseDefinitionType = exports.SubformType = exports.CtrlHotspotType = exports.ImageEffects = exports.CtrlButtonTypeGui = exports.SliderType = exports.PrgExecPlace = exports.DspInterface = exports.DitAttribute = exports.FormExpandType = exports.HelpCommand = exports.RbAppearance = exports.CheckboxMainStyle = exports.TabControlTabsWidth = exports.CtrlImageStyle = exports.CtrlButtonType = exports.CtrlOleStoreType = exports.CtrlOleDisplayType = exports.CtrlLineDirection = exports.CtrlTextType = exports.CtrlLineType = exports.ControlStyle = exports.WinUom = exports.WinHtmlType = exports.WinCptn = exports.SelprgMode = exports.SideType = exports.HtmlAlignmentType = exports.AlignmentTypeVert = exports.AllowedDirectionType = exports.TabbingOrderType = exports.AlignmentTypeHori = exports.GradientStyle = exports.BorderType = exports.DitType = exports.MgControlType = exports.HttpStatusCode = exports.TableBehaviour = exports.Priority = exports.Logger_LogLevels = exports.Logger_MessageDirection = void 0;
|
|
4
|
+
exports.DataViewHeaderType = exports.Opr = exports.LogicOperationType = exports.LogicHeaderType = exports.DisplayTextType = exports.Area = exports.PaperSizePdfEnabled = exports.PaperSizePdfDisabled = exports.PaperSize = exports.MediaAccess = exports.CharacterSet = exports.MediaFormat = exports.MediaOrientation = exports.BrkLevel = exports.StorageAttributeType = exports.Storage = exports.FrameType = exports.FramesetStyle = exports.MultilineHorizontalScrollBar = exports.ExecOn = exports.TableColorBy = exports.BottomPositionInterval = exports.SplitterStyle = exports.RowHighlightType = exports.FlwMode = exports.FlowDirection = exports.EngineDirect = exports.RaiseAt = exports.DbDelUpdMode = exports.DbOpen = exports.DbShare = exports.Access = exports.LnkEval_Cond = exports.Order = exports.LDir = exports.BrkScope = exports.LogicLevel = exports.LogicUnit = exports.CallOsShow = exports.CallWsStyle = exports.CallComOption = exports.VerifyButtons = exports.VerifyImage = exports.VerifyDisplay = exports.VerifyMode = exports.CallUDPType = exports.CallUdpConvention = exports.ColumnUpdateStyle = exports.StartupMode = exports.WindowType = void 0;
|
|
5
|
+
exports.FormDelimiter = exports.FormPage = exports.FormOperationType = exports.BlockTypes = exports.UpdateMode = exports.ItemMasks = exports.TriggerType = exports.ExportType = exports.DriverDB = exports.FldStorage = exports.ValType = exports.CheckExist = exports.Resident = exports.DBHCache = exports.Encr = exports.UseSQLCursor = exports.DBHRowIdentifier = exports.BlobContent = exports.FieldComAlloc = exports.ComponentItemType = exports.ErrorClassific = exports.BrkType = exports.UniqueTskSort = exports.EndMode = exports.BoxDir = exports.KeyMode = exports.InitialMode = exports.LnkMode = exports.PositionUsage = exports.TransMode = exports.ExeState = exports.CacheStrategy = exports.ErrStrategy = exports.TransBegin = exports.LockingStrategy = exports.TabbingCycleType = exports.DataviewType = exports.VeePartOfDataview = exports.VeeDiffUpdate = exports.VeeMode = exports.RemarkType = exports.TaskFlow = exports.CompTypes = exports.ModelClass = exports.NullArithmetic = exports.HelpType = exports.TrueFalseValues = exports.YesNoValues = exports.LoadedValues = exports.DataViewOperationType = void 0;
|
|
6
|
+
exports.KeyboardReturnKeys = exports.KeyboardTypes = exports.ExitAnimation = exports.EnterAnimation = exports.OrientationLock = exports.UndoRedoAction = exports.DataViewOutputType = exports.LineManipulationType = exports.ViewRefreshMode = exports.MagicSystemColor = exports.SourceContextType = exports.FieldViewModelType = exports.DatabaseFilters = exports.LogicHeaderAction = exports.DatabaseDataType = exports.TableType = exports.RangeMode = exports.ViewSelectType = exports.Recursion = exports.ChoiceControlStyle = exports.DbhSegmentDirection = exports.DbhKeyIndexType = exports.DbhKeyRangeMode = exports.DbhKeyDirection = exports.DbhKeyMode = exports.ModelAttMerge = exports.ModelAttGuiFrame = exports.ModelAttrBrowser = exports.ModelAttRichClientFrameSet = exports.ModelAttrFramesetForm = exports.ModelAttrRichClient = exports.ModelAttrText = exports.ModelAttrGui1 = exports.ModelAttrGui0 = exports.ModelAttrField = exports.ModelAttrHelp = exports.Axis = exports.CallbackType = exports.MgModelType = exports.APGInvokedFrom = exports.APGType = exports.APGFormSize = exports.APGDisplayMode = exports.APGOption = exports.APGMode = exports.OSType = exports.MediaType = exports.ForceExit = exports.RowType = exports.CallOperationMode = void 0;
|
|
7
|
+
exports.TableWebStyle = exports.RowEditingTypes = exports.NotifyCollectionChangedAction = exports.StorageAttribute = exports.FontAttributes = exports.ScrollBarThumbType = exports.LineDirection = exports.FrameLayoutTypes = exports.OpenEditDialog = void 0;
|
|
8
|
+
var Logger_MessageDirection;
|
|
9
|
+
(function (Logger_MessageDirection) {
|
|
10
|
+
Logger_MessageDirection[Logger_MessageDirection["MessageLeaving"] = 0] = "MessageLeaving";
|
|
11
|
+
Logger_MessageDirection[Logger_MessageDirection["MessageEntering"] = 1] = "MessageEntering";
|
|
12
|
+
})(Logger_MessageDirection || (exports.Logger_MessageDirection = Logger_MessageDirection = {}));
|
|
13
|
+
var Logger_LogLevels;
|
|
14
|
+
(function (Logger_LogLevels) {
|
|
15
|
+
Logger_LogLevels[Logger_LogLevels["None"] = 0] = "None";
|
|
16
|
+
Logger_LogLevels[Logger_LogLevels["Server"] = 1] = "Server";
|
|
17
|
+
Logger_LogLevels[Logger_LogLevels["ServerMessages"] = 2] = "ServerMessages";
|
|
18
|
+
Logger_LogLevels[Logger_LogLevels["Support"] = 3] = "Support";
|
|
19
|
+
Logger_LogLevels[Logger_LogLevels["Gui"] = 4] = "Gui";
|
|
20
|
+
Logger_LogLevels[Logger_LogLevels["Development"] = 5] = "Development";
|
|
21
|
+
Logger_LogLevels[Logger_LogLevels["Basic"] = 6] = "Basic";
|
|
22
|
+
})(Logger_LogLevels || (exports.Logger_LogLevels = Logger_LogLevels = {}));
|
|
23
|
+
var Priority;
|
|
24
|
+
(function (Priority) {
|
|
25
|
+
Priority[Priority["LOWEST"] = 1] = "LOWEST";
|
|
26
|
+
Priority[Priority["LOW"] = 2] = "LOW";
|
|
27
|
+
Priority[Priority["HIGH"] = 3] = "HIGH";
|
|
28
|
+
})(Priority || (exports.Priority = Priority = {}));
|
|
29
|
+
var TableBehaviour;
|
|
30
|
+
(function (TableBehaviour) {
|
|
31
|
+
TableBehaviour[TableBehaviour["LimitedItems"] = 1] = "LimitedItems";
|
|
32
|
+
TableBehaviour[TableBehaviour["UnlimitedItems"] = 2] = "UnlimitedItems";
|
|
33
|
+
})(TableBehaviour || (exports.TableBehaviour = TableBehaviour = {}));
|
|
34
|
+
var HttpStatusCode;
|
|
35
|
+
(function (HttpStatusCode) {
|
|
36
|
+
HttpStatusCode[HttpStatusCode["Unused"] = 0] = "Unused";
|
|
37
|
+
})(HttpStatusCode || (exports.HttpStatusCode = HttpStatusCode = {}));
|
|
38
|
+
var MgControlType;
|
|
39
|
+
(function (MgControlType) {
|
|
40
|
+
MgControlType["CTRL_TYPE_NONE"] = "0";
|
|
41
|
+
MgControlType["CTRL_TYPE_BUTTON"] = "B";
|
|
42
|
+
MgControlType["CTRL_TYPE_CHECKBOX"] = "C";
|
|
43
|
+
MgControlType["CTRL_TYPE_RADIO"] = "R";
|
|
44
|
+
MgControlType["CTRL_TYPE_COMBO"] = "D";
|
|
45
|
+
MgControlType["CTRL_TYPE_LIST"] = "E";
|
|
46
|
+
MgControlType["CTRL_TYPE_TEXT"] = "T";
|
|
47
|
+
MgControlType["CTRL_TYPE_GROUP"] = "G";
|
|
48
|
+
MgControlType["CTRL_TYPE_TAB"] = "J";
|
|
49
|
+
MgControlType["CTRL_TYPE_TABLE"] = "A";
|
|
50
|
+
MgControlType["CTRL_TYPE_COLUMN"] = "K";
|
|
51
|
+
MgControlType["CTRL_TYPE_LABEL"] = "L";
|
|
52
|
+
MgControlType["CTRL_TYPE_IMAGE"] = "I";
|
|
53
|
+
MgControlType["CTRL_TYPE_SUBFORM"] = "F";
|
|
54
|
+
MgControlType["CTRL_TYPE_BROWSER"] = "W";
|
|
55
|
+
MgControlType["CTRL_TYPE_STATUS_BAR"] = "1";
|
|
56
|
+
MgControlType["CTRL_TYPE_SB_LABEL"] = "2";
|
|
57
|
+
MgControlType["CTRL_TYPE_SB_IMAGE"] = "3";
|
|
58
|
+
MgControlType["CTRL_TYPE_FRAME_SET"] = "P";
|
|
59
|
+
MgControlType["CTRL_TYPE_CONTAINER"] = "Q";
|
|
60
|
+
MgControlType["CTRL_TYPE_FRAME_FORM"] = "U";
|
|
61
|
+
MgControlType["CTRL_TYPE_LINE"] = "X";
|
|
62
|
+
MgControlType["CTRL_TYPE_TABPAGE"] = "Z";
|
|
63
|
+
})(MgControlType || (exports.MgControlType = MgControlType = {}));
|
|
64
|
+
var DitType;
|
|
65
|
+
(function (DitType) {
|
|
66
|
+
DitType[DitType["None"] = 1] = "None";
|
|
67
|
+
DitType[DitType["Edit"] = 2] = "Edit";
|
|
68
|
+
DitType[DitType["Button"] = 3] = "Button";
|
|
69
|
+
DitType[DitType["Combobox"] = 4] = "Combobox";
|
|
70
|
+
DitType[DitType["Listbox"] = 5] = "Listbox";
|
|
71
|
+
DitType[DitType["Radiobox"] = 6] = "Radiobox";
|
|
72
|
+
DitType[DitType["Tab"] = 7] = "Tab";
|
|
73
|
+
DitType[DitType["Checkbox"] = 8] = "Checkbox";
|
|
74
|
+
DitType[DitType["Image"] = 9] = "Image";
|
|
75
|
+
DitType[DitType["Static"] = 10] = "Static";
|
|
76
|
+
DitType[DitType["Line"] = 11] = "Line";
|
|
77
|
+
DitType[DitType["Group"] = 12] = "Group";
|
|
78
|
+
DitType[DitType["Table"] = 13] = "Table";
|
|
79
|
+
DitType[DitType["Slider"] = 14] = "Slider";
|
|
80
|
+
DitType[DitType["Ole"] = 15] = "Ole";
|
|
81
|
+
DitType[DitType["Hotspot"] = 16] = "Hotspot";
|
|
82
|
+
DitType[DitType["StaticTable"] = 17] = "StaticTable";
|
|
83
|
+
DitType[DitType["Sound"] = 18] = "Sound";
|
|
84
|
+
DitType[DitType["Html"] = 19] = "Html";
|
|
85
|
+
DitType[DitType["Java"] = 20] = "Java";
|
|
86
|
+
DitType[DitType["Activex"] = 21] = "Activex";
|
|
87
|
+
DitType[DitType["Frame"] = 22] = "Frame";
|
|
88
|
+
DitType[DitType["Subform"] = 23] = "Subform";
|
|
89
|
+
DitType[DitType["Hypertext"] = 24] = "Hypertext";
|
|
90
|
+
DitType[DitType["Browser"] = 25] = "Browser";
|
|
91
|
+
DitType[DitType["Opaque"] = 26] = "Opaque";
|
|
92
|
+
})(DitType || (exports.DitType = DitType = {}));
|
|
93
|
+
var BorderType;
|
|
94
|
+
(function (BorderType) {
|
|
95
|
+
BorderType[BorderType["Thin"] = 1] = "Thin";
|
|
96
|
+
BorderType[BorderType["Thick"] = 2] = "Thick";
|
|
97
|
+
BorderType[BorderType["NoBorder"] = 3] = "NoBorder";
|
|
98
|
+
})(BorderType || (exports.BorderType = BorderType = {}));
|
|
99
|
+
var GradientStyle;
|
|
100
|
+
(function (GradientStyle) {
|
|
101
|
+
GradientStyle[GradientStyle["None"] = 1] = "None";
|
|
102
|
+
GradientStyle[GradientStyle["Horizontal"] = 2] = "Horizontal";
|
|
103
|
+
GradientStyle[GradientStyle["HorizontalSymmetric"] = 3] = "HorizontalSymmetric";
|
|
104
|
+
GradientStyle[GradientStyle["HorizontalWide"] = 4] = "HorizontalWide";
|
|
105
|
+
GradientStyle[GradientStyle["Vertical"] = 5] = "Vertical";
|
|
106
|
+
GradientStyle[GradientStyle["VerticalSymmetric"] = 6] = "VerticalSymmetric";
|
|
107
|
+
GradientStyle[GradientStyle["VerticalWide"] = 7] = "VerticalWide";
|
|
108
|
+
GradientStyle[GradientStyle["DiagonalLeft"] = 8] = "DiagonalLeft";
|
|
109
|
+
GradientStyle[GradientStyle["DiagonalLeftSymmetric"] = 9] = "DiagonalLeftSymmetric";
|
|
110
|
+
GradientStyle[GradientStyle["DiagonalRight"] = 10] = "DiagonalRight";
|
|
111
|
+
GradientStyle[GradientStyle["DiagonalRightSymmetric"] = 11] = "DiagonalRightSymmetric";
|
|
112
|
+
GradientStyle[GradientStyle["CornerTopLeft"] = 12] = "CornerTopLeft";
|
|
113
|
+
GradientStyle[GradientStyle["CornerTopRight"] = 13] = "CornerTopRight";
|
|
114
|
+
GradientStyle[GradientStyle["CornerBottomLeft"] = 14] = "CornerBottomLeft";
|
|
115
|
+
GradientStyle[GradientStyle["CornerBottomRight"] = 15] = "CornerBottomRight";
|
|
116
|
+
GradientStyle[GradientStyle["Center"] = 16] = "Center";
|
|
117
|
+
})(GradientStyle || (exports.GradientStyle = GradientStyle = {}));
|
|
118
|
+
var AlignmentTypeHori;
|
|
119
|
+
(function (AlignmentTypeHori) {
|
|
120
|
+
AlignmentTypeHori[AlignmentTypeHori["Left"] = 1] = "Left";
|
|
121
|
+
AlignmentTypeHori[AlignmentTypeHori["Center"] = 2] = "Center";
|
|
122
|
+
AlignmentTypeHori[AlignmentTypeHori["Right"] = 3] = "Right";
|
|
123
|
+
})(AlignmentTypeHori || (exports.AlignmentTypeHori = AlignmentTypeHori = {}));
|
|
124
|
+
var TabbingOrderType;
|
|
125
|
+
(function (TabbingOrderType) {
|
|
126
|
+
TabbingOrderType[TabbingOrderType["Automatically"] = 1] = "Automatically";
|
|
127
|
+
TabbingOrderType[TabbingOrderType["Manual"] = 2] = "Manual";
|
|
128
|
+
})(TabbingOrderType || (exports.TabbingOrderType = TabbingOrderType = {}));
|
|
129
|
+
var AllowedDirectionType;
|
|
130
|
+
(function (AllowedDirectionType) {
|
|
131
|
+
AllowedDirectionType[AllowedDirectionType["Both"] = 1] = "Both";
|
|
132
|
+
AllowedDirectionType[AllowedDirectionType["Foreword"] = 2] = "Foreword";
|
|
133
|
+
AllowedDirectionType[AllowedDirectionType["Backward"] = 3] = "Backward";
|
|
134
|
+
})(AllowedDirectionType || (exports.AllowedDirectionType = AllowedDirectionType = {}));
|
|
135
|
+
var AlignmentTypeVert;
|
|
136
|
+
(function (AlignmentTypeVert) {
|
|
137
|
+
AlignmentTypeVert[AlignmentTypeVert["Top"] = 1] = "Top";
|
|
138
|
+
AlignmentTypeVert[AlignmentTypeVert["Center"] = 2] = "Center";
|
|
139
|
+
AlignmentTypeVert[AlignmentTypeVert["Bottom"] = 3] = "Bottom";
|
|
140
|
+
})(AlignmentTypeVert || (exports.AlignmentTypeVert = AlignmentTypeVert = {}));
|
|
141
|
+
var HtmlAlignmentType;
|
|
142
|
+
(function (HtmlAlignmentType) {
|
|
143
|
+
HtmlAlignmentType[HtmlAlignmentType["TextVertTop"] = 1] = "TextVertTop";
|
|
144
|
+
HtmlAlignmentType[HtmlAlignmentType["TextVertCenter"] = 2] = "TextVertCenter";
|
|
145
|
+
HtmlAlignmentType[HtmlAlignmentType["TextVertBottom"] = 3] = "TextVertBottom";
|
|
146
|
+
HtmlAlignmentType[HtmlAlignmentType["TextHoriLeft"] = 4] = "TextHoriLeft";
|
|
147
|
+
HtmlAlignmentType[HtmlAlignmentType["TextHoriRight"] = 5] = "TextHoriRight";
|
|
148
|
+
})(HtmlAlignmentType || (exports.HtmlAlignmentType = HtmlAlignmentType = {}));
|
|
149
|
+
var SideType;
|
|
150
|
+
(function (SideType) {
|
|
151
|
+
SideType[SideType["Top"] = 1] = "Top";
|
|
152
|
+
SideType[SideType["Right"] = 2] = "Right";
|
|
153
|
+
SideType[SideType["Bottom"] = 3] = "Bottom";
|
|
154
|
+
SideType[SideType["Left"] = 4] = "Left";
|
|
155
|
+
})(SideType || (exports.SideType = SideType = {}));
|
|
156
|
+
var SelprgMode;
|
|
157
|
+
(function (SelprgMode) {
|
|
158
|
+
SelprgMode["Before"] = "B";
|
|
159
|
+
SelprgMode["After"] = "A";
|
|
160
|
+
SelprgMode["Prompt"] = "P";
|
|
161
|
+
})(SelprgMode || (exports.SelprgMode = SelprgMode = {}));
|
|
162
|
+
var WinCptn;
|
|
163
|
+
(function (WinCptn) {
|
|
164
|
+
WinCptn[WinCptn["Half"] = 1] = "Half";
|
|
165
|
+
WinCptn[WinCptn["On"] = 2] = "On";
|
|
166
|
+
WinCptn[WinCptn["Off"] = 3] = "Off";
|
|
167
|
+
})(WinCptn || (exports.WinCptn = WinCptn = {}));
|
|
168
|
+
var WinHtmlType;
|
|
169
|
+
(function (WinHtmlType) {
|
|
170
|
+
WinHtmlType[WinHtmlType["Get"] = 1] = "Get";
|
|
171
|
+
WinHtmlType[WinHtmlType["Post"] = 2] = "Post";
|
|
172
|
+
WinHtmlType[WinHtmlType["Link"] = 3] = "Link";
|
|
173
|
+
})(WinHtmlType || (exports.WinHtmlType = WinHtmlType = {}));
|
|
174
|
+
var WinUom;
|
|
175
|
+
(function (WinUom) {
|
|
176
|
+
WinUom[WinUom["Dlg"] = 1] = "Dlg";
|
|
177
|
+
WinUom[WinUom["Mm"] = 2] = "Mm";
|
|
178
|
+
WinUom[WinUom["Inch"] = 3] = "Inch";
|
|
179
|
+
WinUom[WinUom["Pix"] = 4] = "Pix";
|
|
180
|
+
})(WinUom || (exports.WinUom = WinUom = {}));
|
|
181
|
+
var ControlStyle;
|
|
182
|
+
(function (ControlStyle) {
|
|
183
|
+
ControlStyle[ControlStyle["TwoD"] = 1] = "TwoD";
|
|
184
|
+
ControlStyle[ControlStyle["ThreeD"] = 2] = "ThreeD";
|
|
185
|
+
ControlStyle[ControlStyle["ThreeDSunken"] = 3] = "ThreeDSunken";
|
|
186
|
+
ControlStyle[ControlStyle["Windows3d"] = 4] = "Windows3d";
|
|
187
|
+
ControlStyle[ControlStyle["Windows"] = 5] = "Windows";
|
|
188
|
+
ControlStyle[ControlStyle["Emboss"] = 6] = "Emboss";
|
|
189
|
+
ControlStyle[ControlStyle["NoBorder"] = 7] = "NoBorder";
|
|
190
|
+
})(ControlStyle || (exports.ControlStyle = ControlStyle = {}));
|
|
191
|
+
var CtrlLineType;
|
|
192
|
+
(function (CtrlLineType) {
|
|
193
|
+
CtrlLineType[CtrlLineType["Normal"] = 1] = "Normal";
|
|
194
|
+
CtrlLineType[CtrlLineType["Dash"] = 2] = "Dash";
|
|
195
|
+
CtrlLineType[CtrlLineType["Dot"] = 3] = "Dot";
|
|
196
|
+
CtrlLineType[CtrlLineType["Dashdot"] = 4] = "Dashdot";
|
|
197
|
+
CtrlLineType[CtrlLineType["Dashdotdot"] = 5] = "Dashdotdot";
|
|
198
|
+
})(CtrlLineType || (exports.CtrlLineType = CtrlLineType = {}));
|
|
199
|
+
var CtrlTextType;
|
|
200
|
+
(function (CtrlTextType) {
|
|
201
|
+
CtrlTextType[CtrlTextType["Default"] = 1] = "Default";
|
|
202
|
+
CtrlTextType[CtrlTextType["Bullet"] = 2] = "Bullet";
|
|
203
|
+
CtrlTextType[CtrlTextType["Number"] = 3] = "Number";
|
|
204
|
+
})(CtrlTextType || (exports.CtrlTextType = CtrlTextType = {}));
|
|
205
|
+
var CtrlLineDirection;
|
|
206
|
+
(function (CtrlLineDirection) {
|
|
207
|
+
CtrlLineDirection[CtrlLineDirection["Asc"] = 1] = "Asc";
|
|
208
|
+
CtrlLineDirection[CtrlLineDirection["Des"] = 2] = "Des";
|
|
209
|
+
})(CtrlLineDirection || (exports.CtrlLineDirection = CtrlLineDirection = {}));
|
|
210
|
+
var CtrlOleDisplayType;
|
|
211
|
+
(function (CtrlOleDisplayType) {
|
|
212
|
+
CtrlOleDisplayType[CtrlOleDisplayType["Icon"] = 1] = "Icon";
|
|
213
|
+
CtrlOleDisplayType[CtrlOleDisplayType["Content"] = 2] = "Content";
|
|
214
|
+
CtrlOleDisplayType[CtrlOleDisplayType["Any"] = 3] = "Any";
|
|
215
|
+
})(CtrlOleDisplayType || (exports.CtrlOleDisplayType = CtrlOleDisplayType = {}));
|
|
216
|
+
var CtrlOleStoreType;
|
|
217
|
+
(function (CtrlOleStoreType) {
|
|
218
|
+
CtrlOleStoreType[CtrlOleStoreType["Link"] = 1] = "Link";
|
|
219
|
+
CtrlOleStoreType[CtrlOleStoreType["Embeded"] = 2] = "Embeded";
|
|
220
|
+
CtrlOleStoreType[CtrlOleStoreType["Any"] = 3] = "Any";
|
|
221
|
+
})(CtrlOleStoreType || (exports.CtrlOleStoreType = CtrlOleStoreType = {}));
|
|
222
|
+
var CtrlButtonType;
|
|
223
|
+
(function (CtrlButtonType) {
|
|
224
|
+
CtrlButtonType[CtrlButtonType["Submit"] = 1] = "Submit";
|
|
225
|
+
CtrlButtonType[CtrlButtonType["Clear"] = 2] = "Clear";
|
|
226
|
+
CtrlButtonType[CtrlButtonType["Default"] = 3] = "Default";
|
|
227
|
+
})(CtrlButtonType || (exports.CtrlButtonType = CtrlButtonType = {}));
|
|
228
|
+
var CtrlImageStyle;
|
|
229
|
+
(function (CtrlImageStyle) {
|
|
230
|
+
CtrlImageStyle[CtrlImageStyle["Tiled"] = 1] = "Tiled";
|
|
231
|
+
CtrlImageStyle[CtrlImageStyle["Copied"] = 2] = "Copied";
|
|
232
|
+
CtrlImageStyle[CtrlImageStyle["ScaleFit"] = 3] = "ScaleFit";
|
|
233
|
+
CtrlImageStyle[CtrlImageStyle["ScaleFill"] = 4] = "ScaleFill";
|
|
234
|
+
CtrlImageStyle[CtrlImageStyle["Distorted"] = 5] = "Distorted";
|
|
235
|
+
})(CtrlImageStyle || (exports.CtrlImageStyle = CtrlImageStyle = {}));
|
|
236
|
+
var TabControlTabsWidth;
|
|
237
|
+
(function (TabControlTabsWidth) {
|
|
238
|
+
TabControlTabsWidth[TabControlTabsWidth["FitToText"] = 1] = "FitToText";
|
|
239
|
+
TabControlTabsWidth[TabControlTabsWidth["Fixed"] = 2] = "Fixed";
|
|
240
|
+
TabControlTabsWidth[TabControlTabsWidth["FillToRight"] = 3] = "FillToRight";
|
|
241
|
+
TabControlTabsWidth[TabControlTabsWidth["FixedInLine"] = 4] = "FixedInLine";
|
|
242
|
+
})(TabControlTabsWidth || (exports.TabControlTabsWidth = TabControlTabsWidth = {}));
|
|
243
|
+
var CheckboxMainStyle;
|
|
244
|
+
(function (CheckboxMainStyle) {
|
|
245
|
+
CheckboxMainStyle[CheckboxMainStyle["None"] = 0] = "None";
|
|
246
|
+
CheckboxMainStyle[CheckboxMainStyle["Box"] = 1] = "Box";
|
|
247
|
+
CheckboxMainStyle[CheckboxMainStyle["Button"] = 2] = "Button";
|
|
248
|
+
CheckboxMainStyle[CheckboxMainStyle["Switch"] = 3] = "Switch";
|
|
249
|
+
})(CheckboxMainStyle || (exports.CheckboxMainStyle = CheckboxMainStyle = {}));
|
|
250
|
+
var RbAppearance;
|
|
251
|
+
(function (RbAppearance) {
|
|
252
|
+
RbAppearance[RbAppearance["None"] = 0] = "None";
|
|
253
|
+
RbAppearance[RbAppearance["Radio"] = 1] = "Radio";
|
|
254
|
+
RbAppearance[RbAppearance["Button"] = 2] = "Button";
|
|
255
|
+
})(RbAppearance || (exports.RbAppearance = RbAppearance = {}));
|
|
256
|
+
var HelpCommand;
|
|
257
|
+
(function (HelpCommand) {
|
|
258
|
+
HelpCommand[HelpCommand["Context"] = 1] = "Context";
|
|
259
|
+
HelpCommand[HelpCommand["Contents"] = 2] = "Contents";
|
|
260
|
+
HelpCommand[HelpCommand["Setcontents"] = 3] = "Setcontents";
|
|
261
|
+
HelpCommand[HelpCommand["Contextpopup"] = 4] = "Contextpopup";
|
|
262
|
+
HelpCommand[HelpCommand["Key"] = 5] = "Key";
|
|
263
|
+
HelpCommand[HelpCommand["Command"] = 6] = "Command";
|
|
264
|
+
HelpCommand[HelpCommand["Forcefile"] = 7] = "Forcefile";
|
|
265
|
+
HelpCommand[HelpCommand["Helponhelp"] = 8] = "Helponhelp";
|
|
266
|
+
HelpCommand[HelpCommand["Quit"] = 9] = "Quit";
|
|
267
|
+
})(HelpCommand || (exports.HelpCommand = HelpCommand = {}));
|
|
268
|
+
var FormExpandType;
|
|
269
|
+
(function (FormExpandType) {
|
|
270
|
+
FormExpandType[FormExpandType["None"] = 1] = "None";
|
|
271
|
+
FormExpandType[FormExpandType["OnePage"] = 2] = "OnePage";
|
|
272
|
+
FormExpandType[FormExpandType["MultiPage"] = 3] = "MultiPage";
|
|
273
|
+
})(FormExpandType || (exports.FormExpandType = FormExpandType = {}));
|
|
274
|
+
var DitAttribute;
|
|
275
|
+
(function (DitAttribute) {
|
|
276
|
+
DitAttribute[DitAttribute["Alpha"] = 1] = "Alpha";
|
|
277
|
+
DitAttribute[DitAttribute["Unicode"] = 2] = "Unicode";
|
|
278
|
+
DitAttribute[DitAttribute["Numeric"] = 3] = "Numeric";
|
|
279
|
+
DitAttribute[DitAttribute["Boolean"] = 4] = "Boolean";
|
|
280
|
+
DitAttribute[DitAttribute["Date"] = 5] = "Date";
|
|
281
|
+
DitAttribute[DitAttribute["Time"] = 6] = "Time";
|
|
282
|
+
DitAttribute[DitAttribute["Memo"] = 7] = "Memo";
|
|
283
|
+
DitAttribute[DitAttribute["Blob"] = 8] = "Blob";
|
|
284
|
+
})(DitAttribute || (exports.DitAttribute = DitAttribute = {}));
|
|
285
|
+
var DspInterface;
|
|
286
|
+
(function (DspInterface) {
|
|
287
|
+
DspInterface[DspInterface["Text"] = 1] = "Text";
|
|
288
|
+
DspInterface[DspInterface["Gui"] = 2] = "Gui";
|
|
289
|
+
DspInterface[DspInterface["Html"] = 3] = "Html";
|
|
290
|
+
DspInterface[DspInterface["Java"] = 4] = "Java";
|
|
291
|
+
DspInterface[DspInterface["Frame"] = 5] = "Frame";
|
|
292
|
+
DspInterface[DspInterface["Merge"] = 6] = "Merge";
|
|
293
|
+
DspInterface[DspInterface["Webonline"] = 7] = "Webonline";
|
|
294
|
+
DspInterface[DspInterface["Browser"] = 8] = "Browser";
|
|
295
|
+
})(DspInterface || (exports.DspInterface = DspInterface = {}));
|
|
296
|
+
var PrgExecPlace;
|
|
297
|
+
(function (PrgExecPlace) {
|
|
298
|
+
PrgExecPlace[PrgExecPlace["Before"] = 1] = "Before";
|
|
299
|
+
PrgExecPlace[PrgExecPlace["After"] = 2] = "After";
|
|
300
|
+
PrgExecPlace[PrgExecPlace["Prompt"] = 3] = "Prompt";
|
|
301
|
+
})(PrgExecPlace || (exports.PrgExecPlace = PrgExecPlace = {}));
|
|
302
|
+
var SliderType;
|
|
303
|
+
(function (SliderType) {
|
|
304
|
+
SliderType[SliderType["Vertical"] = 1] = "Vertical";
|
|
305
|
+
SliderType[SliderType["Horizontal"] = 2] = "Horizontal";
|
|
306
|
+
})(SliderType || (exports.SliderType = SliderType = {}));
|
|
307
|
+
var CtrlButtonTypeGui;
|
|
308
|
+
(function (CtrlButtonTypeGui) {
|
|
309
|
+
CtrlButtonTypeGui[CtrlButtonTypeGui["None"] = 0] = "None";
|
|
310
|
+
CtrlButtonTypeGui[CtrlButtonTypeGui["Push"] = 1] = "Push";
|
|
311
|
+
CtrlButtonTypeGui[CtrlButtonTypeGui["Image"] = 2] = "Image";
|
|
312
|
+
CtrlButtonTypeGui[CtrlButtonTypeGui["Hypertext"] = 3] = "Hypertext";
|
|
313
|
+
CtrlButtonTypeGui[CtrlButtonTypeGui["TextOnImage"] = 4] = "TextOnImage";
|
|
314
|
+
})(CtrlButtonTypeGui || (exports.CtrlButtonTypeGui = CtrlButtonTypeGui = {}));
|
|
315
|
+
var ImageEffects;
|
|
316
|
+
(function (ImageEffects) {
|
|
317
|
+
ImageEffects[ImageEffects["Normal"] = 1] = "Normal";
|
|
318
|
+
ImageEffects[ImageEffects["WipeDown"] = 2] = "WipeDown";
|
|
319
|
+
ImageEffects[ImageEffects["WipeUp"] = 3] = "WipeUp";
|
|
320
|
+
ImageEffects[ImageEffects["WipeRight"] = 4] = "WipeRight";
|
|
321
|
+
ImageEffects[ImageEffects["WipeLeft"] = 5] = "WipeLeft";
|
|
322
|
+
ImageEffects[ImageEffects["Pixel"] = 6] = "Pixel";
|
|
323
|
+
ImageEffects[ImageEffects["SmallBox"] = 7] = "SmallBox";
|
|
324
|
+
ImageEffects[ImageEffects["MediumBox"] = 8] = "MediumBox";
|
|
325
|
+
ImageEffects[ImageEffects["LargeBox"] = 9] = "LargeBox";
|
|
326
|
+
ImageEffects[ImageEffects["Hline"] = 10] = "Hline";
|
|
327
|
+
ImageEffects[ImageEffects["Vline"] = 11] = "Vline";
|
|
328
|
+
ImageEffects[ImageEffects["Vmiddle"] = 12] = "Vmiddle";
|
|
329
|
+
ImageEffects[ImageEffects["Hmiddle"] = 13] = "Hmiddle";
|
|
330
|
+
ImageEffects[ImageEffects["Hinterlace"] = 14] = "Hinterlace";
|
|
331
|
+
ImageEffects[ImageEffects["Vinterlace"] = 15] = "Vinterlace";
|
|
332
|
+
ImageEffects[ImageEffects["OutToIn"] = 16] = "OutToIn";
|
|
333
|
+
ImageEffects[ImageEffects["InToOut"] = 17] = "InToOut";
|
|
334
|
+
ImageEffects[ImageEffects["OtiInterlace1"] = 18] = "OtiInterlace1";
|
|
335
|
+
ImageEffects[ImageEffects["ItoInterlace2"] = 19] = "ItoInterlace2";
|
|
336
|
+
ImageEffects[ImageEffects["SpiralIn3"] = 20] = "SpiralIn3";
|
|
337
|
+
ImageEffects[ImageEffects["SpiralOut4"] = 21] = "SpiralOut4";
|
|
338
|
+
})(ImageEffects || (exports.ImageEffects = ImageEffects = {}));
|
|
339
|
+
var CtrlHotspotType;
|
|
340
|
+
(function (CtrlHotspotType) {
|
|
341
|
+
CtrlHotspotType[CtrlHotspotType["Square"] = 1] = "Square";
|
|
342
|
+
CtrlHotspotType[CtrlHotspotType["Circle"] = 2] = "Circle";
|
|
343
|
+
})(CtrlHotspotType || (exports.CtrlHotspotType = CtrlHotspotType = {}));
|
|
344
|
+
var SubformType;
|
|
345
|
+
(function (SubformType) {
|
|
346
|
+
SubformType[SubformType["Program"] = 1] = "Program";
|
|
347
|
+
SubformType[SubformType["Subtask"] = 2] = "Subtask";
|
|
348
|
+
SubformType[SubformType["Form"] = 3] = "Form";
|
|
349
|
+
SubformType[SubformType["None"] = 4] = "None";
|
|
350
|
+
})(SubformType || (exports.SubformType = SubformType = {}));
|
|
351
|
+
var DatabaseDefinitionType;
|
|
352
|
+
(function (DatabaseDefinitionType) {
|
|
353
|
+
DatabaseDefinitionType[DatabaseDefinitionType["String"] = 1] = "String";
|
|
354
|
+
DatabaseDefinitionType[DatabaseDefinitionType["Normal"] = 2] = "Normal";
|
|
355
|
+
})(DatabaseDefinitionType || (exports.DatabaseDefinitionType = DatabaseDefinitionType = {}));
|
|
356
|
+
var DatabaseOperations;
|
|
357
|
+
(function (DatabaseOperations) {
|
|
358
|
+
DatabaseOperations[DatabaseOperations["Insert"] = 1] = "Insert";
|
|
359
|
+
DatabaseOperations[DatabaseOperations["Update"] = 2] = "Update";
|
|
360
|
+
DatabaseOperations[DatabaseOperations["Delete"] = 3] = "Delete";
|
|
361
|
+
DatabaseOperations[DatabaseOperations["Where"] = 4] = "Where";
|
|
362
|
+
DatabaseOperations[DatabaseOperations["None"] = 5] = "None";
|
|
363
|
+
})(DatabaseOperations || (exports.DatabaseOperations = DatabaseOperations = {}));
|
|
364
|
+
var DataTranslation;
|
|
365
|
+
(function (DataTranslation) {
|
|
366
|
+
DataTranslation[DataTranslation["Ansi"] = 1] = "Ansi";
|
|
367
|
+
DataTranslation[DataTranslation["Oem"] = 2] = "Oem";
|
|
368
|
+
DataTranslation[DataTranslation["Unicode"] = 3] = "Unicode";
|
|
369
|
+
})(DataTranslation || (exports.DataTranslation = DataTranslation = {}));
|
|
370
|
+
var WindowPosition;
|
|
371
|
+
(function (WindowPosition) {
|
|
372
|
+
WindowPosition[WindowPosition["Customized"] = 1] = "Customized";
|
|
373
|
+
WindowPosition[WindowPosition["DefaultBounds"] = 2] = "DefaultBounds";
|
|
374
|
+
WindowPosition[WindowPosition["CenteredToParent"] = 3] = "CenteredToParent";
|
|
375
|
+
WindowPosition[WindowPosition["CenteredToMagic"] = 4] = "CenteredToMagic";
|
|
376
|
+
WindowPosition[WindowPosition["CenteredToDesktop"] = 5] = "CenteredToDesktop";
|
|
377
|
+
WindowPosition[WindowPosition["DefaultLocation"] = 6] = "DefaultLocation";
|
|
378
|
+
WindowPosition[WindowPosition["CenteredToWindow"] = 7] = "CenteredToWindow";
|
|
379
|
+
})(WindowPosition || (exports.WindowPosition = WindowPosition = {}));
|
|
380
|
+
var FldStyle;
|
|
381
|
+
(function (FldStyle) {
|
|
382
|
+
FldStyle[FldStyle["None"] = 1] = "None";
|
|
383
|
+
FldStyle[FldStyle["Activex"] = 2] = "Activex";
|
|
384
|
+
FldStyle[FldStyle["Ole"] = 3] = "Ole";
|
|
385
|
+
FldStyle[FldStyle["Vector"] = 4] = "Vector";
|
|
386
|
+
FldStyle[FldStyle["Dotnet"] = 5] = "Dotnet";
|
|
387
|
+
})(FldStyle || (exports.FldStyle = FldStyle = {}));
|
|
388
|
+
var FieldComType;
|
|
389
|
+
(function (FieldComType) {
|
|
390
|
+
FieldComType[FieldComType["Obj"] = 1] = "Obj";
|
|
391
|
+
FieldComType[FieldComType["Ref"] = 2] = "Ref";
|
|
392
|
+
})(FieldComType || (exports.FieldComType = FieldComType = {}));
|
|
393
|
+
var ListboxSelectionMode;
|
|
394
|
+
(function (ListboxSelectionMode) {
|
|
395
|
+
ListboxSelectionMode[ListboxSelectionMode["Single"] = 1] = "Single";
|
|
396
|
+
ListboxSelectionMode[ListboxSelectionMode["Multiple"] = 2] = "Multiple";
|
|
397
|
+
})(ListboxSelectionMode || (exports.ListboxSelectionMode = ListboxSelectionMode = {}));
|
|
398
|
+
var SplitWindowType;
|
|
399
|
+
(function (SplitWindowType) {
|
|
400
|
+
SplitWindowType[SplitWindowType["None"] = 1] = "None";
|
|
401
|
+
SplitWindowType[SplitWindowType["Vertical"] = 2] = "Vertical";
|
|
402
|
+
SplitWindowType[SplitWindowType["Horizontal"] = 3] = "Horizontal";
|
|
403
|
+
})(SplitWindowType || (exports.SplitWindowType = SplitWindowType = {}));
|
|
404
|
+
var SplitPrimaryDisplay;
|
|
405
|
+
(function (SplitPrimaryDisplay) {
|
|
406
|
+
SplitPrimaryDisplay[SplitPrimaryDisplay["Default"] = 1] = "Default";
|
|
407
|
+
SplitPrimaryDisplay[SplitPrimaryDisplay["Left"] = 2] = "Left";
|
|
408
|
+
SplitPrimaryDisplay[SplitPrimaryDisplay["Right"] = 3] = "Right";
|
|
409
|
+
SplitPrimaryDisplay[SplitPrimaryDisplay["Top"] = 4] = "Top";
|
|
410
|
+
SplitPrimaryDisplay[SplitPrimaryDisplay["Bottom"] = 5] = "Bottom";
|
|
411
|
+
})(SplitPrimaryDisplay || (exports.SplitPrimaryDisplay = SplitPrimaryDisplay = {}));
|
|
412
|
+
var AutoFit;
|
|
413
|
+
(function (AutoFit) {
|
|
414
|
+
AutoFit[AutoFit["None"] = 1] = "None";
|
|
415
|
+
AutoFit[AutoFit["AsControl"] = 2] = "AsControl";
|
|
416
|
+
AutoFit[AutoFit["AsCalledForm"] = 3] = "AsCalledForm";
|
|
417
|
+
})(AutoFit || (exports.AutoFit = AutoFit = {}));
|
|
418
|
+
var WindowType;
|
|
419
|
+
(function (WindowType) {
|
|
420
|
+
WindowType[WindowType["Default"] = 1] = "Default";
|
|
421
|
+
WindowType[WindowType["Sdi"] = 2] = "Sdi";
|
|
422
|
+
WindowType[WindowType["ChildWindow"] = 3] = "ChildWindow";
|
|
423
|
+
WindowType[WindowType["SplitterChildWindow"] = 4] = "SplitterChildWindow";
|
|
424
|
+
WindowType[WindowType["Floating"] = 5] = "Floating";
|
|
425
|
+
WindowType[WindowType["Modal"] = 6] = "Modal";
|
|
426
|
+
WindowType[WindowType["ApplicationModal"] = 7] = "ApplicationModal";
|
|
427
|
+
WindowType[WindowType["Tool"] = 8] = "Tool";
|
|
428
|
+
WindowType[WindowType["FitToMdi"] = 9] = "FitToMdi";
|
|
429
|
+
WindowType[WindowType["MdiChild"] = 10] = "MdiChild";
|
|
430
|
+
WindowType[WindowType["MdiFrame"] = 11] = "MdiFrame";
|
|
431
|
+
WindowType[WindowType["Overlay"] = 12] = "Overlay";
|
|
432
|
+
WindowType["LogonApplicationWindow"] = "a";
|
|
433
|
+
WindowType["TkDockChild"] = "b";
|
|
434
|
+
})(WindowType || (exports.WindowType = WindowType = {}));
|
|
435
|
+
var StartupMode;
|
|
436
|
+
(function (StartupMode) {
|
|
437
|
+
StartupMode[StartupMode["Default"] = 1] = "Default";
|
|
438
|
+
StartupMode[StartupMode["Maximize"] = 2] = "Maximize";
|
|
439
|
+
StartupMode[StartupMode["Minimize"] = 3] = "Minimize";
|
|
440
|
+
})(StartupMode || (exports.StartupMode = StartupMode = {}));
|
|
441
|
+
var ColumnUpdateStyle;
|
|
442
|
+
(function (ColumnUpdateStyle) {
|
|
443
|
+
ColumnUpdateStyle[ColumnUpdateStyle["Absolute"] = 1] = "Absolute";
|
|
444
|
+
ColumnUpdateStyle[ColumnUpdateStyle["Differential"] = 2] = "Differential";
|
|
445
|
+
ColumnUpdateStyle[ColumnUpdateStyle["AsTable"] = 3] = "AsTable";
|
|
446
|
+
})(ColumnUpdateStyle || (exports.ColumnUpdateStyle = ColumnUpdateStyle = {}));
|
|
447
|
+
var CallUdpConvention;
|
|
448
|
+
(function (CallUdpConvention) {
|
|
449
|
+
CallUdpConvention["C"] = "C";
|
|
450
|
+
CallUdpConvention["Standard"] = "S";
|
|
451
|
+
CallUdpConvention["Fast"] = "F";
|
|
452
|
+
})(CallUdpConvention || (exports.CallUdpConvention = CallUdpConvention = {}));
|
|
453
|
+
var CallUDPType;
|
|
454
|
+
(function (CallUDPType) {
|
|
455
|
+
CallUDPType["Background"] = "B";
|
|
456
|
+
CallUDPType["GUI"] = "G";
|
|
457
|
+
})(CallUDPType || (exports.CallUDPType = CallUDPType = {}));
|
|
458
|
+
var VerifyMode;
|
|
459
|
+
(function (VerifyMode) {
|
|
460
|
+
VerifyMode["Error"] = "E";
|
|
461
|
+
VerifyMode["Warning"] = "W";
|
|
462
|
+
VerifyMode["Revert"] = "R";
|
|
463
|
+
})(VerifyMode || (exports.VerifyMode = VerifyMode = {}));
|
|
464
|
+
var VerifyDisplay;
|
|
465
|
+
(function (VerifyDisplay) {
|
|
466
|
+
VerifyDisplay["Box"] = "B";
|
|
467
|
+
VerifyDisplay["Status"] = "S";
|
|
468
|
+
VerifyDisplay["None"] = "N";
|
|
469
|
+
})(VerifyDisplay || (exports.VerifyDisplay = VerifyDisplay = {}));
|
|
470
|
+
var VerifyImage;
|
|
471
|
+
(function (VerifyImage) {
|
|
472
|
+
VerifyImage["Exclamation"] = "E";
|
|
473
|
+
VerifyImage["Critical"] = "C";
|
|
474
|
+
VerifyImage["Question"] = "Q";
|
|
475
|
+
VerifyImage["Information"] = "I";
|
|
476
|
+
VerifyImage["None"] = "N";
|
|
477
|
+
})(VerifyImage || (exports.VerifyImage = VerifyImage = {}));
|
|
478
|
+
var VerifyButtons;
|
|
479
|
+
(function (VerifyButtons) {
|
|
480
|
+
VerifyButtons["Ok"] = "O";
|
|
481
|
+
VerifyButtons["OkCancel"] = "K";
|
|
482
|
+
VerifyButtons["AbortRetryIgnore"] = "A";
|
|
483
|
+
VerifyButtons["YesNoCancel"] = "Y";
|
|
484
|
+
VerifyButtons["YesNo"] = "N";
|
|
485
|
+
VerifyButtons["RetryCancel"] = "R";
|
|
486
|
+
})(VerifyButtons || (exports.VerifyButtons = VerifyButtons = {}));
|
|
487
|
+
var CallComOption;
|
|
488
|
+
(function (CallComOption) {
|
|
489
|
+
CallComOption[CallComOption["Method"] = 1] = "Method";
|
|
490
|
+
CallComOption[CallComOption["GetProp"] = 2] = "GetProp";
|
|
491
|
+
CallComOption[CallComOption["SetProp"] = 3] = "SetProp";
|
|
492
|
+
})(CallComOption || (exports.CallComOption = CallComOption = {}));
|
|
493
|
+
var CallWsStyle;
|
|
494
|
+
(function (CallWsStyle) {
|
|
495
|
+
CallWsStyle[CallWsStyle["Rpc"] = 1] = "Rpc";
|
|
496
|
+
CallWsStyle[CallWsStyle["Document"] = 2] = "Document";
|
|
497
|
+
})(CallWsStyle || (exports.CallWsStyle = CallWsStyle = {}));
|
|
498
|
+
var CallOsShow;
|
|
499
|
+
(function (CallOsShow) {
|
|
500
|
+
CallOsShow[CallOsShow["Hide"] = 1] = "Hide";
|
|
501
|
+
CallOsShow[CallOsShow["Normal"] = 2] = "Normal";
|
|
502
|
+
CallOsShow[CallOsShow["Maximize"] = 3] = "Maximize";
|
|
503
|
+
CallOsShow[CallOsShow["Minimize"] = 4] = "Minimize";
|
|
504
|
+
})(CallOsShow || (exports.CallOsShow = CallOsShow = {}));
|
|
505
|
+
var LogicUnit;
|
|
506
|
+
(function (LogicUnit) {
|
|
507
|
+
LogicUnit[LogicUnit["Remark"] = 1] = "Remark";
|
|
508
|
+
LogicUnit[LogicUnit["Task"] = 2] = "Task";
|
|
509
|
+
LogicUnit[LogicUnit["Group"] = 3] = "Group";
|
|
510
|
+
LogicUnit[LogicUnit["Record"] = 4] = "Record";
|
|
511
|
+
LogicUnit[LogicUnit["Variable"] = 5] = "Variable";
|
|
512
|
+
LogicUnit[LogicUnit["Control"] = 6] = "Control";
|
|
513
|
+
LogicUnit[LogicUnit["Event"] = 7] = "Event";
|
|
514
|
+
LogicUnit[LogicUnit["Function"] = 8] = "Function";
|
|
515
|
+
LogicUnit[LogicUnit["SeqFlow"] = 9] = "SeqFlow";
|
|
516
|
+
})(LogicUnit || (exports.LogicUnit = LogicUnit = {}));
|
|
517
|
+
var LogicLevel;
|
|
518
|
+
(function (LogicLevel) {
|
|
519
|
+
LogicLevel["Prefix"] = "P";
|
|
520
|
+
LogicLevel["Suffix"] = "S";
|
|
521
|
+
LogicLevel["Verification"] = "V";
|
|
522
|
+
LogicLevel["Change"] = "C";
|
|
523
|
+
})(LogicLevel || (exports.LogicLevel = LogicLevel = {}));
|
|
524
|
+
var BrkScope;
|
|
525
|
+
(function (BrkScope) {
|
|
526
|
+
BrkScope["Task"] = "T";
|
|
527
|
+
BrkScope["Subtree"] = "S";
|
|
528
|
+
BrkScope["Global"] = "G";
|
|
529
|
+
})(BrkScope || (exports.BrkScope = BrkScope = {}));
|
|
530
|
+
var LDir;
|
|
531
|
+
(function (LDir) {
|
|
532
|
+
LDir["Default"] = "A";
|
|
533
|
+
LDir["Reversed"] = "D";
|
|
534
|
+
})(LDir || (exports.LDir = LDir = {}));
|
|
535
|
+
var Order;
|
|
536
|
+
(function (Order) {
|
|
537
|
+
Order["Ascending"] = "A";
|
|
538
|
+
Order["Descending"] = "D";
|
|
539
|
+
})(Order || (exports.Order = Order = {}));
|
|
540
|
+
var LnkEval_Cond;
|
|
541
|
+
(function (LnkEval_Cond) {
|
|
542
|
+
LnkEval_Cond["Record"] = "R";
|
|
543
|
+
LnkEval_Cond["Task"] = "T";
|
|
544
|
+
})(LnkEval_Cond || (exports.LnkEval_Cond = LnkEval_Cond = {}));
|
|
545
|
+
var Access;
|
|
546
|
+
(function (Access) {
|
|
547
|
+
Access["NoAccess"] = " ";
|
|
548
|
+
Access["Read"] = "R";
|
|
549
|
+
Access["Write"] = "W";
|
|
550
|
+
})(Access || (exports.Access = Access = {}));
|
|
551
|
+
var DbShare;
|
|
552
|
+
(function (DbShare) {
|
|
553
|
+
DbShare["NoShare"] = " ";
|
|
554
|
+
DbShare["Write"] = "W";
|
|
555
|
+
DbShare["Read"] = "R";
|
|
556
|
+
DbShare["None"] = "N";
|
|
557
|
+
})(DbShare || (exports.DbShare = DbShare = {}));
|
|
558
|
+
var DbOpen;
|
|
559
|
+
(function (DbOpen) {
|
|
560
|
+
DbOpen["Normal"] = "N";
|
|
561
|
+
DbOpen["Fast"] = "F";
|
|
562
|
+
DbOpen["Damaged"] = "D";
|
|
563
|
+
DbOpen["Reindex"] = "R";
|
|
564
|
+
})(DbOpen || (exports.DbOpen = DbOpen = {}));
|
|
565
|
+
var DbDelUpdMode;
|
|
566
|
+
(function (DbDelUpdMode) {
|
|
567
|
+
DbDelUpdMode["Position"] = "P";
|
|
568
|
+
DbDelUpdMode["PositionAndSelectedFields"] = "S";
|
|
569
|
+
DbDelUpdMode["PositionAndUpdatedFields"] = "U";
|
|
570
|
+
DbDelUpdMode["AsTable"] = "T";
|
|
571
|
+
DbDelUpdMode["None"] = "N";
|
|
572
|
+
})(DbDelUpdMode || (exports.DbDelUpdMode = DbDelUpdMode = {}));
|
|
573
|
+
var RaiseAt;
|
|
574
|
+
(function (RaiseAt) {
|
|
575
|
+
RaiseAt[RaiseAt["Container"] = 1] = "Container";
|
|
576
|
+
RaiseAt[RaiseAt["TaskInFocus"] = 2] = "TaskInFocus";
|
|
577
|
+
})(RaiseAt || (exports.RaiseAt = RaiseAt = {}));
|
|
578
|
+
var EngineDirect;
|
|
579
|
+
(function (EngineDirect) {
|
|
580
|
+
EngineDirect["None"] = " ";
|
|
581
|
+
EngineDirect["AbortTask"] = "A";
|
|
582
|
+
EngineDirect["Rollback"] = "B";
|
|
583
|
+
EngineDirect["AutoRetry"] = "R";
|
|
584
|
+
EngineDirect["UserRetry"] = "U";
|
|
585
|
+
EngineDirect["Ignore"] = "I";
|
|
586
|
+
EngineDirect["AsStrategy"] = "S";
|
|
587
|
+
EngineDirect["Continue"] = "C";
|
|
588
|
+
})(EngineDirect || (exports.EngineDirect = EngineDirect = {}));
|
|
589
|
+
var FlowDirection;
|
|
590
|
+
(function (FlowDirection) {
|
|
591
|
+
FlowDirection["Forward"] = "F";
|
|
592
|
+
FlowDirection["Backward"] = "B";
|
|
593
|
+
FlowDirection["Combined"] = "C";
|
|
594
|
+
})(FlowDirection || (exports.FlowDirection = FlowDirection = {}));
|
|
595
|
+
var FlwMode;
|
|
596
|
+
(function (FlwMode) {
|
|
597
|
+
FlwMode["Fast"] = "F";
|
|
598
|
+
FlwMode["Step"] = "S";
|
|
599
|
+
FlwMode["Combine"] = "B";
|
|
600
|
+
FlwMode["Before"] = "J";
|
|
601
|
+
FlwMode["After"] = "Z";
|
|
602
|
+
})(FlwMode || (exports.FlwMode = FlwMode = {}));
|
|
603
|
+
var RowHighlightType;
|
|
604
|
+
(function (RowHighlightType) {
|
|
605
|
+
RowHighlightType[RowHighlightType["None"] = 1] = "None";
|
|
606
|
+
RowHighlightType[RowHighlightType["Frame"] = 2] = "Frame";
|
|
607
|
+
RowHighlightType[RowHighlightType["Background"] = 3] = "Background";
|
|
608
|
+
RowHighlightType[RowHighlightType["BackgroundControls"] = 4] = "BackgroundControls";
|
|
609
|
+
})(RowHighlightType || (exports.RowHighlightType = RowHighlightType = {}));
|
|
610
|
+
var SplitterStyle;
|
|
611
|
+
(function (SplitterStyle) {
|
|
612
|
+
SplitterStyle[SplitterStyle["TwoD"] = 1] = "TwoD";
|
|
613
|
+
SplitterStyle[SplitterStyle["ThreeD"] = 2] = "ThreeD";
|
|
614
|
+
})(SplitterStyle || (exports.SplitterStyle = SplitterStyle = {}));
|
|
615
|
+
var BottomPositionInterval;
|
|
616
|
+
(function (BottomPositionInterval) {
|
|
617
|
+
BottomPositionInterval[BottomPositionInterval["NoneRowHeight"] = 1] = "NoneRowHeight";
|
|
618
|
+
BottomPositionInterval[BottomPositionInterval["RowHeight"] = 2] = "RowHeight";
|
|
619
|
+
})(BottomPositionInterval || (exports.BottomPositionInterval = BottomPositionInterval = {}));
|
|
620
|
+
var TableColorBy;
|
|
621
|
+
(function (TableColorBy) {
|
|
622
|
+
TableColorBy[TableColorBy["Column"] = 1] = "Column";
|
|
623
|
+
TableColorBy[TableColorBy["Table"] = 2] = "Table";
|
|
624
|
+
TableColorBy[TableColorBy["Row"] = 3] = "Row";
|
|
625
|
+
})(TableColorBy || (exports.TableColorBy = TableColorBy = {}));
|
|
626
|
+
var ExecOn;
|
|
627
|
+
(function (ExecOn) {
|
|
628
|
+
ExecOn[ExecOn["None"] = 0] = "None";
|
|
629
|
+
ExecOn[ExecOn["Optimized"] = 1] = "Optimized";
|
|
630
|
+
ExecOn[ExecOn["Client"] = 2] = "Client";
|
|
631
|
+
ExecOn[ExecOn["Server"] = 3] = "Server";
|
|
632
|
+
})(ExecOn || (exports.ExecOn = ExecOn = {}));
|
|
633
|
+
var MultilineHorizontalScrollBar;
|
|
634
|
+
(function (MultilineHorizontalScrollBar) {
|
|
635
|
+
MultilineHorizontalScrollBar[MultilineHorizontalScrollBar["Unknown"] = 0] = "Unknown";
|
|
636
|
+
MultilineHorizontalScrollBar[MultilineHorizontalScrollBar["Yes"] = 1] = "Yes";
|
|
637
|
+
MultilineHorizontalScrollBar[MultilineHorizontalScrollBar["No"] = 2] = "No";
|
|
638
|
+
MultilineHorizontalScrollBar[MultilineHorizontalScrollBar["WordWrap"] = 3] = "WordWrap";
|
|
639
|
+
})(MultilineHorizontalScrollBar || (exports.MultilineHorizontalScrollBar = MultilineHorizontalScrollBar = {}));
|
|
640
|
+
var FramesetStyle;
|
|
641
|
+
(function (FramesetStyle) {
|
|
642
|
+
FramesetStyle[FramesetStyle["None"] = 0] = "None";
|
|
643
|
+
FramesetStyle[FramesetStyle["Vertical"] = 1] = "Vertical";
|
|
644
|
+
FramesetStyle[FramesetStyle["Horizontal"] = 2] = "Horizontal";
|
|
645
|
+
})(FramesetStyle || (exports.FramesetStyle = FramesetStyle = {}));
|
|
646
|
+
var FrameType;
|
|
647
|
+
(function (FrameType) {
|
|
648
|
+
FrameType[FrameType["FrameSet"] = 0] = "FrameSet";
|
|
649
|
+
FrameType[FrameType["Subform"] = 1] = "Subform";
|
|
650
|
+
FrameType[FrameType["Form"] = 2] = "Form";
|
|
651
|
+
})(FrameType || (exports.FrameType = FrameType = {}));
|
|
652
|
+
var Storage;
|
|
653
|
+
(function (Storage) {
|
|
654
|
+
Storage[Storage["AlphaString"] = 1] = "AlphaString";
|
|
655
|
+
Storage[Storage["AlphaLstring"] = 2] = "AlphaLstring";
|
|
656
|
+
Storage[Storage["AlphaZtring"] = 3] = "AlphaZtring";
|
|
657
|
+
Storage[Storage["NumericSigned"] = 4] = "NumericSigned";
|
|
658
|
+
Storage[Storage["NumericUnsigned"] = 5] = "NumericUnsigned";
|
|
659
|
+
Storage[Storage["NumericFloat"] = 6] = "NumericFloat";
|
|
660
|
+
Storage[Storage["NumericFloatMs"] = 7] = "NumericFloatMs";
|
|
661
|
+
Storage[Storage["NumericFloatDec"] = 8] = "NumericFloatDec";
|
|
662
|
+
Storage[Storage["NumericPackedDec"] = 9] = "NumericPackedDec";
|
|
663
|
+
Storage[Storage["NumericNumeric"] = 10] = "NumericNumeric";
|
|
664
|
+
Storage[Storage["NumericCharDec"] = 11] = "NumericCharDec";
|
|
665
|
+
Storage[Storage["NumericString"] = 12] = "NumericString";
|
|
666
|
+
Storage[Storage["NumericMagic"] = 13] = "NumericMagic";
|
|
667
|
+
Storage[Storage["NumericCisam"] = 14] = "NumericCisam";
|
|
668
|
+
Storage[Storage["BooleanInteger"] = 15] = "BooleanInteger";
|
|
669
|
+
Storage[Storage["BooleanDbase"] = 16] = "BooleanDbase";
|
|
670
|
+
Storage[Storage["DateInteger"] = 17] = "DateInteger";
|
|
671
|
+
Storage[Storage["DateInteger1901"] = 18] = "DateInteger1901";
|
|
672
|
+
Storage[Storage["DateString"] = 19] = "DateString";
|
|
673
|
+
Storage[Storage["DateYymd"] = 20] = "DateYymd";
|
|
674
|
+
Storage[Storage["DateMagic"] = 21] = "DateMagic";
|
|
675
|
+
Storage[Storage["DateMagic1901"] = 22] = "DateMagic1901";
|
|
676
|
+
Storage[Storage["TimeInteger"] = 23] = "TimeInteger";
|
|
677
|
+
Storage[Storage["TimeString"] = 24] = "TimeString";
|
|
678
|
+
Storage[Storage["TimeHmsh"] = 25] = "TimeHmsh";
|
|
679
|
+
Storage[Storage["TimeMagic"] = 26] = "TimeMagic";
|
|
680
|
+
Storage[Storage["MemoString"] = 27] = "MemoString";
|
|
681
|
+
Storage[Storage["MemoMagic"] = 28] = "MemoMagic";
|
|
682
|
+
Storage[Storage["Blob"] = 29] = "Blob";
|
|
683
|
+
Storage[Storage["NumericExtFloat"] = 30] = "NumericExtFloat";
|
|
684
|
+
Storage[Storage["UnicodeString"] = 31] = "UnicodeString";
|
|
685
|
+
Storage[Storage["UnicodeZstring"] = 32] = "UnicodeZstring";
|
|
686
|
+
Storage[Storage["AnsiBlob"] = 33] = "AnsiBlob";
|
|
687
|
+
Storage[Storage["UnicodeBlob"] = 34] = "UnicodeBlob";
|
|
688
|
+
})(Storage || (exports.Storage = Storage = {}));
|
|
689
|
+
var StorageAttributeType;
|
|
690
|
+
(function (StorageAttributeType) {
|
|
691
|
+
StorageAttributeType["Alpha"] = "A";
|
|
692
|
+
StorageAttributeType["Numeric"] = "N";
|
|
693
|
+
StorageAttributeType["Boolean"] = "B";
|
|
694
|
+
StorageAttributeType["Date"] = "D";
|
|
695
|
+
StorageAttributeType["Time"] = "T";
|
|
696
|
+
StorageAttributeType["Blob"] = "O";
|
|
697
|
+
StorageAttributeType["Unicode"] = "U";
|
|
698
|
+
StorageAttributeType["String"] = "S";
|
|
699
|
+
StorageAttributeType["BlobOle"] = "L";
|
|
700
|
+
StorageAttributeType["BlobActiveX"] = "X";
|
|
701
|
+
StorageAttributeType["BlobVector"] = "V";
|
|
702
|
+
StorageAttributeType["BlobDotNet"] = "E";
|
|
703
|
+
StorageAttributeType["BlobJava"] = "J";
|
|
704
|
+
StorageAttributeType["None"] = " ";
|
|
705
|
+
})(StorageAttributeType || (exports.StorageAttributeType = StorageAttributeType = {}));
|
|
706
|
+
var BrkLevel;
|
|
707
|
+
(function (BrkLevel) {
|
|
708
|
+
BrkLevel["Task"] = "T";
|
|
709
|
+
BrkLevel["Group"] = "G";
|
|
710
|
+
BrkLevel["All"] = "A";
|
|
711
|
+
BrkLevel["Record"] = "R";
|
|
712
|
+
BrkLevel["Control"] = "C";
|
|
713
|
+
BrkLevel["Handler"] = "H";
|
|
714
|
+
BrkLevel["MainProgram"] = "M";
|
|
715
|
+
BrkLevel["Variable"] = "V";
|
|
716
|
+
BrkLevel["Function"] = "F";
|
|
717
|
+
BrkLevel["Remark"] = "K";
|
|
718
|
+
BrkLevel["RM_Compat"] = "M";
|
|
719
|
+
BrkLevel["SubForm"] = "U";
|
|
720
|
+
BrkLevel["Event"] = "E";
|
|
721
|
+
BrkLevel["OPStatOnChange"] = "O";
|
|
722
|
+
})(BrkLevel || (exports.BrkLevel = BrkLevel = {}));
|
|
723
|
+
var MediaOrientation;
|
|
724
|
+
(function (MediaOrientation) {
|
|
725
|
+
MediaOrientation["Portrait"] = "P";
|
|
726
|
+
MediaOrientation["Landscape"] = "L";
|
|
727
|
+
})(MediaOrientation || (exports.MediaOrientation = MediaOrientation = {}));
|
|
728
|
+
var MediaFormat;
|
|
729
|
+
(function (MediaFormat) {
|
|
730
|
+
MediaFormat["Page"] = "P";
|
|
731
|
+
MediaFormat["Line"] = "L";
|
|
732
|
+
MediaFormat["None"] = "N";
|
|
733
|
+
})(MediaFormat || (exports.MediaFormat = MediaFormat = {}));
|
|
734
|
+
var CharacterSet;
|
|
735
|
+
(function (CharacterSet) {
|
|
736
|
+
CharacterSet[CharacterSet["Ansi"] = 0] = "Ansi";
|
|
737
|
+
CharacterSet[CharacterSet["Oem"] = 1] = "Oem";
|
|
738
|
+
CharacterSet[CharacterSet["Unicode"] = 3] = "Unicode";
|
|
739
|
+
CharacterSet[CharacterSet["Utf8"] = 4] = "Utf8";
|
|
740
|
+
})(CharacterSet || (exports.CharacterSet = CharacterSet = {}));
|
|
741
|
+
var MediaAccess;
|
|
742
|
+
(function (MediaAccess) {
|
|
743
|
+
MediaAccess["Read"] = "R";
|
|
744
|
+
MediaAccess["Write"] = "W";
|
|
745
|
+
MediaAccess["Append"] = "A";
|
|
746
|
+
MediaAccess["Direct"] = "D";
|
|
747
|
+
MediaAccess["AppendFlush"] = "F";
|
|
748
|
+
MediaAccess["Create"] = "C";
|
|
749
|
+
})(MediaAccess || (exports.MediaAccess = MediaAccess = {}));
|
|
750
|
+
var PaperSize;
|
|
751
|
+
(function (PaperSize) {
|
|
752
|
+
PaperSize["Default"] = "D";
|
|
753
|
+
PaperSize["Letter"] = "L";
|
|
754
|
+
PaperSize["A4"] = "A";
|
|
755
|
+
PaperSize["Folio"] = "F";
|
|
756
|
+
PaperSize["Quarto"] = "Q";
|
|
757
|
+
PaperSize["Tabloid"] = "T";
|
|
758
|
+
PaperSize["Ledger"] = "R";
|
|
759
|
+
PaperSize["Legal_8_14"] = "G";
|
|
760
|
+
PaperSize["Statement"] = "S";
|
|
761
|
+
PaperSize["Executive_7_10"] = "X";
|
|
762
|
+
PaperSize["A3"] = "3";
|
|
763
|
+
PaperSize["A5"] = "5";
|
|
764
|
+
PaperSize["Note"] = "N";
|
|
765
|
+
PaperSize["Envelope_3_8"] = "E";
|
|
766
|
+
PaperSize["B4"] = "B";
|
|
767
|
+
PaperSize["B5_v"] = "V";
|
|
768
|
+
PaperSize["UserDefined"] = "U";
|
|
769
|
+
PaperSize["B5"] = "W";
|
|
770
|
+
PaperSize["C5"] = "C";
|
|
771
|
+
PaperSize["Legal"] = "g";
|
|
772
|
+
PaperSize["Multipurpose"] = "M";
|
|
773
|
+
PaperSize["Executive"] = "x";
|
|
774
|
+
PaperSize["EnvelopeB4"] = "v";
|
|
775
|
+
PaperSize["EnvelopeB5"] = "p";
|
|
776
|
+
PaperSize["EnvelopeC6"] = "6";
|
|
777
|
+
PaperSize["EnvelopeDL"] = "o";
|
|
778
|
+
PaperSize["EnvelopeMonarch"] = "h";
|
|
779
|
+
PaperSize["Envelope9"] = "9";
|
|
780
|
+
PaperSize["Envelope10"] = "0";
|
|
781
|
+
PaperSize["Envelope11"] = "1";
|
|
782
|
+
})(PaperSize || (exports.PaperSize = PaperSize = {}));
|
|
783
|
+
var PaperSizePdfDisabled;
|
|
784
|
+
(function (PaperSizePdfDisabled) {
|
|
785
|
+
PaperSizePdfDisabled["Default"] = "D";
|
|
786
|
+
PaperSizePdfDisabled["Letter"] = "L";
|
|
787
|
+
PaperSizePdfDisabled["A4"] = "A";
|
|
788
|
+
PaperSizePdfDisabled["Folio"] = "F";
|
|
789
|
+
PaperSizePdfDisabled["Quarto"] = "Q";
|
|
790
|
+
PaperSizePdfDisabled["Tabloid"] = "T";
|
|
791
|
+
PaperSizePdfDisabled["Ledger"] = "R";
|
|
792
|
+
PaperSizePdfDisabled["Legal_8_14"] = "G";
|
|
793
|
+
PaperSizePdfDisabled["Statement"] = "S";
|
|
794
|
+
PaperSizePdfDisabled["Executive_7_10"] = "X";
|
|
795
|
+
PaperSizePdfDisabled["A3"] = "3";
|
|
796
|
+
PaperSizePdfDisabled["A5"] = "5";
|
|
797
|
+
PaperSizePdfDisabled["Note"] = "N";
|
|
798
|
+
PaperSizePdfDisabled["Envelope_3_8"] = "E";
|
|
799
|
+
PaperSizePdfDisabled["B4"] = "B";
|
|
800
|
+
PaperSizePdfDisabled["B5_v"] = "V";
|
|
801
|
+
})(PaperSizePdfDisabled || (exports.PaperSizePdfDisabled = PaperSizePdfDisabled = {}));
|
|
802
|
+
var PaperSizePdfEnabled;
|
|
803
|
+
(function (PaperSizePdfEnabled) {
|
|
804
|
+
PaperSizePdfEnabled["Default"] = "D";
|
|
805
|
+
PaperSizePdfEnabled["UserDefined"] = "U";
|
|
806
|
+
PaperSizePdfEnabled["Letter"] = "L";
|
|
807
|
+
PaperSizePdfEnabled["A4"] = "A";
|
|
808
|
+
PaperSizePdfEnabled["A3"] = "3";
|
|
809
|
+
PaperSizePdfEnabled["Legal"] = "g";
|
|
810
|
+
PaperSizePdfEnabled["B5"] = "B";
|
|
811
|
+
PaperSizePdfEnabled["C5"] = "C";
|
|
812
|
+
PaperSizePdfEnabled["Multipurpose"] = "M";
|
|
813
|
+
PaperSizePdfEnabled["B4"] = "4";
|
|
814
|
+
PaperSizePdfEnabled["A5"] = "5";
|
|
815
|
+
PaperSizePdfEnabled["Folio"] = "F";
|
|
816
|
+
PaperSizePdfEnabled["Executive"] = "x";
|
|
817
|
+
PaperSizePdfEnabled["EnvelopeB4"] = "v";
|
|
818
|
+
PaperSizePdfEnabled["EnvelopeB5"] = "p";
|
|
819
|
+
PaperSizePdfEnabled["EnvelopeC6"] = "6";
|
|
820
|
+
PaperSizePdfEnabled["EnvelopeDL"] = "o";
|
|
821
|
+
PaperSizePdfEnabled["EnvelopeMonarch"] = "h";
|
|
822
|
+
PaperSizePdfEnabled["Envelope9"] = "9";
|
|
823
|
+
PaperSizePdfEnabled["Envelope10"] = "0";
|
|
824
|
+
PaperSizePdfEnabled["Envelope11"] = "1";
|
|
825
|
+
})(PaperSizePdfEnabled || (exports.PaperSizePdfEnabled = PaperSizePdfEnabled = {}));
|
|
826
|
+
var Area;
|
|
827
|
+
(function (Area) {
|
|
828
|
+
Area["Detail"] = "N";
|
|
829
|
+
Area["Header"] = "H";
|
|
830
|
+
Area["Footer"] = "F";
|
|
831
|
+
Area["PageHeader"] = "P";
|
|
832
|
+
Area["PageFooter"] = "G";
|
|
833
|
+
})(Area || (exports.Area = Area = {}));
|
|
834
|
+
var DisplayTextType;
|
|
835
|
+
(function (DisplayTextType) {
|
|
836
|
+
DisplayTextType[DisplayTextType["Edit"] = 0] = "Edit";
|
|
837
|
+
DisplayTextType[DisplayTextType["Query"] = 1] = "Query";
|
|
838
|
+
})(DisplayTextType || (exports.DisplayTextType = DisplayTextType = {}));
|
|
839
|
+
var LogicHeaderType;
|
|
840
|
+
(function (LogicHeaderType) {
|
|
841
|
+
LogicHeaderType["None"] = " ";
|
|
842
|
+
LogicHeaderType["Remark"] = "K";
|
|
843
|
+
LogicHeaderType["Task"] = "T";
|
|
844
|
+
LogicHeaderType["Function"] = "F";
|
|
845
|
+
LogicHeaderType["Handler"] = "H";
|
|
846
|
+
LogicHeaderType["Record"] = "R";
|
|
847
|
+
LogicHeaderType["Variable"] = "V";
|
|
848
|
+
LogicHeaderType["Control"] = "C";
|
|
849
|
+
LogicHeaderType["Group"] = "G";
|
|
850
|
+
LogicHeaderType["All"] = "A";
|
|
851
|
+
LogicHeaderType["MainProgram"] = "P";
|
|
852
|
+
LogicHeaderType["RecordCompat"] = "M";
|
|
853
|
+
LogicHeaderType["SubForm"] = "U";
|
|
854
|
+
LogicHeaderType["Event"] = "E";
|
|
855
|
+
})(LogicHeaderType || (exports.LogicHeaderType = LogicHeaderType = {}));
|
|
856
|
+
var LogicOperationType;
|
|
857
|
+
(function (LogicOperationType) {
|
|
858
|
+
LogicOperationType["None"] = "x";
|
|
859
|
+
LogicOperationType["Remark"] = " ";
|
|
860
|
+
LogicOperationType["Update"] = "U";
|
|
861
|
+
LogicOperationType["Call"] = "C";
|
|
862
|
+
LogicOperationType["Invoke"] = "I";
|
|
863
|
+
LogicOperationType["RaiseEvent"] = "R";
|
|
864
|
+
LogicOperationType["Evaluate"] = "A";
|
|
865
|
+
LogicOperationType["Block"] = "B";
|
|
866
|
+
LogicOperationType["Verify"] = "E";
|
|
867
|
+
LogicOperationType["Form"] = "F";
|
|
868
|
+
LogicOperationType["Variable"] = "V";
|
|
869
|
+
})(LogicOperationType || (exports.LogicOperationType = LogicOperationType = {}));
|
|
870
|
+
var Opr;
|
|
871
|
+
(function (Opr) {
|
|
872
|
+
Opr[Opr["Remark"] = 0] = "Remark";
|
|
873
|
+
Opr[Opr["SelFld"] = 1] = "SelFld";
|
|
874
|
+
Opr[Opr["Stop"] = 2] = "Stop";
|
|
875
|
+
Opr[Opr["BeginLink"] = 3] = "BeginLink";
|
|
876
|
+
Opr[Opr["EndLink"] = 4] = "EndLink";
|
|
877
|
+
Opr[Opr["BeginBlock"] = 5] = "BeginBlock";
|
|
878
|
+
Opr[Opr["EndBlock"] = 6] = "EndBlock";
|
|
879
|
+
Opr[Opr["Call"] = 7] = "Call";
|
|
880
|
+
Opr[Opr["EvaluateExpression"] = 8] = "EvaluateExpression";
|
|
881
|
+
Opr[Opr["UpdateFld"] = 9] = "UpdateFld";
|
|
882
|
+
Opr[Opr["WriteFile"] = 10] = "WriteFile";
|
|
883
|
+
Opr[Opr["ReadFile"] = 11] = "ReadFile";
|
|
884
|
+
Opr[Opr["DataviewSrc"] = 12] = "DataviewSrc";
|
|
885
|
+
Opr[Opr["UserExit"] = 13] = "UserExit";
|
|
886
|
+
Opr[Opr["RaiseEvent"] = 14] = "RaiseEvent";
|
|
887
|
+
})(Opr || (exports.Opr = Opr = {}));
|
|
888
|
+
var DataViewHeaderType;
|
|
889
|
+
(function (DataViewHeaderType) {
|
|
890
|
+
DataViewHeaderType["None"] = " ";
|
|
891
|
+
DataViewHeaderType["Remark"] = "R";
|
|
892
|
+
DataViewHeaderType["Declare"] = "D";
|
|
893
|
+
DataViewHeaderType["MainSource"] = "M";
|
|
894
|
+
DataViewHeaderType["DirectSQL"] = "Q";
|
|
895
|
+
DataViewHeaderType["LinkQuery"] = "L";
|
|
896
|
+
DataViewHeaderType["LinkWrite"] = "W";
|
|
897
|
+
DataViewHeaderType["LinkCreate"] = "C";
|
|
898
|
+
DataViewHeaderType["LinkIJoin"] = "I";
|
|
899
|
+
DataViewHeaderType["LinkOJoin"] = "O";
|
|
900
|
+
DataViewHeaderType["EndLink"] = "E";
|
|
901
|
+
})(DataViewHeaderType || (exports.DataViewHeaderType = DataViewHeaderType = {}));
|
|
902
|
+
var DataViewOperationType;
|
|
903
|
+
(function (DataViewOperationType) {
|
|
904
|
+
DataViewOperationType["Remark"] = " ";
|
|
905
|
+
DataViewOperationType["Column"] = "C";
|
|
906
|
+
DataViewOperationType["Virtual"] = "V";
|
|
907
|
+
DataViewOperationType["Parameter"] = "P";
|
|
908
|
+
DataViewOperationType["LinkedColumn"] = "L";
|
|
909
|
+
})(DataViewOperationType || (exports.DataViewOperationType = DataViewOperationType = {}));
|
|
910
|
+
var LoadedValues;
|
|
911
|
+
(function (LoadedValues) {
|
|
912
|
+
LoadedValues[LoadedValues["None"] = 0] = "None";
|
|
913
|
+
LoadedValues[LoadedValues["HeaderOnly"] = 1] = "HeaderOnly";
|
|
914
|
+
LoadedValues[LoadedValues["Failed"] = 2] = "Failed";
|
|
915
|
+
LoadedValues[LoadedValues["Full"] = 3] = "Full";
|
|
916
|
+
})(LoadedValues || (exports.LoadedValues = LoadedValues = {}));
|
|
917
|
+
var YesNoValues;
|
|
918
|
+
(function (YesNoValues) {
|
|
919
|
+
YesNoValues[YesNoValues["Yes"] = 1] = "Yes";
|
|
920
|
+
YesNoValues[YesNoValues["No"] = 0] = "No";
|
|
921
|
+
})(YesNoValues || (exports.YesNoValues = YesNoValues = {}));
|
|
922
|
+
var TrueFalseValues;
|
|
923
|
+
(function (TrueFalseValues) {
|
|
924
|
+
TrueFalseValues[TrueFalseValues["True"] = 1] = "True";
|
|
925
|
+
TrueFalseValues[TrueFalseValues["False"] = 0] = "False";
|
|
926
|
+
})(TrueFalseValues || (exports.TrueFalseValues = TrueFalseValues = {}));
|
|
927
|
+
var HelpType;
|
|
928
|
+
(function (HelpType) {
|
|
929
|
+
HelpType["Internal"] = "I";
|
|
930
|
+
HelpType["Prompt"] = "P";
|
|
931
|
+
HelpType["Windows"] = "W";
|
|
932
|
+
HelpType["Tooltip"] = "T";
|
|
933
|
+
HelpType["URL"] = "U";
|
|
934
|
+
})(HelpType || (exports.HelpType = HelpType = {}));
|
|
935
|
+
var NullArithmetic;
|
|
936
|
+
(function (NullArithmetic) {
|
|
937
|
+
NullArithmetic[NullArithmetic["Nullify"] = 0] = "Nullify";
|
|
938
|
+
NullArithmetic[NullArithmetic["UseDefault"] = 1] = "UseDefault";
|
|
939
|
+
})(NullArithmetic || (exports.NullArithmetic = NullArithmetic = {}));
|
|
940
|
+
var ModelClass;
|
|
941
|
+
(function (ModelClass) {
|
|
942
|
+
ModelClass["Help"] = "A";
|
|
943
|
+
ModelClass["Field"] = "B";
|
|
944
|
+
ModelClass["Browser"] = "C";
|
|
945
|
+
ModelClass["GUI0"] = "D";
|
|
946
|
+
ModelClass["GUI1"] = "E";
|
|
947
|
+
ModelClass["TextBased"] = "F";
|
|
948
|
+
ModelClass["Frameset"] = "G";
|
|
949
|
+
ModelClass["Merge"] = "H";
|
|
950
|
+
ModelClass["RCDisplay"] = "I";
|
|
951
|
+
ModelClass["RCFrame"] = "J";
|
|
952
|
+
ModelClass["GuiFrame"] = "K";
|
|
953
|
+
})(ModelClass || (exports.ModelClass = ModelClass = {}));
|
|
954
|
+
var CompTypes;
|
|
955
|
+
(function (CompTypes) {
|
|
956
|
+
CompTypes["Magicxpa"] = "U";
|
|
957
|
+
CompTypes["DotNet"] = "D";
|
|
958
|
+
})(CompTypes || (exports.CompTypes = CompTypes = {}));
|
|
959
|
+
var TaskFlow;
|
|
960
|
+
(function (TaskFlow) {
|
|
961
|
+
TaskFlow["Undefined"] = "U";
|
|
962
|
+
TaskFlow["Online"] = "O";
|
|
963
|
+
TaskFlow["Batch"] = "B";
|
|
964
|
+
TaskFlow["Browser"] = "R";
|
|
965
|
+
TaskFlow["RichClient"] = "C";
|
|
966
|
+
})(TaskFlow || (exports.TaskFlow = TaskFlow = {}));
|
|
967
|
+
var RemarkType;
|
|
968
|
+
(function (RemarkType) {
|
|
969
|
+
RemarkType[RemarkType["RegularOperation"] = 0] = "RegularOperation";
|
|
970
|
+
RemarkType[RemarkType["Dataviewheader"] = 1] = "Dataviewheader";
|
|
971
|
+
RemarkType[RemarkType["TaskLogic"] = 2] = "TaskLogic";
|
|
972
|
+
})(RemarkType || (exports.RemarkType = RemarkType = {}));
|
|
973
|
+
var VeeMode;
|
|
974
|
+
(function (VeeMode) {
|
|
975
|
+
VeeMode["None"] = " ";
|
|
976
|
+
VeeMode["Parameter"] = "P";
|
|
977
|
+
VeeMode["Virtual"] = "V";
|
|
978
|
+
VeeMode["Real"] = "R";
|
|
979
|
+
VeeMode["Column"] = "C";
|
|
980
|
+
VeeMode["LinkCol"] = "L";
|
|
981
|
+
})(VeeMode || (exports.VeeMode = VeeMode = {}));
|
|
982
|
+
var VeeDiffUpdate;
|
|
983
|
+
(function (VeeDiffUpdate) {
|
|
984
|
+
VeeDiffUpdate["AsTable"] = "T";
|
|
985
|
+
VeeDiffUpdate["Absolute"] = "N";
|
|
986
|
+
VeeDiffUpdate["Differential"] = "Y";
|
|
987
|
+
VeeDiffUpdate[VeeDiffUpdate["None"] = 0] = "None";
|
|
988
|
+
})(VeeDiffUpdate || (exports.VeeDiffUpdate = VeeDiffUpdate = {}));
|
|
989
|
+
var VeePartOfDataview;
|
|
990
|
+
(function (VeePartOfDataview) {
|
|
991
|
+
VeePartOfDataview["Undefined"] = "U";
|
|
992
|
+
})(VeePartOfDataview || (exports.VeePartOfDataview = VeePartOfDataview = {}));
|
|
993
|
+
var DataviewType;
|
|
994
|
+
(function (DataviewType) {
|
|
995
|
+
DataviewType["MainTable"] = "M";
|
|
996
|
+
DataviewType["DSQL"] = "Q";
|
|
997
|
+
DataviewType["Declaration"] = "D";
|
|
998
|
+
})(DataviewType || (exports.DataviewType = DataviewType = {}));
|
|
999
|
+
var TabbingCycleType;
|
|
1000
|
+
(function (TabbingCycleType) {
|
|
1001
|
+
TabbingCycleType["RemainInCurrentRecord"] = "R";
|
|
1002
|
+
TabbingCycleType["MoveToNextRecord"] = "N";
|
|
1003
|
+
TabbingCycleType["MoveToParentTask"] = "P";
|
|
1004
|
+
})(TabbingCycleType || (exports.TabbingCycleType = TabbingCycleType = {}));
|
|
1005
|
+
var LockingStrategy;
|
|
1006
|
+
(function (LockingStrategy) {
|
|
1007
|
+
LockingStrategy["Immediate"] = "I";
|
|
1008
|
+
LockingStrategy["OnModify"] = "O";
|
|
1009
|
+
LockingStrategy["AfterModify"] = "A";
|
|
1010
|
+
LockingStrategy["BeforeUpdate"] = "B";
|
|
1011
|
+
LockingStrategy["Minimum"] = "M";
|
|
1012
|
+
})(LockingStrategy || (exports.LockingStrategy = LockingStrategy = {}));
|
|
1013
|
+
var TransBegin;
|
|
1014
|
+
(function (TransBegin) {
|
|
1015
|
+
TransBegin["Update"] = "U";
|
|
1016
|
+
TransBegin["Prefix"] = "P";
|
|
1017
|
+
TransBegin["Suffix"] = "S";
|
|
1018
|
+
TransBegin["OnLock"] = "L";
|
|
1019
|
+
TransBegin["None"] = "N";
|
|
1020
|
+
TransBegin["BeforeTask"] = "T";
|
|
1021
|
+
TransBegin["Group"] = "G";
|
|
1022
|
+
})(TransBegin || (exports.TransBegin = TransBegin = {}));
|
|
1023
|
+
var ErrStrategy;
|
|
1024
|
+
(function (ErrStrategy) {
|
|
1025
|
+
ErrStrategy["Recover"] = "R";
|
|
1026
|
+
ErrStrategy["Abort"] = "A";
|
|
1027
|
+
})(ErrStrategy || (exports.ErrStrategy = ErrStrategy = {}));
|
|
1028
|
+
var CacheStrategy;
|
|
1029
|
+
(function (CacheStrategy) {
|
|
1030
|
+
CacheStrategy["Pos"] = "P";
|
|
1031
|
+
CacheStrategy["PosData"] = "D";
|
|
1032
|
+
CacheStrategy["None"] = "N";
|
|
1033
|
+
CacheStrategy["AsTable"] = "T";
|
|
1034
|
+
})(CacheStrategy || (exports.CacheStrategy = CacheStrategy = {}));
|
|
1035
|
+
var ExeState;
|
|
1036
|
+
(function (ExeState) {
|
|
1037
|
+
ExeState["Prefix"] = "P";
|
|
1038
|
+
ExeState["Suffix"] = "S";
|
|
1039
|
+
ExeState["Update"] = "U";
|
|
1040
|
+
ExeState["Main"] = "M";
|
|
1041
|
+
ExeState["Before"] = "B";
|
|
1042
|
+
ExeState["AfterOnChange"] = "O";
|
|
1043
|
+
ExeState["Verify"] = "V";
|
|
1044
|
+
ExeState["Change"] = "C";
|
|
1045
|
+
})(ExeState || (exports.ExeState = ExeState = {}));
|
|
1046
|
+
var TransMode;
|
|
1047
|
+
(function (TransMode) {
|
|
1048
|
+
TransMode["Deferred"] = "D";
|
|
1049
|
+
TransMode["NestedDeffered"] = "N";
|
|
1050
|
+
TransMode["Physical"] = "P";
|
|
1051
|
+
TransMode["WithinActiveTrans"] = "W";
|
|
1052
|
+
TransMode["None"] = "O";
|
|
1053
|
+
})(TransMode || (exports.TransMode = TransMode = {}));
|
|
1054
|
+
var PositionUsage;
|
|
1055
|
+
(function (PositionUsage) {
|
|
1056
|
+
PositionUsage["RangeOn"] = "O";
|
|
1057
|
+
PositionUsage["RangeFrom"] = "F";
|
|
1058
|
+
PositionUsage["Locate"] = "L";
|
|
1059
|
+
})(PositionUsage || (exports.PositionUsage = PositionUsage = {}));
|
|
1060
|
+
var LnkMode;
|
|
1061
|
+
(function (LnkMode) {
|
|
1062
|
+
LnkMode["Query"] = "R";
|
|
1063
|
+
LnkMode["Write"] = "W";
|
|
1064
|
+
LnkMode["Create"] = "A";
|
|
1065
|
+
LnkMode["IJoin"] = "J";
|
|
1066
|
+
LnkMode["OJoin"] = "O";
|
|
1067
|
+
})(LnkMode || (exports.LnkMode = LnkMode = {}));
|
|
1068
|
+
var InitialMode;
|
|
1069
|
+
(function (InitialMode) {
|
|
1070
|
+
InitialMode["Modify"] = "M";
|
|
1071
|
+
InitialMode["Create"] = "C";
|
|
1072
|
+
InitialMode["Delete"] = "D";
|
|
1073
|
+
InitialMode["Query"] = "E";
|
|
1074
|
+
InitialMode["AsParent"] = "P";
|
|
1075
|
+
InitialMode["Locate"] = "L";
|
|
1076
|
+
InitialMode["Range"] = "R";
|
|
1077
|
+
InitialMode["Key"] = "K";
|
|
1078
|
+
InitialMode["Sort"] = "S";
|
|
1079
|
+
InitialMode["Files"] = "O";
|
|
1080
|
+
InitialMode["Options"] = "N";
|
|
1081
|
+
InitialMode["ByExp"] = "B";
|
|
1082
|
+
})(InitialMode || (exports.InitialMode = InitialMode = {}));
|
|
1083
|
+
var KeyMode;
|
|
1084
|
+
(function (KeyMode) {
|
|
1085
|
+
KeyMode["Normal"] = "N";
|
|
1086
|
+
KeyMode["Insert"] = "I";
|
|
1087
|
+
KeyMode["Append"] = "A";
|
|
1088
|
+
})(KeyMode || (exports.KeyMode = KeyMode = {}));
|
|
1089
|
+
var BoxDir;
|
|
1090
|
+
(function (BoxDir) {
|
|
1091
|
+
BoxDir["Vertical"] = "V";
|
|
1092
|
+
BoxDir["Horizontal"] = "H";
|
|
1093
|
+
})(BoxDir || (exports.BoxDir = BoxDir = {}));
|
|
1094
|
+
var EndMode;
|
|
1095
|
+
(function (EndMode) {
|
|
1096
|
+
EndMode["Before"] = "B";
|
|
1097
|
+
EndMode["After"] = "A";
|
|
1098
|
+
EndMode["Immediate"] = "I";
|
|
1099
|
+
})(EndMode || (exports.EndMode = EndMode = {}));
|
|
1100
|
+
var UniqueTskSort;
|
|
1101
|
+
(function (UniqueTskSort) {
|
|
1102
|
+
UniqueTskSort["AccordingToIndex"] = "A";
|
|
1103
|
+
UniqueTskSort["Unique"] = "U";
|
|
1104
|
+
})(UniqueTskSort || (exports.UniqueTskSort = UniqueTskSort = {}));
|
|
1105
|
+
var BrkType;
|
|
1106
|
+
(function (BrkType) {
|
|
1107
|
+
BrkType["Prefix"] = "P";
|
|
1108
|
+
BrkType["Suffix"] = "S";
|
|
1109
|
+
BrkType["Main"] = "M";
|
|
1110
|
+
BrkType["User"] = "U";
|
|
1111
|
+
BrkType["Error"] = "E";
|
|
1112
|
+
BrkType["Verify"] = "V";
|
|
1113
|
+
BrkType["ChoiceChange"] = "C";
|
|
1114
|
+
})(BrkType || (exports.BrkType = BrkType = {}));
|
|
1115
|
+
var ErrorClassific;
|
|
1116
|
+
(function (ErrorClassific) {
|
|
1117
|
+
ErrorClassific[ErrorClassific["Any"] = 0] = "Any";
|
|
1118
|
+
ErrorClassific[ErrorClassific["RecLocked"] = 1] = "RecLocked";
|
|
1119
|
+
ErrorClassific[ErrorClassific["DupKey"] = 2] = "DupKey";
|
|
1120
|
+
ErrorClassific[ErrorClassific["ConstrFail"] = 3] = "ConstrFail";
|
|
1121
|
+
ErrorClassific[ErrorClassific["TriggerFail"] = 4] = "TriggerFail";
|
|
1122
|
+
ErrorClassific[ErrorClassific["RecUpdated"] = 5] = "RecUpdated";
|
|
1123
|
+
ErrorClassific[ErrorClassific["RowsAffected"] = 6] = "RowsAffected";
|
|
1124
|
+
ErrorClassific[ErrorClassific["UpdateFail"] = 7] = "UpdateFail";
|
|
1125
|
+
ErrorClassific[ErrorClassific["Unmapped"] = 8] = "Unmapped";
|
|
1126
|
+
ErrorClassific[ErrorClassific["ExecSql"] = 9] = "ExecSql";
|
|
1127
|
+
ErrorClassific[ErrorClassific["BadSqlCmd"] = 10] = "BadSqlCmd";
|
|
1128
|
+
ErrorClassific[ErrorClassific["BadIni"] = 11] = "BadIni";
|
|
1129
|
+
ErrorClassific[ErrorClassific["BaName"] = 12] = "BaName";
|
|
1130
|
+
ErrorClassific[ErrorClassific["Damaged"] = 13] = "Damaged";
|
|
1131
|
+
ErrorClassific[ErrorClassific["Unlocked"] = 14] = "Unlocked";
|
|
1132
|
+
ErrorClassific[ErrorClassific["BadOpen"] = 15] = "BadOpen";
|
|
1133
|
+
ErrorClassific[ErrorClassific["BadClose"] = 16] = "BadClose";
|
|
1134
|
+
ErrorClassific[ErrorClassific["RsrcLocked"] = 17] = "RsrcLocked";
|
|
1135
|
+
ErrorClassific[ErrorClassific["RecLockedNoBuf"] = 18] = "RecLockedNoBuf";
|
|
1136
|
+
ErrorClassific[ErrorClassific["NoDef"] = 19] = "NoDef";
|
|
1137
|
+
ErrorClassific[ErrorClassific["RecLockedNow"] = 20] = "RecLockedNow";
|
|
1138
|
+
ErrorClassific[ErrorClassific["WrnRetry"] = 21] = "WrnRetry";
|
|
1139
|
+
ErrorClassific[ErrorClassific["RecLockedMagic"] = 22] = "RecLockedMagic";
|
|
1140
|
+
ErrorClassific[ErrorClassific["ReadOnly"] = 23] = "ReadOnly";
|
|
1141
|
+
ErrorClassific[ErrorClassific["WrnCreated"] = 24] = "WrnCreated";
|
|
1142
|
+
ErrorClassific[ErrorClassific["Capacity"] = 25] = "Capacity";
|
|
1143
|
+
ErrorClassific[ErrorClassific["TransCommit"] = 26] = "TransCommit";
|
|
1144
|
+
ErrorClassific[ErrorClassific["TransOpen"] = 27] = "TransOpen";
|
|
1145
|
+
ErrorClassific[ErrorClassific["TransAbort"] = 28] = "TransAbort";
|
|
1146
|
+
ErrorClassific[ErrorClassific["BadDef"] = 29] = "BadDef";
|
|
1147
|
+
ErrorClassific[ErrorClassific["InvalidOwnr"] = 30] = "InvalidOwnr";
|
|
1148
|
+
ErrorClassific[ErrorClassific["ClrOwnrFail"] = 31] = "ClrOwnrFail";
|
|
1149
|
+
ErrorClassific[ErrorClassific["AlterTbl"] = 32] = "AlterTbl";
|
|
1150
|
+
ErrorClassific[ErrorClassific["SortTbl"] = 33] = "SortTbl";
|
|
1151
|
+
ErrorClassific[ErrorClassific["CanotRemove"] = 34] = "CanotRemove";
|
|
1152
|
+
ErrorClassific[ErrorClassific["CanotRename"] = 35] = "CanotRename";
|
|
1153
|
+
ErrorClassific[ErrorClassific["WrnLogActive"] = 36] = "WrnLogActive";
|
|
1154
|
+
ErrorClassific[ErrorClassific["TargetFileExist"] = 37] = "TargetFileExist";
|
|
1155
|
+
ErrorClassific[ErrorClassific["FileIsView"] = 38] = "FileIsView";
|
|
1156
|
+
ErrorClassific[ErrorClassific["CanotCopy"] = 39] = "CanotCopy";
|
|
1157
|
+
ErrorClassific[ErrorClassific["Stop"] = 40] = "Stop";
|
|
1158
|
+
ErrorClassific[ErrorClassific["StrBadName"] = 41] = "StrBadName";
|
|
1159
|
+
ErrorClassific[ErrorClassific["InsertIntoAll"] = 42] = "InsertIntoAll";
|
|
1160
|
+
ErrorClassific[ErrorClassific["BadQry"] = 43] = "BadQry";
|
|
1161
|
+
ErrorClassific[ErrorClassific["FilterAfterInsert"] = 44] = "FilterAfterInsert";
|
|
1162
|
+
ErrorClassific[ErrorClassific["GetUserPwdDst"] = 45] = "GetUserPwdDst";
|
|
1163
|
+
ErrorClassific[ErrorClassific["WrnCacheTooBig"] = 46] = "WrnCacheTooBig";
|
|
1164
|
+
ErrorClassific[ErrorClassific["LostRec"] = 47] = "LostRec";
|
|
1165
|
+
ErrorClassific[ErrorClassific["FileLocked"] = 48] = "FileLocked";
|
|
1166
|
+
ErrorClassific[ErrorClassific["MaxConnEx"] = 49] = "MaxConnEx";
|
|
1167
|
+
ErrorClassific[ErrorClassific["Deadlock"] = 50] = "Deadlock";
|
|
1168
|
+
ErrorClassific[ErrorClassific["BadCreate"] = 51] = "BadCreate";
|
|
1169
|
+
ErrorClassific[ErrorClassific["FilNotExist"] = 52] = "FilNotExist";
|
|
1170
|
+
ErrorClassific[ErrorClassific["Unused"] = 53] = "Unused";
|
|
1171
|
+
ErrorClassific[ErrorClassific["IdxCreateFail"] = 54] = "IdxCreateFail";
|
|
1172
|
+
ErrorClassific[ErrorClassific["ConnectFail"] = 55] = "ConnectFail";
|
|
1173
|
+
ErrorClassific[ErrorClassific["Fatal"] = 56] = "Fatal";
|
|
1174
|
+
ErrorClassific[ErrorClassific["InsertFail"] = 57] = "InsertFail";
|
|
1175
|
+
ErrorClassific[ErrorClassific["DeleteFail"] = 58] = "DeleteFail";
|
|
1176
|
+
ErrorClassific[ErrorClassific["InErrorZone"] = 59] = "InErrorZone";
|
|
1177
|
+
ErrorClassific[ErrorClassific["NoRec"] = 60] = "NoRec";
|
|
1178
|
+
ErrorClassific[ErrorClassific["NotExist"] = 61] = "NotExist";
|
|
1179
|
+
ErrorClassific[ErrorClassific["GetUserPwd"] = 62] = "GetUserPwd";
|
|
1180
|
+
ErrorClassific[ErrorClassific["WrnCancel"] = 63] = "WrnCancel";
|
|
1181
|
+
ErrorClassific[ErrorClassific["NotSupportedFunc"] = 64] = "NotSupportedFunc";
|
|
1182
|
+
ErrorClassific[ErrorClassific["ModifyWithinTrans"] = 65] = "ModifyWithinTrans";
|
|
1183
|
+
ErrorClassific[ErrorClassific["LoginPwd"] = 66] = "LoginPwd";
|
|
1184
|
+
ErrorClassific[ErrorClassific["None"] = 67] = "None";
|
|
1185
|
+
})(ErrorClassific || (exports.ErrorClassific = ErrorClassific = {}));
|
|
1186
|
+
var ComponentItemType;
|
|
1187
|
+
(function (ComponentItemType) {
|
|
1188
|
+
ComponentItemType[ComponentItemType["Models"] = 0] = "Models";
|
|
1189
|
+
ComponentItemType[ComponentItemType["DataSources"] = 1] = "DataSources";
|
|
1190
|
+
ComponentItemType[ComponentItemType["Programs"] = 2] = "Programs";
|
|
1191
|
+
ComponentItemType[ComponentItemType["Helps"] = 3] = "Helps";
|
|
1192
|
+
ComponentItemType[ComponentItemType["Rights"] = 4] = "Rights";
|
|
1193
|
+
ComponentItemType[ComponentItemType["Events"] = 5] = "Events";
|
|
1194
|
+
ComponentItemType[ComponentItemType["Functions"] = 6] = "Functions";
|
|
1195
|
+
})(ComponentItemType || (exports.ComponentItemType = ComponentItemType = {}));
|
|
1196
|
+
var FieldComAlloc;
|
|
1197
|
+
(function (FieldComAlloc) {
|
|
1198
|
+
FieldComAlloc[FieldComAlloc["Auto"] = 1] = "Auto";
|
|
1199
|
+
FieldComAlloc[FieldComAlloc["None"] = 2] = "None";
|
|
1200
|
+
})(FieldComAlloc || (exports.FieldComAlloc = FieldComAlloc = {}));
|
|
1201
|
+
var BlobContent;
|
|
1202
|
+
(function (BlobContent) {
|
|
1203
|
+
BlobContent["Unknown"] = "0";
|
|
1204
|
+
BlobContent["Ansi"] = "1";
|
|
1205
|
+
BlobContent["Unicode"] = "2";
|
|
1206
|
+
BlobContent["Binary"] = "3";
|
|
1207
|
+
})(BlobContent || (exports.BlobContent = BlobContent = {}));
|
|
1208
|
+
var DBHRowIdentifier;
|
|
1209
|
+
(function (DBHRowIdentifier) {
|
|
1210
|
+
DBHRowIdentifier["RowId"] = "R";
|
|
1211
|
+
DBHRowIdentifier["Default"] = "D";
|
|
1212
|
+
DBHRowIdentifier["UniqueKey"] = "U";
|
|
1213
|
+
})(DBHRowIdentifier || (exports.DBHRowIdentifier = DBHRowIdentifier = {}));
|
|
1214
|
+
var UseSQLCursor;
|
|
1215
|
+
(function (UseSQLCursor) {
|
|
1216
|
+
UseSQLCursor["Yes"] = "Y";
|
|
1217
|
+
UseSQLCursor["No"] = "N";
|
|
1218
|
+
UseSQLCursor["Default"] = "D";
|
|
1219
|
+
})(UseSQLCursor || (exports.UseSQLCursor = UseSQLCursor = {}));
|
|
1220
|
+
var Encr;
|
|
1221
|
+
(function (Encr) {
|
|
1222
|
+
Encr["None"] = "N";
|
|
1223
|
+
Encr["DB"] = "E";
|
|
1224
|
+
Encr["ROnly"] = "R";
|
|
1225
|
+
})(Encr || (exports.Encr = Encr = {}));
|
|
1226
|
+
var DBHCache;
|
|
1227
|
+
(function (DBHCache) {
|
|
1228
|
+
DBHCache["Pos"] = "P";
|
|
1229
|
+
DBHCache["PosData"] = "D";
|
|
1230
|
+
DBHCache["None"] = "N";
|
|
1231
|
+
DBHCache["AsTable"] = "T";
|
|
1232
|
+
})(DBHCache || (exports.DBHCache = DBHCache = {}));
|
|
1233
|
+
var Resident;
|
|
1234
|
+
(function (Resident) {
|
|
1235
|
+
Resident["No"] = "N";
|
|
1236
|
+
Resident["Immediate"] = "I";
|
|
1237
|
+
Resident["OnDemand"] = "D";
|
|
1238
|
+
Resident["ImmediateAndClient"] = "C";
|
|
1239
|
+
Resident["ImmediateAndBrowser"] = "B";
|
|
1240
|
+
})(Resident || (exports.Resident = Resident = {}));
|
|
1241
|
+
var CheckExist;
|
|
1242
|
+
(function (CheckExist) {
|
|
1243
|
+
CheckExist["CheckYes"] = "Y";
|
|
1244
|
+
CheckExist["CheckNo"] = "N";
|
|
1245
|
+
CheckExist["CheckDB"] = "D";
|
|
1246
|
+
})(CheckExist || (exports.CheckExist = CheckExist = {}));
|
|
1247
|
+
var ValType;
|
|
1248
|
+
(function (ValType) {
|
|
1249
|
+
ValType[ValType["ZString"] = 1] = "ZString";
|
|
1250
|
+
ValType[ValType["MagicNum"] = 2] = "MagicNum";
|
|
1251
|
+
ValType[ValType["Boolean"] = 3] = "Boolean";
|
|
1252
|
+
ValType[ValType["UString"] = 4] = "UString";
|
|
1253
|
+
})(ValType || (exports.ValType = ValType = {}));
|
|
1254
|
+
var FldStorage;
|
|
1255
|
+
(function (FldStorage) {
|
|
1256
|
+
FldStorage[FldStorage["AlphaString"] = 1] = "AlphaString";
|
|
1257
|
+
FldStorage[FldStorage["AlphaLString"] = 2] = "AlphaLString";
|
|
1258
|
+
FldStorage[FldStorage["AlphaZString"] = 3] = "AlphaZString";
|
|
1259
|
+
FldStorage[FldStorage["NumericSigned"] = 4] = "NumericSigned";
|
|
1260
|
+
FldStorage[FldStorage["NumericUnsigned"] = 5] = "NumericUnsigned";
|
|
1261
|
+
FldStorage[FldStorage["NumericFloat"] = 6] = "NumericFloat";
|
|
1262
|
+
FldStorage[FldStorage["NumericFloatMS"] = 7] = "NumericFloatMS";
|
|
1263
|
+
FldStorage[FldStorage["NumericFloatDec"] = 8] = "NumericFloatDec";
|
|
1264
|
+
FldStorage[FldStorage["NumericPackedDec"] = 9] = "NumericPackedDec";
|
|
1265
|
+
FldStorage[FldStorage["NumericNumeric"] = 10] = "NumericNumeric";
|
|
1266
|
+
FldStorage[FldStorage["NumericCharDec"] = 11] = "NumericCharDec";
|
|
1267
|
+
FldStorage[FldStorage["NumericString"] = 12] = "NumericString";
|
|
1268
|
+
FldStorage[FldStorage["NumericMagic"] = 13] = "NumericMagic";
|
|
1269
|
+
FldStorage[FldStorage["NumericCisam"] = 14] = "NumericCisam";
|
|
1270
|
+
FldStorage[FldStorage["NumericExtFloat"] = 30] = "NumericExtFloat";
|
|
1271
|
+
FldStorage[FldStorage["BooleanInteger"] = 15] = "BooleanInteger";
|
|
1272
|
+
FldStorage[FldStorage["BooleanDBase"] = 16] = "BooleanDBase";
|
|
1273
|
+
FldStorage[FldStorage["DateInteger"] = 17] = "DateInteger";
|
|
1274
|
+
FldStorage[FldStorage["DateInteger1901"] = 18] = "DateInteger1901";
|
|
1275
|
+
FldStorage[FldStorage["DateString"] = 19] = "DateString";
|
|
1276
|
+
FldStorage[FldStorage["DateYYMD"] = 20] = "DateYYMD";
|
|
1277
|
+
FldStorage[FldStorage["DateMagic"] = 21] = "DateMagic";
|
|
1278
|
+
FldStorage[FldStorage["DateMagic1901"] = 22] = "DateMagic1901";
|
|
1279
|
+
FldStorage[FldStorage["TimeInteger"] = 23] = "TimeInteger";
|
|
1280
|
+
FldStorage[FldStorage["TimeString"] = 24] = "TimeString";
|
|
1281
|
+
FldStorage[FldStorage["TimeHMSH"] = 25] = "TimeHMSH";
|
|
1282
|
+
FldStorage[FldStorage["TimeMagic"] = 26] = "TimeMagic";
|
|
1283
|
+
FldStorage[FldStorage["MemoString"] = 27] = "MemoString";
|
|
1284
|
+
FldStorage[FldStorage["MemoMagic"] = 28] = "MemoMagic";
|
|
1285
|
+
FldStorage[FldStorage["Blob"] = 29] = "Blob";
|
|
1286
|
+
FldStorage[FldStorage["UnicodeString"] = 31] = "UnicodeString";
|
|
1287
|
+
FldStorage[FldStorage["UnicodeZString"] = 32] = "UnicodeZString";
|
|
1288
|
+
FldStorage[FldStorage["AnsiBlob"] = 33] = "AnsiBlob";
|
|
1289
|
+
FldStorage[FldStorage["UnicodeBlob"] = 34] = "UnicodeBlob";
|
|
1290
|
+
})(FldStorage || (exports.FldStorage = FldStorage = {}));
|
|
1291
|
+
var DriverDB;
|
|
1292
|
+
(function (DriverDB) {
|
|
1293
|
+
DriverDB[DriverDB["Btrv"] = 0] = "Btrv";
|
|
1294
|
+
DriverDB[DriverDB["Prevesive2000"] = 1] = "Prevesive2000";
|
|
1295
|
+
DriverDB[DriverDB["RMS"] = 2] = "RMS";
|
|
1296
|
+
DriverDB[DriverDB["MySQL"] = 3] = "MySQL";
|
|
1297
|
+
DriverDB[DriverDB["DBase"] = 4] = "DBase";
|
|
1298
|
+
DriverDB[DriverDB["Cache"] = 5] = "Cache";
|
|
1299
|
+
DriverDB[DriverDB["DB2AS400"] = 6] = "DB2AS400";
|
|
1300
|
+
DriverDB[DriverDB["FoxBase"] = 7] = "FoxBase";
|
|
1301
|
+
DriverDB[DriverDB["Clipper"] = 8] = "Clipper";
|
|
1302
|
+
DriverDB[DriverDB["SyBase"] = 9] = "SyBase";
|
|
1303
|
+
DriverDB[DriverDB["Cics"] = 12] = "Cics";
|
|
1304
|
+
DriverDB[DriverDB["Oracle"] = 13] = "Oracle";
|
|
1305
|
+
DriverDB[DriverDB["Informix"] = 14] = "Informix";
|
|
1306
|
+
DriverDB[DriverDB["Ingres"] = 15] = "Ingres";
|
|
1307
|
+
DriverDB[DriverDB["AS400"] = 16] = "AS400";
|
|
1308
|
+
DriverDB[DriverDB["DB2"] = 18] = "DB2";
|
|
1309
|
+
DriverDB[DriverDB["Odbc"] = 19] = "Odbc";
|
|
1310
|
+
DriverDB[DriverDB["MS6"] = 20] = "MS6";
|
|
1311
|
+
DriverDB[DriverDB["Memory"] = 21] = "Memory";
|
|
1312
|
+
DriverDB[DriverDB["RMCOB"] = 22] = "RMCOB";
|
|
1313
|
+
})(DriverDB || (exports.DriverDB = DriverDB = {}));
|
|
1314
|
+
var ExportType;
|
|
1315
|
+
(function (ExportType) {
|
|
1316
|
+
ExportType["EntireProject"] = "A";
|
|
1317
|
+
ExportType["Models"] = "E";
|
|
1318
|
+
ExportType["DataSources"] = "F";
|
|
1319
|
+
ExportType["Programs"] = "P";
|
|
1320
|
+
ExportType["Helps"] = "H";
|
|
1321
|
+
ExportType["Rights"] = "R";
|
|
1322
|
+
ExportType["Menus"] = "M";
|
|
1323
|
+
ExportType["CompositeResources"] = "O";
|
|
1324
|
+
ExportType["ApplicationProperties"] = "C";
|
|
1325
|
+
})(ExportType || (exports.ExportType = ExportType = {}));
|
|
1326
|
+
var TriggerType;
|
|
1327
|
+
(function (TriggerType) {
|
|
1328
|
+
TriggerType["System"] = "S";
|
|
1329
|
+
TriggerType["Timer"] = "T";
|
|
1330
|
+
TriggerType["Expression"] = "E";
|
|
1331
|
+
TriggerType["Internal"] = "I";
|
|
1332
|
+
TriggerType["None"] = "N";
|
|
1333
|
+
TriggerType["Component"] = "C";
|
|
1334
|
+
TriggerType["User"] = "U";
|
|
1335
|
+
TriggerType["Error"] = "R";
|
|
1336
|
+
TriggerType["ComEvent"] = "X";
|
|
1337
|
+
TriggerType["DotNetEvent"] = "D";
|
|
1338
|
+
TriggerType["PublicUserEvent"] = "P";
|
|
1339
|
+
TriggerType["UserFunc"] = "F";
|
|
1340
|
+
})(TriggerType || (exports.TriggerType = TriggerType = {}));
|
|
1341
|
+
var ItemMasks;
|
|
1342
|
+
(function (ItemMasks) {
|
|
1343
|
+
ItemMasks[ItemMasks["Undefined"] = 0] = "Undefined";
|
|
1344
|
+
ItemMasks[ItemMasks["ActiveInClient"] = 1] = "ActiveInClient";
|
|
1345
|
+
ItemMasks[ItemMasks["MagicSqlFunc"] = 4] = "MagicSqlFunc";
|
|
1346
|
+
ItemMasks[ItemMasks["CacheAlways"] = 8] = "CacheAlways";
|
|
1347
|
+
ItemMasks[ItemMasks["CacheSometimes"] = 16] = "CacheSometimes";
|
|
1348
|
+
ItemMasks["RtSearchExecAllowed"] = " ";
|
|
1349
|
+
ItemMasks["ArgAttrAsResult"] = "@";
|
|
1350
|
+
ItemMasks[ItemMasks["CalcResAttr"] = 128] = "CalcResAttr";
|
|
1351
|
+
ItemMasks[ItemMasks["PossibleReentrance"] = 256] = "PossibleReentrance";
|
|
1352
|
+
ItemMasks[ItemMasks["ForceClientExecBrowserClient"] = 512] = "ForceClientExecBrowserClient";
|
|
1353
|
+
ItemMasks[ItemMasks["ForceServerExecBrowserClient"] = 1024] = "ForceServerExecBrowserClient";
|
|
1354
|
+
ItemMasks[ItemMasks["FuncNotSupportedBrowserClient"] = 2048] = "FuncNotSupportedBrowserClient";
|
|
1355
|
+
ItemMasks[ItemMasks["ForceClientExecRichClient"] = 4096] = "ForceClientExecRichClient";
|
|
1356
|
+
ItemMasks[ItemMasks["ForceServerExecRichClient"] = 8192] = "ForceServerExecRichClient";
|
|
1357
|
+
ItemMasks[ItemMasks["FuncNotSupportedRichClient"] = 16384] = "FuncNotSupportedRichClient";
|
|
1358
|
+
ItemMasks[ItemMasks["FuncNotSupportedOnlineBatch"] = 32768] = "FuncNotSupportedOnlineBatch";
|
|
1359
|
+
ItemMasks[ItemMasks["ForceMixExecRichClient"] = 65536] = "ForceMixExecRichClient";
|
|
1360
|
+
ItemMasks[ItemMasks["ForceUnknownExecRichClient"] = 131072] = "ForceUnknownExecRichClient";
|
|
1361
|
+
})(ItemMasks || (exports.ItemMasks = ItemMasks = {}));
|
|
1362
|
+
var UpdateMode;
|
|
1363
|
+
(function (UpdateMode) {
|
|
1364
|
+
UpdateMode["Incremental"] = "I";
|
|
1365
|
+
UpdateMode["Normal"] = "N";
|
|
1366
|
+
})(UpdateMode || (exports.UpdateMode = UpdateMode = {}));
|
|
1367
|
+
var BlockTypes;
|
|
1368
|
+
(function (BlockTypes) {
|
|
1369
|
+
BlockTypes["If"] = "I";
|
|
1370
|
+
BlockTypes["Else"] = "E";
|
|
1371
|
+
BlockTypes["EndBlock"] = "N";
|
|
1372
|
+
BlockTypes["Loop"] = "L";
|
|
1373
|
+
})(BlockTypes || (exports.BlockTypes = BlockTypes = {}));
|
|
1374
|
+
var FormOperationType;
|
|
1375
|
+
(function (FormOperationType) {
|
|
1376
|
+
FormOperationType["Input"] = "I";
|
|
1377
|
+
FormOperationType["Output"] = "O";
|
|
1378
|
+
})(FormOperationType || (exports.FormOperationType = FormOperationType = {}));
|
|
1379
|
+
var FormPage;
|
|
1380
|
+
(function (FormPage) {
|
|
1381
|
+
FormPage["Skip"] = "S";
|
|
1382
|
+
FormPage["Auto"] = "A";
|
|
1383
|
+
FormPage["Top"] = "T";
|
|
1384
|
+
})(FormPage || (exports.FormPage = FormPage = {}));
|
|
1385
|
+
var FormDelimiter;
|
|
1386
|
+
(function (FormDelimiter) {
|
|
1387
|
+
FormDelimiter["Column"] = "C";
|
|
1388
|
+
FormDelimiter["Single"] = "S";
|
|
1389
|
+
FormDelimiter["Double"] = "D";
|
|
1390
|
+
})(FormDelimiter || (exports.FormDelimiter = FormDelimiter = {}));
|
|
1391
|
+
var CallOperationMode;
|
|
1392
|
+
(function (CallOperationMode) {
|
|
1393
|
+
CallOperationMode["Program"] = "P";
|
|
1394
|
+
CallOperationMode["SubTask"] = "T";
|
|
1395
|
+
CallOperationMode["ByExp"] = "E";
|
|
1396
|
+
CallOperationMode["ByName"] = "B";
|
|
1397
|
+
CallOperationMode["Remote"] = "R";
|
|
1398
|
+
CallOperationMode["Com"] = "C";
|
|
1399
|
+
CallOperationMode["OsCommand"] = "O";
|
|
1400
|
+
CallOperationMode["UDP"] = "U";
|
|
1401
|
+
CallOperationMode["WebS"] = "W";
|
|
1402
|
+
CallOperationMode["WebSLite"] = "L";
|
|
1403
|
+
CallOperationMode[CallOperationMode["DotNet"] = 46] = "DotNet";
|
|
1404
|
+
})(CallOperationMode || (exports.CallOperationMode = CallOperationMode = {}));
|
|
1405
|
+
var RowType;
|
|
1406
|
+
(function (RowType) {
|
|
1407
|
+
RowType[RowType["Header"] = 1] = "Header";
|
|
1408
|
+
RowType[RowType["Operation"] = 2] = "Operation";
|
|
1409
|
+
})(RowType || (exports.RowType = RowType = {}));
|
|
1410
|
+
var ForceExit;
|
|
1411
|
+
(function (ForceExit) {
|
|
1412
|
+
ForceExit["None"] = "N";
|
|
1413
|
+
ForceExit["Control"] = "C";
|
|
1414
|
+
ForceExit["PreRecordUpdate"] = "R";
|
|
1415
|
+
ForceExit["PostRecordUpdate"] = "P";
|
|
1416
|
+
ForceExit["Ignore"] = "I";
|
|
1417
|
+
ForceExit["Editing"] = "E";
|
|
1418
|
+
})(ForceExit || (exports.ForceExit = ForceExit = {}));
|
|
1419
|
+
var MediaType;
|
|
1420
|
+
(function (MediaType) {
|
|
1421
|
+
MediaType["None"] = "N";
|
|
1422
|
+
MediaType["GraphicalPrinter"] = "G";
|
|
1423
|
+
MediaType["Printer"] = "P";
|
|
1424
|
+
MediaType["Console"] = "C";
|
|
1425
|
+
MediaType["File"] = "F";
|
|
1426
|
+
MediaType["Requester"] = "R";
|
|
1427
|
+
MediaType["XMLDirect"] = "D";
|
|
1428
|
+
MediaType["Variable"] = "V";
|
|
1429
|
+
})(MediaType || (exports.MediaType = MediaType = {}));
|
|
1430
|
+
var OSType;
|
|
1431
|
+
(function (OSType) {
|
|
1432
|
+
OSType["Android"] = "A";
|
|
1433
|
+
OSType["IOS"] = "I";
|
|
1434
|
+
})(OSType || (exports.OSType = OSType = {}));
|
|
1435
|
+
var APGMode;
|
|
1436
|
+
(function (APGMode) {
|
|
1437
|
+
APGMode["Execute"] = "E";
|
|
1438
|
+
APGMode["Generate"] = "G";
|
|
1439
|
+
})(APGMode || (exports.APGMode = APGMode = {}));
|
|
1440
|
+
var APGOption;
|
|
1441
|
+
(function (APGOption) {
|
|
1442
|
+
APGOption["Browse"] = "B";
|
|
1443
|
+
APGOption["Export"] = "E";
|
|
1444
|
+
APGOption["Import"] = "I";
|
|
1445
|
+
APGOption["Print"] = "P";
|
|
1446
|
+
APGOption["Browser"] = "R";
|
|
1447
|
+
APGOption["RichClient"] = "H";
|
|
1448
|
+
})(APGOption || (exports.APGOption = APGOption = {}));
|
|
1449
|
+
var APGDisplayMode;
|
|
1450
|
+
(function (APGDisplayMode) {
|
|
1451
|
+
APGDisplayMode["Line"] = "L";
|
|
1452
|
+
APGDisplayMode["Screen"] = "S";
|
|
1453
|
+
APGDisplayMode["None"] = "N";
|
|
1454
|
+
})(APGDisplayMode || (exports.APGDisplayMode = APGDisplayMode = {}));
|
|
1455
|
+
var APGFormSize;
|
|
1456
|
+
(function (APGFormSize) {
|
|
1457
|
+
APGFormSize["AsModel"] = "M";
|
|
1458
|
+
APGFormSize["AsContent"] = "C";
|
|
1459
|
+
APGFormSize["AsContentWithinMDI"] = "D";
|
|
1460
|
+
})(APGFormSize || (exports.APGFormSize = APGFormSize = {}));
|
|
1461
|
+
var APGType;
|
|
1462
|
+
(function (APGType) {
|
|
1463
|
+
APGType["Single"] = "S";
|
|
1464
|
+
APGType["Multiple"] = "M";
|
|
1465
|
+
APGType["Program"] = "P";
|
|
1466
|
+
})(APGType || (exports.APGType = APGType = {}));
|
|
1467
|
+
var APGInvokedFrom;
|
|
1468
|
+
(function (APGInvokedFrom) {
|
|
1469
|
+
APGInvokedFrom[APGInvokedFrom["TablesRepository"] = 1] = "TablesRepository";
|
|
1470
|
+
APGInvokedFrom[APGInvokedFrom["ProgramsRepository"] = 2] = "ProgramsRepository";
|
|
1471
|
+
})(APGInvokedFrom || (exports.APGInvokedFrom = APGInvokedFrom = {}));
|
|
1472
|
+
var MgModelType;
|
|
1473
|
+
(function (MgModelType) {
|
|
1474
|
+
MgModelType["Model"] = "M";
|
|
1475
|
+
MgModelType["Var"] = "V";
|
|
1476
|
+
})(MgModelType || (exports.MgModelType = MgModelType = {}));
|
|
1477
|
+
var CallbackType;
|
|
1478
|
+
(function (CallbackType) {
|
|
1479
|
+
CallbackType[CallbackType["ProgressBar"] = 0] = "ProgressBar";
|
|
1480
|
+
CallbackType[CallbackType["Import"] = 1] = "Import";
|
|
1481
|
+
CallbackType[CallbackType["FormEditor"] = 2] = "FormEditor";
|
|
1482
|
+
CallbackType[CallbackType["CollectionChanges"] = 3] = "CollectionChanges";
|
|
1483
|
+
})(CallbackType || (exports.CallbackType = CallbackType = {}));
|
|
1484
|
+
var Axis;
|
|
1485
|
+
(function (Axis) {
|
|
1486
|
+
Axis[Axis["X"] = 0] = "X";
|
|
1487
|
+
Axis[Axis["Y"] = 1] = "Y";
|
|
1488
|
+
})(Axis || (exports.Axis = Axis = {}));
|
|
1489
|
+
var ModelAttrHelp;
|
|
1490
|
+
(function (ModelAttrHelp) {
|
|
1491
|
+
ModelAttrHelp["Internal"] = "A";
|
|
1492
|
+
ModelAttrHelp["Windows"] = "B";
|
|
1493
|
+
})(ModelAttrHelp || (exports.ModelAttrHelp = ModelAttrHelp = {}));
|
|
1494
|
+
var ModelAttrField;
|
|
1495
|
+
(function (ModelAttrField) {
|
|
1496
|
+
ModelAttrField["Alpha"] = "A";
|
|
1497
|
+
ModelAttrField["Numeric"] = "C";
|
|
1498
|
+
ModelAttrField["Unicode"] = "B";
|
|
1499
|
+
ModelAttrField["Logical"] = "D";
|
|
1500
|
+
ModelAttrField["Date"] = "E";
|
|
1501
|
+
ModelAttrField["Time"] = "F";
|
|
1502
|
+
ModelAttrField["Blob"] = "G";
|
|
1503
|
+
ModelAttrField["OLE"] = "H";
|
|
1504
|
+
ModelAttrField["ActiveX"] = "I";
|
|
1505
|
+
ModelAttrField["Vector"] = "J";
|
|
1506
|
+
ModelAttrField["DotNet"] = "K";
|
|
1507
|
+
})(ModelAttrField || (exports.ModelAttrField = ModelAttrField = {}));
|
|
1508
|
+
var ModelAttrGui0;
|
|
1509
|
+
(function (ModelAttrGui0) {
|
|
1510
|
+
ModelAttrGui0["Form"] = "A";
|
|
1511
|
+
ModelAttrGui0["Edit"] = "B";
|
|
1512
|
+
ModelAttrGui0["Static"] = "C";
|
|
1513
|
+
ModelAttrGui0["Button"] = "D";
|
|
1514
|
+
ModelAttrGui0["Check"] = "E";
|
|
1515
|
+
ModelAttrGui0["Radio"] = "F";
|
|
1516
|
+
ModelAttrGui0["Tab"] = "G";
|
|
1517
|
+
ModelAttrGui0["List"] = "H";
|
|
1518
|
+
ModelAttrGui0["Combo"] = "I";
|
|
1519
|
+
ModelAttrGui0["Line"] = "J";
|
|
1520
|
+
ModelAttrGui0["Slider"] = "K";
|
|
1521
|
+
ModelAttrGui0["Table"] = "L";
|
|
1522
|
+
ModelAttrGui0["Column"] = "M";
|
|
1523
|
+
ModelAttrGui0["Image"] = "N";
|
|
1524
|
+
ModelAttrGui0["Ole"] = "O";
|
|
1525
|
+
ModelAttrGui0["Redit"] = "P";
|
|
1526
|
+
ModelAttrGui0["Activex"] = "R";
|
|
1527
|
+
ModelAttrGui0["Subform"] = "S";
|
|
1528
|
+
ModelAttrGui0["Browser"] = "O";
|
|
1529
|
+
})(ModelAttrGui0 || (exports.ModelAttrGui0 = ModelAttrGui0 = {}));
|
|
1530
|
+
var ModelAttrGui1;
|
|
1531
|
+
(function (ModelAttrGui1) {
|
|
1532
|
+
ModelAttrGui1["Form"] = "A";
|
|
1533
|
+
ModelAttrGui1["Edit"] = "B";
|
|
1534
|
+
ModelAttrGui1["Static"] = "C";
|
|
1535
|
+
ModelAttrGui1["Line"] = "D";
|
|
1536
|
+
ModelAttrGui1["Table"] = "E";
|
|
1537
|
+
ModelAttrGui1["Column"] = "F";
|
|
1538
|
+
ModelAttrGui1["Image"] = "G";
|
|
1539
|
+
ModelAttrGui1["Redit"] = "H";
|
|
1540
|
+
})(ModelAttrGui1 || (exports.ModelAttrGui1 = ModelAttrGui1 = {}));
|
|
1541
|
+
var ModelAttrText;
|
|
1542
|
+
(function (ModelAttrText) {
|
|
1543
|
+
ModelAttrText["Form"] = "A";
|
|
1544
|
+
ModelAttrText["Edit"] = "B";
|
|
1545
|
+
ModelAttrText["Static"] = "C";
|
|
1546
|
+
ModelAttrText["Line"] = "D";
|
|
1547
|
+
})(ModelAttrText || (exports.ModelAttrText = ModelAttrText = {}));
|
|
1548
|
+
var ModelAttrRichClient;
|
|
1549
|
+
(function (ModelAttrRichClient) {
|
|
1550
|
+
ModelAttrRichClient["Form"] = "A";
|
|
1551
|
+
ModelAttrRichClient["Edit"] = "B";
|
|
1552
|
+
ModelAttrRichClient["Label"] = "C";
|
|
1553
|
+
ModelAttrRichClient["Button"] = "D";
|
|
1554
|
+
ModelAttrRichClient["Check"] = "E";
|
|
1555
|
+
ModelAttrRichClient["Radio"] = "F";
|
|
1556
|
+
ModelAttrRichClient["Tab"] = "G";
|
|
1557
|
+
ModelAttrRichClient["List"] = "H";
|
|
1558
|
+
ModelAttrRichClient["Combo"] = "I";
|
|
1559
|
+
ModelAttrRichClient["Group"] = "J";
|
|
1560
|
+
ModelAttrRichClient["Table"] = "K";
|
|
1561
|
+
ModelAttrRichClient["Column"] = "L";
|
|
1562
|
+
ModelAttrRichClient["Image"] = "M";
|
|
1563
|
+
ModelAttrRichClient["Subform"] = "N";
|
|
1564
|
+
ModelAttrRichClient["Browser"] = "O";
|
|
1565
|
+
ModelAttrRichClient["Line"] = "Q";
|
|
1566
|
+
})(ModelAttrRichClient || (exports.ModelAttrRichClient = ModelAttrRichClient = {}));
|
|
1567
|
+
var ModelAttrFramesetForm;
|
|
1568
|
+
(function (ModelAttrFramesetForm) {
|
|
1569
|
+
ModelAttrFramesetForm["Form"] = "A";
|
|
1570
|
+
ModelAttrFramesetForm["Frame"] = "B";
|
|
1571
|
+
})(ModelAttrFramesetForm || (exports.ModelAttrFramesetForm = ModelAttrFramesetForm = {}));
|
|
1572
|
+
var ModelAttRichClientFrameSet;
|
|
1573
|
+
(function (ModelAttRichClientFrameSet) {
|
|
1574
|
+
ModelAttRichClientFrameSet["Form"] = "A";
|
|
1575
|
+
ModelAttRichClientFrameSet["Frame"] = "B";
|
|
1576
|
+
})(ModelAttRichClientFrameSet || (exports.ModelAttRichClientFrameSet = ModelAttRichClientFrameSet = {}));
|
|
1577
|
+
var ModelAttrBrowser;
|
|
1578
|
+
(function (ModelAttrBrowser) {
|
|
1579
|
+
ModelAttrBrowser["Form"] = "A";
|
|
1580
|
+
ModelAttrBrowser["Edit"] = "B";
|
|
1581
|
+
ModelAttrBrowser["Static"] = "C";
|
|
1582
|
+
ModelAttrBrowser["Button"] = "D";
|
|
1583
|
+
ModelAttrBrowser["Check"] = "E";
|
|
1584
|
+
ModelAttrBrowser["Radio"] = "F";
|
|
1585
|
+
ModelAttrBrowser["List"] = "G";
|
|
1586
|
+
ModelAttrBrowser["Combo"] = "H";
|
|
1587
|
+
ModelAttrBrowser["Table"] = "I";
|
|
1588
|
+
ModelAttrBrowser["Image"] = "J";
|
|
1589
|
+
ModelAttrBrowser["Subform"] = "K";
|
|
1590
|
+
ModelAttrBrowser["Iframe"] = "L";
|
|
1591
|
+
ModelAttrBrowser["Opaque"] = "M";
|
|
1592
|
+
})(ModelAttrBrowser || (exports.ModelAttrBrowser = ModelAttrBrowser = {}));
|
|
1593
|
+
var ModelAttGuiFrame;
|
|
1594
|
+
(function (ModelAttGuiFrame) {
|
|
1595
|
+
ModelAttGuiFrame["Form"] = "A";
|
|
1596
|
+
ModelAttGuiFrame["Frame"] = "B";
|
|
1597
|
+
})(ModelAttGuiFrame || (exports.ModelAttGuiFrame = ModelAttGuiFrame = {}));
|
|
1598
|
+
var ModelAttMerge;
|
|
1599
|
+
(function (ModelAttMerge) {
|
|
1600
|
+
ModelAttMerge["Form"] = "A";
|
|
1601
|
+
})(ModelAttMerge || (exports.ModelAttMerge = ModelAttMerge = {}));
|
|
1602
|
+
var DbhKeyMode;
|
|
1603
|
+
(function (DbhKeyMode) {
|
|
1604
|
+
DbhKeyMode["Unique"] = "S";
|
|
1605
|
+
DbhKeyMode["NonUnique"] = "N";
|
|
1606
|
+
})(DbhKeyMode || (exports.DbhKeyMode = DbhKeyMode = {}));
|
|
1607
|
+
var DbhKeyDirection;
|
|
1608
|
+
(function (DbhKeyDirection) {
|
|
1609
|
+
DbhKeyDirection["OneWay"] = "A";
|
|
1610
|
+
DbhKeyDirection["TwoWay"] = "B";
|
|
1611
|
+
})(DbhKeyDirection || (exports.DbhKeyDirection = DbhKeyDirection = {}));
|
|
1612
|
+
var DbhKeyRangeMode;
|
|
1613
|
+
(function (DbhKeyRangeMode) {
|
|
1614
|
+
DbhKeyRangeMode["Quick"] = "Q";
|
|
1615
|
+
DbhKeyRangeMode["Full"] = "F";
|
|
1616
|
+
})(DbhKeyRangeMode || (exports.DbhKeyRangeMode = DbhKeyRangeMode = {}));
|
|
1617
|
+
var DbhKeyIndexType;
|
|
1618
|
+
(function (DbhKeyIndexType) {
|
|
1619
|
+
DbhKeyIndexType["Real"] = "R";
|
|
1620
|
+
DbhKeyIndexType["Virtual"] = "V";
|
|
1621
|
+
})(DbhKeyIndexType || (exports.DbhKeyIndexType = DbhKeyIndexType = {}));
|
|
1622
|
+
var DbhSegmentDirection;
|
|
1623
|
+
(function (DbhSegmentDirection) {
|
|
1624
|
+
DbhSegmentDirection["Ascending"] = "A";
|
|
1625
|
+
DbhSegmentDirection["Descending"] = "D";
|
|
1626
|
+
})(DbhSegmentDirection || (exports.DbhSegmentDirection = DbhSegmentDirection = {}));
|
|
1627
|
+
var ChoiceControlStyle;
|
|
1628
|
+
(function (ChoiceControlStyle) {
|
|
1629
|
+
ChoiceControlStyle[ChoiceControlStyle["ListBox"] = 1] = "ListBox";
|
|
1630
|
+
ChoiceControlStyle[ChoiceControlStyle["ComboBox"] = 2] = "ComboBox";
|
|
1631
|
+
ChoiceControlStyle[ChoiceControlStyle["Tab"] = 3] = "Tab";
|
|
1632
|
+
ChoiceControlStyle[ChoiceControlStyle["RadioButton"] = 4] = "RadioButton";
|
|
1633
|
+
})(ChoiceControlStyle || (exports.ChoiceControlStyle = ChoiceControlStyle = {}));
|
|
1634
|
+
var Recursion;
|
|
1635
|
+
(function (Recursion) {
|
|
1636
|
+
Recursion[Recursion["None"] = 0] = "None";
|
|
1637
|
+
Recursion[Recursion["First"] = 1] = "First";
|
|
1638
|
+
Recursion[Recursion["Second"] = 2] = "Second";
|
|
1639
|
+
Recursion[Recursion["FirstOpen"] = 3] = "FirstOpen";
|
|
1640
|
+
})(Recursion || (exports.Recursion = Recursion = {}));
|
|
1641
|
+
var ViewSelectType;
|
|
1642
|
+
(function (ViewSelectType) {
|
|
1643
|
+
ViewSelectType[ViewSelectType["IncludeInView"] = 0] = "IncludeInView";
|
|
1644
|
+
ViewSelectType[ViewSelectType["ExcludeFromView"] = 1] = "ExcludeFromView";
|
|
1645
|
+
})(ViewSelectType || (exports.ViewSelectType = ViewSelectType = {}));
|
|
1646
|
+
var RangeMode;
|
|
1647
|
+
(function (RangeMode) {
|
|
1648
|
+
RangeMode["From"] = "F";
|
|
1649
|
+
RangeMode["To"] = "T";
|
|
1650
|
+
RangeMode["Equal"] = "E";
|
|
1651
|
+
})(RangeMode || (exports.RangeMode = RangeMode = {}));
|
|
1652
|
+
var TableType;
|
|
1653
|
+
(function (TableType) {
|
|
1654
|
+
TableType["Table"] = "T";
|
|
1655
|
+
TableType["View"] = "V";
|
|
1656
|
+
TableType["Undefined"] = "U";
|
|
1657
|
+
})(TableType || (exports.TableType = TableType = {}));
|
|
1658
|
+
var DatabaseDataType;
|
|
1659
|
+
(function (DatabaseDataType) {
|
|
1660
|
+
DatabaseDataType["XmlDataSource"] = "X";
|
|
1661
|
+
DatabaseDataType["DatabaseDataSource"] = "D";
|
|
1662
|
+
})(DatabaseDataType || (exports.DatabaseDataType = DatabaseDataType = {}));
|
|
1663
|
+
var LogicHeaderAction;
|
|
1664
|
+
(function (LogicHeaderAction) {
|
|
1665
|
+
LogicHeaderAction[LogicHeaderAction["None"] = 0] = "None";
|
|
1666
|
+
LogicHeaderAction[LogicHeaderAction["CreateVariableChangeParameters"] = 1] = "CreateVariableChangeParameters";
|
|
1667
|
+
LogicHeaderAction[LogicHeaderAction["DeleteVariableChangeParameters"] = 2] = "DeleteVariableChangeParameters";
|
|
1668
|
+
LogicHeaderAction[LogicHeaderAction["ReplaceVariableChangeParameters"] = 3] = "ReplaceVariableChangeParameters";
|
|
1669
|
+
LogicHeaderAction[LogicHeaderAction["CreateEventParameters"] = 4] = "CreateEventParameters";
|
|
1670
|
+
})(LogicHeaderAction || (exports.LogicHeaderAction = LogicHeaderAction = {}));
|
|
1671
|
+
var DatabaseFilters;
|
|
1672
|
+
(function (DatabaseFilters) {
|
|
1673
|
+
DatabaseFilters["EnvironmentDatabaseAll"] = "A";
|
|
1674
|
+
DatabaseFilters["EnvironmentDatabaseSql"] = "S";
|
|
1675
|
+
DatabaseFilters["EnvironmentDatabaseCanLoadDefinition"] = "D";
|
|
1676
|
+
DatabaseFilters["EnvironmentDatabaseIsam"] = "I";
|
|
1677
|
+
DatabaseFilters["EnvironmentDatabaseXmlOnly"] = "X";
|
|
1678
|
+
DatabaseFilters["EnvironmentDatabaseOnly"] = "O";
|
|
1679
|
+
DatabaseFilters["EnvironmentDatabaseCanLoadDefinitionAndXml"] = "G";
|
|
1680
|
+
})(DatabaseFilters || (exports.DatabaseFilters = DatabaseFilters = {}));
|
|
1681
|
+
var FieldViewModelType;
|
|
1682
|
+
(function (FieldViewModelType) {
|
|
1683
|
+
FieldViewModelType[FieldViewModelType["DataSource"] = 0] = "DataSource";
|
|
1684
|
+
FieldViewModelType[FieldViewModelType["DataView"] = 1] = "DataView";
|
|
1685
|
+
FieldViewModelType[FieldViewModelType["Logic"] = 2] = "Logic";
|
|
1686
|
+
})(FieldViewModelType || (exports.FieldViewModelType = FieldViewModelType = {}));
|
|
1687
|
+
var SourceContextType;
|
|
1688
|
+
(function (SourceContextType) {
|
|
1689
|
+
SourceContextType["CurrentContext"] = "C";
|
|
1690
|
+
SourceContextType["MainContext"] = "M";
|
|
1691
|
+
})(SourceContextType || (exports.SourceContextType = SourceContextType = {}));
|
|
1692
|
+
var MagicSystemColor;
|
|
1693
|
+
(function (MagicSystemColor) {
|
|
1694
|
+
MagicSystemColor[MagicSystemColor["ScrollBar"] = 1] = "ScrollBar";
|
|
1695
|
+
MagicSystemColor[MagicSystemColor["Background"] = 2] = "Background";
|
|
1696
|
+
MagicSystemColor[MagicSystemColor["ActiveCaption"] = 3] = "ActiveCaption";
|
|
1697
|
+
MagicSystemColor[MagicSystemColor["InactiveCaption"] = 4] = "InactiveCaption";
|
|
1698
|
+
MagicSystemColor[MagicSystemColor["Menu"] = 5] = "Menu";
|
|
1699
|
+
MagicSystemColor[MagicSystemColor["Window"] = 6] = "Window";
|
|
1700
|
+
MagicSystemColor[MagicSystemColor["WindowFrame"] = 7] = "WindowFrame";
|
|
1701
|
+
MagicSystemColor[MagicSystemColor["MenuText"] = 8] = "MenuText";
|
|
1702
|
+
MagicSystemColor[MagicSystemColor["WindowText"] = 9] = "WindowText";
|
|
1703
|
+
MagicSystemColor[MagicSystemColor["CaptionText"] = 10] = "CaptionText";
|
|
1704
|
+
MagicSystemColor[MagicSystemColor["ActiveBorder"] = 11] = "ActiveBorder";
|
|
1705
|
+
MagicSystemColor[MagicSystemColor["InActiveBorder"] = 12] = "InActiveBorder";
|
|
1706
|
+
MagicSystemColor[MagicSystemColor["AppWorkSpace"] = 13] = "AppWorkSpace";
|
|
1707
|
+
MagicSystemColor[MagicSystemColor["Highlight"] = 14] = "Highlight";
|
|
1708
|
+
MagicSystemColor[MagicSystemColor["HighlightText"] = 15] = "HighlightText";
|
|
1709
|
+
MagicSystemColor[MagicSystemColor["BtnFace"] = 16] = "BtnFace";
|
|
1710
|
+
MagicSystemColor[MagicSystemColor["BtnShadow"] = 17] = "BtnShadow";
|
|
1711
|
+
MagicSystemColor[MagicSystemColor["GrayText"] = 18] = "GrayText";
|
|
1712
|
+
MagicSystemColor[MagicSystemColor["BtnText"] = 19] = "BtnText";
|
|
1713
|
+
MagicSystemColor[MagicSystemColor["InActiveCaptionText"] = 20] = "InActiveCaptionText";
|
|
1714
|
+
MagicSystemColor[MagicSystemColor["BtnHighlight"] = 21] = "BtnHighlight";
|
|
1715
|
+
MagicSystemColor[MagicSystemColor["ThreeDDarkShadow"] = 22] = "ThreeDDarkShadow";
|
|
1716
|
+
MagicSystemColor[MagicSystemColor["ThreeDLight"] = 23] = "ThreeDLight";
|
|
1717
|
+
MagicSystemColor[MagicSystemColor["InfoText"] = 24] = "InfoText";
|
|
1718
|
+
MagicSystemColor[MagicSystemColor["Info"] = 25] = "Info";
|
|
1719
|
+
MagicSystemColor[MagicSystemColor["Undefined"] = 26] = "Undefined";
|
|
1720
|
+
})(MagicSystemColor || (exports.MagicSystemColor = MagicSystemColor = {}));
|
|
1721
|
+
var ViewRefreshMode;
|
|
1722
|
+
(function (ViewRefreshMode) {
|
|
1723
|
+
ViewRefreshMode[ViewRefreshMode["None"] = 0] = "None";
|
|
1724
|
+
ViewRefreshMode[ViewRefreshMode["CurrentLocation"] = 1] = "CurrentLocation";
|
|
1725
|
+
ViewRefreshMode[ViewRefreshMode["UseTaskLocate"] = 2] = "UseTaskLocate";
|
|
1726
|
+
ViewRefreshMode[ViewRefreshMode["FirstRecord"] = 3] = "FirstRecord";
|
|
1727
|
+
})(ViewRefreshMode || (exports.ViewRefreshMode = ViewRefreshMode = {}));
|
|
1728
|
+
var LineManipulationType;
|
|
1729
|
+
(function (LineManipulationType) {
|
|
1730
|
+
LineManipulationType[LineManipulationType["None"] = 0] = "None";
|
|
1731
|
+
LineManipulationType[LineManipulationType["RepeatEntries"] = 1] = "RepeatEntries";
|
|
1732
|
+
LineManipulationType[LineManipulationType["MoveEntries"] = 2] = "MoveEntries";
|
|
1733
|
+
LineManipulationType[LineManipulationType["OverwriteCurrent"] = 3] = "OverwriteCurrent";
|
|
1734
|
+
})(LineManipulationType || (exports.LineManipulationType = LineManipulationType = {}));
|
|
1735
|
+
var DataViewOutputType;
|
|
1736
|
+
(function (DataViewOutputType) {
|
|
1737
|
+
DataViewOutputType["Xml"] = "X";
|
|
1738
|
+
DataViewOutputType["ClientFile"] = "C";
|
|
1739
|
+
})(DataViewOutputType || (exports.DataViewOutputType = DataViewOutputType = {}));
|
|
1740
|
+
var UndoRedoAction;
|
|
1741
|
+
(function (UndoRedoAction) {
|
|
1742
|
+
UndoRedoAction[UndoRedoAction["Undo"] = 0] = "Undo";
|
|
1743
|
+
UndoRedoAction[UndoRedoAction["Redo"] = 1] = "Redo";
|
|
1744
|
+
})(UndoRedoAction || (exports.UndoRedoAction = UndoRedoAction = {}));
|
|
1745
|
+
var OrientationLock;
|
|
1746
|
+
(function (OrientationLock) {
|
|
1747
|
+
OrientationLock[OrientationLock["No"] = 1] = "No";
|
|
1748
|
+
OrientationLock[OrientationLock["Portrait"] = 2] = "Portrait";
|
|
1749
|
+
OrientationLock[OrientationLock["Landscape"] = 3] = "Landscape";
|
|
1750
|
+
})(OrientationLock || (exports.OrientationLock = OrientationLock = {}));
|
|
1751
|
+
var EnterAnimation;
|
|
1752
|
+
(function (EnterAnimation) {
|
|
1753
|
+
EnterAnimation[EnterAnimation["Default"] = 1] = "Default";
|
|
1754
|
+
EnterAnimation[EnterAnimation["Left"] = 2] = "Left";
|
|
1755
|
+
EnterAnimation[EnterAnimation["Right"] = 3] = "Right";
|
|
1756
|
+
EnterAnimation[EnterAnimation["Top"] = 4] = "Top";
|
|
1757
|
+
EnterAnimation[EnterAnimation["Bottom"] = 5] = "Bottom";
|
|
1758
|
+
EnterAnimation[EnterAnimation["Flip"] = 6] = "Flip";
|
|
1759
|
+
EnterAnimation[EnterAnimation["Fade"] = 7] = "Fade";
|
|
1760
|
+
EnterAnimation[EnterAnimation["None"] = 8] = "None";
|
|
1761
|
+
})(EnterAnimation || (exports.EnterAnimation = EnterAnimation = {}));
|
|
1762
|
+
var ExitAnimation;
|
|
1763
|
+
(function (ExitAnimation) {
|
|
1764
|
+
ExitAnimation[ExitAnimation["Default"] = 1] = "Default";
|
|
1765
|
+
ExitAnimation[ExitAnimation["Left"] = 2] = "Left";
|
|
1766
|
+
ExitAnimation[ExitAnimation["Right"] = 3] = "Right";
|
|
1767
|
+
ExitAnimation[ExitAnimation["Top"] = 4] = "Top";
|
|
1768
|
+
ExitAnimation[ExitAnimation["Bottom"] = 5] = "Bottom";
|
|
1769
|
+
ExitAnimation[ExitAnimation["Flip"] = 6] = "Flip";
|
|
1770
|
+
ExitAnimation[ExitAnimation["Fade"] = 7] = "Fade";
|
|
1771
|
+
ExitAnimation[ExitAnimation["None"] = 8] = "None";
|
|
1772
|
+
})(ExitAnimation || (exports.ExitAnimation = ExitAnimation = {}));
|
|
1773
|
+
var KeyboardTypes;
|
|
1774
|
+
(function (KeyboardTypes) {
|
|
1775
|
+
KeyboardTypes[KeyboardTypes["Default"] = 1] = "Default";
|
|
1776
|
+
KeyboardTypes[KeyboardTypes["Numeric"] = 2] = "Numeric";
|
|
1777
|
+
KeyboardTypes[KeyboardTypes["URL"] = 3] = "URL";
|
|
1778
|
+
KeyboardTypes[KeyboardTypes["NumberPad"] = 4] = "NumberPad";
|
|
1779
|
+
KeyboardTypes[KeyboardTypes["PhonePad"] = 5] = "PhonePad";
|
|
1780
|
+
KeyboardTypes[KeyboardTypes["NamePhonePad"] = 6] = "NamePhonePad";
|
|
1781
|
+
KeyboardTypes[KeyboardTypes["Email"] = 7] = "Email";
|
|
1782
|
+
})(KeyboardTypes || (exports.KeyboardTypes = KeyboardTypes = {}));
|
|
1783
|
+
var KeyboardReturnKeys;
|
|
1784
|
+
(function (KeyboardReturnKeys) {
|
|
1785
|
+
KeyboardReturnKeys[KeyboardReturnKeys["Default"] = 1] = "Default";
|
|
1786
|
+
KeyboardReturnKeys[KeyboardReturnKeys["Go"] = 2] = "Go";
|
|
1787
|
+
KeyboardReturnKeys[KeyboardReturnKeys["Next"] = 3] = "Next";
|
|
1788
|
+
KeyboardReturnKeys[KeyboardReturnKeys["Previous"] = 4] = "Previous";
|
|
1789
|
+
KeyboardReturnKeys[KeyboardReturnKeys["Search"] = 5] = "Search";
|
|
1790
|
+
KeyboardReturnKeys[KeyboardReturnKeys["Done"] = 6] = "Done";
|
|
1791
|
+
})(KeyboardReturnKeys || (exports.KeyboardReturnKeys = KeyboardReturnKeys = {}));
|
|
1792
|
+
var OpenEditDialog;
|
|
1793
|
+
(function (OpenEditDialog) {
|
|
1794
|
+
OpenEditDialog[OpenEditDialog["Default"] = 1] = "Default";
|
|
1795
|
+
OpenEditDialog[OpenEditDialog["Yes"] = 2] = "Yes";
|
|
1796
|
+
OpenEditDialog[OpenEditDialog["No"] = 3] = "No";
|
|
1797
|
+
})(OpenEditDialog || (exports.OpenEditDialog = OpenEditDialog = {}));
|
|
1798
|
+
var FrameLayoutTypes;
|
|
1799
|
+
(function (FrameLayoutTypes) {
|
|
1800
|
+
FrameLayoutTypes[FrameLayoutTypes["TwoFramesHorizontal"] = 7901] = "TwoFramesHorizontal";
|
|
1801
|
+
FrameLayoutTypes[FrameLayoutTypes["TwoFramesVertical"] = 7902] = "TwoFramesVertical";
|
|
1802
|
+
FrameLayoutTypes[FrameLayoutTypes["ThreeFramesBottom"] = 7903] = "ThreeFramesBottom";
|
|
1803
|
+
FrameLayoutTypes[FrameLayoutTypes["ThreeFramesRight"] = 7904] = "ThreeFramesRight";
|
|
1804
|
+
FrameLayoutTypes[FrameLayoutTypes["ThreeFramesTop"] = 7905] = "ThreeFramesTop";
|
|
1805
|
+
FrameLayoutTypes[FrameLayoutTypes["ThreeFramesLeft"] = 7906] = "ThreeFramesLeft";
|
|
1806
|
+
})(FrameLayoutTypes || (exports.FrameLayoutTypes = FrameLayoutTypes = {}));
|
|
1807
|
+
var LineDirection;
|
|
1808
|
+
(function (LineDirection) {
|
|
1809
|
+
LineDirection[LineDirection["Horizontal"] = 0] = "Horizontal";
|
|
1810
|
+
LineDirection[LineDirection["Vertical"] = 1] = "Vertical";
|
|
1811
|
+
LineDirection[LineDirection["NESW"] = 2] = "NESW";
|
|
1812
|
+
LineDirection[LineDirection["NWSE"] = 3] = "NWSE";
|
|
1813
|
+
})(LineDirection || (exports.LineDirection = LineDirection = {}));
|
|
1814
|
+
var ScrollBarThumbType;
|
|
1815
|
+
(function (ScrollBarThumbType) {
|
|
1816
|
+
ScrollBarThumbType[ScrollBarThumbType["Incremental"] = 1] = "Incremental";
|
|
1817
|
+
ScrollBarThumbType[ScrollBarThumbType["Absolute"] = 2] = "Absolute";
|
|
1818
|
+
})(ScrollBarThumbType || (exports.ScrollBarThumbType = ScrollBarThumbType = {}));
|
|
1819
|
+
var FontAttributes;
|
|
1820
|
+
(function (FontAttributes) {
|
|
1821
|
+
FontAttributes[FontAttributes["FontAttributeBold"] = 1] = "FontAttributeBold";
|
|
1822
|
+
FontAttributes[FontAttributes["FontAttributeItalic"] = 2] = "FontAttributeItalic";
|
|
1823
|
+
FontAttributes[FontAttributes["FontAttributeStrikethrough"] = 4] = "FontAttributeStrikethrough";
|
|
1824
|
+
FontAttributes[FontAttributes["FontAttributeUnderline"] = 8] = "FontAttributeUnderline";
|
|
1825
|
+
FontAttributes[FontAttributes["FontAttributeDefault"] = 268435456] = "FontAttributeDefault"; //FNT_ATTR_DEFAULT
|
|
1826
|
+
})(FontAttributes || (exports.FontAttributes = FontAttributes = {}));
|
|
1827
|
+
var StorageAttribute;
|
|
1828
|
+
(function (StorageAttribute) {
|
|
1829
|
+
StorageAttribute["NONE"] = " ";
|
|
1830
|
+
StorageAttribute["ALPHA"] = "A";
|
|
1831
|
+
StorageAttribute["NUMERIC"] = "N";
|
|
1832
|
+
StorageAttribute["DATE"] = "D";
|
|
1833
|
+
StorageAttribute["TIME"] = "T";
|
|
1834
|
+
StorageAttribute["BOOLEAN"] = "B";
|
|
1835
|
+
StorageAttribute["MEMO"] = "M";
|
|
1836
|
+
StorageAttribute["BLOB"] = "O";
|
|
1837
|
+
StorageAttribute["BLOB_VECTOR"] = "V";
|
|
1838
|
+
StorageAttribute["UNICODE"] = "U";
|
|
1839
|
+
StorageAttribute["SKIP"] = "0";
|
|
1840
|
+
StorageAttribute["DOTNET"] = "E";
|
|
1841
|
+
})(StorageAttribute || (exports.StorageAttribute = StorageAttribute = {}));
|
|
1842
|
+
var NotifyCollectionChangedAction;
|
|
1843
|
+
(function (NotifyCollectionChangedAction) {
|
|
1844
|
+
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Add"] = 0] = "Add";
|
|
1845
|
+
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Remove"] = 1] = "Remove";
|
|
1846
|
+
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Replace"] = 2] = "Replace";
|
|
1847
|
+
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Move"] = 3] = "Move";
|
|
1848
|
+
NotifyCollectionChangedAction[NotifyCollectionChangedAction["Reset"] = 4] = "Reset";
|
|
1849
|
+
})(NotifyCollectionChangedAction || (exports.NotifyCollectionChangedAction = NotifyCollectionChangedAction = {}));
|
|
1850
|
+
var RowEditingTypes;
|
|
1851
|
+
(function (RowEditingTypes) {
|
|
1852
|
+
RowEditingTypes[RowEditingTypes["NoneRowEditing"] = 0] = "NoneRowEditing";
|
|
1853
|
+
RowEditingTypes[RowEditingTypes["EnterRowEditing"] = 1] = "EnterRowEditing";
|
|
1854
|
+
RowEditingTypes[RowEditingTypes["CancelRowEditing"] = 2] = "CancelRowEditing";
|
|
1855
|
+
RowEditingTypes[RowEditingTypes["SaveRowEditing"] = 3] = "SaveRowEditing";
|
|
1856
|
+
})(RowEditingTypes || (exports.RowEditingTypes = RowEditingTypes = {}));
|
|
1857
|
+
var TableWebStyle;
|
|
1858
|
+
(function (TableWebStyle) {
|
|
1859
|
+
TableWebStyle[TableWebStyle["RepeatableItems"] = 1] = "RepeatableItems";
|
|
1860
|
+
TableWebStyle[TableWebStyle["MatGrid"] = 2] = "MatGrid";
|
|
1861
|
+
TableWebStyle[TableWebStyle["HTMLTable"] = 3] = "HTMLTable";
|
|
1862
|
+
})(TableWebStyle || (exports.TableWebStyle = TableWebStyle = {}));
|
|
1863
1863
|
//# sourceMappingURL=Enums.js.map
|