mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
set properties
svn path=/trunk/; revision=25649
This commit is contained in:
parent
d0e23d4854
commit
da3a838762
2 changed files with 547 additions and 547 deletions
File diff suppressed because it is too large
Load diff
|
@ -1,21 +1,21 @@
|
||||||
|
|
||||||
#define IDX_3D_OBJECTS 0
|
#define IDX_3D_OBJECTS 0
|
||||||
#define IDX_SCROLLBAR 1
|
#define IDX_SCROLLBAR 1
|
||||||
#define IDX_DESKTOP 2
|
#define IDX_DESKTOP 2
|
||||||
#define IDX_DIALOG 3
|
#define IDX_DIALOG 3
|
||||||
#define IDX_WINDOW 4
|
#define IDX_WINDOW 4
|
||||||
#define IDX_APPSPACE 5
|
#define IDX_APPSPACE 5
|
||||||
#define IDX_SELECTION 6
|
#define IDX_SELECTION 6
|
||||||
#define IDX_MENU 7
|
#define IDX_MENU 7
|
||||||
|
|
||||||
#define IDX_QUICKINFO 9
|
#define IDX_QUICKINFO 9
|
||||||
#define IDX_INACTIVE_BORDER 10
|
#define IDX_INACTIVE_BORDER 10
|
||||||
#define IDX_ACTIVE_BORDER 11
|
#define IDX_ACTIVE_BORDER 11
|
||||||
|
|
||||||
#define IDX_INACTIVE_CAPTION 15
|
#define IDX_INACTIVE_CAPTION 15
|
||||||
#define IDX_ACTIVE_CAPTION 16
|
#define IDX_ACTIVE_CAPTION 16
|
||||||
#define IDX_CAPTION_BUTTON 17
|
#define IDX_CAPTION_BUTTON 17
|
||||||
|
|
||||||
|
|
||||||
BOOL RegisterPreviewControl(IN HINSTANCE hInstance);
|
BOOL RegisterPreviewControl(IN HINSTANCE hInstance);
|
||||||
VOID UnregisterPreviewControl(IN HINSTANCE hInstance);
|
VOID UnregisterPreviewControl(IN HINSTANCE hInstance);
|
||||||
|
|
Loading…
Reference in a new issue