home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703B.ISO / driver / canon / shot / pbv120 / disk1 / dialog.in_ / dialog.in
Text File  |  1995-10-03  |  3KB  |  96 lines

  1. ''Dialog ID's
  2. CONST ADD_EMULATER           =    119
  3. CONST ASKQUIT_1              =    200
  4. CONST ASKQUIT_3                 =  103
  5. CONST BILLBOARD              =    4545
  6. CONST CONECTPRINTER             =  113
  7. CONST CUSTOM               =    6200
  8. CONST DEINST_COMPLETE        =    7802
  9. CONST DEINST_CONFIRM         =    122
  10. CONST DEINSTALL              =    121
  11. CONST DEINSTSUCCESS             =  7807
  12. CONST DESTPATH               =    300
  13. CONST EMULATER_DIR           =    126
  14. CONST EXITFAILURE            =    400
  15. CONST EXITQUIT               =    600
  16. CONST EXITSUCCESS            =    700
  17. CONST IDD_PRN                 =  123
  18. CONST INST_MENU              =    105
  19. CONST INST_PRINTERDRV        =    117
  20. CONST INTERFACE_ERR               =  112
  21. CONST OPTION                 =    107
  22. CONST OTHER_EMULATER         =    127
  23. CONST PATH_ERR                 =  6400
  24. CONST PERIPHERAL             =    118
  25. CONST REGEMU_ERR             =  7806
  26. CONST SEARCH_DRV             =  114
  27. CONST SELECT_PRINTER         =  144
  28. CONST TOOBIG                 =    6300
  29. CONST WAIT                     =  116
  30. CONST WELCOME1                 =  7804
  31. CONST WHAT_COMP                 =  120
  32. CONST WHERE_PRINTER          =    108
  33.  
  34. CONST WM_SYSCOMMAND = &H0112
  35. CONST SC_MAXIMIZE   = &Hf030
  36.  
  37. ''Bitmap ID
  38. CONST LOGO = 1
  39.  
  40. ''File Types
  41. CONST COMDRV98          = 1
  42. CONST COMDRVAT           = 2
  43. CONST DRIVER          = 3
  44. CONST INIFILES          = 4
  45. CONST MONITOR          = 5
  46. CONST REMOTEPANEL      = 6
  47. CONST CTL              = 7
  48. CONST SETUP              = 8
  49. CONST DINIFILES          = 9
  50. CONST CHECKID          = 10
  51.  
  52.  
  53. GLOBAL DEST$        ''Default destination directory.
  54. GLOBAL WINDRIVE$    ''Windows drive letter.
  55. GLOBAL WINDIR$        ''Windows Directory.
  56. GLOBAL WINSYSDIR$    ''Windows System Directory.
  57. GLOBAL PBUDDYDIR$    ''Print Buddy Directory.
  58. GLOBAL PBUDDYWINDIR$ ''for Win Directorhy.
  59. GLOBAL PBUDDYDIRSETUP$
  60. GLOBAL COMPUTER$    ''Computer.
  61. GLOBAL WININIFILE$    ''Win.ini File
  62. GLOBAL INIFILE$        ''INI File
  63. GLOBAL PRINTERDRV$  ''Printer Driver
  64. GLOBAL PNTDRVNAME$    ''Printer Driver Name
  65. GLOBAL PRINTERPORT$ ''Port
  66. GLOBAL PORTLISTIN$
  67. GLOBAL FONT$
  68. GLOBAL CHKFILE$
  69. GLOBAL REGEMU$
  70. GLOBAL REFDIRIN$
  71. GLOBAL INTERFACE$
  72. GLOBAL INSTPRN$        ''Install Printer Driver
  73. GLOBAL szLocalDrives$    ''User Local HardDrives
  74. GLOBAL USEPRN$        ''Useful Printer
  75. GLOBAL INSTABLEPRN$
  76.  
  77. ''CustInst list symbol names
  78. GLOBAL COMDRV98NEEDS$
  79. GLOBAL COMDRVATNEEDS$
  80. GLOBAL DRIVERNEEDS$
  81. GLOBAL INIFILESNEEDS$
  82. GLOBAL DINIFILESNEEDS$
  83. GLOBAL MONITORNEEDS$
  84. GLOBAL REMOTEPANELNEEDS$
  85. GLOBAL CTLNEEDS$
  86. GLOBAL SETUPNEEDS$
  87.  
  88. GLOBAL EXTRACOSTS$  ''List of extra costs to add per drive
  89. GLOBAL BIGLIST$     ''List of option files cost calc results (boolean)
  90. GLOBAL EXAMINE$        ''DEBUG LABEL
  91.  
  92. ''Dialog list symbol names
  93. GLOBAL CHECKSTATES$
  94. GLOBAL DRIVETEXT$
  95. GLOBAL LOCATION$
  96.