mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
966 B
35 lines
966 B
#ifdef TRANSLATE
|
|
#define IDHELP 100
|
|
#define IDD_ADVRESTORE 7
|
|
#else
|
|
#include "dlg_ids.h"
|
|
#endif
|
|
|
|
#define IDD_A_INCL 106
|
|
#define IDD_A_EXCL 107
|
|
#define IDD_A_SUBDIRS 108
|
|
#define IDD_A_PATH 110
|
|
#define IDD_A_FILE 111
|
|
#define IDD_A_TMONTH 126
|
|
#define IDD_A_TDAY 127
|
|
#define IDD_A_TYEAR 128
|
|
#define IDD_A_FMONTH 129
|
|
#define IDD_A_FDAY 130
|
|
#define IDD_A_FYEAR 131
|
|
#define IDD_A_FROMBOX 141
|
|
#define IDD_A_TOBOX 142
|
|
|
|
#define IDD_A_ALLFILES 0x016D
|
|
#define IDD_A_RANGE 0x016F
|
|
#define IDD_A_FROM_LEFT 0x0195
|
|
#define IDD_A_TO_LEFT 0x0196
|
|
#define IDD_A_FROM_RIGHT 0x0199
|
|
#define IDD_A_TO_RIGHT 0x019A
|
|
#define IDD_A_DEVICE 0x0167
|
|
#define IDD_A_BACKUPSET 0x0168
|
|
|
|
#define IDD_A_BACKUPSETLABEL 0x0169
|
|
#define IDD_A_PATHLABEL 0x0202
|
|
#define IDD_A_FILELABEL 0x0203
|
|
#define IDD_A_DEVICELABEL 0x0166
|
|
|