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