home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / STRINGS.RC < prev    next >
Text File  |  1997-01-16  |  3KB  |  160 lines

  1. // include codegen.txt as RCData
  2.  
  3. SNIPETS RCDATA CODEGEN.TXT
  4.  
  5. // string tables
  6.  
  7. STRINGTABLE DISCARDABLE
  8. {
  9.  
  10.     1  "Dialog Expert"
  11.     2  "Dialog Expert from demonstration Expert DLL."
  12.     3  "Application Expert"
  13.     4  "Application Expert from demonstration Expert DLL"
  14.     5  "&Finish"
  15.     6  "&Next >"
  16.     7  "An application name is required!"
  17.     8  "The application name is not a valid identifier."
  18.     9  "The path entered does not exist."
  19.     10 "Main.h"
  20.     11 "Main.cpp"
  21.     12 "Main.dfm"
  22.     13 "Main.txt"
  23.  
  24. // variable names
  25.  
  26.     20 "StatusLine"
  27.     21 "OpenDialog"
  28.     22 "SaveDialog"
  29.     23 "MainMenu"
  30.     24 "MainForm"
  31.     25 "SpeedButton%d"
  32.     26 "PrintDialog"
  33.     27 "PrintSetupDialog"
  34.     28 "SpeedBar"
  35.  
  36. // misc method names
  37.     30 "ShowHint"
  38.     31 "FormCreate"
  39.  
  40. // Button captions
  41.     50 "OK"
  42.     51 "Cancel"
  43.     52 "&Help"
  44.         
  45. // Menu text
  46.  
  47.     80 "&File"
  48.     81 "&Edit"
  49.     82 "&Window"
  50.     83 "&Help"
  51.  
  52. // Menu names
  53.  
  54.     90 "FileMenu"
  55.     91 "EditMenu"
  56.     92 "WindowMenu"
  57.     93 "HelpMenu"
  58.  
  59. // Menu item text
  60.  
  61.     100 "&New"
  62.     101 "&Open..."
  63.     102 "&Save"
  64.     103 "Save &As..."
  65.     104 "&Print..."
  66.     105 "P&rint Setup..."
  67.     106 "E&xit"
  68.  
  69.     107 "&Undo"
  70.     108 "Cu&t"
  71.     109 "&Copy"
  72.     110 "&Paste"
  73.  
  74.     111 "&Tile"
  75.     112 "&Cascade"
  76.     113 "&Arrange All"
  77.  
  78.     114 "&Contents"
  79.     115 "&Search for Help On..."
  80.     116 "&How to Use Help"
  81.     117 "&About..."
  82.  
  83. // Menu item names
  84.  
  85.     200 "FileNewItem"
  86.     201 "FileOpenItem"
  87.     202 "FileSaveItem"
  88.     203 "FileSaveAsItem"
  89.     204 "FilePrintItem"
  90.     205 "FilePrintSetupItem"
  91.     206 "FileExitItem"
  92.  
  93.     207 "EditUndoItem"
  94.     208 "EditCutItem"
  95.     209 "EditCopyItem"
  96.     210 "EditPasteItem"
  97.  
  98.     211 "WindowTileItem"
  99.     212 "WindowCascadeItem"
  100.     213 "WindowArrangeItem"
  101.  
  102.     214 "HelpContentsItem"
  103.     215 "HelpSearchItem"
  104.     216 "HelpHowToUseItem"
  105.     217 "HelpAboutItem"
  106.  
  107. // procedure names for menus
  108.  
  109.     300 "FileNew"
  110.     301 "FileOpen"
  111.     302 "FileSave"
  112.     303 "FileSaveAs"
  113.     304 "FilePrint"
  114.     305 "FilePrintSetup"
  115.     306 "FileExit"
  116.  
  117.     307 "EditUndo"
  118.     308 "EditCut"
  119.     309 "EditCopy"
  120.     310 "EditPaste"
  121.  
  122.     311 "WindowTile"
  123.     312 "WindowCascade"
  124.     313 "WindowArrange"
  125.  
  126.     314 "HelpContents"
  127.     315 "HelpSearch"
  128.     316 "HelpHowToUse"
  129.     317 "HelpAbout"
  130.  
  131. // fly-by hints for speedbar
  132.  
  133.     400 "New|"
  134.     401 "Open|"
  135.     402 "Save|"
  136.     403 "Save As|"
  137.     404 "Print|"
  138.     405 "Print Setup|"
  139.     406 "Exit|"
  140.  
  141.     407 "Undo|"
  142.     408 "Cut|"
  143.     409 "Copy|"
  144.     410 "Paste|"
  145.  
  146.     411 "Tile|"
  147.     412 "Cascade|"
  148.     413 "Arrange|"
  149.  
  150.     414 "Help Contents|"
  151.     415 "Topic Search|"
  152.     416 "How to Use Help|"
  153.     417 "About|"
  154.  
  155.     500 "Dialogs"
  156.     501 "Projects"
  157. }
  158.  
  159.  
  160.