home *** CD-ROM | disk | FTP | other *** search
/ Computer Based Training: …, Windows 95 & NT Basics / a1454501.iso / cbtutil / access.inc < prev    next >
Encoding:
Text File  |  1995-02-07  |  4.9 KB  |  132 lines

  1. '******************************************************************************
  2. '*                                                                            *
  3. '* WARNING: Do not modify this file with any editor other than TESTUIED.EXE.  *
  4. '*                                                                            *
  5. '******************************************************************************
  6. const dlg_welcome =               200
  7. const ID_WELCOMECONTINUE =        207
  8. const ID_WELCOMEEXIT =            208
  9. const dlg_Typesetup =             800
  10. const ID_INSTALLDEFAULT =         801
  11. const ID_INSTALLCUSTOM =          802
  12. const dlg_Install =               400
  13. const ID_INSTALLEXIT =            401
  14. const ID_INSTALLCONTINUE =        402
  15. const ID_INSTALLDIR =             404
  16. const ID_DRIVECOMBO =             408
  17. const ID_INSTALLBACK =            409
  18. const dlg_CustomInstall =         1300
  19. const ID_OK =                     1302
  20. const ID_BACKTO =                 1304
  21. const ID_EXITOUT =                1305
  22. const ID_CUSTOMDIR =              1308
  23. const ID_TXTDRIVE =               503
  24. const ID_CANCELCONTINUE =         504
  25. const ID_CANCELBACK =             505
  26. const dlg_CancelDRive =           600
  27. const DLg_Update =                1100
  28. const ID_OPTUPDATE =              1103
  29. const ID_OPT =                    1104
  30. const ID_UPDATEDIR =              1105
  31. const ID_UPDATECONTINUE =         1107
  32. const ID_UPDATEEXIT =             1108
  33. const ID_OPTREINSTALL =           1111
  34. const dlg_WhereInstall =          700
  35. const ID_OPTWINDOW =              701
  36. const ID_OPTOTHER =               702
  37. const ID_CONTINUE =               708
  38. const ID_CANCEL =                 709
  39. const dlg_InstallFiles =          1700
  40. const ID_DESTINATION =            1707
  41. const ID_SOURCE =                 1708
  42. const ID_GAUGE =                  1710
  43. const ID_GAUGELABEL =             1712
  44. const ID_DRIVECOMBOBOX =          405
  45. const dlg_Registration =          100
  46. const ID_course =                 302
  47. const ID_Student =                303
  48. const Dlg_CMI =                   300
  49. const ID_OPTCourse =              304
  50. const ID_OPTStudent =             305
  51. const ID_RegOk =                  102
  52. const ID_RegExit =                110
  53. const Regtext1 =                  103
  54. const ID_Regtext2 =               104
  55. const ID_Regtext3 =               105
  56. const ID_Regtext1 =               111
  57. const ID_RegBack =                113
  58. const ID_RegUserName =            114
  59. const ID_RegSerial =              115
  60. const ID_RegCompName =            116
  61. const ID_Back =                   307
  62. const DLG_Registered =            500
  63. const ID_RegedName =              501
  64. const ID_RegedCompName =          502
  65. const ID_RegedSerial =            506
  66. const ID_RegedOk =                507
  67. const ID_RegedBack =              508
  68. const ID_RegedExit =              509
  69. const dlg_removeexit =            900
  70. const ID_removedwindow =          1200
  71. const dlg_Removepath =            1400
  72. const Dlg_NAMsave =               1500
  73. const dlg_removedwindow =         1600
  74. const dlg_remove_error =          2100
  75. const ID_REMOVEDIR =              1401
  76. const ID_REMOVECONTINUE =         1402
  77. const ID_REMOVEEXIT =             1403
  78. const ID_NO =                     308
  79. const ID_EXIT =                   309
  80. const ID =                        310
  81. const ID_EXITHELP =               901
  82. const ID_YES =                    1501
  83. const ID_NAMPATH =                1502
  84. const dlg_Listgroups =            1800
  85. const ID_LISTCOURSES =            101
  86. const ID_TOTALNUMCOURSES =        109
  87. const ID_MAXNUMBER =              112
  88. const dlg_CoursesToInstall =      1900
  89. const dlg_CoursesToRemove =       2000
  90. const ID_LISTCONTINUE =           107
  91. const ID_LISTCANCEL =             108
  92. const ID_RemoveBack =             2001
  93. const Dlg_RemoveChoice =          2200
  94. const ID_DeleteAll =              2201
  95. const ID_DeleteCourseM_Nam =     2203
  96. const ID_DCourseM_Nam =          2204
  97. const ID_LCourseM_Nam =          2205
  98. const ID_RemoveQuit =             2207
  99.  
  100. const ID_RCourseandMNams =        2209
  101. const ID_LCourseandMNams =        2210
  102. const ID_Self =                   1801
  103. const ID_select =                 1802
  104. const ID_CheckBSelf =             1803
  105. const ID_CheckBzero =             1808
  106. type _DLG_dlg_welcome
  107.     Lbl_205 as string
  108. end type
  109. global Dlg_dlg_welcome as _DLG_dlg_welcome
  110. type _DLG_dlg_Removepath
  111.     Txt_ID_REMOVEDIR as string
  112.     Lbl_ID_NO as string
  113. end type
  114. global Dlg_dlg_Removepath as _DLG_dlg_Removepath
  115. type _DLG_dlg_remove_error
  116.     Lbl_2103 as string
  117. end type
  118. global Dlg_dlg_remove_error as _DLG_dlg_remove_error
  119. type _DLG_dlg_removeexit
  120.     Lbl_ID_INSTALLDEFAULT as string
  121. end type
  122. global Dlg_dlg_removeexit as _DLG_dlg_removeexit
  123. type _DLG_dlg_Listgroups
  124.     Lst_ID_LISTCOURSES as string
  125.     Lbl_Regtext1 as string
  126.     Txt_ID_TOTALNUMCOURSES as string
  127.     Lbl_ID_RegExit as string
  128.     Chk_ID_CheckBSelf as integer
  129.     Chk_ID_CheckBzero as integer
  130. end type
  131. global Dlg_dlg_Listgroups as _DLG_dlg_Listgroups
  132.