4 |
|
// |
5 |
|
#define IDI_VTB_ICON 101 |
6 |
|
#define IDD_USAGE 106 |
7 |
+ |
#define IDD_BROWSE 107 |
8 |
+ |
#define IDD_BEGIN 108 |
9 |
|
#define IDD_VERSION 110 |
10 |
|
#define IDD_CHOICE 111 |
11 |
|
#define IDD_START 112 |
35 |
|
#define IDC_CONFIRM_FILE 1033 |
36 |
|
#define IDC_CONFIRM_TEXT 1034 |
37 |
|
#define IDC_CONFIRM_SIZE 1035 |
38 |
+ |
#define IDC_DONE_TEXT 1036 |
39 |
+ |
#define IDC_BROWSE_DISC 1038 |
40 |
+ |
#define IDC_BROWSE_OPEN 1039 |
41 |
+ |
#define IDC_BROWSE_PROP 1040 |
42 |
+ |
#define IDC_BROWSE_ICON 1041 |
43 |
+ |
#define IDC_BROWSE_TEXT 1042 |
44 |
|
|
45 |
|
// Next default values for new objects |
46 |
< |
// |
46 |
> |
// |
47 |
|
#ifdef APSTUDIO_INVOKED |
48 |
|
#ifndef APSTUDIO_READONLY_SYMBOLS |
49 |
< |
#define _APS_NEXT_RESOURCE_VALUE 121 |
49 |
> |
#define _APS_NEXT_RESOURCE_VALUE 122 |
50 |
|
#define _APS_NEXT_COMMAND_VALUE 40003 |
51 |
< |
#define _APS_NEXT_CONTROL_VALUE 1036 |
51 |
> |
#define _APS_NEXT_CONTROL_VALUE 1043 |
52 |
|
#define _APS_NEXT_SYMED_VALUE 101 |
53 |
|
#endif |
54 |
|
#endif |