home *** CD-ROM | disk | FTP | other *** search
- Option Explicit
- Global Const TOOLTIP_FILENEW = "Creates a new file/New File//"
- Global Const TOOLTIP_OPEN = "Opens an existing file/Open File//"
- Global Const TOOLTIP_SAVE = "Saves the active file/Save File//"
- Global Const TOOLTIP_LINE = "Inserts a line drawing object/Draw Line//"
- Global Const TOOLTIP_ARC = "Inserts an arc drawing object/Draw Arc//"
- Global Const TOOLTIP_BOLD = "Makes the current selection bold (toggle)/Toggle Bold//"
- Global Const TOOLTIP_ITALIC = "Makes the current selection italic (toggle)/Toggle Italic//"
- Global Const TOOLTIP_UNDERLINE = "Underlines the current selection (toggle)/Toggle Underline//"
- Global Const TOOLTIP_MACRO = "Runs a custom macro/Run Macro/WARNING/"
- Global Const TOOLTIP_CAPTURE = "Captures the current screen/Clip Screen//"
- Global Const TOOLTIP_REPORT = "Calculate report/Report//"
- Global Const TOOLTIP_CUT = "Cuts the current selection to the clipboard/Cut//"
-
-