home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1996 July / VPR9607B.BIN / driver / canon / shot / 95pb100 / disk2 / dialog.in_ / dialog.in
Text File  |  1995-12-19  |  3KB  |  105 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. CONST CJLMON          = 11
  52. CONST STATUS          = 12
  53. CONST RCPDLL          = 13
  54. CONST RCPRES          = 14
  55. CONST STSRES          = 15
  56.  
  57. GLOBAL DEST$        ''Default destination directory.
  58. GLOBAL WINDRIVE$    ''Windows drive letter.
  59. GLOBAL WINDIR$        ''Windows Directory.
  60. GLOBAL WINSYSDIR$    ''Windows System Directory.
  61. GLOBAL PBUDDYDIR$    ''Print Buddy Directory.
  62. GLOBAL PBUDDYWINDIR$ ''for Win Directorhy.
  63. GLOBAL PBUDDYDIRSETUP$
  64. GLOBAL COMPUTER$    ''Computer.
  65. GLOBAL WININIFILE$    ''Win.ini File
  66. GLOBAL INIFILE$        ''INI File
  67. 'GLOBAL PRINTERDRV$  ''Printer Driver
  68. 'GLOBAL PNTDRVNAME$    ''Printer Driver Name
  69. 'GLOBAL PRINTERPORT$ ''Port
  70. 'GLOBAL PORTLISTIN$
  71. GLOBAL FONT$
  72. GLOBAL CHKFILE$
  73. GLOBAL REGEMU$
  74. GLOBAL REFDIRIN$
  75. GLOBAL INTERFACE$
  76. 'GLOBAL INSTPRN$        ''Install Printer Driver
  77. GLOBAL szLocalDrives$    ''User Local HardDrives
  78. GLOBAL USEPRN$        ''Useful Printer
  79. GLOBAL INSTABLEPRN$
  80.  
  81. ''CustInst list symbol names
  82. 'GLOBAL COMDRV98NEEDS$
  83. 'GLOBAL COMDRVATNEEDS$
  84. 'GLOBAL DRIVERNEEDS$
  85. GLOBAL INIFILESNEEDS$
  86. GLOBAL DINIFILESNEEDS$
  87. GLOBAL MONITORNEEDS$
  88. GLOBAL REMOTEPANELNEEDS$
  89. GLOBAL CTLNEEDS$
  90. GLOBAL SETUPNEEDS$
  91. GLOBAL CJLMONNEEDS$
  92. GLOBAL STATUSNEEDS$
  93. GLOBAL RCPDLLNEEDS$
  94. GLOBAL RCPRESNEEDS$
  95. GLOBAL STSRESNEEDS$
  96.  
  97. GLOBAL EXTRACOSTS$  ''List of extra costs to add per drive
  98. GLOBAL BIGLIST$     ''List of option files cost calc results (boolean)
  99. GLOBAL EXAMINE$        ''DEBUG LABEL
  100.  
  101. ''Dialog list symbol names
  102. GLOBAL CHECKSTATES$
  103. GLOBAL DRIVETEXT$
  104. GLOBAL LOCATION$
  105.