-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresource.h
More file actions
123 lines (111 loc) · 3.46 KB
/
Copy pathresource.h
File metadata and controls
123 lines (111 loc) · 3.46 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
#pragma once
/* Icon */
#define IDI_MAIN 1
/* Menu */
#define IDM_VIEW 1
#define IDM_OP 2
#define IDM_SORT 3
/* Menu command */
/* IDM_VIEW Items */
#define IDC_VIEW_NORMALICON 1
#define IDC_VIEW_SMALLICON 2
#define IDC_VIEW_LIST 3
#define IDC_VIEW_REPORT 4
#define IDC_VIEW_TILE 5
#define IDC_VIEW_TOGGLE_INVISIBLE 6
#define IDC_VIEW_TOGGLE_TOOLBARS 7
#define IDC_VIEW_TOGGLE_NOTITLE 8
#define IDC_OPTION_TOPMOST 9
#define IDC_OPTION_TOGGLEIMEBAR 10
#define IDC_OPTION_TOGGLECURSHADOW 11
#define IDC_OPTION_TOGGLEHOTTRACK 12
#define IDC_OPTION_TOGGLEWINDOWSHADOW 13
#define IDC_OPTION_TOGGLEVANISH 14
#define IDC_OPTION_TOGGLEMONITORPOWER 15
#define IDC_OPTION_TOGGLELOWMONITORPOWER 16
#define IDC_OPTION_POWERSAVE_TIMER 17
#define IDC_OPTION_PREVENT_POWERSAVE 18
#define IDC_OPTION_DISABLE_RESET 19
#define IDC_OPTION_PAUSE 20
#define IDC_HELP_ABOUT 21
#define IDC_OPTION_TOGGLELEFTMENU 22
#define IDC_VIEW_TOGGLE_NOACTIVE 23
/* IDM_OP Items */
#define IDC_BRINGTOFRONT 1
#define IDC_SINKTOBOTTOM 2
#define IDC_WINDOWCONFIG 3
#define IDC_EXPANDCLIENT 4
#define IDC_SHRINKCLIENT 5
#define IDC_WIDE_BY_WIDTH 6
#define IDC_WIDE_BY_HEIGHT 7
#define IDC_EDISON_BY_WIDTH 8
#define IDC_EDISON_BY_HEIGHT 9
/* IDM_SORT Items */
#define IDC_SORT_NONE 1
#define IDC_SORT_ASC 2
#define IDC_SORT_DSC 3
/* Dialog */
#define IDD_ABOUT 1
#define IDD_WINDOW_POS 2
#define IDD_WINDOW_STYLE 3
#define IDD_POWERSAVE_TIMER 4
/* IDD_ABOUT Controls */
#define IDC_APPICON 32
#define IDC_VERSTR 33
#define IDC_COPYRIGHT 34
#define IDC_OSVER_REAL_LABEL 35
#define IDC_OSVER_REAL 36
#define IDC_OSVER_SIM_LABEL 37
#define IDC_OSVER_SIM 38
/* IDD_WINDOW_POS Controls */
#define IDC_CAPTION_LABEL 32
#define IDC_CAPTION 33
#define IDC_XPOS_LABEL 34
#define IDC_XPOS 35
#define IDC_SPIN_XPOS 36
#define IDC_YPOS_LABEL 37
#define IDC_YPOS 38
#define IDC_SPIN_YPOS 39
#define IDC_POS_CLIENT 40
#define IDC_WIDTH_LABEL 41
#define IDC_WIDTH 42
#define IDC_SPIN_WIDTH 43
#define IDC_HEIGHT_LABEL 44
#define IDC_HEIGHT 45
#define IDC_SPIN_HEIGHT 46
#define IDC_SIZE_CLIENT 47
#define IDC_UPLEFT 48
#define IDC_UP 49
#define IDC_UPRIGHT 50
#define IDC_LEFT 51
#define IDC_CENTER 52
#define IDC_RIGHT 53
#define IDC_DOWNLEFT 54
#define IDC_DOWN 55
#define IDC_DOWNRIGHT 56
#define IDC_FULLWIDTH 57
#define IDC_FULLHEIGHT 58
#define IDC_DISPLAY_LABEL 59
#define IDC_DISPLAY 60
/* IDD_WINDOW_STYLE Controls */
#define IDC_STYLE_LABEL 32
#define IDC_STYLE 33
#define IDC_EXSTYLE_LABEL 34
#define IDC_EXSTYLE 35
/* IDD_POWERSAVE_TIMER Controls */
#define IDC_POWERSAVE_TIMER_LABEL 32
#define IDC_POWERSAVE_TIMER 33
#define IDC_POWERSAVE_TIMER_UD 34
#define IDC_LOWPOWERSAVE_TIMER_LABEL 35
#define IDC_LOWPOWERSAVE_TIMER 36
#define IDC_LOWPOWERSAVE_TIMER_UD 37
/*
#define IDC_APPICON 32
#define IDC_USEALPHA 32
#define IDC_ALPHAVALL 33
#define IDC_VERSTR 33
#define IDC_ALPHAVAL 34
#define IDC_ALPHAVALSPIN 35
#define IDC_WINDOWSTYLE 52
#define IDC_WINDOWSTYLEEX 53
*/