home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-27 | 69.3 KB | 1,269 lines |
- ' WordPro Bitmask Constants' Copyright 1995 Lotus Development Corp.
-
-
- 'ButtonType Constants
- Const LwpButtonTypeText = &H1
- Const LwpButtonTypeGraphics = &H2
- Const LwpButtonBehaviorPopup = &H4
- Const LwpButtonBehaviorLeftclick = &H8
- Const LwpButtonBehaviorClickable = &H8
- Const LwpButtonBehaviorCollapsible = &H10
- Const LwpButtonBehaviorContainer = &H20
- Const LwpButtonContentsLeftAligned = &H40
- Const LwpButtonContentsCenterAligned = &H80
- Const LwpButtonContentsRightAligned = &H100
- Const LwpButtonContentsGray = &H200
- Const LwpButtonContentsHilited = &H400
- Const LwpButtonNoTextFromHost = &H800
- Const LwpButtonSupportRightClick = &H1000
- Const LwpButtonSupportDblClick = &H2000
- Const LwpButtonHasAutorepeat = &H4000
- Const LwpButtonReserved = &H8000
- Const LwpButtonSpacer = &H10000
- Const LwpButtonHasUpdownCtrl = &H20000
- Const LwpButtonCanBeDepressed = &H40000
- Const LwpButtonBehaviorThermometer = &H80000
-
- 'DocumentOpenFlags Constants
- Const LwpDocOpenNoUi = &H1
- Const LwpDocOpenOleFileOpenMode = &H2
- Const LwpDocConverted = &H4
-
- 'DragType Constants
- Const LwpDragtypeNone = &H0
- Const LwpDragtypeText = &H1
- Const LwpDragtypeTable = &H2
- Const LwpDragtypeFrame = &H4
- Const LwpDragtypeRow = &H8
- Const LwpDragtypeColumn = &H10
- Const LwpDragtypeCell = &H20
- Const LwpDragtypeProperties = &H40
- Const LwpDragtypeExternalTarget = &H100
- Const LwpDragtypeExternalSource = &H200
- Const LwpDragtypeAborted = &H400
- Const LwpDragtypeAcrossDocs = &H800
- Const LwpDragtypeEmbed = &H1000
- Const LwpDragtypeByPara = &H2000
- Const LwpDragtypeCutdrag = &H4000
- Const LwpDragtypeCopydrag = &H8000
-
- 'EditLocks Constants
- Const LwpEditLocksNoLocks = &H0
- Const LwpEditLocksNoVersionOrReview = &H1
- Const LwpEditLocksNoEditNamedStyles = &H2
- Const LwpEditLocksNoCopyAndNoSaveas = &H4
- Const LwpEditLocksNoPrinting = &H8
- Const LwpEditLocksRevmarkOnly = &H10
-
- 'EditSugg Constants
- Const LwpEditSuggNoSuggestions = &H0
- Const LwpEditSuggOnlyMarkupEditsAllowed = &H1
- Const LwpEditSuggRevAndCommentIconbar = &H2
- Const LwpEditSuggEditingInNewVersion = &H4
-
- 'FitType Constants
- Const LwpFitVertical = &H1
- Const LwpFitHorz = &H2
- Const LwpFitHorzmargin = &H4
-
- 'FormatCategories Constants
- Const LwpFormatCategoriesNone = &H0
- Const LwpFormatCategoriesAll = &HF
- Const LwpFormatCategoriesText = &H1
- Const LwpFormatCategoriesTable = &H2
- Const LwpFormatCategoriesGraphic = &H4
- Const LwpFormatCategoriesOle = &H8
- Const LwpFormatCategoriesGraphicole = &HC
-
- 'FormatCheckOptions Constants
- Const LwpFormatCheckOptionsFixacronyms = &H1
- Const LwpFormatCheckOptionsFixspaces = &H2
- Const LwpFormatCheckOptionsFixbulletlist = &H4
- Const LwpFormatCheckOptionsFixmargins = &H8
- Const LwpFormatCheckOptionsTwospaces = &H10
- Const LwpFormatCheckOptionsAll = &H1F
-
- 'GeneralModifier Constants
- Const LwpGeneralModifierNone = &H0
- Const LwpGeneralModifierShift = &H1
- Const LwpGeneralModifierAlt = &H2
- Const LwpGeneralModifierCtrl = &H4
- Const LwpGeneralModifierCommand = &H8
- Const LwpGeneralModifierOption = &H10
- Const LwpGeneralModifierSys = &H20
- Const LwpGeneralModifierCapslock = &H40
- Const LwpGeneralModifierNumlock = &H80
- Const LwpGeneralModifierScrolllock = &H100
- Const LwpGeneralModifierHelp = &H200
-
- 'IncludeList Constants
- Const LwpIncludeListAllText = &H1
- Const LwpIncludeListMainDocText = &H2
- Const LwpIncludeListHeadersFooters = &H4
- Const LwpIncludeListTables = &H8
- Const LwpIncludeListFrames = &H10
- Const LwpIncludeListFootnotes = &H20
-
- 'LayStyOver Constants
- Const LwpLayStyOverSize = &H1
- Const LwpLayStyOverPlacement = &H2
- Const LwpLayStyOverSizeAndPlacement = &H3
- Const LwpLayStyOverMargins = &H4
- Const LwpLayStyOverBorders = &H8
- Const LwpLayStyOverBackground = &H10
- Const LwpLayStyOverJoins = &H20
- Const LwpLayStyOverShadow = &H40
- Const LwpLayStyOverTabs = &H80
- Const LwpLayStyOverScript = &H100
- Const LwpLayStyOverNumerics = &H200
- Const LwpLayStyOverColumns = &H400
- Const LwpLayStyOverScaling = &H800
- Const LwpLayStyOverRotation = &H1000
- Const LwpLayStyOverLeaders = &H2000
- Const LwpLayStyOverOrientation = &H4000
- Const LwpLayStyOverMisc = &H8000
- Const LwpLayStyOverChildren = &H10000
- Const LwpLayStyOverContents = &H20000
-
- 'LayoutDirection Constants
- Const LwpLayoutDirectionUseDirection = &H1
- Const LwpLayoutDirectionAutoGrow = &H2
- Const LwpLayoutDirectionAutoSize = &H4
- Const LwpLayoutDirectionTocontainer = &H8
- Const LwpLayoutDirectionAllDirections = &HF
-
- 'LinePlacement Constants
- Const LwpLinePlacementLeft = &H1
- Const LwpLinePlacementRight = &H2
- Const LwpLinePlacementTop = &H4
- Const LwpLinePlacementBottom = &H8
- Const LwpLinePlacementAllsides = &HF
-
- 'MacroStatus Constants
- Const LwpMacroStatusIsRunning = &H1
- Const LwpMacroStatusIsPaused = &H1
- Const LwpMacroStatusIsRecording = &H2
- Const LwpMacroStatusIsQuickRecord = &H4
-
- 'Menu Constants
- Const LwpMenuFilemenu = &H64
- Const LwpMenuMfNew = &H65
- Const LwpMenuMfOpen = &H66
- Const LwpMenuMfSave = &H67
- Const LwpMenuMfSaveas = &H68
- Const LwpMenuMfRevert = &H69
- Const LwpMenuMfAppendtext = &H6A
- Const LwpMenuMfImport = &H6B
- Const LwpMenuMfFilemanage = &H6C
- Const LwpMenuMfDocdesc = &H6D
- Const LwpMenuMfCreatedatafile = &H6E
- Const LwpMenuMfPrint = &H6F
- Const LwpMenuMfChgprinter = &H70
- Const LwpMenuMfExit = &H71
- Const LwpMenuMfPrintreset = &H72
- Const LwpMenuMfDde = &H73
- Const LwpMenuMfMergeaction = &H74
- Const LwpMenuMfJustprint = &H75
- Const LwpMenuMfStandalonep = &H147
- Const LwpMenuMfAllfldsrename = &H76
- Const LwpMenuMfPrintwrongpaper = &H77
- Const LwpMenuMfPrintcancel = &H78
- Const LwpMenuMfDummymrgsel = &H79
- Const LwpMenuMfDummymrgext = &H7A
- Const LwpMenuMfAsciiopts = &H7B
- Const LwpMenuMfCanprint = &H7C
- Const LwpMenuMfFldrename = &H7D
- Const LwpMenuMfPrintopt = &H7E
- Const LwpMenuMfSaveasnw = &H7F
- Const LwpMenuMfImportnw = &H80
- Const LwpMenuMfDocdescnw = &H81
- Const LwpMenuMfMasternw = &H82
- Const LwpMenuMfNwimport = &H83
- Const LwpMenuMfMergeviewprint = &H84
- Const LwpMenuMfLastopen1 = &H85
- Const LwpMenuMfLastopen2 = &H86
- Const LwpMenuMfLastopen3 = &H87
- Const LwpMenuMfLastopen4 = &H88
- Const LwpMenuMfLastopen5 = &H89
- Const LwpMenuMfOpennostyle = &H8A
- Const LwpMenuMfMergelabels = &H8B
- Const LwpMenuMfOtherflds = &H8C
- Const LwpMenuMfImportpicture = &H8D
- Const LwpMenuMfExport = &H8E
- Const LwpMenuMfAttribnw = &H8F
- Const LwpMenuMfCanmergeprint = &H92
- Const LwpMenuMfImporttext = &H98
- Const LwpMenuMfMergeprintopts = &H235
- Const LwpMenuMfClose = &H90
- Const LwpMenuMfCloseall = &H2DB
- Const LwpMenuMfCloseallreplacelast = &H2DC
- Const LwpMenuMfPassword = &H91
- Const LwpMenuMfPassword2 = &H122
- Const LwpMenuMfMasterdocument = &H2E0
- Const LwpMenuMfClosefile = &H93
- Const LwpMenuMfLock = &H94
- Const LwpMenuMfNextmdiwindow = &H2D7
- Const LwpMenuMfMail = &HE5
- Const LwpMenuMfMailNew = &H2E1
- Const LwpMenuMfMailread = &HE6
- Const LwpMenuMfQuickopen = &HE7
- Const LwpMenuMfFilesep = &HEB
- Const LwpMenuMfSavecopyas = &H124
- Const LwpMenuMfUpdateobject = &H125
- Const LwpMenuMfEditorgreet = &H2DD
- Const LwpMenuMfNewdivision = &H2DE
- Const LwpMenuMfOpendivision = &H2DF
- Const LwpMenuMfSaContinueRoute = &H2E2
- Const LwpMenuMfSaRoute = &H2E3
- Const LwpMenuMfSeldatafile = &H30C
- Const LwpMenuMfMrgdelimit = &H30C
- Const LwpMenuMfMrgletter = &H30D
- Const LwpMenuMfMrgenvelope = &H312
- Const LwpMenuMfMrggotorecord = &H30E
- Const LwpMenuMfCreatedesc = &H30F
- Const LwpMenuMfMrgsort = &H310
- Const LwpMenuMfCreatemerge = &H311
- Const LwpMenuMfEditdatafile = &H313
- Const LwpMenuMfUsecurasmrgdoc = &H314
- Const LwpMenuMfOpenandeditdatafile = &H315
- Const LwpMenuMfOpenpreview = &H316
- Const LwpMenuMfNewpreview = &H317
- Const LwpMenuMxMergemacro = &H318
- Const LwpMenuMfMergeprintall = &H319
- Const LwpMenuMfMergeopen = &H31A
- Const LwpMenuMlsRunscript = &H31B
- Const LwpMenuMlsCreatescript = &H35F
- Const LwpMenuMlsCreatedialog = &H360
- Const LwpMenuMlsCompile = &H365
- Const LwpMenuMlsAutoapp = &H369
- Const LwpMenuMlsIdeStepIn = &H3C0
- Const LwpMenuMlsIdeStepOver = &H3C1
- Const LwpMenuMlsIdeStepExit = &H3C2
- Const LwpMenuMlsIdeContinue = &H3C3
- Const LwpMenuMlsIdeStop = &H3C4
- Const LwpMenuMlsIdeSetBp = &H3C5
- Const LwpMenuMlsIdeDisBp = &H3C6
- Const LwpMenuMlsIdeClearAll = &H3C7
- Const LwpMenuMlsIdeDisAll = &H3C8
- Const LwpMenuMlsIdeBreakpoints = &H3C9
- Const LwpMenuMlsIdeBrowser = &H3CA
- Const LwpMenuMlsIdeOutput = &H3CB
- Const LwpMenuMlsIdeVariables = &H3CC
- Const LwpMenuMlsIdeCheckScript = &H3CD
- Const LwpMenuMlsIdeNewSub = &H3CE
- Const LwpMenuMlsIdeNewFun = &H3CF
- Const LwpMenuMlsIdeDebug = &H3D0
- Const LwpMenuMlsIdeRedo = &H3D1
- Const LwpMenuMlsShowide = &H3D2
- Const LwpMenuMlsIdeImport = &H3D3
- Const LwpMenuMlsIdeExport = &H3D4
- Const LwpMenuMlsIdeScriptPref = &H3D5
- Const LwpMenuMlsIdeCloseWin = &H3D6
- Const LwpMenuMlsIdeToggle = &H3D7
- Const LwpMenuMlsIdePrevSub = &H3D8
- Const LwpMenuMlsIdeNextSub = &H3D9
- Const LwpMenuMlsIdeTogglebp = &H3DA
- Const LwpMenuMlsIdeCodeWindow = &H3DB
- Const LwpMenuMlsIdeCheckAll = &H3DC
- Const LwpMenuMlsIdeSaveLso = &H3DD
- Const LwpMenuMlsIdeShowicon = &H3E0
- Const LwpMenuMlsIdeRuncursub = &H3E1
- Const LwpMenuMlsIdeHelpLs = &H3E2
- Const LwpMenuMlsIdeHelpWp = &H3E3
- Const LwpMenuMlsIdeHelpSe = &H3E4
- Const LwpMenuMlsIdeHelpAbout = &H3E5
- Const LwpMenuMlsIdeInsertLso = &H3E6
- Const LwpMenuMlRenumnotes = &H95
- Const LwpMenuEditmenu = &H96
- Const LwpMenuMeUndo = &H97
- Const LwpMenuMeCut = &H99
- Const LwpMenuMeCopy = &H9A
- Const LwpMenuMePaste = &H9B
- Const LwpMenuMeUndoredo = &H9C
- Const LwpMenuMePastelinks = &H9D
- Const LwpMenuMeInsvariable = &H9E
- Const LwpMenuMeFootnotes = &HA0
- Const LwpMenuMeNotes = &HA1
- Const LwpMenuMeNotes20 = &H11A
- Const LwpMenuMeDefaults = &HA2
- Const LwpMenuMeTypeover = &HA3
- Const LwpMenuMeNbDefaults = &HA4
- Const LwpMenuMeInsertdate = &HA5
- Const LwpMenuMeAddmergevar = &HA6
- Const LwpMenuMeAdddocdescvar = &HA7
- Const LwpMenuMxMdiswitch = &HA8
- Const LwpMenuMeSeclevaction = &HA9
- Const LwpMenuMeDefpaths = &HAA
- Const LwpMenuMeFootopts = &HAB
- Const LwpMenuMeRedo = &HAC
- Const LwpMenuMeDocoptions = &HAD
- Const LwpMenuMeDefpath = &HAE
- Const LwpMenuMeDefsty = &HAF
- Const LwpMenuMeDefback = &HB0
- Const LwpMenuMeFootnoteinsert = &HB1
- Const LwpMenuMeInsertnote = &HB2
- Const LwpMenuMeDelete = &HB3
- Const LwpMenuMeIndexentry = &HB4
- Const LwpMenuMeAddnote = &HB5
- Const LwpMenuMeMergevar = &HB6
- Const LwpMenuMeDescvar = &HB7
- Const LwpMenuMeFormatcheckbar = &HB8
- Const LwpMenuMePageup = &HB9
- Const LwpMenuMePagedown = &HBA
- Const LwpMenuMeRevinsertion = &HBB
- Const LwpMenuMeProtected = &HBC
- Const LwpMenuMeNohyphen = &HBD
- Const LwpMenuMeGetglosname = &HC6
- Const LwpMenuMeMacpath = &H11E
- Const LwpMenuMeTocentry = &H343
- Const LwpMenuMeBullet = &H344
- Const LwpMenuMeMergedatafile = &H232
- Const LwpMenuMeMergeextdesc = &H234
- Const LwpMenuMeMergevarsdatafile = &H236
- Const LwpMenuMePastespecial = &H24C
- Const LwpMenuMeInsertobject = &H24D
- Const LwpMenuMeChangelink = &H24E
- Const LwpMenuMeUseworkpath = &H24F
- Const LwpMenuMeSelectword = &H253
- Const LwpMenuMeSelectsentence = &H254
- Const LwpMenuMeSelectparagraph = &H255
- Const LwpMenuMeSelectfile = &H256
- Const LwpMenuMeRevisionmode = &H257
- Const LwpMenuMlDoccontrol = &H258
- Const LwpMenuMfSharedoccontrol = &H25A
- Const LwpMenuMlDoccontrolEditorpanel = &H25B
- Const LwpMenuMlDoccontrolExternal = &H25C
- Const LwpMenuMvViewversionExternal = &H25D
- Const LwpMenuMfDocdescExternal = &H25E
- Const LwpMenuMfMrglabel = &H25F
- Const LwpMenuMfMrglettersetup = &H260
- Const LwpMenuMfMrgenvelopesetup = &H261
- Const LwpMenuMfMrgviewprint = &H264
- Const LwpMenuNwobjects = &HBE
- Const LwpMenuMoOpennw = &HBF
- Const LwpMenuMoCreatenw = &HC0
- Const LwpMenuMoListnw = &HC1
- Const LwpMenuMoLinksnw = &HC2
- Const LwpMenuMoAttribnw = &HC3
- Const LwpMenuViewmenu = &HC8
- Const LwpMenuMvFit = &HC9
- Const LwpMenuMvWorking = &HCA
- Const LwpMenuMv75 = &H31C
- Const LwpMenuMv150 = &H31D
- Const LwpMenuMv100 = &HCB
- Const LwpMenuMv200 = &HCC
- Const LwpMenuMvSwitchiconstate = &HCD
- Const LwpMenuMvPagesort = &H303
- Const LwpMenuMvZoomoptions = &H304
- Const LwpMenuMvComment = &H306
- Const LwpMenuMvShowheadfoot = &H307
- Const LwpMenuMvCustom = &H305
- Const LwpMenuMvFacingpages = &H308
- Const LwpMenuMvMultiplepages = &H309
- Const LwpMenuMvPagemargin = &H30A
- Const LwpMenuMvPagewidth = &H30B
- Const LwpMenuMvSpecialview = &H323
- Const LwpMenuMvClearspecialview = &H371
- Const LwpMenuMvSynchronizeviews = &H364
- Const LwpMenuMvClearhighlight = &H36A
- Const LwpMenuMvPreferences = &HCE
- Const LwpMenuMvTabrack = &HCF
- Const LwpMenuMvFunctionbar = &HD0
- Const LwpMenuMvChgsidebar = &HD1
- Const LwpMenuMvLayout = &HD2
- Const LwpMenuMvDraft = &HD3
- Const LwpMenuMvFacing = &HD4
- Const LwpMenuMvFacecancel = &HD6
- Const LwpMenuMvShowpicts = &HD7
- Const LwpMenuMvShowmarks = &HD8
- Const LwpMenuMvPreferdefaults = &HD9
- Const LwpMenuMvOutline = &HDA
- Const LwpMenuMvFloatingicon = &HDB
- Const LwpMenuMvLefticon = &HDC
- Const LwpMenuMvRighticon = &HDD
- Const LwpMenuMvTopicon = &HDE
- Const LwpMenuMvBottomicon = &HDF
- Const LwpMenuMvSmarticons = &HE8
- Const LwpMenuMvFullscreen = &HE9
- Const LwpMenuMvFullscreenoptions = &HEA
- Const LwpMenuMvEditicon = &HEC
- Const LwpMenuMfPrintenvelope = &HED
- Const LwpMenuMvNexticonset = &HEF
- Const LwpMenuMvSaveicon = &HF0
- Const LwpMenuMvCreateicon = &HF1
- Const LwpMenuMvFullscreenstartup = &HF2
- Const LwpMenuMvSectiontabs = &HF4
- Const LwpMenuCharmenu = &HFA
- Const LwpMenuMcTextinfobox = &H11B
- Const LwpMenuMcTextinfoboxmouse = &H262
- Const LwpMenuMcDrawinfoboxmouse = &H263
- Const LwpMenuMcFont = &HFB
- Const LwpMenuMcNormal = &HFD
- Const LwpMenuMcBold = &HFE
- Const LwpMenuMcItalic = &HFF
- Const LwpMenuMcUnderline = &H100
- Const LwpMenuMcWordunder = &H101
- Const LwpMenuMcLeft = &H103
- Const LwpMenuMcCenter = &H104
- Const LwpMenuMcRight = &H105
- Const LwpMenuMcJustify = &H106
- Const LwpMenuMcAlignment = &H107
- Const LwpMenuMcCaps = &H108
- Const LwpMenuMcIndentall = &HF7
- Const LwpMenuMcIndentfirst = &HF8
- Const LwpMenuMcIndentrest = &HF9
- Const LwpMenuMcExtract = &HF6
- Const LwpMenuMcMacrofastformat = &HEE
- Const LwpMenuMcFontrevert = &HF3
- Const LwpMenuMcEnlargetext = &HFC
- Const LwpMenuMcReducetext = &HF5
- Const LwpMenuMcIndent = &H102
- Const LwpMenuMcOutdent = &H11C
- Const LwpMenuMcBulletpanel = &H11D
- Const LwpMenuMcNextfacename = &H3B6
- Const LwpMenuMcNextalignment = &H3B7
- Const LwpMenuMcNextattribute = &H3B8
- Const LwpMenuMcNextbullet = &H3B9
- Const LwpMenuMcNextnumbering = &H3BA
- Const LwpMenuMcNextstyle = &H3BB
- Const LwpMenuMcDoubleunder = &H10E
- Const LwpMenuMcSuperscript = &H10F
- Const LwpMenuMcSubscript = &H110
- Const LwpMenuMcAllcaps = &H111
- Const LwpMenuMfEnvelopeprint = &H112
- Const LwpMenuMcAlllower = &H11F
- Const LwpMenuMcInitcaps = &H120
- Const LwpMenuMcSmallcaps = &H121
- Const LwpMenuMcJustfont = &H116
- Const LwpMenuMcJustpointsize = &H117
- Const LwpMenuMcStrikethru = &H118
- Const LwpMenuMcFastformat = &H123
- Const LwpMenuMcHighlight = &H126
- Const LwpMenuStylemenu = &H12C
- Const LwpMenuMsCreate = &H12D
- Const LwpMenuMsStylemanage = &H12F
- Const LwpMenuMsChgstyle = &H130
- Const LwpMenuMsSavestyle = &H131
- Const LwpMenuMsSelectstyle = &H132
- Const LwpMenuMsOutlinestyle = &H140
- Const LwpMenuMsStylemanageinit = &H141
- Const LwpMenuMsStylemanageaction = &H142
- Const LwpMenuMsChangestylename = &H143
- Const LwpMenuMsDefinestyle = &H144
- Const LwpMenuMsModcreatestyle = &H145
- Const LwpMenuMsStylemanagefinish = &H146
- Const LwpMenuMsRedefinestyle = &H150
- Const LwpMenuMsMargins = &H148
- Const LwpMenuMsPagesettings = &H149
- Const LwpMenuMsApply = &H14A
- Const LwpMenuMsStylemru1 = &H14B
- Const LwpMenuMsStylemru2 = &H14C
- Const LwpMenuMsStylemru3 = &H14D
- Const LwpMenuMsStylemru4 = &H14E
- Const LwpMenuMrManualtable = &H14F
- Const LwpMenuMrFrameanchorinfobox = &H187
- Const LwpMenuMrFramelineinfobox = &H188
- Const LwpMenuMrFramebackinfobox = &H189
- Const LwpMenuMrFramegfxinfobox = &H18A
- Const LwpMenuMrFrametopalign = &H18B
- Const LwpMenuMrFramecenteralign = &H18C
- Const LwpMenuMrFramebottomalign = &H18D
- Const LwpMenuMrDeleteframe = &H18F
- Const LwpMenuPagemenu = &H15E
- Const LwpMenuMpCreatelayout = &H15F
- Const LwpMenuMpModifylayout = &H160
- Const LwpMenuMpTabs = &H163
- Const LwpMenuMpPagenum = &H164
- Const LwpMenuMpPagebreak = &H166
- Const LwpMenuMpLinenumber = &H167
- Const LwpMenuMpHeadfoot = &H168
- Const LwpMenuMpModlayoutinit = &H169
- Const LwpMenuMpModlaypagesettings = &H16A
- Const LwpMenuMpModlayrightfacepage = &H16B
- Const LwpMenuMpModlayrightheaderfacepage = &H16C
- Const LwpMenuMpModlayrightfooterfacepage = &H16D
- Const LwpMenuMpModlayrightlines = &H16E
- Const LwpMenuMpModlayleftfacepage = &H16F
- Const LwpMenuMpModlayleftheaderfacepage = &H170
- Const LwpMenuMpModlayleftfooterfacepage = &H171
- Const LwpMenuMpModlayleftlines = &H172
- Const LwpMenuMpDellayout = &H175
- Const LwpMenuMpRevertlayout = &H176
- Const LwpMenuMpInslayout = &H177
- Const LwpMenuMpModlayoutfinish = &H178
- Const LwpMenuMpHeaderfootergoto = &H179
- Const LwpMenuMpMacinslayout = &H17A
- Const LwpMenuMpParallel = &H17B
- Const LwpMenuMpPcolinfobox = &H17C
- Const LwpMenuMpPageproperties = &H17D
- Const LwpMenuMpCreate = &H17E
- Const LwpMenuMpNewpagestyle = &H17F
- Const LwpMenuMpHeaderproperties = &H180
- Const LwpMenuMpFooterproperties = &H181
- Const LwpMenuMpPagepropertiesmouse = &H182
- Const LwpMenuMpFooterpropertiesmouse = &H183
- Const LwpMenuMpHeaderpropertiesmouse = &H184
- Const LwpMenuMpPcolinfoboxmouse = &H185
- Const LwpMenuFramemenu = &H190
- Const LwpMenuMrFrametext = &H192
- Const LwpMenuMrScale = &H193
- Const LwpMenuMrGroupframes = &H194
- Const LwpMenuMrFrameinfobox = &H195
- Const LwpMenuMrBringtofront = &H197
- Const LwpMenuMrSendtoback = &H198
- Const LwpMenuMrAdd = &H199
- Const LwpMenuMrSendbackone = &H19A
- Const LwpMenuMrDrawingicon = &H19B
- Const LwpMenuMrChartingicon = &H19C
- Const LwpMenuMrCreateframe = &H19D
- Const LwpMenuMrAddframewithdlg = &H19E
- Const LwpMenuMrFramedefaults = &H19F
- Const LwpMenuMrFramelines = &H1A0
- Const LwpMenuMrFrametype = &H1A1
- Const LwpMenuMrFrameborders = &H1A2
- Const LwpMenuMrFramecolumns = &H1A3
- Const LwpMenuMrModframereflow = &H1A4
- Const LwpMenuMrModframeinit = &H1A5
- Const LwpMenuMrBringfrontone = &H186
- Const LwpMenuMrSelectframe = &H18E
- Const LwpMenuMrEquationsicon = &H1A7
- Const LwpMenuMrImageprocessing = &H1A8
- Const LwpMenuMrFrameinfoboxmouse = &H26C
- Const LwpMenuMrFramelineinfoboxmouse = &H26D
- Const LwpMenuMrFramebackinfoboxmouse = &H26E
- Const LwpMenuMrFramegfxinfoboxmouse = &H26F
- Const LwpMenuMrFrameanchorinfoboxmouse = &H270
- Const LwpMenuMrExpert = &H38F
- Const LwpMenuMrExpertmax = &H39C
- Const LwpMenuMrWppack = &H15D
- Const LwpMenuMrAfid = &H1A9
- Const LwpMenuMrAfidmax = &H1C1
- Const LwpMenuToolmenu = &H1C2
- Const LwpMenuMlSearch = &H1C3
- Const LwpMenuMlGoto = &H1C4
- Const LwpMenuMlSpellopts = &H1C5
- Const LwpMenuMlUserdict = &H1C6
- Const LwpMenuMlThesaurus = &H1C7
- Const LwpMenuMlSort = &H1C8
- Const LwpMenuMlTables = &H1C9
- Const LwpMenuMlGotolast = &H1CA
- Const LwpMenuMlSpellopts2 = &H1CB
- Const LwpMenuMlRevmarkoptions = &H1CD
- Const LwpMenuMlToc = &H1CE
- Const LwpMenuMlAssignmacro = &H1CF
- Const LwpMenuMlMacros = &H1D0
- Const LwpMenuMlMacroaccel = &H1A6
- Const LwpMenuMlGeneratetoc = &H1D1
- Const LwpMenuMlIndexnextfile = &H119
- Const LwpMenuMlBookmark = &H1D2
- Const LwpMenuMlGlossary = &H1D3
- Const LwpMenuMlGlosset = &H1D4
- Const LwpMenuMlMacpause = &H1D5
- Const LwpMenuMlGenerateindex = &H1D6
- Const LwpMenuMlSpelladddict = &H1D7
- Const LwpMenuMlSpellskipall = &H1D8
- Const LwpMenuMlSpellreplace = &H1DA
- Const LwpMenuMlSpell = &H1DB
- Const LwpMenuMlSpellinit = &H1DC
- Const LwpMenuMlSpellcheck = &H1DD
- Const LwpMenuMlSpellcancel = &H1DE
- Const LwpMenuMlSpellskip = &H1DF
- Const LwpMenuMlReplace = &H1E0
- Const LwpMenuMlChglang = &H1E1
- Const LwpMenuMlRenumseq = &H1E2
- Const LwpMenuMlSrattrs = &H1E5
- Const LwpMenuMlRepopts = &H1E6
- Const LwpMenuMlSropts = &H1E7
- Const LwpMenuMlSearchonly = &H1E8
- Const LwpMenuMlMacplay = &H1E9
- Const LwpMenuMlMacassign = &H1EA
- Const LwpMenuMlMacdde = &H1EB
- Const LwpMenuMlMactype = &H1EC
- Const LwpMenuMlCall = &H1ED
- Const LwpMenuMlSammy2 = &H1EE
- Const LwpMenuMlTocopts = &H1EF
- Const LwpMenuMlSrfindmatch = &H1F0
- Const LwpMenuMlSrreplacethenfind = &H1F1
- Const LwpMenuMlSrcancel = &H1F2
- Const LwpMenuMlSrinit = &H1F3
- Const LwpMenuMlDoccompare = &H1F4
- Const LwpMenuMlMacroedit = &H1F5
- Const LwpMenuMlMacroplay = &H1F6
- Const LwpMenuMlMacrorecord = &H1F7
- Const LwpMenuMlMacrooptions = &H1F8
- Const LwpMenuMlQuickrec = &H1F9
- Const LwpMenuMlQuickplay = &H1FA
- Const LwpMenuMlGrammar = &H1FB
- Const LwpMenuMlGrammaropts = &H1FC
- Const LwpMenuMlGrammarstart = &H1FD
- Const LwpMenuMlGrammarinit = &H1FE
- Const LwpMenuMlModcreaterule = &H1FF
- Const LwpMenuMlGrammarnext = &H200
- Const LwpMenuMlGrammarcancel = &H201
- Const LwpMenuMlGrammarsugtext = &H202
- Const LwpMenuMlGrammaroptionstext = &H203
- Const LwpMenuMlGrammarchange = &H204
- Const LwpMenuMlGrammarstats = &H205
- Const LwpMenuMlIconpath = &H206
- Const LwpMenuMlCyclekeysetup = &H207
- Const LwpMenuMlSmartfill = &H208
- Const LwpMenuMlNewspell = &H209
- Const LwpMenuMlRevisionbar = &H20A
- Const LwpMenuMlToa = &H20B
- Const LwpMenuWindowmenu = &H4
- Const LwpMenuMwNewwindow = &H20D
- Const LwpMenuMwTilewindow = &H20E
- Const LwpMenuMwCascadewindow = &H20F
- Const LwpMenuMwTilewindowhorz = &H246
- Const LwpMenuMwSplitvertwindow = &H251
- Const LwpMenuMwSplithorzwindow = &H252
- Const LwpMenuMwFilesseparator = &H225
- Const LwpMenuMlMacresume = &H22A
- Const LwpMenuMlReviewrevs = &H22D
- Const LwpMenuMlRevacceptall = &H36B
- Const LwpMenuMlRevcancelall = &H36C
- Const LwpMenuMlRevaccept = &H36D
- Const LwpMenuMlRevcancel = &H36E
- Const LwpMenuMlField = &H238
- Const LwpMenuMlFieldnext = &H239
- Const LwpMenuMlFieldprev = &H23A
- Const LwpMenuMlFieldeval = &H23B
- Const LwpMenuMlUpdatedate = &H23F
- Const LwpMenuMlUpdatealldates = &H240
- Const LwpMenuMlFieldadd = &H23C
- Const LwpMenuMlFieldupdate = &H23D
- Const LwpMenuMlFieldtog = &H10A
- Const LwpMenuMlFieldupall = &H10B
- Const LwpMenuMlFieldlock = &H10C
- Const LwpMenuMlFieldsave = &H10D
- Const LwpMenuMlFieldauto = &HE0
- Const LwpMenuMlFieldshowrlt = &HE1
- Const LwpMenuMlFielddoauto = &HE2
- Const LwpMenuMlFieldremove = &HE3
- Const LwpMenuMlExechand = &H23E
- Const LwpMenuMlIndexopts = &HE4
- Const LwpMenuHelpmenu = &H226
- Const LwpMenuMhIdxhelp = &H227
- Const LwpMenuMhAbout = &H228
- Const LwpMenuMhMacrohelp = &H229
- Const LwpMenuMhCompatible = &H22B
- Const LwpMenuMhUsingHelp = &H33E
- Const LwpMenuMhKeyboard = &H33F
- Const LwpMenuMhHowDoI = &H340
- Const LwpMenuMhDoHelp = &H341
- Const LwpMenuMhForUpgraders = &H342
- Const LwpMenuMhTutorial = &H345
- Const LwpMenuMhSearch = &H36F
- Const LwpMenuMsControl = &H259
- Const LwpMenuMsFileman = &H25A
- Const LwpMenuMlInsertreference = &H271
- Const LwpMenuMtTbllayout = &H272
- Const LwpMenuMtInscolrow = &H273
- Const LwpMenuMtDelcolrow = &H274
- Const LwpMenuMtEditfrmla = &H275
- Const LwpMenuMtTbladd = &H276
- Const LwpMenuMtHeading = &H277
- Const LwpMenuMtTableinfobox = &H279
- Const LwpMenuMtSizecolrow = &H27A
- Const LwpMenuMtConnect = &H27B
- Const LwpMenuMtSavefrmla = &H27D
- Const LwpMenuMtQuickaddrow = &H283
- Const LwpMenuMtQuickaddcol = &H284
- Const LwpMenuMtDelcolumn = &H285
- Const LwpMenuMtDelrow = &H286
- Const LwpMenuMtInsertrow = &H287
- Const LwpMenuMtInsertcol = &H288
- Const LwpMenuMtInsertaccel = &H289
- Const LwpMenuMtDeleteaccel = &H28A
- Const LwpMenuMtDeltable = &H28B
- Const LwpMenuMtSelectcolumn = &H28C
- Const LwpMenuMtSelectrow = &H28D
- Const LwpMenuMtSelecttable = &H28E
- Const LwpMenuMtChgiconsize = &H28F
- Const LwpMenuMtDisconnect = &H290
- Const LwpMenuMtSplitcells = &H291
- Const LwpMenuMtSplittable = &H292
- Const LwpMenuMtPcolinscolrow = &H293
- Const LwpMenuMtPcolinsertrow = &H294
- Const LwpMenuMtPcolinsertcol = &H295
- Const LwpMenuMtPcoldeltable = &H296
- Const LwpMenuMtPcoldelcolumn = &H297
- Const LwpMenuMtPcoldelrow = &H298
- Const LwpMenuMtPcolconnect = &H299
- Const LwpMenuMtPcoldisconnect = &H29A
- Const LwpMenuMtPcolsplitcells = &H29B
- Const LwpMenuMtPcolselectcolumn = &H29C
- Const LwpMenuMtPcolselectrow = &H29D
- Const LwpMenuMtPcolselecttable = &H29E
- Const LwpMenuMtPcoldelcolrow = &H29F
- Const LwpMenuMtPcolheading = &H2A0
- Const LwpMenuMtCellinfobox = &H2A1
- Const LwpMenuMtShowtablelineinfobox = &H2A2
- Const LwpMenuMtShowtablesizeinfobox = &H2A3
- Const LwpMenuMtCreatetablewithgrid = &H2A4
- Const LwpMenuMtShowpcollineinfobox = &H2A5
- Const LwpMenuMtShowpcolsizeinfobox = &H2A6
- Const LwpMenuMtSplitpcol = &H2A7
- Const LwpMenuMtPcolselectentiretable = &H2A8
- Const LwpMenuMtSelectentiretable = &H2A9
- Const LwpMenuMtSelectentirecellrange = &H2AA
- Const LwpMenuMtSelectentirepcolcellrange = &H2AB
- Const LwpMenuMtTabletopalign = &H2AC
- Const LwpMenuMtTablecenteralign = &H2AD
- Const LwpMenuMtTablebottomalign = &H2AE
- Const LwpMenuMtConnectrow = &H2AF
- Const LwpMenuMtPcolconnectrow = &H2B0
- Const LwpMenuMtGotonextblock = &H2B1
- Const LwpMenuMtCellinfoboxmouse = &H2B2
- Const LwpMenuMtTableinfoboxmouse = &H2B3
- Const LwpMenuMxRunrexx = &H2BB
- Const LwpMenuMxRunontime = &H2BC
- Const LwpMenuMxHourglass = &H2D0
- Const LwpMenuMxMacpause = &H2D1
- Const LwpMenuMxMacresume = &H2D2
- Const LwpMenuMxTimedelay = &H2D3
- Const LwpMenuMxTestforcancel = &H2D4
- Const LwpMenuMxMacmessages = &H2D5
- Const LwpMenuMxPreanswermsgbox = &H2D6
- Const LwpMenuMxMaccancel = &H2D8
- Const LwpMenuMxMaccontinue = &H2D9
- Const LwpMenuMxMacrovariables = &H2DA
- Const LwpMenuMxRunautonew = &H31E
- Const LwpMenuMxRunautoopen = &H31F
- Const LwpMenuOutlinemenu = &H2EE
- Const LwpMenuMolPromote = &H2EF
- Const LwpMenuMolDemote = &H2F0
- Const LwpMenuMolMoveup = &H2F1
- Const LwpMenuMolMovedown = &H2F2
- Const LwpMenuMolExpand = &H2F3
- Const LwpMenuMolContract = &H2F4
- Const LwpMenuMolShowlevels = &H2F5
- Const LwpMenuMolExpandsingle = &H2F6
- Const LwpMenuMolContractsingle = &H2F7
- Const LwpMenuMolUseoutlinestyle = &H2F8
- Const LwpMenuMolSetshowlevel1 = &H2F9
- Const LwpMenuMolSetshowlevel2 = &H2FA
- Const LwpMenuMolSetshowlevel3 = &H2FB
- Const LwpMenuMolSetshowlevel4 = &H2FC
- Const LwpMenuMolSetshowlevel5 = &H2FD
- Const LwpMenuMolSetshowlevel6 = &H2FE
- Const LwpMenuMolSetshowlevel7 = &H2FF
- Const LwpMenuMolSetshowlevel8 = &H300
- Const LwpMenuMolSetshowlevel9 = &H301
- Const LwpMenuMolSetshowlevel10 = &H302
- Const LwpMenuMolOutstylesequence = &H2ED
- Const LwpMenuMtTabkey = &H320
- Const LwpMenuMeDefpathsnw = &H324
- Const LwpMenuMvHidepicts = &H325
- Const LwpMenuMvHidemarks = &H326
- Const LwpMenuMvHidetabrack = &H327
- Const LwpMenuMvColguide = &H328
- Const LwpMenuMvShowcleanscreen = &H348
- Const LwpMenuMvFixediconbar = &H34A
- Const LwpMenuMvViewlevel = &H34B
- Const LwpMenuMtbChange = &H32A
- Const LwpMenuMtbTabbox = &H32B
- Const LwpMenuMvVertruler = &H32E
- Const LwpMenuMvShownotes = &H330
- Const LwpMenuMvShowtabsandreturns = &H332
- Const LwpMenuMvOut2lay = &H334
- Const LwpMenuMfImportdraw = &H335
- Const LwpMenuMlMacroendrecord = &H336
- Const LwpMenuMvLay2out = &H337
- Const LwpMenuMvSetpreferences = &H338
- Const LwpMenuMrCreatelastframe = &H339
- Const LwpMenuMlQuickendrecord = &H33A
- Const LwpMenuMrUngroupframes = &H33B
- Const LwpMenuMlRevmarkingoff = &H33C
- Const LwpMenuMlFieldhide = &H33D
- Const LwpMenuMcExtracton = &H346
- Const LwpMenuMdivDivisionproperties = &H34C
- Const LwpMenuMdivNewdivision = &H34D
- Const LwpMenuMdivCombinedivisions = &H34E
- Const LwpMenuMdivDeletedivision = &H34F
- Const LwpMenuMdivExpanddivision = &H350
- Const LwpMenuMdivGroupdivision = &H356
- Const LwpMenuMsecSectionproperties = &H351
- Const LwpMenuMsecNewsection = &H352
- Const LwpMenuMsecCombinesections = &H353
- Const LwpMenuMsecSelectsection = &H354
- Const LwpMenuMsecExpandsection = &H355
- Const LwpMenuMtabSettabs = &H357
- Const LwpMenuMtabCleartabs = &H358
- Const LwpMenuMtabLefttab = &H359
- Const LwpMenuMtabRighttab = &H35A
- Const LwpMenuMtabCentertab = &H35B
- Const LwpMenuMtabNumerictab = &H35E
- Const LwpMenuMtabDefaulttabs = &H361
- Const LwpMenuMtabRemoveruler = &H362
- Const LwpMenuMtabHideruler = &H363
- Const LwpMenuMtabQuickright = &H3DE
- Const LwpMenuMtabQuickcenter = &H3DF
- Const LwpMenuMrSetmarginsinfobox = &H366
- Const LwpMenuMfToggleinfobox = &H367
- Const LwpMenuMfCreateversion = &H368
- Const LwpMenuMfCreateversionDivision = &H389
- Const LwpMenuMvViewversion = &H370
- Const LwpMenuMafidHelp = &H384
- Const LwpMenuMafidNotfound = &H385
- Const LwpMenuMfMailNextstop = &H386
- Const LwpMenuMfMailEditroute = &H387
- Const LwpMenuMergeScriptNotify = &H38E
- Const LwpMenuFirstpopupid = &H39D
- Const LwpMenuRenderformat = &H35C
- Const LwpMenuRenderallformats = &H35D
- Const LwpMenuMcCommenttoolsOn = &H379
- Const LwpMenuMnDeletenote = &H37A
- Const LwpMenuMnClosenote = &H37B
- Const LwpMenuMnNextnote = &H37C
- Const LwpMenuMnPrevnote = &H37D
- Const LwpMenuMcCommenttools = &H37E
- Const LwpMenuMcHighnote = &H37F
- Const LwpMenuMnCloseall = &H380
- Const LwpMenuMnOpenall = &H381
- Const LwpMenuMnDeleteall = &H382
- Const LwpMenuMnShowinitials = &H383
- Const LwpMenuMnNumbernotes = &H384
- Const LwpMenuMfQuickprint = &H3B2
- Const LwpMenuMdDebugger = &H3E8
- Const LwpMenuMdDebugDoc = &H3E9
- Const LwpMenuMdDebugPres = &H3EA
- Const LwpMenuMdDebugDivinfo = &H3EB
- Const LwpMenuMdDebugCont = &H3EC
- Const LwpMenuMdDebugCol = &H3ED
- Const LwpMenuMdDebugLine = &H3EE
- Const LwpMenuMdDebugVobj = &H3EF
- Const LwpMenuMdDebugHeap = &H3F0
- Const LwpMenuMdDebugMain = &H3F1
- Const LwpMenuMdDebugProf = &H3F2
- Const LwpMenuMdDebugVcnt = &H3F3
- Const LwpMenuMdDebugDivision = &H3F4
- Const LwpMenuMdDebugLay = &H3F5
- Const LwpMenuMdDebugVermgr = &H3F6
- Const LwpMenuMdDebugVerctrl = &H3F7
- Const LwpMenuMdDebugDoclay = &H3F8
- Const LwpMenuMdDebugPara = &H3FA
- Const LwpMenuMdDebugInfo = &H3FB
- Const LwpMenuMdDebugAtom = &H3FC
- Const LwpMenuMdDebugWrdarg = &H3FD
- Const LwpMenuMdDebugDwrdarg = &H3FE
- Const LwpMenuMdDebugStrarg = &H3FF
- Const LwpMenuMdDebugSline = &H400
- Const LwpMenuMdDebugPhint = &H401
- Const LwpMenuMdDebugChint = &H402
- Const LwpMenuMdDebugMsgtrace = &H403
- Const LwpMenuMdDebugFoundry = &H404
- Const LwpMenuMdDebugCounts = &H405
- Const LwpMenuMdDebugPresinfo = &H406
- Const LwpMenuMdDebugMeter = &H407
- Const LwpMenuMdDebugStack = &H408
- Const LwpMenuMdDebugPtrholder = &H409
- Const LwpMenuMdDebugMemory = &H40A
- Const LwpMenuMdDebugMemorydump = &H40B
- Const LwpMenuMdDebugContent = &H40C
- Const LwpMenuMdDebugSilver = &H40D
- Const LwpMenuMdDebugVernode = &H40E
- Const LwpMenuMdDebugCheckpoint = &H40F
- Const LwpMenuMdDebugSocket = &H410
- Const LwpMenuMdDebugSfb = &H411
- Const LwpMenuMdDebugDemandload = &H412
- Const LwpMenuMdDebugNumberhint = &H413
- Const LwpMenuMdDebugDialog = &H414
- Const LwpMenuMdDebugBack = &H415
- Const LwpMenuMdDebugHeadtailholder = &H416
- Const LwpMenuMdDebugNotifypersistent = &H417
- Const LwpMenuMdDebugObjectholder = &H418
- Const LwpMenuMdDebugEnumobjhead = &H419
- Const LwpMenuMdDebugNotify = &H41A
- Const LwpMenuMdDebugNamedobjectholder = &H41B
- Const LwpMenuMdDebugSection = &H41C
- Const LwpMenuMdDebugFontmgr = &H41D
- Const LwpMenuMdDebugSanity = &H41E
- Const LwpMenuMdDebugAtomWatch = &H41F
- Const LwpMenuMdDebugAtomCount = &H420
- Const LwpMenuMdDebugPieceCount = &H421
- Const LwpMenuMdDebugObjectSizes = &H422
- Const LwpMenuMdDebugTextstyle = &H423
- Const LwpMenuMdDebugFnlistlist = &H424
- Const LwpMenuMdDebugFootnote = &H425
- Const LwpMenuMdDebugEnd = &H44B
- Const LwpMenuMkPageup = &H44C
- Const LwpMenuMkPagedown = &H44D
- Const LwpMenuMcDooledragdrop = &H44E
- Const LwpMenuMsMplMargins = &H514
- Const LwpMenuMsMplPage = &H515
- Const LwpMenuMsMplFooter = &H516
- Const LwpMenuMsMplHeader = &H517
- Const LwpMenuMsMplLines = &H518
- Const LwpMenuMrMflType = &H578
- Const LwpMenuMrMflSizepos = &H579
- Const LwpMenuMrMflLines = &H57A
- Const LwpMenuMrMflColumnstabs = &H57B
- Const LwpMenuMlSetmacrofile = &H5DC
- Const LwpMenuMlCompilemacro = &H5DD
- Const LwpMenuMlMacrorun = &H5DE
- Const LwpMenuMlMacroappend = &H5DF
- Const LwpMenuMlPrototype = &H5E0
- Const LwpMenuMeSmartcorrect = &H5E1
- Const LwpMenuMrChart = &H5E2
- Const LwpMenuMrCharttodraw = &H5E3
- Const LwpMenuMmCascades = &H640
- Const LwpMenuSubmenuInsert = &H640
- Const LwpMenuMmFields = &H641
- Const LwpMenuSubmenuMarktextas = &H642
- Const LwpMenuSubmenuAlignment = &H643
- Const LwpMenuMmCaps = &H644
- Const LwpMenuMmMacros = &H647
- Const LwpMenuSubmenuInsertsmartsum = &H649
- Const LwpMenuMMailmemo = &H64A
- Const LwpMenuMPrinttofile = &H64B
- Const LwpMenuSubmenuUsersetup = &H64C
- Const LwpMenuSubmenuScripts = &H64D
- Const LwpMenuMmShowoptions = &H64E
- Const LwpMenuSubmenuQuickdemo = &H64F
- Const LwpMenuSubmenuOtherhelpstuff = &H650
- Const LwpMenuMmOtherframe = &H651
- Const LwpMenuMmOthertable = &H652
- Const LwpMenuSubmenuOthertextstuff = &H653
- Const LwpMenuSubmenuPriority = &H654
- Const LwpMenuMmOtherstuff = &H655
- Const LwpMenuSubmenuSelect = &H656
- Const LwpMenuSubmenuOtherdocpart = &H657
- Const LwpMenuSubmenuAttributes = &H658
- Const LwpMenuSubmenuOutline = &H659
- Const LwpMenuSubmenuCollapse = &H65A
- Const LwpMenuSubmenuEdit = &H65B
- Const LwpMenuSubmenuDebug = &H65C
- Const LwpMenuSubmenuDocprops = &H65D
- Const LwpMenuSubmenuZoomto = &H65E
- Const LwpMenuSubmenuShowhide = &H65F
- Const LwpMenuSubmenuOtherviewstuff = &H660
- Const LwpMenuSubmenuNamedstyles = &H661
- Const LwpMenuSubmenuDelete = &H662
- Const LwpMenuSubmenuFile = &H663
- Const LwpMenuSubmenuView = &H664
- Const LwpMenuSubmenuTeammail = &H665
- Const LwpMenuSubmenuEditmodemenu = &H666
- Const LwpMenuSubmenuDebugmodemenu = &H667
- Const LwpMenuSubmenuHelp = &H668
- Const LwpMenuCreatemenu = &H672
- Const LwpMenuParallelstylemenu = &H67A
- Const LwpMenuEnvAddress = &H67D
- Const LwpMenuEnvSave = &H681
- Const LwpMenuEnvPrint = &H682
- Const LwpMenuMfCreatetabdivision = &H686
- Const LwpMenuMfCreatedivision = &H683
- Const LwpMenuMeTocassist = &H684
- Const LwpMenuMpNewsection = &H685
- Const LwpMenuMtInsertclickhere = &H687
- Const LwpMenuMcTextlinepanel = &H688
- Const LwpMenuMvOtherviewstuff = &H689
- Const LwpMenuMoApplystyle = &H68A
- Const LwpMenuMsFramecreate = &H68B
- Const LwpMenuMsFrameredefinestyle = &H68C
- Const LwpMenuMsTablecreate = &H68D
- Const LwpMenuMsTableredefinestyle = &H68E
- Const LwpMenuMsTablecellcreate = &H68F
- Const LwpMenuMsTablecellredefinestyle = &H690
- Const LwpMenuMvShowmisspelled = &H691
- Const LwpMenuMtDelrowacc = &H692
- Const LwpMenuMtCtrlretacc = &H693
- Const LwpMenuMsQuickredefinestyle = &H694
- Const LwpMenuMtInsertrowacc = &H695
- Const LwpMenuMrOleconvert = &H696
- Const LwpMenuMrOleconvertandactivate = &H697
- Const LwpMenuMrFrameleft = &H698
- Const LwpMenuMrFramecenter = &H699
- Const LwpMenuMrFrameright = &H69A
- Const LwpMenuMrFramehorzspan = &H69B
- Const LwpMenuMrFramevertspan = &H69C
- Const LwpMenuMfNewanytab = &H69D
- Const LwpMenuMfOdmaopen = &H69E
- Const LwpMenuMfOdmainsert = &H69F
- Const LwpMenuMfOdmaconvert = &H6A0
- Const LwpMenuMfOdmasaveas = &H6A1
- Const LwpMenuMfOdmaexternalize = &H6A2
- Const LwpMenuMfOdmaexport = &H6A3
- Const LwpMenuMrOleverb = &H6A4
- Const LwpMenuMrOleverbmax = &H707
- Const LwpMenuMrOledivtabverb = &H708
- Const LwpMenuMrOledivtabverbmax = &H76B
- Const LwpMenuMtSelectcell = &H76C
- Const LwpMenuMtPcolselectcell = &H76D
- Const LwpMenuMpColumnbreak = &H76E
- Const LwpMenuMeViewtablegrid = &H76F
- Const LwpMenuMeViewtableheading = &H770
- Const LwpMenuMeViewpcolguides = &H771
- Const LwpMenuMeViewmarginguides = &H772
- Const LwpMenuMeViewpagegauge = &H773
- Const LwpMenuMeViewshowallmarks = &H774
- Const LwpMenuMeViewhideallmarks = &H775
- Const LwpMenuMtTableleft = &H776
- Const LwpMenuMtTablecenter = &H777
- Const LwpMenuMtTableright = &H778
- Const LwpMenuMtTablehorzspan = &H779
- Const LwpMenuMtGotoinfobox = &H77A
- Const LwpMenuMhTour = &H77B
- Const LwpMenuMfCreateoledivision = &H77D
- Const LwpMenuMfToggleclickhereprompts = &H77E
- Const LwpMenuMcToggleskipbullet = &H77F
- Const LwpMenuMlSkipmisspelledword = &H780
- Const LwpMenuMlSkipallmisspelledword = &H781
- Const LwpMenuMlAddtouserdictionary = &H782
- Const LwpMenuMlTogglebubblehelp = &H783
- Const LwpMenuMfPlainnew = &H784
- Const LwpMenuMvToggleshowanchors = &H785
- Const LwpMenuMvNextnewestversion = &H786
- Const LwpMenuMvMostrecentversion = &H787
- Const LwpMenuMvOldestversion = &H788
- Const LwpMenuMcJustifyall = &H789
- Const LwpMenuMcClosegraphicole = &H78A
- Const LwpMenuMfFramerevert = &H78B
- Const LwpMenuMtCellrevert = &H78C
- Const LwpMenuMfOpentabdivision = &H78D
- Const LwpMenuMfNewtabdivision = &H78E
- Const LwpMenuMtInsertclickherelink = &H78F
- Const LwpMenuMtEditclickherelink = &H790
- Const LwpMenuMsecDeletesection = &H79D
- Const LwpMenuMfExternalfileexit = &H79E
- Const LwpMenuMfExternalfilesavedivision = &H79F
- Const LwpMenuMfFtpopen = &H7A0
- Const LwpMenuMfFtpinsert = &H7A1
- Const LwpMenuMfFtpconvert = &H7A2
- Const LwpMenuMfFtpsaveas = &H7A3
- Const LwpMenuMfFtpexternalize = &H7A4
- Const LwpMenuSubmenuInternet = &H7A5
- Const LwpMenuMfFtpoptions = &H7A6
- Const LwpMenuMfOdmashowattributes = &H7A7
- Const LwpMenuMrRuby = &H7A8
- Const LwpMenuMfFtpopendivision = &H7A9
- Const LwpMenuMfFtpopenurl = &H7AA
- Const LwpMenuIbShowfrommenu = &H7AB
- Const LwpMenuMoHideinfobox = &H7AC
- Const LwpMenuMfWelcome = &H7AD
- Const LwpMenuMsQuickredefineframestyle = &H7B1
- Const LwpMenuMsQuickredefinetablestyle = &H7B2
- Const LwpMenuMsQuickredefinecellstyle = &H7B3
- Const LwpMenuMsQuickredefinetextstyle = &H7B4
- Const LwpMenuMeInsertsymbol = &H7B5
- Const LwpMenuMeWordcount = &H7B6
- Const LwpMenuMeDropcaps = &H7B7
- Const LwpMenuMfOdmaimportpicture = &H7B8
- Const LwpMenuMrOleobjectinfobox = &H7B9
- Const LwpMenuMcInternettoolson = &H7BA
- Const LwpMenuMcInternettools = &H7BB
- Const LwpMenuMhLotushomepage = &H7BC
- Const LwpMenuMhLotussupport = &H7BD
- Const LwpMenuMhLotusftpsite = &H7BE
- Const LwpMenuMrLinkframes = &H7BF
- Const LwpMenuMrUnlinkframes = &H7C0
- Const LwpMenuMfMrgwelcome = &H7C1
- Const LwpMenuMfHtmloptions = &H7C2
- Const LwpMenuMcUpdateindex = &H7C3
- Const LwpMenuMcUpdatetoc = &H7C4
- Const LwpMenuMvDesignmode = &H7C5
- Const LwpMenuMfNosopen = &H7C6
- Const LwpMenuMfNossaveas = &H7C7
- Const LwpMenuMfMailSendmessage = &H7C8
- Const LwpMenuMcInsertdefnumber = &H7C9
- Const LwpMenuMcInsertdefbullet = &H7CA
- Const LwpMenuMeTogglesmartselect = &H7CB
- Const LwpMenuMcCreateobjectviewer = &H7CC
- Const LwpMenuMcCreateobjectcomment = &H7CD
- Const LwpMenuMcCreateobjectdraw = &H7CE
- Const LwpMenuMcCreateobjectschedule = &H7CF
- Const LwpMenuMcCreateobjectspreadsheet = &H7D0
- Const LwpMenuMcCreateobjectchart = &H7D1
- Const LwpMenuMhInternetsearch = &H7D2
- Const LwpMenuMhLotussmartsuite = &H7D3
- Const LwpMenuMcClickherekeyword = &H7D4
- Const LwpMenuMfPublishweb = &H7D5
- Const LwpMenuMlCrossreference = &H7D6
- Const LwpMenuMtabHidevertruler = &H7D7
- Const LwpMenuMpUpdateheaders = &H7D8
- Const LwpMenuMpUpdatefooters = &H7D9
- Const LwpMenuMtEditclickhere = &H7DA
- Const LwpMenuMfShowwebauthor = &H7DB
- Const LwpMenuMfHidewebauthor = &H7DC
- Const LwpMenuMcWebauthorbegin = &H7DD
- Const LwpMenuMcWebcreatelink = &H7DD
- Const LwpMenuMcWebcreatehr = &H7DE
- Const LwpMenuMcWebcreatewallpaper = &H7DF
- Const LwpMenuMcWebcreateformcontrol = &H7E0
- Const LwpMenuMcWebauthorend = &H7E8
- Const LwpMenuRcSplitdivision = &H7E9
- Const LwpMenuRcDeletepagebreak = &H7EA
- Const LwpMenuRcDeletecolumnbreak = &H7EB
- Const LwpMenuRcDeletesectionbreak = &H7EC
- Const LwpMenuRcDeletepagelayout = &H7ED
- Const LwpMenuRcDeletenotemark = &H7EE
- Const LwpMenuMfLabeldlg = &H7EF
- Const LwpMenuMrRubyAbove = &HBB8
- Const LwpMenuMrRubyBelow = &HBB9
- Const LwpMenuMrRubyDelete = &HBBA
- Const LwpMenuMxMinmacromenu = &H2328
- Const LwpMenuMxMaxmacromenu = &H238B
- Const LwpMenuMrAfidmenu = &H2710
- Const LwpMenuMrAfidmenumax = &H3E80
- Const LwpMenuMaNotesflow = &H3E81
- Const LwpMenuMaNotesflowmax = &H3F48
- Const LwpMenuMwStartoffiles = &H4268
- Const LwpMenuMwEndoffiles = &H427C
- Const LwpMenuFcsTextmenu = &H0
- Const LwpMenuFcsFramemenu = &H1
- Const LwpMenuFcsFrametextmenu = &H2
- Const LwpMenuFcsTabletextmenu = &H3
- Const LwpMenuFcsFramegraphicmenu = &H4
- Const LwpMenuFcsPowerfieldmenu = &H5
- Const LwpMenuFcsParallelcoltextmenu = &H6
- Const LwpMenuFcsDivisionmenu = &H7
- Const LwpMenuFcsSectionmenu = &H8
- Const LwpMenuFcsTablemenu = &H9
- Const LwpMenuFcsParallelcolmenu = &HA
- Const LwpMenuFcsTablegraphicmenu = &HB
- Const LwpMenuFcsParallelcolgraphicmenu = &HC
- Const LwpMenuFcsHeadermenu = &HD
- Const LwpMenuFcsFootermenu = &HE
- Const LwpMenuFcsRulermenu = &HF
- Const LwpMenuFcsNotemenu = &H10
- Const LwpMenuFcsOutlinemenu = &H11
- Const LwpMenuFcsOledivisionmenu = &H12
- Const LwpMenuFcsFramechartmenu = &H13
- Const LwpMenuFcsTablechartmenu = &H14
- Const LwpMenuFcsParallelcolchartmenu = &H15
- Const LwpMenuFcsTablecornermenu = &H16
- Const LwpMenuFcsTablerowmenu = &H17
- Const LwpMenuFcsTablecolumnmenu = &H18
- Const LwpMenuFcsVertrulermenu = &H19
- Const LwpMenuFcsRubymenu = &H1A
- Const LwpMenuFcsFootnotetextmenu = &H28
- Const LwpMenuFcsIndextextmenu = &H29
- Const LwpMenuFcsToctextmenu = &H2A
- Const LwpMenuFcsTablecornermenutoc = &H2B
- Const LwpMenuFcsTabletextmenutoc = &H2C
- Const LwpMenuFcsFrametextmenudropcap = &H2D
- Const LwpMenuFcsFramemenudropcap = &H2E
- Const LwpMenuFcsTextdatemenu = &H2F
- Const LwpMenuFcsDeletepagebreakmenu = &H30
- Const LwpMenuFcsDeletesectionmenu = &H31
- Const LwpMenuFcsDeletecolumnmenu = &H32
- Const LwpMenuFcsDeletepagelayoutmenu = &H33
- Const LwpMenuFcsDeletenotemenu = &H34
-
- 'MergeOptFlg Constants
- Const LwpMergeOptFlgMergeAndPrint = &H1
- Const LwpMergeOptFlgMergeViewAndPrint = &H2
- Const LwpMergeOptFlgMergeAndSaveas = &H4
- Const LwpMergeOptFlgMergeInsertFields = &H8
- Const LwpMergeOptFlgMergeLabels = &H10
- Const LwpMergeOptFlgMergeMacro = &H20
- Const LwpMergeOptFlgMergeSetup = &H40
-
- 'OverstrikeType Constants
- Const LwpOverstrikeTypeStyle = &H10000
- Const LwpOverstrikeTypeOff = &H20000
-
- 'PageNumberFlags Constants
- Const LwpPageNumberFlagsDefault = &H0
- Const LwpPageNumberFlagsIncludesecname = &H1
- Const LwpPageNumberFlagsIncludedivname = &H2
- Const LwpPageNumberFlagsIncludebefore = &H4
- Const LwpPageNumberFlagsResetonsection = &H10
- Const LwpPageNumberFlagsResetondivision = &H20
-
- 'ReplacementChoices Constants
- Const LwpReplacementChoicesListbox1 = &H1
- Const LwpReplacementChoicesListbox2 = &H2
- Const LwpReplacementChoicesListbox3 = &H4
- Const LwpReplacementChoicesListbox4 = &H8
- Const LwpReplacementChoicesListbox5 = &H10
- Const LwpReplacementChoicesListbox6 = &H20
- Const LwpReplacementChoicesListbox7 = &H40
- Const LwpReplacementChoicesListbox8 = &H80
- Const LwpReplacementChoicesListbox9 = &H100
- Const LwpReplacementChoicesListbox10 = &H200
- Const LwpReplacementChoicesListbox11 = &H400
- Const LwpReplacementChoicesListbox12 = &H800
- Const LwpReplacementChoicesListbox13 = &H1000
- Const LwpReplacementChoicesListbox14 = &H2000
- Const LwpReplacementChoicesListbox15 = &H4000
- Const LwpReplacementChoicesListbox16 = &H8000
- Const LwpReplacementChoicesListbox17 = &H10000
- Const LwpReplacementChoicesListbox18 = &H20000
- Const LwpReplacementChoicesListbox19 = &H40000
- Const LwpReplacementChoicesListbox20 = &H80000
- Const LwpReplacementChoicesListbox21 = &H100000
- Const LwpReplacementChoicesListbox22 = &H200000
- Const LwpLreplacementChoicesIstbox22 = &H200000
- Const LwpReplacementChoicesListbox23 = &H400000
- Const LwpReplacementChoicesListbox24 = &H800000
- Const LwpReplacementChoicesListbox25 = &H1000000
- Const LwpReplacementChoicesListbox26 = &H2000000
- Const LwpReplacementChoicesListboxAll = &H3FFFFFF
-
- 'SpecificModifier Constants
- Const LwpSpecificModifierNone = &H0
- Const LwpSpecificModifierMbutton1 = &H1
- Const LwpSpecificModifierMbutton2 = &H2
- Const LwpSpecificModifierMbutton3 = &H4
- Const LwpSpecificModifierMbuttonmask = &H7
- Const LwpSpecificModifierMbuttondown = &H8
- Const LwpSpecificModifierMbuttonup = &H10
- Const LwpSpecificModifierDoublebyte = &H1
- Const LwpSpecificModifierGoingdown = &H2
- Const LwpSpecificModifierComingup = &H4
- Const LwpSpecificModifierVirtual = &H8
- Const LwpSpecificModifierDamnit = &H1
- Const LwpSpecificModifierClicked = &H2
- Const LwpSpecificModifierNomove = &H4
- Const LwpSpecificModifierNovolatile = &H8
- Const LwpSpecificModifierReset = &H10
- Const LwpPopcheckpoint = &H20
- Const LwpFiltered = &H40
-
- 'TextStyleOverrides Constants
- Const LwpTextStlyeOverridesNone = &H0
- Const LwpTextStyleOverridesFace = &H1
- Const LwpTextStyleOverridesSize = &H2
- Const LwpTextStyleOverridesAttributes = &H4
- Const LwpTextStyleOverridesFont = &H8
- Const LwpTextStyleOverridesAlignment = &H10
- Const LwpTextStyleOverridesIndent = &H20
- Const LwpTextStyleOverridesSpacing = &H40
- Const LwpTextStyleIoverridesNdent = &H20
- Const LwpTextStyleSoverridesPacing = &H40
- Const LwpTextStyleOverridesBorders = &H80
- Const LwpTextStyleOverridesBreaks = &H100
- Const LwpTextStyleOverridesBullet = &H200
- Const LwpTextStyleBoverridesUllet = &H200
- Const LwpTextStyleOverridesNumbering = &H400
- Const LwpTextStyleOverridesTabs = &H800
- Const LwpTextStyleOverridesKinsoku = &H1000
- Const LwpTextStyleOverridesCharborder = &H2000
- Const LwpTextStyleOverridesAmikake = &H4000
-
- 'TextView Constants
- Const LwpTextViewCaretVisible = &H1
- Const LwpTextViewSelectionVisible = &H2
- Const LwpTextViewHiddenStoryptr = &H4
-
- 'TypoChoices Constants
- Const LwpTypoChoicesListbox1 = &H1
- Const LwpTypoChoicesListbox2 = &H2
- Const LwpTypoChoicesListbox3 = &H4
- Const LwpTypoChoicesListbox4 = &H8
- Const LwpTypoChoicesListboxall = &HF
-
- 'Views Constants
- Const LwpViewsStandard = &H1
- Const LwpViewsEnlarged = &H2
- Const LwpViewsFullpage = &H4
- Const LwpViewsCustom = &H8
- Const LwpViewsFacingpages = &H10
- Const LwpViewsPagesort = &H20
- Const LwpViewsMultiplepages = &H40
- Const LwpViewsPagemargin = &H80
- Const LwpViewsPagewidth = &H100
- Const LwpViewsReduced = &H200
- Const LwpViewsMoreenlarged = &H400
-