-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResource.h
More file actions
40 lines (38 loc) · 1.08 KB
/
Copy pathResource.h
File metadata and controls
40 lines (38 loc) · 1.08 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
//{{NO_DEPENDENCIES}}
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_NARATIMER_DIALOG 102
#define IDC_EDIT 103
#define IDR_MAINFRAME 128
#define IDR_WAVE1 129
#define IDR_WAVE2 130
#define IDI_PIN 131
#define IDI_UNPIN 132
#define IDI_CLOSE 133
#define IDI_CLOSE_HOVER 134
#define IDM_NEW 200
#define IDM_TIMERMODE 201
#define IDM_ALARMMODE 202
#define IDM_TOPMOST 203
#define IDM_STOP 204
#define IDM_THEMEDEFAULT 300
#define IDM_THEMEDARK 301
#define IDM_THEMERED 302
#define IDM_THEMEBLUE 303
#define IDM_THEMENAVY 304
#define IDM_THEMEGREEN 305
#define IDM_THEMEBLACK 306
#define IDM_TOGGLEDIGITALWATCH 400
#define IDM_TOGGLEDATE 401
#define IDM_TOGGLETICKSOUND 402
#define IDM_FONT 403
#define IDM_ABOUT 404
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 129
#define _APS_NEXT_CONTROL_VALUE 1000
#define _APS_NEXT_SYMED_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 32771
#endif
#endif