blob: eda2d5dddd068133420b9c8088a8196d7fe97bc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Dropper.rc
//
#define IDS_PROJNAME 100
#define IDR_Dropper 100
#define IDD_DROPDLG 101
#define IDC_LOG 201
#define IDI_MAIN 201
#define IDC_BATCH 203
#define IDC_RUN 204
#define IDC_MINSIZE 205
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 202
#define _APS_NEXT_COMMAND_VALUE 32768
#define _APS_NEXT_CONTROL_VALUE 206
#define _APS_NEXT_SYMED_VALUE 102
#endif
#endif
|