home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / ENTRPRIS / APE / AEEXPDTR / AEEXPDTR.RC next >
Encoding:
Text File  |  1996-12-06  |  994 b   |  28 lines

  1. STRINGTABLE DISCARDABLE 
  2. BEGIN
  3.     1    "*** Do *NOT* Localize any string that starts with '***'."
  4.     2    "*** They are comments to be used by localizers to identify sections."
  5.     3    "*** They also mark the beginning of a new 'section' within the String Table."
  6.     4    "Callback Called"
  7.     5    "Expediter"
  8.     7    "Calling Callback"
  9.     8    "StopTest Received"
  10.     9    "Call reject retries exhausted"        //message displayed when retry callbacks to
  11.                             //to clients are exhausted
  12.     10    "Retrying rejected callback."
  13.     11    "GetServiceResults called with results returned"
  14.     12    "Could not find EventReturn object"
  15.     13    "Error: "
  16.     29    "*** Font information for all forms.  Index 30 is the Character set, Index 31 is Font name, Index 32 is Font Size"
  17.     30    "0"
  18.     31    "Tahoma"
  19.     32    "10"
  20.  
  21.     //U/I captions
  22.     100    "*** Form U/I captions"
  23.     101    "Expediter"                //Form Caption
  24.     102    "Current Backlog"            //Current Backlog caption
  25.     103    "Peak Backlog"                //Peak Backlog caption
  26.     104    "Total Callbacks"            //Total Callbacks caption
  27. END
  28.