-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.h
More file actions
47 lines (45 loc) · 1.54 KB
/
Copy pathresource.h
File metadata and controls
47 lines (45 loc) · 1.54 KB
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
40
41
42
43
44
45
46
47
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by OpenCodeGoUsage.rc
//
#define IDD_OPTIONS_DIALOG 101
#define IDI_ICON 102
#define IDS_PLUGIN_NAME 103
#define IDS_PLUGIN_DESCRIPTION 104
#define IDS_ITEM_NAME 105
#define IDS_LABEL_AI_USAGE 106
#define IDS_SETTING_API_KEY 107
#define IDS_SETTING_DISPLAY_MODE 108
#define IDS_DISPLAY_ROLLING 109
#define IDS_DISPLAY_WEEKLY 110
#define IDS_DISPLAY_MONTHLY 111
#define IDS_REFRESH_INTERVAL 112
#define IDS_ERROR_NO_KEY 113
#define IDS_VALUE_NOT_AVAILABLE 114
#define IDS_TIP 115
#define IDS_OPEN_CODE_GO 116
#define IDS_LABEL_AI_RESET 117
#define IDC_API_KEY_EDIT 1001
#define IDC_SHOW_RESET_CHECK 1005
#define IDC_REFRESH_INTERVAL_EDIT 1006
// Standard command results used by the dialog. Provided here (if the SDK's
// winres.h didn't already define them) so the pure-Win32 dialog and .rc compile.
#ifndef IDOK
#define IDOK 1
#endif
#ifndef IDCANCEL
#define IDCANCEL 2
#endif
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 118
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1007
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif