mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[NTOS:INBV] Implement rotation bar for boot screen
This commit is contained in:
parent
7861960a88
commit
57c0678818
6 changed files with 229 additions and 29 deletions
|
@ -10,6 +10,7 @@
|
|||
#define IDB_BAR_SERVER 4
|
||||
#define IDB_BAR_WKSTA 8
|
||||
#define IDB_BAR_HOME 9
|
||||
#define IDB_ROTATING_LINE 19
|
||||
|
||||
#define IDB_PROF_TEXT 10
|
||||
#define IDB_HOME_TEXT 11
|
||||
|
@ -21,3 +22,5 @@
|
|||
#define IDB_SERVER_FOOTER 15
|
||||
#define IDB_STORAGE_SERVER 16
|
||||
#define IDB_CLUSTER_SERVER 17
|
||||
|
||||
#define IDB_MAX_RESOURCE IDB_ROTATING_LINE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue