home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 October A / Pcwk10a98.iso / Lotus / LOTUS / WORDPRO / WPBITMSK.LSS < prev    next >
Text File  |  1998-05-27  |  79KB  |  1,413 lines

  1. ' WordPro Bitmask Constants
  2. ' Copyright 1995 Lotus Development Corp.
  3.  
  4.  
  5. 'ButtonType Constants
  6.  Const LwpButtonTypeText                         = &H1
  7.  Const LwpButtonTypeGraphics                     = &H2
  8.  Const LwpButtonBehaviorPopup                    = &H4
  9.  Const LwpButtonBehaviorLeftclick                = &H8
  10.  Const LwpButtonBehaviorClickable                = &H8
  11.  Const LwpButtonBehaviorCollapsible              = &H10
  12.  Const LwpButtonBehaviorContainer                = &H20
  13.  Const LwpButtonContentsLeftAligned              = &H40
  14.  Const LwpButtonContentsCenterAligned            = &H80
  15.  Const LwpButtonContentsRightAligned             = &H100
  16.  Const LwpButtonContentsGray                     = &H200
  17.  Const LwpButtonContentsHilited                  = &H400
  18.  Const LwpButtonNoTextFromHost                   = &H800
  19.  Const LwpButtonSupportRightClick                = &H1000
  20.  Const LwpButtonSupportDblClick                  = &H2000
  21.  Const LwpButtonHasAutorepeat                    = &H4000
  22.  Const LwpButtonReserved                         = &H8000
  23.  Const LwpButtonSpacer                           = &H10000
  24.  Const LwpButtonHasUpdownCtrl                    = &H20000
  25.  Const LwpButtonCanBeDepressed                   = &H40000
  26.  Const LwpButtonBehaviorThermometer              = &H80000
  27.  
  28. 'DocumentOpenFlags Constants
  29.  Const LwpDocOpenNoUi                            = &H1
  30.  Const LwpDocOpenOleFileOpenMode                 = &H2
  31.  Const LwpDocConverted                           = &H4
  32.  Const LwpDocRefresh                             = &H8
  33.  
  34. 'DragType Constants
  35.  Const LwpDragtypeNone                           = &H0
  36.  Const LwpDragtypeText                           = &H1
  37.  Const LwpDragtypeTable                          = &H2
  38.  Const LwpDragtypeFrame                          = &H4
  39.  Const LwpDragtypeRow                            = &H8
  40.  Const LwpDragtypeColumn                         = &H10
  41.  Const LwpDragtypeCell                           = &H20
  42.  Const LwpDragtypeProperties                     = &H40
  43.  Const LwpDragtypeExternalTarget                 = &H100
  44.  Const LwpDragtypeExternalSource                 = &H200
  45.  Const LwpDragtypeAborted                        = &H400
  46.  Const LwpDragtypeAcrossDocs                     = &H800
  47.  Const LwpDragtypeEmbed                          = &H1000
  48.  Const LwpDragtypeByPara                         = &H2000
  49.  Const LwpDragtypeCutdrag                        = &H4000
  50.  Const LwpDragtypeCopydrag                       = &H8000
  51.  
  52. 'EditLocks Constants
  53.  Const LwpEditLocksNoLocks                       = &H0
  54.  Const LwpEditLocksNoVersionOrReview             = &H1
  55.  Const LwpEditLocksNoEditNamedStyles             = &H2
  56.  Const LwpEditLocksNoCopyAndNoSaveas             = &H4
  57.  Const LwpEditLocksNoPrinting                    = &H8
  58.  Const LwpEditLocksRevmarkOnly                   = &H10
  59.  
  60. 'EditSugg Constants
  61.  Const LwpEditSuggNoSuggestions                  = &H0
  62.  Const LwpEditSuggOnlyMarkupEditsAllowed         = &H1
  63.  Const LwpEditSuggRevAndCommentIconbar           = &H2
  64.  Const LwpEditSuggEditingInNewVersion            = &H4
  65.  
  66. 'FitType Constants
  67.  Const LwpFitVertical                            = &H1
  68.  Const LwpFitHorz                                = &H2
  69.  Const LwpFitHorzmargin                          = &H4
  70.  
  71. 'FormatCategories Constants
  72.  Const LwpFormatCategoriesNone                   = &H0
  73.  Const LwpFormatCategoriesAll                    = &HF
  74.  Const LwpFormatCategoriesText                   = &H1
  75.  Const LwpFormatCategoriesTable                  = &H2
  76.  Const LwpFormatCategoriesGraphic                = &H4
  77.  Const LwpFormatCategoriesOle                    = &H8
  78.  Const LwpFormatCategoriesGraphicole             = &HC
  79.  
  80. 'FormatCheckOptions Constants
  81.  Const LwpFormatCheckOptionsFixacronyms          = &H1
  82.  Const LwpFormatCheckOptionsFixspaces            = &H2
  83.  Const LwpFormatCheckOptionsFixbulletlist        = &H4
  84.  Const LwpFormatCheckOptionsFixmargins           = &H8
  85.  Const LwpFormatCheckOptionsTwospaces            = &H10
  86.  Const LwpFormatCheckOptionsAll                  = &H1F
  87.  
  88. 'GeneralModifier Constants
  89.  Const LwpGeneralModifierNone                    = &H0
  90.  Const LwpGeneralModifierShift                   = &H1
  91.  Const LwpGeneralModifierAlt                     = &H2
  92.  Const LwpGeneralModifierCtrl                    = &H4
  93.  Const LwpGeneralModifierCommand                 = &H8
  94.  Const LwpGeneralModifierOption                  = &H10
  95.  Const LwpGeneralModifierSys                     = &H20
  96.  Const LwpGeneralModifierCapslock                = &H40
  97.  Const LwpGeneralModifierNumlock                 = &H80
  98.  Const LwpGeneralModifierScrolllock              = &H100
  99.  Const LwpGeneralModifierHelp                    = &H200
  100.  
  101. 'IncludeList Constants
  102.  Const LwpIncludeListAllText                     = &H1
  103.  Const LwpIncludeListMainDocText                 = &H2
  104.  Const LwpIncludeListHeadersFooters              = &H4
  105.  Const LwpIncludeListTables                      = &H8
  106.  Const LwpIncludeListFrames                      = &H10
  107.  Const LwpIncludeListFootnotes                   = &H20
  108.  
  109. 'LayStyOver Constants
  110.  Const LwpLayStyOverSize                         = &H1
  111.  Const LwpLayStyOverPlacement                    = &H2
  112.  Const LwpLayStyOverSizeAndPlacement             = &H3
  113.  Const LwpLayStyOverMargins                      = &H4
  114.  Const LwpLayStyOverBorders                      = &H8
  115.  Const LwpLayStyOverBackground                   = &H10
  116.  Const LwpLayStyOverJoins                        = &H20
  117.  Const LwpLayStyOverShadow                       = &H40
  118.  Const LwpLayStyOverTabs                         = &H80
  119.  Const LwpLayStyOverScript                       = &H100
  120.  Const LwpLayStyOverNumerics                     = &H200
  121.  Const LwpLayStyOverColumns                      = &H400
  122.  Const LwpLayStyOverScaling                      = &H800
  123.  Const LwpLayStyOverRotation                     = &H1000
  124.  Const LwpLayStyOverLeaders                      = &H2000
  125.  Const LwpLayStyOverOrientation                  = &H4000
  126.  Const LwpLayStyOverMisc                         = &H8000
  127.  Const LwpLayStyOverChildren                     = &H10000
  128.  Const LwpLayStyOverContents                     = &H20000
  129.  
  130. 'LayoutDirection Constants
  131.  Const LwpLayoutDirectionUseDirection            = &H1
  132.  Const LwpLayoutDirectionAutoGrow                = &H2
  133.  Const LwpLayoutDirectionAutoSize                = &H4
  134.  Const LwpLayoutDirectionTocontainer             = &H8
  135.  Const LwpLayoutDirectionAllDirections           = &HF
  136.  
  137. 'LinePlacement Constants
  138.  Const LwpLinePlacementLeft                      = &H1
  139.  Const LwpLinePlacementRight                     = &H2
  140.  Const LwpLinePlacementTop                       = &H4
  141.  Const LwpLinePlacementBottom                    = &H8
  142.  Const LwpLinePlacementAllsides                  = &HF
  143.  
  144. 'LotusMiscStatus Constants
  145.  Const LwpLmsJustcontextmenus                    = &H1
  146.  Const LwpLmsInplaceactivateinpreview            = &H2
  147.  Const LwpLmsUiactivateinpreview                 = &H4
  148.  Const LwpLmsLoadfromshareddirectory             = &H8
  149.  Const LwpLmsLoadfromappdirectory                = &H10
  150.  Const LwpLmsOptimizedcreatefromfile             = &H20
  151.  Const LwpLmsSnapshotactiveview                  = &H40
  152.  Const LwpLmsDrawsupportsrotation                = &H80
  153.  Const LwpLmsRoutekeytocontainerDel              = &H100
  154.  Const LwpLmsRoutekeytocontainerF1               = &H200
  155.  Const LwpLmsRoutekeytocontainerEsc              = &H400
  156.  Const LwpLmsRoutemsgtocontainerRightmouse       = &H800
  157.  Const LwpLmsSupportssrcandtransparency          = &H1000
  158.  Const LwpLmsSupportsimageprocessing             = &H2000
  159.  
  160. 'MacroStatus Constants
  161.  Const LwpMacroStatusIsRunning                   = &H1
  162.  Const LwpMacroStatusIsPaused                    = &H1
  163.  Const LwpMacroStatusIsRecording                 = &H2
  164.  Const LwpMacroStatusIsQuickRecord               = &H4
  165.  
  166. 'Menu Constants
  167.  Const LwpMenuFilemenu                           = &H64
  168.  Const LwpMenuMfNew                              = &H65
  169.  Const LwpMenuMfOpen                             = &H66
  170.  Const LwpMenuMfSave                             = &H67
  171.  Const LwpMenuMfSaveas                           = &H68
  172.  Const LwpMenuMfRevert                           = &H69
  173.  Const LwpMenuMfAppendtext                       = &H6A
  174.  Const LwpMenuMfImport                           = &H6B
  175.  Const LwpMenuMfFilemanage                       = &H6C
  176.  Const LwpMenuMfDocdesc                          = &H6D
  177.  Const LwpMenuMfCreatedatafile                   = &H6E
  178.  Const LwpMenuMfPrint                            = &H6F
  179.  Const LwpMenuMfChgprinter                       = &H70
  180.  Const LwpMenuMfExit                             = &H71
  181.  Const LwpMenuMfPrintreset                       = &H72
  182.  Const LwpMenuMfDde                              = &H73
  183.  Const LwpMenuMfMergeaction                      = &H74
  184.  Const LwpMenuMfJustprint                        = &H75
  185.  Const LwpMenuMfStandalonep                      = &H147
  186.  Const LwpMenuMfAllfldsrename                    = &H76
  187.  Const LwpMenuMfPrintwrongpaper                  = &H77
  188.  Const LwpMenuMfPrintcancel                      = &H78
  189.  Const LwpMenuMfDummymrgsel                      = &H79
  190.  Const LwpMenuMfDummymrgext                      = &H7A
  191.  Const LwpMenuMfAsciiopts                        = &H7B
  192.  Const LwpMenuMfCanprint                         = &H7C
  193.  Const LwpMenuMfFldrename                        = &H7D
  194.  Const LwpMenuMfPrintopt                         = &H7E
  195.  Const LwpMenuMfSaveasnw                         = &H7F
  196.  Const LwpMenuMfImportnw                         = &H80
  197.  Const LwpMenuMfDocdescnw                        = &H81
  198.  Const LwpMenuMfMasternw                         = &H82
  199.  Const LwpMenuMfNwimport                         = &H83
  200.  Const LwpMenuMfMergeviewprint                   = &H84
  201.  Const LwpMenuMfLastopen1                        = &H85
  202.  Const LwpMenuMfLastopen2                        = &H86
  203.  Const LwpMenuMfLastopen3                        = &H87
  204.  Const LwpMenuMfLastopen4                        = &H88
  205.  Const LwpMenuMfLastopen5                        = &H89
  206.  Const LwpMenuMfOpennostyle                      = &H8A
  207.  Const LwpMenuMfMergelabels                      = &H8B
  208.  Const LwpMenuMfOtherflds                        = &H8C
  209.  Const LwpMenuMfImportpicture                    = &H8D
  210.  Const LwpMenuMfExport                           = &H8E
  211.  Const LwpMenuMfAttribnw                         = &H8F
  212.  Const LwpMenuMfCanmergeprint                    = &H92
  213.  Const LwpMenuMfImporttext                       = &H98
  214.  Const LwpMenuMfMergeprintopts                   = &H235
  215.  Const LwpMenuMfClose                            = &H90
  216.  Const LwpMenuMfCloseall                         = &H2DB
  217.  Const LwpMenuMfCloseallreplacelast              = &H2DC
  218.  Const LwpMenuMfPassword                         = &H91
  219.  Const LwpMenuMfPassword2                        = &H122
  220.  Const LwpMenuMfMasterdocument                   = &H2E0
  221.  Const LwpMenuMfClosefile                        = &H93
  222.  Const LwpMenuMfLock                             = &H94
  223.  Const LwpMenuMfNextmdiwindow                    = &H2D7
  224.  Const LwpMenuMfMail                             = &HE5
  225.  Const LwpMenuMfMailNew                          = &H2E1
  226.  Const LwpMenuMfMailread                         = &HE6
  227.  Const LwpMenuMfQuickopen                        = &HE7
  228.  Const LwpMenuMfFilesep                          = &HEB
  229.  Const LwpMenuMfSavecopyas                       = &H124
  230.  Const LwpMenuMfUpdateobject                     = &H125
  231.  Const LwpMenuMfEditorgreet                      = &H2DD
  232.  Const LwpMenuMfNewdivision                      = &H2DE
  233.  Const LwpMenuMfOpendivision                     = &H2DF
  234.  Const LwpMenuMfSaContinueRoute                  = &H2E2
  235.  Const LwpMenuMfSaRoute                          = &H2E3
  236.  Const LwpMenuMfSeldatafile                      = &H30C
  237.  Const LwpMenuMfMrgdelimit                       = &H30C
  238.  Const LwpMenuMfMrgletter                        = &H30D
  239.  Const LwpMenuMfMrgenvelope                      = &H312
  240.  Const LwpMenuMfMrggotorecord                    = &H30E
  241.  Const LwpMenuMfCreatedesc                       = &H30F
  242.  Const LwpMenuMfMrgsort                          = &H310
  243.  Const LwpMenuMfCreatemerge                      = &H311
  244.  Const LwpMenuMfEditdatafile                     = &H313
  245.  Const LwpMenuMfUsecurasmrgdoc                   = &H314
  246.  Const LwpMenuMfOpenandeditdatafile              = &H315
  247.  Const LwpMenuMfOpenpreview                      = &H316
  248.  Const LwpMenuMfNewpreview                       = &H317
  249.  Const LwpMenuMxMergemacro                       = &H318
  250.  Const LwpMenuMfMergeprintall                    = &H319
  251.  Const LwpMenuMfMergeopen                        = &H31A
  252.  Const LwpMenuMlsRunscript                       = &H31B
  253.  Const LwpMenuMlsCreatescript                    = &H35F
  254.  Const LwpMenuMlsCreatedialog                    = &H360
  255.  Const LwpMenuMlsCompile                         = &H365
  256.  Const LwpMenuMlsAutoapp                         = &H369
  257.  Const LwpMenuMlsIdeEditClearAll                 = &H3BC
  258.  Const LwpMenuMlsIdeSelectAll                    = &H3BD
  259.  Const LwpMenuMlsIdeDeselectAll                  = &H3BE
  260.  Const LwpMenuMlsIdeStepIn                       = &H3C0
  261.  Const LwpMenuMlsIdeStepOver                     = &H3C1
  262.  Const LwpMenuMlsIdeStepExit                     = &H3C2
  263.  Const LwpMenuMlsIdeContinue                     = &H3C3
  264.  Const LwpMenuMlsIdeStop                         = &H3C4
  265.  Const LwpMenuMlsIdeSetBp                        = &H3C5
  266.  Const LwpMenuMlsIdeDisBp                        = &H3C6
  267.  Const LwpMenuMlsIdeClearAll                     = &H3C7
  268.  Const LwpMenuMlsIdeDisAll                       = &H3C8
  269.  Const LwpMenuMlsIdeBreakpoints                  = &H3C9
  270.  Const LwpMenuMlsIdeBrowser                      = &H3CA
  271.  Const LwpMenuMlsIdeOutput                       = &H3CB
  272.  Const LwpMenuMlsIdeVariables                    = &H3CC
  273.  Const LwpMenuMlsIdeCheckScript                  = &H3CD
  274.  Const LwpMenuMlsIdeNewSub                       = &H3CE
  275.  Const LwpMenuMlsIdeNewFun                       = &H3CF
  276.  Const LwpMenuMlsIdeDebug                        = &H3D0
  277.  Const LwpMenuMlsIdeRedo                         = &H3D1
  278.  Const LwpMenuMlsShowide                         = &H3D2
  279.  Const LwpMenuMlsIdeImport                       = &H3D3
  280.  Const LwpMenuMlsIdeExport                       = &H3D4
  281.  Const LwpMenuMlsIdeScriptPref                   = &H3D5
  282.  Const LwpMenuMlsIdeCloseWin                     = &H3D6
  283.  Const LwpMenuMlsIdeToggle                       = &H3D7
  284.  Const LwpMenuMlsIdePrevSub                      = &H3D8
  285.  Const LwpMenuMlsIdeNextSub                      = &H3D9
  286.  Const LwpMenuMlsIdeTogglebp                     = &H3DA
  287.  Const LwpMenuMlsIdeCodeWindow                   = &H3DB
  288.  Const LwpMenuMlsIdeCheckAll                     = &H3DC
  289.  Const LwpMenuMlsIdeSaveLso                      = &H3DD
  290.  Const LwpMenuMlsIdeClear                        = &H3DE
  291.  Const LwpMenuMlsIdeFindnext                     = &H3DF
  292.  Const LwpMenuMlsIdeShowicon                     = &H3E0
  293.  Const LwpMenuMlsIdeRuncursub                    = &H3E1
  294.  Const LwpMenuMlsIdeHelpLs                       = &H3E2
  295.  Const LwpMenuMlsIdeHelpWp                       = &H3E3
  296.  Const LwpMenuMlsIdeHelpSe                       = &H3E4
  297.  Const LwpMenuMlsIdeHelpAbout                    = &H3E5
  298.  Const LwpMenuMlsIdeInsertLso                    = &H3E6
  299.  Const LwpMenuMlRenumnotes                       = &H95
  300.  Const LwpMenuEditmenu                           = &H96
  301.  Const LwpMenuProofingtoolsmenu                  = &H803
  302.  Const LwpMenuMeUndo                             = &H97
  303.  Const LwpMenuMeCut                              = &H99
  304.  Const LwpMenuMeCopy                             = &H9A
  305.  Const LwpMenuMePaste                            = &H9B
  306.  Const LwpMenuMeUndoredo                         = &H9C
  307.  Const LwpMenuMePastelinks                       = &H9D
  308.  Const LwpMenuMeInsvariable                      = &H9E
  309.  Const LwpMenuMeFootnotes                        = &HA0
  310.  Const LwpMenuMeNotes                            = &HA1
  311.  Const LwpMenuMeNotes20                          = &H11A
  312.  Const LwpMenuMeDefaults                         = &HA2
  313.  Const LwpMenuMeTypeover                         = &HA3
  314.  Const LwpMenuMeNbDefaults                       = &HA4
  315.  Const LwpMenuMeInsertdate                       = &HA5
  316.  Const LwpMenuMeAddmergevar                      = &HA6
  317.  Const LwpMenuMeAdddocdescvar                    = &HA7
  318.  Const LwpMenuMxMdiswitch                        = &HA8
  319.  Const LwpMenuMeSeclevaction                     = &HA9
  320.  Const LwpMenuMeDefpaths                         = &HAA
  321.  Const LwpMenuMeFootopts                         = &HAB
  322.  Const LwpMenuMeRedo                             = &HAC
  323.  Const LwpMenuMeDocoptions                       = &HAD
  324.  Const LwpMenuMeDefpath                          = &HAE
  325.  Const LwpMenuMeDefsty                           = &HAF
  326.  Const LwpMenuMeDefback                          = &HB0
  327.  Const LwpMenuMeFootnoteinsert                   = &HB1
  328.  Const LwpMenuMeInsertnote                       = &HB2
  329.  Const LwpMenuMeDelete                           = &HB3
  330.  Const LwpMenuMeIndexentry                       = &HB4
  331.  Const LwpMenuMeAddnote                          = &HB5
  332.  Const LwpMenuMeMergevar                         = &HB6
  333.  Const LwpMenuMeDescvar                          = &HB7
  334.  Const LwpMenuMeFormatcheckbar                   = &HB8
  335.  Const LwpMenuMePageup                           = &HB9
  336.  Const LwpMenuMePagedown                         = &HBA
  337.  Const LwpMenuMeRevinsertion                     = &HBB
  338.  Const LwpMenuMeProtected                        = &HBC
  339.  Const LwpMenuMeNohyphen                         = &HBD
  340.  Const LwpMenuMeGetglosname                      = &HC6
  341.  Const LwpMenuMeMacpath                          = &H11E
  342.  Const LwpMenuMeTocentry                         = &H343
  343.  Const LwpMenuMeBullet                           = &H344
  344.  Const LwpMenuMeMergedatafile                    = &H232
  345.  Const LwpMenuMeMergeextdesc                     = &H234
  346.  Const LwpMenuMeMergevarsdatafile                = &H236
  347.  Const LwpMenuMePastespecial                     = &H24C
  348.  Const LwpMenuMeInsertobject                     = &H24D
  349.  Const LwpMenuMeChangelink                       = &H24E
  350.  Const LwpMenuMeUseworkpath                      = &H24F
  351.  Const LwpMenuMeSelectword                       = &H253
  352.  Const LwpMenuMeSelectsentence                   = &H254
  353.  Const LwpMenuMeSelectparagraph                  = &H255
  354.  Const LwpMenuMeSelectfile                       = &H256
  355.  Const LwpMenuMeRevisionmode                     = &H257
  356.  Const LwpMenuMlDoccontrol                       = &H258
  357.  Const LwpMenuMfSharedoccontrol                  = &H25A
  358.  Const LwpMenuMlDoccontrolEditorpanel            = &H25B
  359.  Const LwpMenuMlDoccontrolExternal               = &H25C
  360.  Const LwpMenuMvViewversionExternal              = &H25D
  361.  Const LwpMenuMfDocdescExternal                  = &H25E
  362.  Const LwpMenuMfMrglabel                         = &H25F
  363.  Const LwpMenuMfMrglettersetup                   = &H260
  364.  Const LwpMenuMfMrgenvelopesetup                 = &H261
  365.  Const LwpMenuMfMrgviewprint                     = &H264
  366.  Const LwpMenuNwobjects                          = &HBE
  367.  Const LwpMenuMoOpennw                           = &HBF
  368.  Const LwpMenuMoCreatenw                         = &HC0
  369.  Const LwpMenuMoListnw                           = &HC1
  370.  Const LwpMenuMoLinksnw                          = &HC2
  371.  Const LwpMenuMoAttribnw                         = &HC3
  372.  Const LwpMenuViewmenu                           = &HC8
  373.  Const LwpMenuMvFit                              = &HC9
  374.  Const LwpMenuMvWorking                          = &HCA
  375.  Const LwpMenuMv75                               = &H31C
  376.  Const LwpMenuMv150                              = &H31D
  377.  Const LwpMenuMv100                              = &HCB
  378.  Const LwpMenuMv200                              = &HCC
  379.  Const LwpMenuMvSwitchiconstate                  = &HCD
  380.  Const LwpMenuMvPagesort                         = &H303
  381.  Const LwpMenuMvZoomoptions                      = &H304
  382.  Const LwpMenuMvComment                          = &H306
  383.  Const LwpMenuMvShowheadfoot                     = &H307
  384.  Const LwpMenuMvCustom                           = &H305
  385.  Const LwpMenuMvFacingpages                      = &H308
  386.  Const LwpMenuMvMultiplepages                    = &H309
  387.  Const LwpMenuMvPagemargin                       = &H30A
  388.  Const LwpMenuMvPagewidth                        = &H30B
  389.  Const LwpMenuMvSpecialview                      = &H323
  390.  Const LwpMenuMvClearspecialview                 = &H371
  391.  Const LwpMenuMvSynchronizeviews                 = &H364
  392.  Const LwpMenuMvClearhighlight                   = &H36A
  393.  Const LwpMenuMvPreferences                      = &HCE
  394.  Const LwpMenuMvTabrack                          = &HCF
  395.  Const LwpMenuMvFunctionbar                      = &HD0
  396.  Const LwpMenuMvChgsidebar                       = &HD1
  397.  Const LwpMenuMvLayout                           = &HD2
  398.  Const LwpMenuMvDraft                            = &HD3
  399.  Const LwpMenuMvFacing                           = &HD4
  400.  Const LwpMenuMvOutlinebar                       = &HD5
  401.  Const LwpMenuMvFacecancel                       = &HD6
  402.  Const LwpMenuMvShowpicts                        = &HD7
  403.  Const LwpMenuMvShowmarks                        = &HD8
  404.  Const LwpMenuMvPreferdefaults                   = &HD9
  405.  Const LwpMenuMvOutline                          = &HDA
  406.  Const LwpMenuMvFloatingicon                     = &HDB
  407.  Const LwpMenuMvLefticon                         = &HDC
  408.  Const LwpMenuMvRighticon                        = &HDD
  409.  Const LwpMenuMvTopicon                          = &HDE
  410.  Const LwpMenuMvBottomicon                       = &HDF
  411.  Const LwpMenuMvSmarticons                       = &HE8
  412.  Const LwpMenuMvFullscreen                       = &HE9
  413.  Const LwpMenuMvFullscreenoptions                = &HEA
  414.  Const LwpMenuMvEditicon                         = &HEC
  415.  Const LwpMenuMfPrintenvelope                    = &HED
  416.  Const LwpMenuMvNexticonset                      = &HEF
  417.  Const LwpMenuMvSaveicon                         = &HF0
  418.  Const LwpMenuMvCreateicon                       = &HF1
  419.  Const LwpMenuMvFullscreenstartup                = &HF2
  420.  Const LwpMenuMvSectiontabs                      = &HF4
  421.  Const LwpMenuCharmenu                           = &HFA
  422.  Const LwpMenuMcTextinfobox                      = &H11B
  423.  Const LwpMenuMcTextinfoboxmouse                 = &H262
  424.  Const LwpMenuMcDrawinfoboxmouse                 = &H263
  425.  Const LwpMenuMcFont                             = &HFB
  426.  Const LwpMenuMcNormal                           = &HFD
  427.  Const LwpMenuMcBold                             = &HFE
  428.  Const LwpMenuMcItalic                           = &HFF
  429.  Const LwpMenuMcUnderline                        = &H100
  430.  Const LwpMenuMcWordunder                        = &H101
  431.  Const LwpMenuMcLeft                             = &H103
  432.  Const LwpMenuMcCenter                           = &H104
  433.  Const LwpMenuMcRight                            = &H105
  434.  Const LwpMenuMcJustify                          = &H106
  435.  Const LwpMenuMcAlignment                        = &H107
  436.  Const LwpMenuMcCaps                             = &H108
  437.  Const LwpMenuMcIndentall                        = &HF7
  438.  Const LwpMenuMcIndentfirst                      = &HF8
  439.  Const LwpMenuMcIndentrest                       = &HF9
  440.  Const LwpMenuMcExtract                          = &HF6
  441.  Const LwpMenuMcMacrofastformat                  = &HEE
  442.  Const LwpMenuMcFontrevert                       = &HF3
  443.  Const LwpMenuMcEnlargetext                      = &HFC
  444.  Const LwpMenuMcReducetext                       = &HF5
  445.  Const LwpMenuMcIndent                           = &H102
  446.  Const LwpMenuMcOutdent                          = &H11C
  447.  Const LwpMenuMcBulletpanel                      = &H11D
  448.  Const LwpMenuMcNextfacename                     = &H3B6
  449.  Const LwpMenuMcNextalignment                    = &H3B7
  450.  Const LwpMenuMcNextattribute                    = &H3B8
  451.  Const LwpMenuMcNextbullet                       = &H3B9
  452.  Const LwpMenuMcNextnumbering                    = &H3BA
  453.  Const LwpMenuMcNextstyle                        = &H3BB
  454.  Const LwpMenuMcDoubleunder                      = &H10E
  455.  Const LwpMenuMcSuperscript                      = &H10F
  456.  Const LwpMenuMcSubscript                        = &H110
  457.  Const LwpMenuMcAllcaps                          = &H111
  458.  Const LwpMenuMfEnvelopeprint                    = &H112
  459.  Const LwpMenuMcAlllower                         = &H11F
  460.  Const LwpMenuMcInitcaps                         = &H120
  461.  Const LwpMenuMcSmallcaps                        = &H121
  462.  Const LwpMenuMcJustfont                         = &H116
  463.  Const LwpMenuMcJustpointsize                    = &H117
  464.  Const LwpMenuMcStrikethru                       = &H118
  465.  Const LwpMenuMcFastformat                       = &H123
  466.  Const LwpMenuMcHighlight                        = &H126
  467.  Const LwpMenuStylemenu                          = &H12C
  468.  Const LwpMenuMsCreate                           = &H12D
  469.  Const LwpMenuMsStylemanage                      = &H12F
  470.  Const LwpMenuMsChgstyle                         = &H130
  471.  Const LwpMenuMsSavestyle                        = &H131
  472.  Const LwpMenuMsSelectstyle                      = &H132
  473.  Const LwpMenuMsOutlinestyle                     = &H140
  474.  Const LwpMenuMsStylemanageinit                  = &H141
  475.  Const LwpMenuMsStylemanageaction                = &H142
  476.  Const LwpMenuMsChangestylename                  = &H143
  477.  Const LwpMenuMsDefinestyle                      = &H144
  478.  Const LwpMenuMsModcreatestyle                   = &H145
  479.  Const LwpMenuMsStylemanagefinish                = &H146
  480.  Const LwpMenuMsRedefinestyle                    = &H150
  481.  Const LwpMenuMsMargins                          = &H148
  482.  Const LwpMenuMsPagesettings                     = &H149
  483.  Const LwpMenuMsApply                            = &H14A
  484.  Const LwpMenuMsStylemru1                        = &H14B
  485.  Const LwpMenuMsStylemru2                        = &H14C
  486.  Const LwpMenuMsStylemru3                        = &H14D
  487.  Const LwpMenuMsStylemru4                        = &H14E
  488.  Const LwpMenuMrManualtable                      = &H14F
  489.  Const LwpMenuMrFrameanchorinfobox               = &H187
  490.  Const LwpMenuMrFramelineinfobox                 = &H188
  491.  Const LwpMenuMrFramebackinfobox                 = &H189
  492.  Const LwpMenuMrFramegfxinfobox                  = &H18A
  493.  Const LwpMenuMrFrametopalign                    = &H18B
  494.  Const LwpMenuMrFramecenteralign                 = &H18C
  495.  Const LwpMenuMrFramebottomalign                 = &H18D
  496.  Const LwpMenuMrDeleteframe                      = &H18F
  497.  Const LwpMenuPagemenu                           = &H15E
  498.  Const LwpMenuMpCreatelayout                     = &H15F
  499.  Const LwpMenuMpModifylayout                     = &H160
  500.  Const LwpMenuMpTabs                             = &H163
  501.  Const LwpMenuMpPagenum                          = &H164
  502.  Const LwpMenuMpEditpagenum                      = &H165
  503.  Const LwpMenuMpPagebreak                        = &H166
  504.  Const LwpMenuMpLinenumber                       = &H167
  505.  Const LwpMenuMpHeadfoot                         = &H168
  506.  Const LwpMenuMpModlayoutinit                    = &H169
  507.  Const LwpMenuMpModlaypagesettings               = &H16A
  508.  Const LwpMenuMpModlayrightfacepage              = &H16B
  509.  Const LwpMenuMpModlayrightheaderfacepage        = &H16C
  510.  Const LwpMenuMpModlayrightfooterfacepage        = &H16D
  511.  Const LwpMenuMpModlayrightlines                 = &H16E
  512.  Const LwpMenuMpModlayleftfacepage               = &H16F
  513.  Const LwpMenuMpModlayleftheaderfacepage         = &H170
  514.  Const LwpMenuMpModlayleftfooterfacepage         = &H171
  515.  Const LwpMenuMpModlayleftlines                  = &H172
  516.  Const LwpMenuMpDellayout                        = &H175
  517.  Const LwpMenuMpRevertlayout                     = &H176
  518.  Const LwpMenuMpInslayout                        = &H177
  519.  Const LwpMenuMpModlayoutfinish                  = &H178
  520.  Const LwpMenuMpHeaderfootergoto                 = &H179
  521.  Const LwpMenuMpMacinslayout                     = &H17A
  522.  Const LwpMenuMpParallel                         = &H17B
  523.  Const LwpMenuMpPcolinfobox                      = &H17C
  524.  Const LwpMenuMpPageproperties                   = &H17D
  525.  Const LwpMenuMpCreate                           = &H17E
  526.  Const LwpMenuMpNewpagestyle                     = &H17F
  527.  Const LwpMenuMpHeaderproperties                 = &H180
  528.  Const LwpMenuMpFooterproperties                 = &H181
  529.  Const LwpMenuMpPagepropertiesmouse              = &H182
  530.  Const LwpMenuMpFooterpropertiesmouse            = &H183
  531.  Const LwpMenuMpHeaderpropertiesmouse            = &H184
  532.  Const LwpMenuMpPcolinfoboxmouse                 = &H185
  533.  Const LwpMenuMpPagesizepanel                    = &H800
  534.  Const LwpMenuMpEditheader                       = &H801
  535.  Const LwpMenuMpEditfooter                       = &H802
  536.  Const LwpMenuMpPagelinespanel                   = &H803
  537.  Const LwpMenuMpHeadfootproperties               = &H804
  538.  Const LwpMenuFramemenu                          = &H190
  539.  Const LwpMenuMrFrametext                        = &H192
  540.  Const LwpMenuMrScale                            = &H193
  541.  Const LwpMenuMrGroupframes                      = &H194
  542.  Const LwpMenuMrFrameinfobox                     = &H195
  543.  Const LwpMenuMrFramecaption                     = &H196
  544.  Const LwpMenuMrBringtofront                     = &H197
  545.  Const LwpMenuMrSendtoback                       = &H198
  546.  Const LwpMenuMrAdd                              = &H199
  547.  Const LwpMenuMrSendbackone                      = &H19A
  548.  Const LwpMenuMrDrawingicon                      = &H19B
  549.  Const LwpMenuMrChartingicon                     = &H19C
  550.  Const LwpMenuMrCreateframe                      = &H19D
  551.  Const LwpMenuMrAddframewithdlg                  = &H19E
  552.  Const LwpMenuMrFramedefaults                    = &H19F
  553.  Const LwpMenuMrFramelines                       = &H1A0
  554.  Const LwpMenuMrFrametype                        = &H1A1
  555.  Const LwpMenuMrFrameborders                     = &H1A2
  556.  Const LwpMenuMrFramecolumns                     = &H1A3
  557.  Const LwpMenuMrModframereflow                   = &H1A4
  558.  Const LwpMenuMrModframeinit                     = &H1A5
  559.  Const LwpMenuMrBringfrontone                    = &H186
  560.  Const LwpMenuMrSelectframe                      = &H18E
  561.  Const LwpMenuMrEquationsicon                    = &H1A7
  562.  Const LwpMenuMrImageprocessing                  = &H1A8
  563.  Const LwpMenuMrFrameinfoboxmouse                = &H26C
  564.  Const LwpMenuMrFramelineinfoboxmouse            = &H26D
  565.  Const LwpMenuMrFramebackinfoboxmouse            = &H26E
  566.  Const LwpMenuMrFramegfxinfoboxmouse             = &H26F
  567.  Const LwpMenuMrFrameanchorinfoboxmouse          = &H270
  568.  Const LwpMenuMrExpert                           = &H38F
  569.  Const LwpMenuMrExpertmax                        = &H39C
  570.  Const LwpMenuMrWppack                           = &H15D
  571.  Const LwpMenuMrAfid                             = &H1A9
  572.  Const LwpMenuMcChart                            = &H1A9
  573.  Const LwpMenuMcDrawing                          = &H1AA
  574.  Const LwpMenuMcEquation                         = &H1AB
  575.  Const LwpMenuMrAfidmax                          = &H1C1
  576.  Const LwpMenuToolmenu                           = &H1C2
  577.  Const LwpMenuMlSearch                           = &H1C3
  578.  Const LwpMenuMlGoto                             = &H1C4
  579.  Const LwpMenuMlSpellopts                        = &H1C5
  580.  Const LwpMenuMlUserdict                         = &H1C6
  581.  Const LwpMenuMlThesaurus                        = &H1C7
  582.  Const LwpMenuMlSort                             = &H1C8
  583.  Const LwpMenuMlTables                           = &H1C9
  584.  Const LwpMenuMlGotolast                         = &H1CA
  585.  Const LwpMenuMlSpellopts2                       = &H1CB
  586.  Const LwpMenuMlRevmarkoptions                   = &H1CD
  587.  Const LwpMenuMlToc                              = &H1CE
  588.  Const LwpMenuMlAssignmacro                      = &H1CF
  589.  Const LwpMenuMlMacros                           = &H1D0
  590.  Const LwpMenuMlMacroaccel                       = &H1A6
  591.  Const LwpMenuMlGeneratetoc                      = &H1D1
  592.  Const LwpMenuMlIndexnextfile                    = &H119
  593.  Const LwpMenuMlBookmark                         = &H1D2
  594.  Const LwpMenuMlGlossary                         = &H1D3
  595.  Const LwpMenuMlGlosset                          = &H1D4
  596.  Const LwpMenuMlMacpause                         = &H1D5
  597.  Const LwpMenuMlGenerateindex                    = &H1D6
  598.  Const LwpMenuMlSpelladddict                     = &H1D7
  599.  Const LwpMenuMlSpellskipall                     = &H1D8
  600.  Const LwpMenuMlSpellreplace                     = &H1DA
  601.  Const LwpMenuMlSpell                            = &H1DB
  602.  Const LwpMenuMlSpellinit                        = &H1DC
  603.  Const LwpMenuMlSpellcheck                       = &H1DD
  604.  Const LwpMenuMlSpellcancel                      = &H1DE
  605.  Const LwpMenuMlSpellskip                        = &H1DF
  606.  Const LwpMenuMlReplace                          = &H1E0
  607.  Const LwpMenuMlChglang                          = &H1E1
  608.  Const LwpMenuMlRenumseq                         = &H1E2
  609.  Const LwpMenuMlSrattrs                          = &H1E5
  610.  Const LwpMenuMlRepopts                          = &H1E6
  611.  Const LwpMenuMlSropts                           = &H1E7
  612.  Const LwpMenuMlSearchonly                       = &H1E8
  613.  Const LwpMenuMlMacplay                          = &H1E9
  614.  Const LwpMenuMlMacassign                        = &H1EA
  615.  Const LwpMenuMlMacdde                           = &H1EB
  616.  Const LwpMenuMlMactype                          = &H1EC
  617.  Const LwpMenuMlCall                             = &H1ED
  618.  Const LwpMenuMlSammy2                           = &H1EE
  619.  Const LwpMenuMlTocopts                          = &H1EF
  620.  Const LwpMenuMlSrfindmatch                      = &H1F0
  621.  Const LwpMenuMlSrreplacethenfind                = &H1F1
  622.  Const LwpMenuMlSrcancel                         = &H1F2
  623.  Const LwpMenuMlSrinit                           = &H1F3
  624.  Const LwpMenuMlDoccompare                       = &H1F4
  625.  Const LwpMenuMlMacroedit                        = &H1F5
  626.  Const LwpMenuMlMacroplay                        = &H1F6
  627.  Const LwpMenuMlMacrorecord                      = &H1F7
  628.  Const LwpMenuMlMacrooptions                     = &H1F8
  629.  Const LwpMenuMlQuickrec                         = &H1F9
  630.  Const LwpMenuMlQuickplay                        = &H1FA
  631.  Const LwpMenuMlGrammar                          = &H1FB
  632.  Const LwpMenuMlGrammaropts                      = &H1FC
  633.  Const LwpMenuMlGrammarstart                     = &H1FD
  634.  Const LwpMenuMlGrammarinit                      = &H1FE
  635.  Const LwpMenuMlModcreaterule                    = &H1FF
  636.  Const LwpMenuMlGrammarnext                      = &H200
  637.  Const LwpMenuMlGrammarcancel                    = &H201
  638.  Const LwpMenuMlGrammarsugtext                   = &H202
  639.  Const LwpMenuMlGrammaroptionstext               = &H203
  640.  Const LwpMenuMlGrammarchange                    = &H204
  641.  Const LwpMenuMlGrammarstats                     = &H205
  642.  Const LwpMenuMlIconpath                         = &H206
  643.  Const LwpMenuMlCyclekeysetup                    = &H207
  644.  Const LwpMenuMlSmartfill                        = &H208
  645.  Const LwpMenuMlNewspell                         = &H209
  646.  Const LwpMenuMlRevisionbar                      = &H20A
  647.  Const LwpMenuMlToa                              = &H20B
  648.  Const LwpMenuWindowmenu                         = &H4
  649.  Const LwpMenuMwNewwindow                        = &H20D
  650.  Const LwpMenuMwTilewindow                       = &H20E
  651.  Const LwpMenuMwCascadewindow                    = &H20F
  652.  Const LwpMenuMwTilewindowhorz                   = &H246
  653.  Const LwpMenuMwSplitvertwindow                  = &H251
  654.  Const LwpMenuMwSplithorzwindow                  = &H252
  655.  Const LwpMenuMwFilesseparator                   = &H225
  656.  Const LwpMenuMlMacresume                        = &H22A
  657.  Const LwpMenuMlReviewrevs                       = &H22D
  658.  Const LwpMenuMlRevacceptall                     = &H36B
  659.  Const LwpMenuMlRevcancelall                     = &H36C
  660.  Const LwpMenuMlRevaccept                        = &H36D
  661.  Const LwpMenuMlRevcancel                        = &H36E
  662.  Const LwpMenuMlField                            = &H238
  663.  Const LwpMenuMlFieldnext                        = &H239
  664.  Const LwpMenuMlFieldprev                        = &H23A
  665.  Const LwpMenuMlFieldeval                        = &H23B
  666.  Const LwpMenuMlUpdatedate                       = &H23F
  667.  Const LwpMenuMlUpdatealldates                   = &H240
  668.  Const LwpMenuMlFieldadd                         = &H23C
  669.  Const LwpMenuMlFieldupdate                      = &H23D
  670.  Const LwpMenuMlFieldtog                         = &H10A
  671.  Const LwpMenuMlFieldupall                       = &H10B
  672.  Const LwpMenuMlFieldlock                        = &H10C
  673.  Const LwpMenuMlFieldsave                        = &H10D
  674.  Const LwpMenuMlFieldauto                        = &HE0
  675.  Const LwpMenuMlFieldshowrlt                     = &HE1
  676.  Const LwpMenuMlFielddoauto                      = &HE2
  677.  Const LwpMenuMlFieldremove                      = &HE3
  678.  Const LwpMenuMlExechand                         = &H23E
  679.  Const LwpMenuMlIndexopts                        = &HE4
  680.  Const LwpMenuHelpmenu                           = &H226
  681.  Const LwpMenuMhIdxhelp                          = &H227
  682.  Const LwpMenuMhAbout                            = &H228
  683.  Const LwpMenuMhMacrohelp                        = &H229
  684.  Const LwpMenuMhCompatible                       = &H22B
  685.  Const LwpMenuMh2000                             = &H22C
  686.  Const LwpMenuMhUsingHelp                        = &H33E
  687.  Const LwpMenuMhKeyboard                         = &H33F
  688.  Const LwpMenuMhHowDoI                           = &H340
  689.  Const LwpMenuMhDoHelp                           = &H341
  690.  Const LwpMenuMhForUpgraders                     = &H342
  691.  Const LwpMenuMhTutorial                         = &H345
  692.  Const LwpMenuMhSearch                           = &H36F
  693.  Const LwpMenuMsControl                          = &H259
  694.  Const LwpMenuMsFileman                          = &H25A
  695.  Const LwpMenuMlInsertreference                  = &H271
  696.  Const LwpMenuMtTbllayout                        = &H272
  697.  Const LwpMenuMtInscolrow                        = &H273
  698.  Const LwpMenuMtDelcolrow                        = &H274
  699.  Const LwpMenuMtEditfrmla                        = &H275
  700.  Const LwpMenuMtTbladd                           = &H276
  701.  Const LwpMenuMtHeading                          = &H277
  702.  Const LwpMenuMtTableinfobox                     = &H279
  703.  Const LwpMenuMtSizecolrow                       = &H27A
  704.  Const LwpMenuMtConnect                          = &H27B
  705.  Const LwpMenuMtSavefrmla                        = &H27D
  706.  Const LwpMenuMtQuickaddrow                      = &H283
  707.  Const LwpMenuMtQuickaddcol                      = &H284
  708.  Const LwpMenuMtDelcolumn                        = &H285
  709.  Const LwpMenuMtDelrow                           = &H286
  710.  Const LwpMenuMtInsertrow                        = &H287
  711.  Const LwpMenuMtInsertcol                        = &H288
  712.  Const LwpMenuMtInsertaccel                      = &H289
  713.  Const LwpMenuMtDeleteaccel                      = &H28A
  714.  Const LwpMenuMtDeltable                         = &H28B
  715.  Const LwpMenuMtSelectcolumn                     = &H28C
  716.  Const LwpMenuMtSelectrow                        = &H28D
  717.  Const LwpMenuMtSelecttable                      = &H28E
  718.  Const LwpMenuMtChgiconsize                      = &H28F
  719.  Const LwpMenuMtDisconnect                       = &H290
  720.  Const LwpMenuMtSplitcells                       = &H291
  721.  Const LwpMenuMtSplittable                       = &H292
  722.  Const LwpMenuMtPcolinscolrow                    = &H293
  723.  Const LwpMenuMtPcolinsertrow                    = &H294
  724.  Const LwpMenuMtPcolinsertcol                    = &H295
  725.  Const LwpMenuMtPcoldeltable                     = &H296
  726.  Const LwpMenuMtPcoldelcolumn                    = &H297
  727.  Const LwpMenuMtPcoldelrow                       = &H298
  728.  Const LwpMenuMtPcolconnect                      = &H299
  729.  Const LwpMenuMtPcoldisconnect                   = &H29A
  730.  Const LwpMenuMtPcolsplitcells                   = &H29B
  731.  Const LwpMenuMtPcolselectcolumn                 = &H29C
  732.  Const LwpMenuMtPcolselectrow                    = &H29D
  733.  Const LwpMenuMtPcolselecttable                  = &H29E
  734.  Const LwpMenuMtPcoldelcolrow                    = &H29F
  735.  Const LwpMenuMtPcolheading                      = &H2A0
  736.  Const LwpMenuMtCellinfobox                      = &H2A1
  737.  Const LwpMenuMtShowtablelineinfobox             = &H2A2
  738.  Const LwpMenuMtShowtablesizeinfobox             = &H2A3
  739.  Const LwpMenuMtCreatetablewithgrid              = &H2A4
  740.  Const LwpMenuMtShowpcollineinfobox              = &H2A5
  741.  Const LwpMenuMtShowpcolsizeinfobox              = &H2A6
  742.  Const LwpMenuMtSplitpcol                        = &H2A7
  743.  Const LwpMenuMtPcolselectentiretable            = &H2A8
  744.  Const LwpMenuMtSelectentiretable                = &H2A9
  745.  Const LwpMenuMtSelectentirecellrange            = &H2AA
  746.  Const LwpMenuMtSelectentirepcolcellrange        = &H2AB
  747.  Const LwpMenuMtTabletopalign                    = &H2AC
  748.  Const LwpMenuMtTablecenteralign                 = &H2AD
  749.  Const LwpMenuMtTablebottomalign                 = &H2AE
  750.  Const LwpMenuMtConnectrow                       = &H2AF
  751.  Const LwpMenuMtPcolconnectrow                   = &H2B0
  752.  Const LwpMenuMtGotonextblock                    = &H2B1
  753.  Const LwpMenuMtCellinfoboxmouse                 = &H2B2
  754.  Const LwpMenuMtTableinfoboxmouse                = &H2B3
  755.  Const LwpMenuMxRunrexx                          = &H2BB
  756.  Const LwpMenuMxRunontime                        = &H2BC
  757.  Const LwpMenuMtInsertfrmla                      = &H2BD
  758.  Const LwpMenuMdivCollapsedivision               = &H2BE
  759.  Const LwpMenuMfCloseandreturn                   = &H2BF
  760.  Const LwpMenuMeSelectdivision                   = &H2C0
  761.  Const LwpMenuMfExitandreturn                    = &H2C1
  762.  Const LwpMenuMdivCutdivision                    = &H2C2
  763.  Const LwpMenuMdivCopydivision                   = &H2C3
  764.  Const LwpMenuMdivPastedivision                  = &H2C4
  765.  Const LwpMenuMxHourglass                        = &H2D0
  766.  Const LwpMenuMxMacpause                         = &H2D1
  767.  Const LwpMenuMxMacresume                        = &H2D2
  768.  Const LwpMenuMxTimedelay                        = &H2D3
  769.  Const LwpMenuMxTestforcancel                    = &H2D4
  770.  Const LwpMenuMxMacmessages                      = &H2D5
  771.  Const LwpMenuMxPreanswermsgbox                  = &H2D6
  772.  Const LwpMenuMxMaccancel                        = &H2D8
  773.  Const LwpMenuMxMaccontinue                      = &H2D9
  774.  Const LwpMenuMxMacrovariables                   = &H2DA
  775.  Const LwpMenuMxRunautonew                       = &H31E
  776.  Const LwpMenuMxRunautoopen                      = &H31F
  777.  Const LwpMenuOutlinemenu                        = &H2EE
  778.  Const LwpMenuMolPromote                         = &H2EF
  779.  Const LwpMenuMolDemote                          = &H2F0
  780.  Const LwpMenuMolMoveup                          = &H2F1
  781.  Const LwpMenuMolMovedown                        = &H2F2
  782.  Const LwpMenuMolExpand                          = &H2F3
  783.  Const LwpMenuMolContract                        = &H2F4
  784.  Const LwpMenuMolShowlevels                      = &H2F5
  785.  Const LwpMenuMolExpandsingle                    = &H2F6
  786.  Const LwpMenuMolContractsingle                  = &H2F7
  787.  Const LwpMenuMolUseoutlinestyle                 = &H2F8
  788.  Const LwpMenuMolSetshowlevel1                   = &H2F9
  789.  Const LwpMenuMolSetshowlevel2                   = &H2FA
  790.  Const LwpMenuMolSetshowlevel3                   = &H2FB
  791.  Const LwpMenuMolSetshowlevel4                   = &H2FC
  792.  Const LwpMenuMolSetshowlevel5                   = &H2FD
  793.  Const LwpMenuMolSetshowlevel6                   = &H2FE
  794.  Const LwpMenuMolSetshowlevel7                   = &H2FF
  795.  Const LwpMenuMolSetshowlevel8                   = &H300
  796.  Const LwpMenuMolSetshowlevel9                   = &H301
  797.  Const LwpMenuMolSetshowlevel10                  = &H302
  798.  Const LwpMenuMolOutstylesequence                = &H2ED
  799.  Const LwpMenuMtTabkey                           = &H320
  800.  Const LwpMenuMeDefpathsnw                       = &H324
  801.  Const LwpMenuMvHidepicts                        = &H325
  802.  Const LwpMenuMvHidemarks                        = &H326
  803.  Const LwpMenuMvHidetabrack                      = &H327
  804.  Const LwpMenuMvColguide                         = &H328
  805.  Const LwpMenuMvShowcleanscreen                  = &H348
  806.  Const LwpMenuMvFixediconbar                     = &H34A
  807.  Const LwpMenuMvViewlevel                        = &H34B
  808.  Const LwpMenuMtbChange                          = &H32A
  809.  Const LwpMenuMtbTabbox                          = &H32B
  810.  Const LwpMenuMvVertruler                        = &H32E
  811.  Const LwpMenuMvShownotes                        = &H330
  812.  Const LwpMenuMvShowtabsandreturns               = &H332
  813.  Const LwpMenuMvOut2lay                          = &H334
  814.  Const LwpMenuMfImportdraw                       = &H335
  815.  Const LwpMenuMlMacroendrecord                   = &H336
  816.  Const LwpMenuMvLay2out                          = &H337
  817.  Const LwpMenuMvSetpreferences                   = &H338
  818.  Const LwpMenuMrCreatelastframe                  = &H339
  819.  Const LwpMenuMlQuickendrecord                   = &H33A
  820.  Const LwpMenuMrUngroupframes                    = &H33B
  821.  Const LwpMenuMlRevmarkingoff                    = &H33C
  822.  Const LwpMenuMlFieldhide                        = &H33D
  823.  Const LwpMenuMcExtracton                        = &H346
  824.  Const LwpMenuMdivDivisionproperties             = &H34C
  825.  Const LwpMenuMdivNewdivision                    = &H34D
  826.  Const LwpMenuMdivCombinedivisions               = &H34E
  827.  Const LwpMenuMdivDeletedivision                 = &H34F
  828.  Const LwpMenuMdivExpanddivision                 = &H350
  829.  Const LwpMenuMdivGroupdivision                  = &H356
  830.  Const LwpMenuMsecSectionproperties              = &H351
  831.  Const LwpMenuMsecNewsection                     = &H352
  832.  Const LwpMenuMsecCombinesections                = &H353
  833.  Const LwpMenuMsecSelectsection                  = &H354
  834.  Const LwpMenuMsecExpandsection                  = &H355
  835.  Const LwpMenuMtabSettabs                        = &H357
  836.  Const LwpMenuMtabCleartabs                      = &H358
  837.  Const LwpMenuMtabLefttab                        = &H359
  838.  Const LwpMenuMtabRighttab                       = &H35A
  839.  Const LwpMenuMtabCentertab                      = &H35B
  840.  Const LwpMenuMtabNumerictab                     = &H35E
  841.  Const LwpMenuMtabDefaulttabs                    = &H361
  842.  Const LwpMenuMtabRemoveruler                    = &H362
  843.  Const LwpMenuMtabHideruler                      = &H363
  844.  Const LwpMenuMtabQuickright                     = &H3DE
  845.  Const LwpMenuMtabQuickcenter                    = &H3DF
  846.  Const LwpMenuMrSetmarginsinfobox                = &H366
  847.  Const LwpMenuMfToggleinfobox                    = &H367
  848.  Const LwpMenuMfCreateversion                    = &H368
  849.  Const LwpMenuMfCreateversionDivision            = &H389
  850.  Const LwpMenuMvViewversion                      = &H370
  851.  Const LwpMenuMcAddpicture                       = &H372
  852.  Const LwpMenuCreateInfobusLink                  = &H373
  853.  Const LwpMenuMafidHelp                          = &H384
  854.  Const LwpMenuMafidNotfound                      = &H385
  855.  Const LwpMenuMfMailNextstop                     = &H386
  856.  Const LwpMenuMfMailEditroute                    = &H387
  857.  Const LwpMenuMergeScriptNotify                  = &H38E
  858.  Const LwpMenuFirstpopupid                       = &H39D
  859.  Const LwpMenuRenderformat                       = &H35C
  860.  Const LwpMenuRenderallformats                   = &H35D
  861.  Const LwpMenuMcCommenttoolsOn                   = &H379
  862.  Const LwpMenuMnDeletenote                       = &H37A
  863.  Const LwpMenuMnClosenote                        = &H37B
  864.  Const LwpMenuMnNextnote                         = &H37C
  865.  Const LwpMenuMnPrevnote                         = &H37D
  866.  Const LwpMenuMcCommenttools                     = &H37E
  867.  Const LwpMenuMcHighnote                         = &H37F
  868.  Const LwpMenuMnCloseall                         = &H380
  869.  Const LwpMenuMnOpenall                          = &H381
  870.  Const LwpMenuMnDeleteall                        = &H382
  871.  Const LwpMenuMnShowinitials                     = &H383
  872.  Const LwpMenuMnNumbernotes                      = &H384
  873.  Const LwpMenuMfQuickprint                       = &H3B2
  874.  Const LwpMenuMdDebugger                         = &H3E8
  875.  Const LwpMenuMdDebugDoc                         = &H3E9
  876.  Const LwpMenuMdDebugPres                        = &H3EA
  877.  Const LwpMenuMdDebugDivinfo                     = &H3EB
  878.  Const LwpMenuMdDebugCont                        = &H3EC
  879.  Const LwpMenuMdDebugCol                         = &H3ED
  880.  Const LwpMenuMdDebugLine                        = &H3EE
  881.  Const LwpMenuMdDebugVobj                        = &H3EF
  882.  Const LwpMenuMdDebugHeap                        = &H3F0
  883.  Const LwpMenuMdDebugMain                        = &H3F1
  884.  Const LwpMenuMdDebugProf                        = &H3F2
  885.  Const LwpMenuMdDebugVcnt                        = &H3F3
  886.  Const LwpMenuMdDebugDivision                    = &H3F4
  887.  Const LwpMenuMdDebugLay                         = &H3F5
  888.  Const LwpMenuMdDebugVermgr                      = &H3F6
  889.  Const LwpMenuMdDebugVerctrl                     = &H3F7
  890.  Const LwpMenuMdDebugDoclay                      = &H3F8
  891.  Const LwpMenuMdDebugPara                        = &H3FA
  892.  Const LwpMenuMdDebugInfo                        = &H3FB
  893.  Const LwpMenuMdDebugAtom                        = &H3FC
  894.  Const LwpMenuMdDebugWrdarg                      = &H3FD
  895.  Const LwpMenuMdDebugDwrdarg                     = &H3FE
  896.  Const LwpMenuMdDebugStrarg                      = &H3FF
  897.  Const LwpMenuMdDebugSline                       = &H400
  898.  Const LwpMenuMdDebugPhint                       = &H401
  899.  Const LwpMenuMdDebugChint                       = &H402
  900.  Const LwpMenuMdDebugMsgtrace                    = &H403
  901.  Const LwpMenuMdDebugFoundry                     = &H404
  902.  Const LwpMenuMdDebugCounts                      = &H405
  903.  Const LwpMenuMdDebugPresinfo                    = &H406
  904.  Const LwpMenuMdDebugMeter                       = &H407
  905.  Const LwpMenuMdDebugStack                       = &H408
  906.  Const LwpMenuMdDebugPtrholder                   = &H409
  907.  Const LwpMenuMdDebugMemory                      = &H40A
  908.  Const LwpMenuMdDebugMemorydump                  = &H40B
  909.  Const LwpMenuMdDebugContent                     = &H40C
  910.  Const LwpMenuMdDebugSilver                      = &H40D
  911.  Const LwpMenuMdDebugVernode                     = &H40E
  912.  Const LwpMenuMdDebugCheckpoint                  = &H40F
  913.  Const LwpMenuMdDebugSocket                      = &H410
  914.  Const LwpMenuMdDebugSfb                         = &H411
  915.  Const LwpMenuMdDebugDemandload                  = &H412
  916.  Const LwpMenuMdDebugNumberhint                  = &H413
  917.  Const LwpMenuMdDebugDialog                      = &H414
  918.  Const LwpMenuMdDebugBack                        = &H415
  919.  Const LwpMenuMdDebugHeadtailholder              = &H416
  920.  Const LwpMenuMdDebugNotifypersistent            = &H417
  921.  Const LwpMenuMdDebugObjectholder                = &H418
  922.  Const LwpMenuMdDebugEnumobjhead                 = &H419
  923.  Const LwpMenuMdDebugNotify                      = &H41A
  924.  Const LwpMenuMdDebugNamedobjectholder           = &H41B
  925.  Const LwpMenuMdDebugSection                     = &H41C
  926.  Const LwpMenuMdDebugFontmgr                     = &H41D
  927.  Const LwpMenuMdDebugSanity                      = &H41E
  928.  Const LwpMenuMdDebugAtomWatch                   = &H41F
  929.  Const LwpMenuMdDebugAtomCount                   = &H420
  930.  Const LwpMenuMdDebugPieceCount                  = &H421
  931.  Const LwpMenuMdDebugObjectSizes                 = &H422
  932.  Const LwpMenuMdDebugTextstyle                   = &H423
  933.  Const LwpMenuMdDebugFnlistlist                  = &H424
  934.  Const LwpMenuMdDebugFootnote                    = &H425
  935.  Const LwpMenuMdDebugMenuset                     = &H426
  936.  Const LwpMenuMdDebugEnd                         = &H44B
  937.  Const LwpMenuMkPageup                           = &H44C
  938.  Const LwpMenuMkPagedown                         = &H44D
  939.  Const LwpMenuMcDooledragdrop                    = &H44E
  940.  Const LwpMenuMfPrintdialgonly                   = &H44F
  941.  Const LwpMenuMsMplMargins                       = &H514
  942.  Const LwpMenuMsMplPage                          = &H515
  943.  Const LwpMenuMsMplFooter                        = &H516
  944.  Const LwpMenuMsMplHeader                        = &H517
  945.  Const LwpMenuMsMplLines                         = &H518
  946.  Const LwpMenuMrMflType                          = &H578
  947.  Const LwpMenuMrMflSizepos                       = &H579
  948.  Const LwpMenuMrMflLines                         = &H57A
  949.  Const LwpMenuMrMflColumnstabs                   = &H57B
  950.  Const LwpMenuMlSetmacrofile                     = &H5DC
  951.  Const LwpMenuMlCompilemacro                     = &H5DD
  952.  Const LwpMenuMlMacrorun                         = &H5DE
  953.  Const LwpMenuMlMacroappend                      = &H5DF
  954.  Const LwpMenuMlPrototype                        = &H5E0
  955.  Const LwpMenuMeSmartcorrect                     = &H5E1
  956.  Const LwpMenuMrChart                            = &H5E2
  957.  Const LwpMenuMrCharttodraw                      = &H5E3
  958.  Const LwpMenuMmCascades                         = &H640
  959.  Const LwpMenuSubmenuInsert                      = &H640
  960.  Const LwpMenuMmFields                           = &H641
  961.  Const LwpMenuSubmenuMarktextas                  = &H642
  962.  Const LwpMenuSubmenuAlignment                   = &H643
  963.  Const LwpMenuMmCaps                             = &H644
  964.  Const LwpMenuMmMacros                           = &H647
  965.  Const LwpMenuSubmenuInsertsmartsum              = &H649
  966.  Const LwpMenuMMailmemo                          = &H64A
  967.  Const LwpMenuMPrinttofile                       = &H64B
  968.  Const LwpMenuSubmenuUsersetup                   = &H64C
  969.  Const LwpMenuSubmenuScripts                     = &H64D
  970.  Const LwpMenuMmShowoptions                      = &H64E
  971.  Const LwpMenuSubmenuQuickdemo                   = &H64F
  972.  Const LwpMenuSubmenuOtherhelpstuff              = &H650
  973.  Const LwpMenuMmOtherframe                       = &H651
  974.  Const LwpMenuMmOthertable                       = &H652
  975.  Const LwpMenuSubmenuOthertextstuff              = &H653
  976.  Const LwpMenuSubmenuPriority                    = &H654
  977.  Const LwpMenuMmOtherstuff                       = &H655
  978.  Const LwpMenuSubmenuSelect                      = &H656
  979.  Const LwpMenuSubmenuOtherdocpart                = &H657
  980.  Const LwpMenuSubmenuAttributes                  = &H658
  981.  Const LwpMenuSubmenuOutline                     = &H659
  982.  Const LwpMenuSubmenuCollapse                    = &H65A
  983.  Const LwpMenuSubmenuEdit                        = &H65B
  984.  Const LwpMenuSubmenuDebug                       = &H65C
  985.  Const LwpMenuSubmenuDocprops                    = &H65D
  986.  Const LwpMenuSubmenuZoomto                      = &H65E
  987.  Const LwpMenuSubmenuShowhide                    = &H65F
  988.  Const LwpMenuSubmenuOtherviewstuff              = &H660
  989.  Const LwpMenuSubmenuNamedstyles                 = &H661
  990.  Const LwpMenuSubmenuDelete                      = &H662
  991.  Const LwpMenuSubmenuFile                        = &H663
  992.  Const LwpMenuSubmenuView                        = &H664
  993.  Const LwpMenuSubmenuTeammail                    = &H665
  994.  Const LwpMenuSubmenuEditmodemenu                = &H666
  995.  Const LwpMenuSubmenuDebugmodemenu               = &H667
  996.  Const LwpMenuSubmenuHelp                        = &H668
  997.  Const LwpMenuCreatemenu                         = &H672
  998.  Const LwpMenuSeparator                          = &H673
  999.  Const LwpMenuMcOutlineassistant                 = &H674
  1000.  Const LwpMenuSubmenuFramenamedstyles            = &H675
  1001.  Const LwpMenuSubmenuTablenamedstyles            = &H676
  1002.  Const LwpMenuSubmenuPcolinsert                  = &H677
  1003.  Const LwpMenuSubmenuPcoldelete                  = &H678
  1004.  Const LwpMenuSubmenuPcolselect                  = &H679
  1005.  Const LwpMenuParallelstylemenu                  = &H67A
  1006.  Const LwpMenuSubmenuMerge                       = &H67B
  1007.  Const LwpMenuSubmenuFramealignment              = &H67C
  1008.  Const LwpMenuEnvAddress                         = &H67D
  1009.  Const LwpMenuEnvSave                            = &H681
  1010.  Const LwpMenuEnvPrint                           = &H682
  1011.  Const LwpMenuMfCreatetabdivision                = &H686
  1012.  Const LwpMenuMfCreatedivision                   = &H683
  1013.  Const LwpMenuMeTocassist                        = &H684
  1014.  Const LwpMenuMpNewsection                       = &H685
  1015.  Const LwpMenuMtInsertclickhere                  = &H687
  1016.  Const LwpMenuMcTextlinepanel                    = &H688
  1017.  Const LwpMenuMvOtherviewstuff                   = &H689
  1018.  Const LwpMenuMoApplystyle                       = &H68A
  1019.  Const LwpMenuMsFramecreate                      = &H68B
  1020.  Const LwpMenuMsFrameredefinestyle               = &H68C
  1021.  Const LwpMenuMsTablecreate                      = &H68D
  1022.  Const LwpMenuMsTableredefinestyle               = &H68E
  1023.  Const LwpMenuMsTablecellcreate                  = &H68F
  1024.  Const LwpMenuMsTablecellredefinestyle           = &H690
  1025.  Const LwpMenuMvShowmisspelled                   = &H691
  1026.  Const LwpMenuMtDelrowacc                        = &H692
  1027.  Const LwpMenuMtCtrlretacc                       = &H693
  1028.  Const LwpMenuMsQuickredefinestyle               = &H694
  1029.  Const LwpMenuMtInsertrowacc                     = &H695
  1030.  Const LwpMenuMrOleconvert                       = &H696
  1031.  Const LwpMenuMrOleconvertandactivate            = &H697
  1032.  Const LwpMenuMrFrameleft                        = &H698
  1033.  Const LwpMenuMrFramecenter                      = &H699
  1034.  Const LwpMenuMrFrameright                       = &H69A
  1035.  Const LwpMenuMrFramehorzspan                    = &H69B
  1036.  Const LwpMenuMrFramevertspan                    = &H69C
  1037.  Const LwpMenuMfNewanytab                        = &H69D
  1038.  Const LwpMenuMfOdmaopen                         = &H69E
  1039.  Const LwpMenuMfOdmainsert                       = &H69F
  1040.  Const LwpMenuMfOdmaconvert                      = &H6A0
  1041.  Const LwpMenuMfOdmasaveas                       = &H6A1
  1042.  Const LwpMenuMfOdmaexternalize                  = &H6A2
  1043.  Const LwpMenuMfOdmaexport                       = &H6A3
  1044.  Const LwpMenuMrOleverb                          = &H6A4
  1045.  Const LwpMenuMrOleverbmax                       = &H707
  1046.  Const LwpMenuMrOledivtabverb                    = &H708
  1047.  Const LwpMenuMrOledivtabverbmax                 = &H76B
  1048.  Const LwpMenuMtSelectcell                       = &H76C
  1049.  Const LwpMenuMtPcolselectcell                   = &H76D
  1050.  Const LwpMenuMpColumnbreak                      = &H76E
  1051.  Const LwpMenuMeViewtablegrid                    = &H76F
  1052.  Const LwpMenuMeViewtableheading                 = &H770
  1053.  Const LwpMenuMeViewpcolguides                   = &H771
  1054.  Const LwpMenuMeViewmarginguides                 = &H772
  1055.  Const LwpMenuMeViewpagegauge                    = &H773
  1056.  Const LwpMenuMeViewshowallmarks                 = &H774
  1057.  Const LwpMenuMeViewhideallmarks                 = &H775
  1058.  Const LwpMenuMtTableleft                        = &H776
  1059.  Const LwpMenuMtTablecenter                      = &H777
  1060.  Const LwpMenuMtTableright                       = &H778
  1061.  Const LwpMenuMtTablehorzspan                    = &H779
  1062.  Const LwpMenuMtGotoinfobox                      = &H77A
  1063.  Const LwpMenuMhTour                             = &H77B
  1064.  Const LwpMenuMfCreateoledivision                = &H77D
  1065.  Const LwpMenuMfToggleclickhereprompts           = &H77E
  1066.  Const LwpMenuMcToggleskipbullet                 = &H77F
  1067.  Const LwpMenuMlSkipmisspelledword               = &H780
  1068.  Const LwpMenuMlSkipallmisspelledword            = &H781
  1069.  Const LwpMenuMlAddtouserdictionary              = &H782
  1070.  Const LwpMenuMlTogglebubblehelp                 = &H783
  1071.  Const LwpMenuMfPlainnew                         = &H784
  1072.  Const LwpMenuMvToggleshowanchors                = &H785
  1073.  Const LwpMenuMvNextnewestversion                = &H786
  1074.  Const LwpMenuMvMostrecentversion                = &H787
  1075.  Const LwpMenuMvOldestversion                    = &H788
  1076.  Const LwpMenuMcJustifyall                       = &H789
  1077.  Const LwpMenuMcClosegraphicole                  = &H78A
  1078.  Const LwpMenuMfFramerevert                      = &H78B
  1079.  Const LwpMenuMtCellrevert                       = &H78C
  1080.  Const LwpMenuMfOpentabdivision                  = &H78D
  1081.  Const LwpMenuMfNewtabdivision                   = &H78E
  1082.  Const LwpMenuMtInsertclickherelink              = &H78F
  1083.  Const LwpMenuMtEditclickherelink                = &H790
  1084.  Const LwpMenuMtDeleteclickhere                  = &H791
  1085.  Const LwpMenuMtClickheremgt                     = &H792
  1086.  Const LwpMenuMtRemoveclickhere                  = &H793
  1087.  Const LwpMenuMtGotobar                          = &H794
  1088.  Const LwpMenuMsecDeletesection                  = &H79D
  1089.  Const LwpMenuMfExternalfileexit                 = &H79E
  1090.  Const LwpMenuMfExternalfilesavedivision         = &H79F
  1091.  Const LwpMenuMfFtpopen                          = &H7A0
  1092.  Const LwpMenuMfFtpinsert                        = &H7A1
  1093.  Const LwpMenuMfFtpconvert                       = &H7A2
  1094.  Const LwpMenuMfFtpsaveas                        = &H7A3
  1095.  Const LwpMenuMfFtpexternalize                   = &H7A4
  1096.  Const LwpMenuSubmenuInternet                    = &H7A5
  1097.  Const LwpMenuMfFtpoptions                       = &H7A6
  1098.  Const LwpMenuMfOdmashowattributes               = &H7A7
  1099.  Const LwpMenuMrRuby                             = &H7A8
  1100.  Const LwpMenuMfFtpopendivision                  = &H7A9
  1101.  Const LwpMenuMfFtpopenurl                       = &H7AA
  1102.  Const LwpMenuIbShowfrommenu                     = &H7AB
  1103.  Const LwpMenuMoHideinfobox                      = &H7AC
  1104.  Const LwpMenuMfWelcome                          = &H7AD
  1105.  Const LwpMenuMsQuickredefineframestyle          = &H7B1
  1106.  Const LwpMenuMsQuickredefinetablestyle          = &H7B2
  1107.  Const LwpMenuMsQuickredefinecellstyle           = &H7B3
  1108.  Const LwpMenuMsQuickredefinetextstyle           = &H7B4
  1109.  Const LwpMenuMeInsertsymbol                     = &H7B5
  1110.  Const LwpMenuMeWordcount                        = &H7B6
  1111.  Const LwpMenuMeDropcaps                         = &H7B7
  1112.  Const LwpMenuMfOdmaimportpicture                = &H7B8
  1113.  Const LwpMenuMrOleobjectinfobox                 = &H7B9
  1114.  Const LwpMenuMcInternettoolson                  = &H7BA
  1115.  Const LwpMenuMcInternettools                    = &H7BB
  1116.  Const LwpMenuMhLotushomepage                    = &H7BC
  1117.  Const LwpMenuMhLotussupport                     = &H7BD
  1118.  Const LwpMenuMhLotusftpsite                     = &H7BE
  1119.  Const LwpMenuMrLinkframes                       = &H7BF
  1120.  Const LwpMenuMrUnlinkframes                     = &H7C0
  1121.  Const LwpMenuMfMrgwelcome                       = &H7C1
  1122.  Const LwpMenuMfHtmloptions                      = &H7C2
  1123.  Const LwpMenuMcUpdateindex                      = &H7C3
  1124.  Const LwpMenuMcUpdatetoc                        = &H7C4
  1125.  Const LwpMenuMvDesignmode                       = &H7C5
  1126.  Const LwpMenuMfNosopen                          = &H7C6
  1127.  Const LwpMenuMfNossaveas                        = &H7C7
  1128.  Const LwpMenuMfMailSendmessage                  = &H7C8
  1129.  Const LwpMenuMcInsertdefnumber                  = &H7C9
  1130.  Const LwpMenuMcInsertdefbullet                  = &H7CA
  1131.  Const LwpMenuMeTogglesmartselect                = &H7CB
  1132.  Const LwpMenuMcCreateobjectviewer               = &H7CC
  1133.  Const LwpMenuMcCreateobjectcomment              = &H7CD
  1134.  Const LwpMenuMcCreateobjectdraw                 = &H7CE
  1135.  Const LwpMenuMcCreateobjectschedule             = &H7CF
  1136.  Const LwpMenuMcCreateobjectspreadsheet          = &H7D0
  1137.  Const LwpMenuMcCreateobjectchart                = &H7D1
  1138.  Const LwpMenuMhInternetsearch                   = &H7D2
  1139.  Const LwpMenuMhLotussmartsuite                  = &H7D3
  1140.  Const LwpMenuMcClickherekeyword                 = &H7D4
  1141.  Const LwpMenuMfPublishweb                       = &H7D5
  1142.  Const LwpMenuMlCrossreference                   = &H7D6
  1143.  Const LwpMenuMtabHidevertruler                  = &H7D7
  1144.  Const LwpMenuMpUpdateheaders                    = &H7D8
  1145.  Const LwpMenuMpUpdatefooters                    = &H7D9
  1146.  Const LwpMenuMtEditclickhere                    = &H7DA
  1147.  Const LwpMenuMfShowwebauthor                    = &H7DB
  1148.  Const LwpMenuMfHidewebauthor                    = &H7DC
  1149.  Const LwpMenuMcWebauthorbegin                   = &H7DD
  1150.  Const LwpMenuMcWebcreatelink                    = &H7DD
  1151.  Const LwpMenuMcWebcreatehr                      = &H7DE
  1152.  Const LwpMenuMcWebcreatewallpaper               = &H7DF
  1153.  Const LwpMenuMcWebcreateformcontrol             = &H7E0
  1154.  Const LwpMenuMcClickhereglossary                = &H7E1
  1155.  Const LwpMenuMcWebauthorend                     = &H7E8
  1156.  Const LwpMenuRcSplitdivision                    = &H7E9
  1157.  Const LwpMenuRcDeletepagebreak                  = &H7EA
  1158.  Const LwpMenuRcDeletecolumnbreak                = &H7EB
  1159.  Const LwpMenuRcDeletesectionbreak               = &H7EC
  1160.  Const LwpMenuRcDeletepagelayout                 = &H7ED
  1161.  Const LwpMenuRcDeletenotemark                   = &H7EE
  1162.  Const LwpMenuMfLabeldlg                         = &H7EF
  1163.  Const LwpMenuMlQuickgoto                        = &H7F0
  1164.  Const LwpMenuShortcut                           = &H7F1
  1165.  Const LwpMenuText                               = &H7F2
  1166.  Const LwpMenuTable                              = &H7F4
  1167.  Const LwpMenuParallelcol                        = &H7F5
  1168.  Const LwpMenuDebug                              = &H7F6
  1169.  Const LwpMenuWebauthorplaceholder               = &H7F7
  1170.  Const LwpMenuOlemenu                            = &H7F8
  1171.  Const LwpMenuNotesflowmenu                      = &H7F9
  1172.  Const LwpMenuSubmenuTablealignment              = &H7FA
  1173.  Const LwpMenuMain                               = &H7FB
  1174.  Const LwpMenuMeMenuedit                         = &H7FC
  1175.  Const LwpMenuMrEditwrap                         = &H7FD
  1176.  Const LwpMenuRcSmartlineform                    = &H7FE
  1177.  Const LwpMenuRcEditplaceholder                  = &H7FF
  1178.  Const LwpMenuMenualternate                      = &H805
  1179.  Const LwpMenuMrRestorewrap                      = &H806
  1180.  Const LwpMenuShortcutText                       = &H807
  1181.  Const LwpMenuShortcutFrame                      = &H808
  1182.  Const LwpMenuShortcutFrametext                  = &H809
  1183.  Const LwpMenuShortcutTabletext                  = &H80A
  1184.  Const LwpMenuShortcutFramegraphic               = &H80B
  1185.  Const LwpMenuShortcutPowerfield                 = &H80C
  1186.  Const LwpMenuShortcutParallelcoltext            = &H80D
  1187.  Const LwpMenuShortcutDivision                   = &H80E
  1188.  Const LwpMenuShortcutSection                    = &H80F
  1189.  Const LwpMenuShortcutTable                      = &H810
  1190.  Const LwpMenuShortcutParallelcol                = &H811
  1191.  Const LwpMenuShortcutTablegraphic               = &H812
  1192.  Const LwpMenuShortcutParallelcolgraphic         = &H813
  1193.  Const LwpMenuShortcutHeader                     = &H814
  1194.  Const LwpMenuShortcutFooter                     = &H815
  1195.  Const LwpMenuShortcutRuler                      = &H816
  1196.  Const LwpMenuShortcutNote                       = &H817
  1197.  Const LwpMenuShortcutOutline                    = &H818
  1198.  Const LwpMenuShortcutOledivision                = &H819
  1199.  Const LwpMenuShortcutFramechart                 = &H81A
  1200.  Const LwpMenuShortcutTablechart                 = &H81B
  1201.  Const LwpMenuShortcutParallelcolchart           = &H81C
  1202.  Const LwpMenuShortcutTablecorner                = &H81D
  1203.  Const LwpMenuShortcutTablerow                   = &H81E
  1204.  Const LwpMenuShortcutTablecolumn                = &H81F
  1205.  Const LwpMenuShortcutVertruler                  = &H820
  1206.  Const LwpMenuShortcutRuby                       = &H821
  1207.  Const LwpMenuShortcutFootnotetext               = &H822
  1208.  Const LwpMenuShortcutIndextext                  = &H823
  1209.  Const LwpMenuShortcutToctext                    = &H824
  1210.  Const LwpMenuShortcutTablecornermenutoc         = &H825
  1211.  Const LwpMenuShortcutTabletextmenutoc           = &H826
  1212.  Const LwpMenuShortcutFrametextmenudropcap       = &H827
  1213.  Const LwpMenuShortcutFramemenudropcap           = &H828
  1214.  Const LwpMenuShortcutTextdate                   = &H829
  1215.  Const LwpMenuShortcutDeletepagebreak            = &H82A
  1216.  Const LwpMenuShortcutDeletesection              = &H82B
  1217.  Const LwpMenuShortcutDeletecolumn               = &H82C
  1218.  Const LwpMenuShortcutDeletepagelayout           = &H33
  1219.  Const LwpMenuShortcutDeletenote                 = &H82D
  1220.  Const LwpMenuMfLastopenplaceholder              = &H82E
  1221.  Const LwpMenuMfHtmlassist                       = &H82F
  1222.  Const LwpMenuMfFtpopenurlinbrowser              = &H830
  1223.  Const LwpMenuRcEditlinkplaceholder              = &H831
  1224.  Const LwpMenuMrCrop                             = &H832
  1225.  Const LwpMenuMfFilenewbrowse                    = &H833
  1226.  Const LwpMenuMrDeleteobject                     = &H834
  1227.  Const LwpMenuMrGraphiclinkunavailable           = &H835
  1228.  Const LwpMenuMtDeletecellpagebreak              = &H836
  1229.  Const LwpMenuMtPagebreakafterrow                = &H837
  1230.  Const LwpMenuMtPagebreakwithincell              = &H838
  1231.  Const LwpMenuSubmenuInsertbagebreak             = &H839
  1232.  Const LwpMenuMtPcoldeletecellpagebreak          = &H83A
  1233.  Const LwpMenuMtPcolpagebreakafterrow            = &H83B
  1234.  Const LwpMenuMtPcolpagebreakwithincell          = &H83C
  1235.  Const LwpMenuSubmenuPcolinsertbagebreak         = &H83D
  1236.  Const LwpMenuMrRunanimation                     = &H83E
  1237.  Const LwpMenuMrMrUneditwrap                     = &H83F
  1238.  Const LwpMenuMfCreatedivfromselectedtext        = &H840
  1239.  Const LwpMenuMfAcquiretwainimage                = &H841
  1240.  Const LwpMenuMultiplecellpaste                  = &H842
  1241.  Const LwpMenuMfSelecttwainsource                = &H843
  1242.  Const LwpMenuSubmenuTwainimage                  = &H844
  1243.  Const LwpMenuMcTextstyleinfobox                 = &H845
  1244.  Const LwpMenuMrRubyAbove                        = &HBB8
  1245.  Const LwpMenuMrRubyBelow                        = &HBB9
  1246.  Const LwpMenuMrRubyDelete                       = &HBBA
  1247.  Const LwpMenuMxMinmacromenu                     = &H2328
  1248.  Const LwpMenuMxMaxmacromenu                     = &H238B
  1249.  Const LwpMenuMrAfidmenu                         = &H2710
  1250.  Const LwpMenuMrAfidmenumax                      = &H3E80
  1251.  Const LwpMenuMaNotesflow                        = &H3E81
  1252.  Const LwpMenuMaNotesflowmax                     = &H3F48
  1253.  Const LwpMenuMwStartoffiles                     = &H4268
  1254.  Const LwpMenuMwEndoffiles                       = &H427C
  1255.  Const LwpMenuCustomstart                        = &HC000
  1256.  Const LwpMenuCustomend                          = &HCFFF
  1257.  Const LwpMenuFcsTextmenu                        = &H0
  1258.  Const LwpMenuFcsFramemenu                       = &H1
  1259.  Const LwpMenuFcsFrametextmenu                   = &H2
  1260.  Const LwpMenuFcsTabletextmenu                   = &H3
  1261.  Const LwpMenuFcsPowerfieldmenu                  = &H4
  1262.  Const LwpMenuFcsParallelcoltextmenu             = &H5
  1263.  Const LwpMenuFcsDivisionmenu                    = &H6
  1264.  Const LwpMenuFcsSectionmenu                     = &H7
  1265.  Const LwpMenuFcsTablemenu                       = &H8
  1266.  Const LwpMenuFcsParallelcolmenu                 = &H9
  1267.  Const LwpMenuFcsHeadermenu                      = &HA
  1268.  Const LwpMenuFcsFootermenu                      = &HB
  1269.  Const LwpMenuFcsRulermenu                       = &HC
  1270.  Const LwpMenuFcsNotemenu                        = &HD
  1271.  Const LwpMenuFcsOutlinemenu                     = &HE
  1272.  Const LwpMenuFcsOledivisionmenu                 = &HF
  1273.  Const LwpMenuFcsTablecornermenu                 = &H10
  1274.  Const LwpMenuFcsTablerowmenu                    = &H11
  1275.  Const LwpMenuFcsTablecolumnmenu                 = &H12
  1276.  Const LwpMenuFcsVertrulermenu                   = &H13
  1277.  Const LwpMenuFcsRubymenu                        = &H14
  1278.  Const LwpMenuFcsFootnotetextmenu                = &H28
  1279.  Const LwpMenuFcsIndextextmenu                   = &H29
  1280.  Const LwpMenuFcsToctextmenu                     = &H2A
  1281.  Const LwpMenuFcsTablecornermenutoc              = &H2B
  1282.  Const LwpMenuFcsTabletextmenutoc                = &H2C
  1283.  Const LwpMenuFcsFrametextmenudropcap            = &H2D
  1284.  Const LwpMenuFcsFramemenudropcap                = &H2E
  1285.  Const LwpMenuFcsTextdatemenu                    = &H2F
  1286.  Const LwpMenuFcsDeletepagebreakmenu             = &H30
  1287.  Const LwpMenuFcsDeletesectionmenu               = &H31
  1288.  Const LwpMenuFcsDeletecolumnmenu                = &H32
  1289.  Const LwpMenuFcsDeletepagelayoutmenu            = &H33
  1290.  Const LwpMenuFcsDeletenotemenu                  = &H34
  1291.  Const LwpMenuFcsFramegraphicmenu                = &H35
  1292.  Const LwpMenuFcsTablegraphicmenu                = &H36
  1293.  Const LwpMenuFcsParallelcolgraphicmenu          = &H37
  1294.  
  1295. 'MergeOptFlg Constants
  1296.  Const LwpMergeOptFlgMergeAndPrint               = &H1
  1297.  Const LwpMergeOptFlgMergeViewAndPrint           = &H2
  1298.  Const LwpMergeOptFlgMergeAndSaveas              = &H4
  1299.  Const LwpMergeOptFlgMergeInsertFields           = &H8
  1300.  Const LwpMergeOptFlgMergeLabels                 = &H10
  1301.  Const LwpMergeOptFlgMergeMacro                  = &H20
  1302.  Const LwpMergeOptFlgMergeSetup                  = &H40
  1303.  
  1304. 'OverstrikeType Constants
  1305.  Const LwpOverstrikeTypeStyle                    = &H10000
  1306.  Const LwpOverstrikeTypeOff                      = &H20000
  1307.  
  1308. 'PageNumberFlags Constants
  1309.  Const LwpPageNumberFlagsDefault                 = &H0
  1310.  Const LwpPageNumberFlagsIncludesecname          = &H1
  1311.  Const LwpPageNumberFlagsIncludedivname          = &H2
  1312.  Const LwpPageNumberFlagsIncludebefore           = &H4
  1313.  Const LwpPageNumberFlagsResetonsection          = &H10
  1314.  Const LwpPageNumberFlagsResetondivision         = &H20
  1315.  
  1316. 'ReplacementChoices Constants
  1317.  Const LwpReplacementChoicesListbox1             = &H1
  1318.  Const LwpReplacementChoicesListbox2             = &H2
  1319.  Const LwpReplacementChoicesListbox3             = &H4
  1320.  Const LwpReplacementChoicesListbox4             = &H8
  1321.  Const LwpReplacementChoicesListbox5             = &H10
  1322.  Const LwpReplacementChoicesListbox6             = &H20
  1323.  Const LwpReplacementChoicesListbox7             = &H40
  1324.  Const LwpReplacementChoicesListbox8             = &H80
  1325.  Const LwpReplacementChoicesListbox9             = &H100
  1326.  Const LwpReplacementChoicesListbox10            = &H200
  1327.  Const LwpReplacementChoicesListbox11            = &H400
  1328.  Const LwpReplacementChoicesListbox12            = &H800
  1329.  Const LwpReplacementChoicesListbox13            = &H1000
  1330.  Const LwpReplacementChoicesListbox14            = &H2000
  1331.  Const LwpReplacementChoicesListbox15            = &H4000
  1332.  Const LwpReplacementChoicesListbox16            = &H8000
  1333.  Const LwpReplacementChoicesListbox17            = &H10000
  1334.  Const LwpReplacementChoicesListbox18            = &H20000
  1335.  Const LwpReplacementChoicesListbox19            = &H40000
  1336.  Const LwpReplacementChoicesListbox20            = &H80000
  1337.  Const LwpReplacementChoicesListbox21            = &H100000
  1338.  Const LwpReplacementChoicesListbox22            = &H200000
  1339.  Const LwpLreplacementChoicesIstbox22            = &H200000
  1340.  Const LwpReplacementChoicesListbox23            = &H400000
  1341.  Const LwpReplacementChoicesListbox24            = &H800000
  1342.  Const LwpReplacementChoicesListbox25            = &H1000000
  1343.  Const LwpReplacementChoicesListbox26            = &H2000000
  1344.  Const LwpReplacementChoicesListboxAll           = &H3FFFFFF
  1345.  
  1346. 'SpecificModifier Constants
  1347.  Const LwpSpecificModifierNone                   = &H0
  1348.  Const LwpSpecificModifierMbutton1               = &H1
  1349.  Const LwpSpecificModifierMbutton2               = &H2
  1350.  Const LwpSpecificModifierMbutton3               = &H4
  1351.  Const LwpSpecificModifierMbuttonmask            = &H7
  1352.  Const LwpSpecificModifierMbuttondown            = &H8
  1353.  Const LwpSpecificModifierMbuttonup              = &H10
  1354.  Const LwpSpecificModifierDoublebyte             = &H1
  1355.  Const LwpSpecificModifierGoingdown              = &H2
  1356.  Const LwpSpecificModifierComingup               = &H4
  1357.  Const LwpSpecificModifierVirtual                = &H8
  1358.  Const LwpSpecificModifierDamnit                 = &H1
  1359.  Const LwpSpecificModifierClicked                = &H2
  1360.  Const LwpSpecificModifierNomove                 = &H4
  1361.  Const LwpSpecificModifierNovolatile             = &H8
  1362.  Const LwpSpecificModifierReset                  = &H10
  1363.  Const LwpPopcheckpoint                          = &H20
  1364.  Const LwpFiltered                               = &H40
  1365.  Const LwpNoenter                                = &H80
  1366.  
  1367. 'TextStyleOverrides Constants
  1368.  Const LwpTextStlyeOverridesNone                 = &H0
  1369.  Const LwpTextStyleOverridesFace                 = &H1
  1370.  Const LwpTextStyleOverridesSize                 = &H2
  1371.  Const LwpTextStyleOverridesAttributes           = &H4
  1372.  Const LwpTextStyleOverridesFont                 = &H8
  1373.  Const LwpTextStyleOverridesAlignment            = &H10
  1374.  Const LwpTextStyleOverridesIndent               = &H20
  1375.  Const LwpTextStyleOverridesSpacing              = &H40
  1376.  Const LwpTextStyleIoverridesNdent               = &H20
  1377.  Const LwpTextStyleSoverridesPacing              = &H40
  1378.  Const LwpTextStyleOverridesBorders              = &H80
  1379.  Const LwpTextStyleOverridesBreaks               = &H100
  1380.  Const LwpTextStyleOverridesBullet               = &H200
  1381.  Const LwpTextStyleBoverridesUllet               = &H200
  1382.  Const LwpTextStyleOverridesNumbering            = &H400
  1383.  Const LwpTextStyleOverridesTabs                 = &H800
  1384.  Const LwpTextStyleOverridesKinsoku              = &H1000
  1385.  Const LwpTextStyleOverridesCharborder           = &H2000
  1386.  Const LwpTextStyleOverridesAmikake              = &H4000
  1387.  Const LwpTextStyleOverridesBackground           = &H8000
  1388.  
  1389. 'TextView Constants
  1390.  Const LwpTextViewCaretVisible                   = &H1
  1391.  Const LwpTextViewSelectionVisible               = &H2
  1392.  Const LwpTextViewHiddenStoryptr                 = &H4
  1393.  
  1394. 'TypoChoices Constants
  1395.  Const LwpTypoChoicesListbox1                    = &H1
  1396.  Const LwpTypoChoicesListbox2                    = &H2
  1397.  Const LwpTypoChoicesListbox3                    = &H4
  1398.  Const LwpTypoChoicesListbox4                    = &H8
  1399.  Const LwpTypoChoicesListboxall                  = &HF
  1400.  
  1401. 'Views Constants
  1402.  Const LwpViewsStandard                          = &H1
  1403.  Const LwpViewsEnlarged                          = &H2
  1404.  Const LwpViewsFullpage                          = &H4
  1405.  Const LwpViewsCustom                            = &H8
  1406.  Const LwpViewsFacingpages                       = &H10
  1407.  Const LwpViewsPagesort                          = &H20
  1408.  Const LwpViewsMultiplepages                     = &H40
  1409.  Const LwpViewsPagemargin                        = &H80
  1410.  Const LwpViewsPagewidth                         = &H100
  1411.  Const LwpViewsReduced                           = &H200
  1412.  Const LwpViewsMoreenlarged                      = &H400
  1413.