9 |
|
#define IDD_START 112 |
10 |
|
#define IDB_VTB_BMP 113 |
11 |
|
#define IDD_SELECT 115 |
12 |
+ |
#define IDD_ENTER 118 |
13 |
|
#define IDC_USAGE_TEXT 1002 |
14 |
|
#define IDC_VERSION_TEXT 1003 |
15 |
|
#define IDC_CHOICE_ALWAYS 1004 |
21 |
|
#define IDC_START_SAVE_BROWSE 1020 |
22 |
|
#define IDC_START_INSTRUCTIONS 1022 |
23 |
|
#define IDC_SELECT_SCANS 1025 |
24 |
+ |
#define IDC_SELECT_UP 1026 |
25 |
+ |
#define IDC_SELECT_DOWN 1027 |
26 |
+ |
#define IDC_SELECT_TEXT 1028 |
27 |
+ |
#define IDC_ENTER_NUM 1029 |
28 |
+ |
#define IDC_ENTER_NAME 1030 |
29 |
+ |
#define IDC_ENTER_TEXT 1031 |
30 |
|
|
31 |
|
// Next default values for new objects |
32 |
< |
// |
32 |
> |
// |
33 |
|
#ifdef APSTUDIO_INVOKED |
34 |
|
#ifndef APSTUDIO_READONLY_SYMBOLS |
35 |
< |
#define _APS_NEXT_RESOURCE_VALUE 116 |
36 |
< |
#define _APS_NEXT_COMMAND_VALUE 40001 |
37 |
< |
#define _APS_NEXT_CONTROL_VALUE 1026 |
35 |
> |
#define _APS_NEXT_RESOURCE_VALUE 119 |
36 |
> |
#define _APS_NEXT_COMMAND_VALUE 40003 |
37 |
> |
#define _APS_NEXT_CONTROL_VALUE 1032 |
38 |
|
#define _APS_NEXT_SYMED_VALUE 101 |
39 |
|
#endif |
40 |
|
#endif |