home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland Pascal with Objects 7.0 / RWDEMOS.ZIP / STRINGS.RC < prev   
Encoding:
Text File  |  1992-10-27  |  1.6 KB  |  47 lines

  1. STRINGTABLE 
  2. BEGIN
  3.     sth_FileNew, "Help on New"
  4.     sth_FileOpen, "Help on Open"
  5.     sth_FileSave, "Help on Save"
  6.     sth_FileSaveAs, "Help on SaveAs"
  7.     sth_FilePrint, "Help on Print"
  8.     sth_FileExit, "Help on Exit"
  9.     sth_File, "Help on File"
  10.     sth_EditUndo, "Help on Undo"
  11.     sth_EditCut, "Help on Cut"
  12.     sth_EditCopy, "Help on Copy"
  13.     sth_EditPaste, "Help on Paste"
  14.     sth_EditClear, "Help on Clear"
  15.     sth_EditDelete, "Help on Delete"
  16.     sth_Edit, "Help on Edit"
  17.     sth_ViewAll, "Help on View All"
  18.     sth_ViewSome, "Help on View Some"
  19.     sth_ViewBy, "Help on View By"
  20.     sth_View, "Help on View"
  21.     ste_InvalidGraphFileMsg, "This is not a graphics file."
  22.     ste_InvalidGraphFileTitle, "Invalid Graphics File"
  23.     ste_InvalidScribbleFileMsg, "This is not a scribble file."
  24.     ste_InvalidScribbleFileTitle, "Invalid Scribble File"
  25.     sth_OptionsDirectory, "Help on Directories"
  26.     sth_OptionsEnvironment, "Help on Environment"
  27.     sth_OptionsOpen, "Help on Options Open"
  28.     sth_OptionsSave, "Help on Options Save"
  29.     sth_OptionsSaveAs, "Help on Options Save As"
  30.     sth_Option, "Help on Option"
  31.     sth_EnvironmentPreferences, "Help on Preferences"
  32.     sth_EnvironmentMouse, "Help on Mouse"
  33.     sth_WindowTile, "Help on Window Tile"
  34.     sth_WindowCascade, "Help on Window Cascade"
  35.     sth_WindowArrange, "Help on Window Arrange"
  36.     sth_WindowIcon, "Help on Window Icon"
  37.     sth_WindowCloseAll, "Help on Window CloseAll"
  38.     sth_Window, "Help on Window"
  39.     sth_HelpIndex, "Help on Index"
  40.     sth_HelpTopic, "Help on Topic"
  41.     sth_HelpSearch, "Help on Search"
  42.     sth_HelpGlossary, "Help on Glossary"
  43.     sth_HelpUsing, "Help on Using Help"
  44.     sth_HelpAbout, "Help on About "
  45.     sth_Help, "Help on Help"
  46. END
  47.