mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 18:52:10 +00:00
[EXPLORER] Add Show Desktop button to taskbar customization preview (#7727)
Use a 4D lookup table for the notification area settings preview, instead of many if cases. CORE-19738
This commit is contained in:
parent
afb96acfdd
commit
6988b4e2c4
9 changed files with 51 additions and 26 deletions
|
@ -39,15 +39,21 @@
|
|||
#define IDB_TASKBARPROP_NOLOCK_GROUP_NOQL 151
|
||||
#define IDB_TASKBARPROP_LOCK_NOGROUP_NOQL 152
|
||||
#define IDB_TASKBARPROP_NOLOCK_NOGROUP_NOQL 153
|
||||
#define IDB_SYSTRAYPROP_SHOW_SECONDS 154
|
||||
#define IDB_SYSTRAYPROP_HIDE_SECONDS 155
|
||||
#define IDB_SYSTRAYPROP_SHOW_SECONDS_NODESK 154
|
||||
#define IDB_SYSTRAYPROP_HIDE_SECONDS_NODESK 155
|
||||
#define IDB_STARTMENU 158
|
||||
#define IDB_STARTPREVIEW 170
|
||||
#define IDB_STARTPREVIEW_CLASSIC 171
|
||||
#define IDB_SYSTRAYPROP_HIDE_CLOCK 180
|
||||
#define IDB_SYSTRAYPROP_HIDE_NOCLOCK 181
|
||||
#define IDB_SYSTRAYPROP_SHOW_CLOCK 182
|
||||
#define IDB_SYSTRAYPROP_SHOW_NOCLOCK 183
|
||||
#define IDB_SYSTRAYPROP_HIDE_CLOCK_NODESK 180
|
||||
#define IDB_SYSTRAYPROP_HIDE_NOCLOCK_NODESK 181
|
||||
#define IDB_SYSTRAYPROP_SHOW_CLOCK_NODESK 182
|
||||
#define IDB_SYSTRAYPROP_SHOW_NOCLOCK_NODESK 183
|
||||
#define IDB_SYSTRAYPROP_SHOW_SECONDS_DESK 184
|
||||
#define IDB_SYSTRAYPROP_HIDE_SECONDS_DESK 185
|
||||
#define IDB_SYSTRAYPROP_HIDE_CLOCK_DESK 186
|
||||
#define IDB_SYSTRAYPROP_HIDE_NOCLOCK_DESK 187
|
||||
#define IDB_SYSTRAYPROP_SHOW_CLOCK_DESK 188
|
||||
#define IDB_SYSTRAYPROP_SHOW_NOCLOCK_DESK 189
|
||||
|
||||
/*******************************************************************************\
|
||||
|* Menu Resources *|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue