-
Notifications
You must be signed in to change notification settings - Fork 5
/
resource.h
39 lines (38 loc) · 3.81 KB
/
resource.h
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
#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
#define IDI_MAIN 101
#define IDD_TRANSPARENCY 102
#define IDR_SysMenu 103
#define IDB_MainSkin 104
#define IDD_COLORCHOOSER 105
#define IDD_CALENDAR 106
#define IDR_CalendarMenu 109
#define IDC_Calendar 1000
#define IDC_TransSlider 1000
#define IDC_GreenSlider 1001
#define IDC_BlueSlider 1002
#define ID_OK 1003
#define ID_CANCEL 1004
#define IDC_RedSlider 1005
#define IDC_Result 1006
#define IDC_Red 1007
#define IDC_Green 1008
#define IDC_Blue 1009
#define IDC_ResultPreview 1010
#define IDC_Heading 1011
#define IDC_MainHeading 1012
#define IDC_Combo 1013
#define ID_APPLY 1014
#define IDM_Exit 40001
#define IDM_TopMost 40002
#define IDM_TransBackGnd 40003
#define IDM_ShowSeconds 40004
#define IDM_SmothMovement 40005
#define IDM_TransFull 40006
#define IDM_TransOpaque 40007
#define IDM_TransCustom 40008
#define IDM_SetColor 40009
#define IDM_Calendar 40010
#define IDM_About 40011
#define IDM_Close 40012