5 |
|
#define IDI_VTB_ICON 101 |
6 |
|
#define IDD_USAGE 106 |
7 |
|
#define IDD_VERSION 110 |
8 |
+ |
#define IDD_CHOICE 111 |
9 |
|
#define IDC_USAGE_TEXT 1002 |
10 |
|
#define IDC_VERSION_TEXT 1003 |
11 |
+ |
#define IDC_CHOICE_ALWAYS 1004 |
12 |
+ |
#define IDC_CHOICE_DISC 1005 |
13 |
+ |
#define IDC_CHOICE_SCAN 1006 |
14 |
|
|
15 |
|
// Next default values for new objects |
16 |
|
// |
17 |
|
#ifdef APSTUDIO_INVOKED |
18 |
|
#ifndef APSTUDIO_READONLY_SYMBOLS |
19 |
< |
#define _APS_NEXT_RESOURCE_VALUE 111 |
19 |
> |
#define _APS_NEXT_RESOURCE_VALUE 113 |
20 |
|
#define _APS_NEXT_COMMAND_VALUE 40001 |
21 |
< |
#define _APS_NEXT_CONTROL_VALUE 1004 |
21 |
> |
#define _APS_NEXT_CONTROL_VALUE 1008 |
22 |
|
#define _APS_NEXT_SYMED_VALUE 101 |
23 |
|
#endif |
24 |
|
#endif |