home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1996 August
/
VPR9608B.ISO
/
driver
/
canon
/
shot
/
pbv120
/
disk1
/
dialog.in_
/
dialog.in
Wrap
Text File
|
1995-10-03
|
3KB
|
96 lines
''Dialog ID's
CONST ADD_EMULATER = 119
CONST ASKQUIT_1 = 200
CONST ASKQUIT_3 = 103
CONST BILLBOARD = 4545
CONST CONECTPRINTER = 113
CONST CUSTOM = 6200
CONST DEINST_COMPLETE = 7802
CONST DEINST_CONFIRM = 122
CONST DEINSTALL = 121
CONST DEINSTSUCCESS = 7807
CONST DESTPATH = 300
CONST EMULATER_DIR = 126
CONST EXITFAILURE = 400
CONST EXITQUIT = 600
CONST EXITSUCCESS = 700
CONST IDD_PRN = 123
CONST INST_MENU = 105
CONST INST_PRINTERDRV = 117
CONST INTERFACE_ERR = 112
CONST OPTION = 107
CONST OTHER_EMULATER = 127
CONST PATH_ERR = 6400
CONST PERIPHERAL = 118
CONST REGEMU_ERR = 7806
CONST SEARCH_DRV = 114
CONST SELECT_PRINTER = 144
CONST TOOBIG = 6300
CONST WAIT = 116
CONST WELCOME1 = 7804
CONST WHAT_COMP = 120
CONST WHERE_PRINTER = 108
CONST WM_SYSCOMMAND = &H0112
CONST SC_MAXIMIZE = &Hf030
''Bitmap ID
CONST LOGO = 1
''File Types
CONST COMDRV98 = 1
CONST COMDRVAT = 2
CONST DRIVER = 3
CONST INIFILES = 4
CONST MONITOR = 5
CONST REMOTEPANEL = 6
CONST CTL = 7
CONST SETUP = 8
CONST DINIFILES = 9
CONST CHECKID = 10
GLOBAL DEST$ ''Default destination directory.
GLOBAL WINDRIVE$ ''Windows drive letter.
GLOBAL WINDIR$ ''Windows Directory.
GLOBAL WINSYSDIR$ ''Windows System Directory.
GLOBAL PBUDDYDIR$ ''Print Buddy Directory.
GLOBAL PBUDDYWINDIR$ ''for Win Directorhy.
GLOBAL PBUDDYDIRSETUP$
GLOBAL COMPUTER$ ''Computer.
GLOBAL WININIFILE$ ''Win.ini File
GLOBAL INIFILE$ ''INI File
GLOBAL PRINTERDRV$ ''Printer Driver
GLOBAL PNTDRVNAME$ ''Printer Driver Name
GLOBAL PRINTERPORT$ ''Port
GLOBAL PORTLISTIN$
GLOBAL FONT$
GLOBAL CHKFILE$
GLOBAL REGEMU$
GLOBAL REFDIRIN$
GLOBAL INTERFACE$
GLOBAL INSTPRN$ ''Install Printer Driver
GLOBAL szLocalDrives$ ''User Local HardDrives
GLOBAL USEPRN$ ''Useful Printer
GLOBAL INSTABLEPRN$
''CustInst list symbol names
GLOBAL COMDRV98NEEDS$
GLOBAL COMDRVATNEEDS$
GLOBAL DRIVERNEEDS$
GLOBAL INIFILESNEEDS$
GLOBAL DINIFILESNEEDS$
GLOBAL MONITORNEEDS$
GLOBAL REMOTEPANELNEEDS$
GLOBAL CTLNEEDS$
GLOBAL SETUPNEEDS$
GLOBAL EXTRACOSTS$ ''List of extra costs to add per drive
GLOBAL BIGLIST$ ''List of option files cost calc results (boolean)
GLOBAL EXAMINE$ ''DEBUG LABEL
''Dialog list symbol names
GLOBAL CHECKSTATES$
GLOBAL DRIVETEXT$
GLOBAL LOCATION$