44 lines
1.2 KiB
C
44 lines
1.2 KiB
C
#define DLG_DISKCOPYPROGRESS 1086
|
|
|
|
#define IDI_DISKCOPY 1
|
|
|
|
|
|
#define IDC_STATIC -1
|
|
|
|
// CopyDisk text strings
|
|
#define IDS_DISKCOPYMENU 0x10C0
|
|
#define IDS_INSERTDEST 0x10C1
|
|
#define IDS_INSERTSRC 0x10C2
|
|
#define IDS_INSERTSRCDEST 0x10C3
|
|
#define IDS_FORMATTINGDEST 0x10C4
|
|
#define IDS_COPYSRCDESTINCOMPAT 0x10C5
|
|
#define IDS_SRCDISKBAD 0x10C6
|
|
#define IDS_DSTDISKBAD 0x10C7
|
|
#define IDS_READING 0x10C8
|
|
#define IDS_WRITING 0x10c9
|
|
#define IDS_SRCDISKDMF 0x10ca
|
|
#if defined(DBCS) && !defined(NEC_98)
|
|
#define IDS_SRCDISK1024 0x10cb
|
|
#endif
|
|
|
|
#define IDD_STATUS 100
|
|
#define IDD_PROBAR 104
|
|
#define IDD_FROM 0x3202
|
|
#define IDD_TO 0x3203
|
|
|
|
#define IDS_ERROR_READ 0x4000
|
|
#define IDS_ERROR_WRITE 0x4001
|
|
#define IDS_ERROR_FORMAT 0x4002
|
|
#define IDS_ERROR_GENERAL 0x4003
|
|
|
|
#define IDS_COPYCOMPLETED 0x4010
|
|
#define IDS_COPYABORTED 0x4011
|
|
#define IDS_COPYFAILED 0x4012
|
|
|
|
|
|
#define IDS_CANCEL 0x4020
|
|
#define IDS_CLOSE 0x4021
|
|
|
|
#define IDS_HELPSTRING 0x5001
|
|
#define IDS_VERBSTRING 0x5002
|