4 |
|
// |
5 |
|
#define IDI_VTB_ICON 101 |
6 |
|
#define IDD_USAGE 106 |
7 |
– |
#define IDD_SCAN_START 107 |
7 |
|
#define IDD_VERSION 110 |
8 |
|
#define IDD_CHOICE 111 |
9 |
+ |
#define IDD_START 112 |
10 |
|
#define IDB_VTB_BMP 113 |
11 |
+ |
#define IDD_SELECT 115 |
12 |
+ |
#define IDD_ENTER 118 |
13 |
+ |
#define IDD_CONFIRM 119 |
14 |
+ |
#define IDD_DONE 120 |
15 |
|
#define IDC_USAGE_TEXT 1002 |
16 |
|
#define IDC_VERSION_TEXT 1003 |
17 |
|
#define IDC_CHOICE_ALWAYS 1004 |
18 |
|
#define IDC_CHOICE_DISC 1005 |
19 |
|
#define IDC_CHOICE_SCAN 1006 |
20 |
+ |
#define IDC_START_SCAN_TEXT 1017 |
21 |
+ |
#define IDC_START_SCAN_BROWSE 1018 |
22 |
+ |
#define IDC_START_SAVE_TEXT 1019 |
23 |
+ |
#define IDC_START_SAVE_BROWSE 1020 |
24 |
+ |
#define IDC_START_INSTRUCTIONS 1022 |
25 |
+ |
#define IDC_SELECT_SCANS 1025 |
26 |
+ |
#define IDC_SELECT_UP 1026 |
27 |
+ |
#define IDC_SELECT_DOWN 1027 |
28 |
+ |
#define IDC_SELECT_TEXT 1028 |
29 |
+ |
#define IDC_ENTER_NUM 1029 |
30 |
+ |
#define IDC_ENTER_NAME 1030 |
31 |
+ |
#define IDC_ENTER_TEXT 1031 |
32 |
+ |
#define IDC_CONFIRM_GOOD 1032 |
33 |
+ |
#define IDC_CONFIRM_FILE 1033 |
34 |
+ |
#define IDC_CONFIRM_TEXT 1034 |
35 |
+ |
#define IDC_CONFIRM_SIZE 1035 |
36 |
+ |
#define IDC_DONE_TEXT 1036 |
37 |
|
|
38 |
|
// Next default values for new objects |
39 |
|
// |
40 |
|
#ifdef APSTUDIO_INVOKED |
41 |
|
#ifndef APSTUDIO_READONLY_SYMBOLS |
42 |
< |
#define _APS_NEXT_RESOURCE_VALUE 114 |
43 |
< |
#define _APS_NEXT_COMMAND_VALUE 40001 |
44 |
< |
#define _APS_NEXT_CONTROL_VALUE 1008 |
42 |
> |
#define _APS_NEXT_RESOURCE_VALUE 121 |
43 |
> |
#define _APS_NEXT_COMMAND_VALUE 40003 |
44 |
> |
#define _APS_NEXT_CONTROL_VALUE 1037 |
45 |
|
#define _APS_NEXT_SYMED_VALUE 101 |
46 |
|
#endif |
47 |
|
#endif |