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 / PGUIDE / ATM / ATM.RC < prev    next >
Encoding:
Text File  |  1996-09-16  |  5.3 KB  |  133 lines

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Resources file for the ATM sample.
  4. //
  5. //
  6.  
  7.  
  8. //////////////////////////////////////////////////////////////////////////////
  9. //
  10. // Cursor
  11. //
  12.  
  13. 1                       CURSOR  MOVEABLE PURE   "SELECT.CUR"
  14.  
  15. //////////////////////////////////////////////////////////////////////////////
  16. //
  17. // Bitmap
  18. //
  19.  
  20. 16                      BITMAP  MOVEABLE PURE   "USA.BMP"
  21. 48                      BITMAP  MOVEABLE PURE   "FRAN.BMP"
  22. 80                      BITMAP  MOVEABLE PURE   "GERM.BMP"
  23. 112                     BITMAP  MOVEABLE PURE   "ITALY.BMP"
  24. 144                     BITMAP  MOVEABLE PURE   "SPAIN.BMP"
  25. 176                     BITMAP  MOVEABLE PURE   "JAPAN.BMP"
  26.  
  27. //////////////////////////////////////////////////////////////////////////////
  28. //
  29. // Sound
  30. //
  31.  
  32. 16                      ATM_SOUND   MOVEABLE PURE   "USA.WAV"
  33. 48                      ATM_SOUND   MOVEABLE PURE   "FRAN.WAV"
  34. 80                      ATM_SOUND   MOVEABLE PURE   "GERM.WAV"
  35. 112                     ATM_SOUND   MOVEABLE PURE   "ITALY.WAV"
  36. 144                     ATM_SOUND   MOVEABLE PURE   "SPAIN.WAV"
  37. 176                     ATM_SOUND   MOVEABLE PURE   "JAPAN.WAV"
  38.  
  39. //////////////////////////////////////////////////////////////////////////////
  40. //
  41. // String Table
  42. //
  43.  
  44. STRINGTABLE DISCARDABLE 
  45. BEGIN
  46.     16                      "Welcome"
  47.     17                      "Please enter your pin number:"
  48.     18                      "Please choose an account:"
  49.     19                      "Checking account"
  50.     20                      "Savings Account"
  51.     21                      "Please enter an amount:"
  52.     22                      "OK"
  53.     23                      "Your transaction is being processed..."
  54.     24                      "Thank you for using our ATM"
  55.     25                      "The following amount will be withdraw from your:"
  56.     26                      "US Dollars"
  57. END
  58.  
  59. STRINGTABLE DISCARDABLE 
  60. BEGIN
  61.     48                      "Bienvenue"
  62.     49                      "Veuillez entrer votre code:"
  63.     50                      "Veuillez choisir un compte:"
  64.     51                      "Compte chΦque"
  65.     52                      "Compte Θpargne"
  66.     53                      "Veuillez entrer le montant:"
  67.     54                      "OK"
  68.     55                      "Votre transaction est en cours de traitement..."
  69.     56                      "Merci d'avoir utilisΘ notre guichet automatique de banque"
  70.     57                      "Le montant suivant va Ωtre dΘbitΘ de votre :"
  71.     58                      "Francs Franτais"
  72. END
  73.  
  74. STRINGTABLE DISCARDABLE 
  75. BEGIN
  76.     80                      "Willkommen"
  77.     81                      "Bitte geben Sie Ihre Geheimnummer ein:"
  78.     82                      "Bitte wΣhlen Sie ein Konto aus:"
  79.     83                      "Girokonto"
  80.     84                      "Sparbuch"
  81.     85                      "Bitte geben Sie einen Betrag ein:"
  82.     86                      "OK"
  83.     87                      "Ihr Auftrag wird bearbeitet..."
  84.     88                      "Vielen Dank da▀ Sie unseren Geldautomaten verwendet haben."
  85.     89                      "Die folgende Summe wird abgebucht von Ihrem:"
  86.     90                      "DM"
  87. END
  88.  
  89. STRINGTABLE DISCARDABLE 
  90. BEGIN
  91.     112                     "Benvenuti"
  92.     113                     "Digitare il proprio codice segreto:"
  93.     114                     "Scegliere il tipo di conto:"
  94.     115                     "Conto corrente"
  95.     116                     "Libretto di risparmio"
  96.     117                     "Digitare la cifra richiesta:"
  97.     118                     "Attendere"
  98.     119                     "La vostra operazione Φ in corso di esecuzione..."
  99.     120                     "Grazie e arrivederci"
  100.     121                     "La seguente cifra verrα prelevata dal vostro:"
  101.     122                     "Lire Italiane"
  102. END
  103.  
  104. STRINGTABLE DISCARDABLE 
  105. BEGIN
  106.     144                     "Bienvenido"
  107.     145                     "Por favor, ingrese su n·mero de identificaci≤n secreto:"
  108.     146                     "Por favor, elija una cuenta:"
  109.     147                     "Conto corrente"
  110.     148                     "Cuenta de ahorros"
  111.     149                     "Por favor, ingrese un importe:"
  112.     150                     "Aceptar"
  113.     151                     "Su transacci≤n se estß procesando..."
  114.     152                     "Le agradecemos que haya usado nuestro cajero automßtico"
  115.     153                     "La siguiente cantidad serß retirada de su:"
  116.     154                     "Pesetas"
  117. END
  118.  
  119. STRINGTABLE DISCARDABLE 
  120. BEGIN
  121.     176                     "TRANSLATE: Welcome"
  122.     177                     "TRANSLATE: Please enter your pin number:"
  123.     178                     "TRANSLATE: Please choose an account"
  124.     179                     "TRANSLATE: Checking account"
  125.     180                     "TRANSLATE: Savings Account"
  126.     181                     "TRANSLATE: Please enter an amount:"
  127.     182                     "TRANSLATE: OK"
  128.     183                     "TRANSLATE: Your transaction is being processed..."
  129.     184                     "TRANSLATE: Thank you for using our ATM"
  130.     185                     "TRANSLATE: The following amount will be withdraw from your :"
  131.     186                     "TRANSLATE: US Dollars"
  132. END
  133.