
'Enumerated Type: TApplicationType
const appLessonManager = "apLessonManager"
const appLiveHelp = "apLiveHelp"
const appWebPlayer = "apWebPlayer"

'Enumerated Type: TActionType
const atNone = "atNone"
const atLClick = "atLClick"
const atRClick = "atRClick"
const atPEClick = "atPEClick"
const atDblClick = "atDblClick"
const atText = "atText"
const atMultiText = "atMultiText"
const atSelect = "atSelect"
const atDeselect = "atDeselect"
const atDragDrop = "atDragDrop"
const atMultiSelect = "atMultiSelect"
const atActiveControlChange = "atActiveControlChange"
const atInvalidClick = "atInvalidClick"

'Enumerated Type: TEntityType
const etCheck = "etCheck"
const etLabel = "etLabel"
const etRadio = "etRadio"

'Enumerated Type: TControlType
const uctHotSpot = "uctHotSpot"
const uctEdit = "uctEdit"
const uctButton = "uctButton"
const uctCheck = "uctCheck"
const uctCombo = "uctCombo"
const uctLabel = "uctLabel"
const uctMenu = "uctMenu"
const uctRadio = "uctRadio"
const uctTab = "uctTab"
const uctPEntry = "uctPEntry"
const uctPage = "uctPage"
const uctFrame = "uctFrame"
const uctImage = "uctImage"
const uctPanel = "uctPanel"
const uctListBox = "uctListBox"
const uctGroupBox = "uctGroupBox"
const uctScroll = "uctScroll"
const uctActiveX = "uctActiveX"
const uctClientArea = "uctClientArea"
const uctNode = "uctNode"
const uctHyperLink = "uctHyperLink"
const uctSapToolBar = "uctSapToolBar"
const uctStatusBar = "uctStatusBar"
const uctNonCbt = "uctNonCbt"

'Enumerated Type: TSkipType
const stNext = "stNext"
const stPrevious = "stPrevious"
const stTOCJump = "stTOCJump"
const stNoSkip = "stNoSkip"

'Enumerated Type: TLoginType
const ltNone = "ltNone"
const ltStt = "ltStt"
const ltWindows = "ltWindows"
const ltComputerName = "ltComputerName"

'Enumerated Type: TTaskState
const tsComplete = "tsComplete"
const tsIncomplete = "tsIncomplete"
const tsIncorrect = "tsIncorrect"
const tsNotAttempted = "tsNotAttempted"
const tsSkipped = "tsSkipped"
const tsCorrect = "tsCorrect"

'Enumerated Type: TShiftState
const ssAlt = "ssAlt"
const ssCtrl = "ssCtrl"
const ssShift = "ssShift"

'Enumerated Type: TLaunchType
const ltDirect = "ltDirect"
const ltLessonManager = "ltLessonManager"
const ltSCORM = "ltSCORM"
const ltSTTHelp = "ltSTTHelp"
const ltSTTManager = "ltSTTManager"
const ltUnknown = "ltUnknown"

'Enumerated Type: TDateFlag
'const dfShowDay = "dfShowDay"

'Enumerated Type: TLoginWindow
const lwLanguage = "lwLanguage"
const lwLogin = "lwLogin"

'Enumerated Type: TNodeType
const ntCourse = "ntCourse"
const ntLesson = "ntLesson"
const ntModule = "ntModule"
const ntRepository = "ntRepository"

'Enumerated Type: TContentType
const ctContent = "ctContent"
const ctOverview = "ctOverview"
const ctResults = "ctResults"
const ctNone = "ctNone"

'Enumerated Type: TGroupType
const gtAllRequired = "gtAllRequired"
const gtAnyRequired = "gtAnyRequired"

'Enumerated Type: TOrderType
const otAny = "otAny"
const otSpecific = "otSpecific"

'Enumerated Type: TMatchResult
const mrCorrect = "mrCorrect"
const mrIncorrect = "mrIncorrect"
const mrIncomplete = "mrIncomplete"

'Enumerated Type: TMatchType
const mtText = "mtText"
const mtCurrentDate = "mtCurrentDate"
const mtFixedDate = "mtFixedDate"
const mtSpecialDate = "mtSpecialDate"

'Lesson Status (Stats)
const lsNotAttempted = "lsNotAttempted"
const lsPassed = "lsPassed"
const lsFailed = "lsFailed"

'Keyword Filter Type
const kftAll = "kftAll"
const kftStartsWith = "kftStartsWith"
const kftContaining = "kftContaining"
const kftNotContaining = "kftNotContaining"

'Enumerated Type: TShowHeadingText
const shtDefault = "shtDefault"
const shtShow = "shtShow"
const shtHide = "shtHide"

'Enumerated Type: TMessageType
const mtNone = "mtNone"
const mtInstr = "mtInstr"
const mtNegErr = "mtNegErr"
const mtPosErr = "mtPosErr"

'Filter relationships
const frOR = "frOR"
const frAND = "frAND"
const frXOR = "frXOR"
