[ACPPAGE] Make use of the PCH.
[reactos.git] / dll / cpl / console / resource.h
index 8f54e96..50fa3db 100644 (file)
@@ -1,17 +1,21 @@
 #pragma once
 
+#ifndef IDC_STATIC
+#define IDC_STATIC  -1
+#endif
+
 #define IDC_CPLICON             40
 #define IDS_CPLNAME             41
 #define IDS_CPLDESCRIPTION      42
 #define IDS_APPLY_SHORTCUT_ALL  43
 
-#define IDD_PROPPAGEOPTIONS     100
-#define IDD_PROPPAGEFONT        101
-#define IDD_PROPPAGELAYOUT      102
-#define IDD_PROPPAGECOLORS      103
-#define IDD_APPLYOPTIONS        104
+#define IDD_PROPPAGEOPTIONS 100
+#define IDD_PROPPAGEFONT    101
+#define IDD_PROPPAGELAYOUT  102
+#define IDD_PROPPAGECOLORS  103
+#define IDD_APPLYOPTIONS    104
 
-// Options dialog
+/* Options dialog */
 #define IDC_CHECK_QUICK_EDIT            200
 #define IDC_CHECK_INSERT_MODE           201
 #define IDC_CHECK_DISCARD_DUPLICATES    202
 #define IDC_UPDOWN_NUM_BUFFER           206
 #define IDC_RADIO_SMALL_CURSOR          207
 #define IDC_RADIO_MEDIUM_CURSOR         208
-#define        IDC_RADIO_LARGE_CURSOR          209
-#define        IDC_RADIO_DISPLAY_WINDOW        210
+#define IDC_RADIO_LARGE_CURSOR          209
+#define IDC_RADIO_DISPLAY_WINDOW        210
 #define IDC_RADIO_DISPLAY_FULL          211
+#define IDL_CODEPAGE                    212
 
-// Apply dialog
-#define IDC_RADIO_APPLY_ALL             300
-#define IDC_RADIO_APPLY_CURRENT         301
+/* Apply dialog */
+#define IDC_RADIO_APPLY_ALL     300
+#define IDC_RADIO_APPLY_CURRENT 301
 
-// Font dialog
+/* Font dialog */
 #define IDC_CHECK_BOLD_FONTS            400
 #define IDC_STATIC_SELECT_FONT_PREVIEW  401
 #define IDC_FONT_SIZE_X                 402
 #define IDC_FONT_SIZE_Y                 403
-#define IDC_LBOX_FONTS                  404
-#define IDC_STATIC_FONT_WINDOW_PREVIEW  405
-#define IDC_LBOX_TYPE                   406
-#define IDC_GROUPBOX_FONT_NAME          407
+#define IDC_LBOX_FONTSIZE               404
+#define IDC_CBOX_FONTSIZE               405
+#define IDC_RADIO_PIXEL_UNIT            406
+#define IDC_RADIO_POINT_UNIT            407
+#define IDC_STATIC_FONT_WINDOW_PREVIEW  408
+#define IDC_LBOX_FONTTYPE               409
+#define IDC_GROUPBOX_FONT_NAME          410
 
-// Layout dialog
+/* Layout dialog */
 #define IDC_UPDOWN_SCREEN_BUFFER_WIDTH      500
 #define IDC_EDIT_SCREEN_BUFFER_WIDTH        501
 #define IDC_EDIT_SCREEN_BUFFER_HEIGHT       502
 #define IDC_CHECK_SYSTEM_POS_WINDOW         512
 #define IDC_STATIC_LAYOUT_WINDOW_PREVIEW    513
 
-// Color dialog
-#define IDC_RADIO_SCREEN_TEXT           600
-#define IDC_RADIO_SCREEN_BACKGROUND     601
-#define IDC_RADIO_POPUP_TEXT            602
-#define IDC_RADIO_POPUP_BACKGROUND      603
-#define IDC_EDIT_COLOR_RED              604
-#define IDC_UPDOWN_COLOR_RED            605
-#define IDC_EDIT_COLOR_GREEN            606
-#define IDC_UPDOWN_COLOR_GREEN          607
-#define IDC_EDIT_COLOR_BLUE             608
-#define IDC_UPDOWN_COLOR_BLUE           609
-#define IDC_STATIC_SCREEN_COLOR         610
-#define IDC_STATIC_POPUP_COLOR          611
-#define IDC_STATIC_COLOR1               612
-#define IDC_STATIC_COLOR2               613
-#define IDC_STATIC_COLOR3               614
-#define IDC_STATIC_COLOR4               615
-#define IDC_STATIC_COLOR5               616
-#define IDC_STATIC_COLOR6               617
-#define IDC_STATIC_COLOR7               618
-#define IDC_STATIC_COLOR8               619
-#define IDC_STATIC_COLOR9               620
-#define IDC_STATIC_COLOR10              621
-#define IDC_STATIC_COLOR11              622
-#define IDC_STATIC_COLOR12              623
-#define IDC_STATIC_COLOR13              624
-#define IDC_STATIC_COLOR14              625
-#define IDC_STATIC_COLOR15              626
-#define IDC_STATIC_COLOR16              627
+/* Color dialog */
+
+#define IDC_RADIO_SCREEN_TEXT       600
+#define IDC_RADIO_SCREEN_BACKGROUND 601
+#define IDC_RADIO_POPUP_TEXT        602
+#define IDC_RADIO_POPUP_BACKGROUND  603
+#define IDC_EDIT_COLOR_RED          604
+#define IDC_UPDOWN_COLOR_RED        605
+#define IDC_EDIT_COLOR_GREEN        606
+#define IDC_UPDOWN_COLOR_GREEN      607
+#define IDC_EDIT_COLOR_BLUE         608
+#define IDC_UPDOWN_COLOR_BLUE       609
+#define IDC_STATIC_SCREEN_COLOR     610
+#define IDC_STATIC_POPUP_COLOR      611
+
+#define IDC_STATIC_COLOR1   612
+#define IDC_STATIC_COLOR2   613
+#define IDC_STATIC_COLOR3   614
+#define IDC_STATIC_COLOR4   615
+#define IDC_STATIC_COLOR5   616
+#define IDC_STATIC_COLOR6   617
+#define IDC_STATIC_COLOR7   618
+#define IDC_STATIC_COLOR8   619
+#define IDC_STATIC_COLOR9   620
+#define IDC_STATIC_COLOR10  621
+#define IDC_STATIC_COLOR11  622
+#define IDC_STATIC_COLOR12  623
+#define IDC_STATIC_COLOR13  624
+#define IDC_STATIC_COLOR14  625
+#define IDC_STATIC_COLOR15  626
+#define IDC_STATIC_COLOR16  627
 
-// String IDs
-#define IDS_RASTERFONTS                 700
+/* String IDs */
+#define IDS_RASTERFONTS         700
+#define IDS_GROUPBOX_FONT_NAME  701