home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98B.iso / Lotus / FRENCH / LOTUS024.DSK / WPBITMSK.LSS < prev    next >
Text File  |  1997-03-27  |  71KB  |  1,269 lines

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