[KSPROXY]
[reactos.git] / reactos / dll / cpl / desk / preview.h
index c5e409c..01afe49 100644 (file)
@@ -6,22 +6,21 @@
  * COPYRIGHT:   Copyright 2006, 2007 Eric Kohl
  */
 
-#define IDX_3D_OBJECTS        0
-#define IDX_SCROLLBAR         1
-#define IDX_DESKTOP           2
-#define IDX_DIALOG            3
-#define IDX_WINDOW            4
-#define IDX_APPSPACE          5
+#define IDX_DESKTOP           0
+#define IDX_INACTIVE_CAPTION  1
+#define IDX_INACTIVE_BORDER   2
+#define IDX_ACTIVE_CAPTION    3
+#define IDX_ACTIVE_BORDER     4
+#define IDX_MENU              5
 #define IDX_SELECTION         6
-#define IDX_MENU              7
+#define IDX_WINDOW            7
+#define IDX_SCROLLBAR         8
+#define IDX_3D_OBJECTS        9
+#define IDX_CAPTION_BUTTON   12
+#define IDX_DIALOG           14
+#define IDX_APPSPACE         16
+#define IDX_QUICKINFO        20
 
-#define IDX_QUICKINFO         9
-#define IDX_INACTIVE_BORDER  10
-#define IDX_ACTIVE_BORDER    11
-
-#define IDX_INACTIVE_CAPTION 15
-#define IDX_ACTIVE_CAPTION   16
-#define IDX_CAPTION_BUTTON   17
 
 
 #define PVM_GETCYCAPTION     (WM_USER+1)
 #define PVM_GETCYSIZEFRAME   (WM_USER+7)
 #define PVM_SETCYSIZEFRAME   (WM_USER+8)
 
+#define PVM_SETCAPTIONFONT   (WM_USER+9)
+#define PVM_SETMENUFONT      (WM_USER+10)
+#define PVM_SETDIALOGFONT    (WM_USER+11)
+
+#define PVM_SETCOLOR         (WM_USER+12)
+
 BOOL RegisterPreviewControl(IN HINSTANCE hInstance);
 VOID UnregisterPreviewControl(IN HINSTANCE hInstance);