blob: 61e9b42c4ee5e83572c0b417259569906d161680 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resources.rc
//
#define IDS_PLUGIN_NAME 101
#define IDD_DEVICE_VIEW 102
#define IDD_ICON_EDITOR 104
#define IDC_EDIT_NAME 1001
#define IDC_EDIT_TITLE 1002
#define IDC_EDIT_TYPE 1003
#define IDC_EDIT_CONNECTION 1004
#define IDC_COMBO_ATTACHED 1005
#define IDC_COMBO_VISIBLE 1006
#define IDC_EDIT_TOTALSPACE 1007
#define IDC_SPIN_TOTALSPACE 1008
#define IDC_EDIT_USEDSPACE 1009
#define IDC_SPIN_USEDSPACE 1010
#define IDC_COMBO_ICONS 1011
#define IDC_BUTTON_NEWICON 1012
#define IDC_BUTTON_REMOVEICON 1013
#define IDC_STATIC_PREVIEWICON 1014
#define IDC_EDIT_WIDTH 1015
#define IDC_EDIT_HEIGHT 1016
#define IDC_EDIT_PATH 1017
#define IDC_BUTTON_BROWSE 1018
#define IDC_BUTTON1 1019
#define IDC_BUTTON_EDITICON 1019
#define IDS_STRING102 65535
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1020
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|