xref: /reactos/dll/cpl/console/resource.h (revision c2c66aff)
1 #pragma once
2 
3 #ifndef IDC_STATIC
4 #define IDC_STATIC  -1
5 #endif
6 
7 #define IDC_CPLICON             40
8 #define IDS_CPLNAME             41
9 #define IDS_CPLDESCRIPTION      42
10 #define IDS_APPLY_SHORTCUT_ALL  43
11 
12 #define IDD_PROPPAGEOPTIONS 100
13 #define IDD_PROPPAGEFONT    101
14 #define IDD_PROPPAGELAYOUT  102
15 #define IDD_PROPPAGECOLORS  103
16 #define IDD_APPLYOPTIONS    104
17 
18 /* Options dialog */
19 #define IDC_CHECK_QUICK_EDIT            200
20 #define IDC_CHECK_INSERT_MODE           201
21 #define IDC_CHECK_DISCARD_DUPLICATES    202
22 #define IDC_EDIT_BUFFER_SIZE            203
23 #define IDC_UPDOWN_BUFFER_SIZE          204
24 #define IDC_EDIT_NUM_BUFFER             205
25 #define IDC_UPDOWN_NUM_BUFFER           206
26 #define IDC_RADIO_SMALL_CURSOR          207
27 #define IDC_RADIO_MEDIUM_CURSOR         208
28 #define IDC_RADIO_LARGE_CURSOR          209
29 #define IDC_RADIO_DISPLAY_WINDOW        210
30 #define IDC_RADIO_DISPLAY_FULL          211
31 #define IDL_CODEPAGE                    212
32 
33 /* Apply dialog */
34 #define IDC_RADIO_APPLY_ALL     300
35 #define IDC_RADIO_APPLY_CURRENT 301
36 
37 /* Font dialog */
38 #define IDC_CHECK_BOLD_FONTS            400
39 #define IDC_STATIC_SELECT_FONT_PREVIEW  401
40 #define IDC_FONT_SIZE_X                 402
41 #define IDC_FONT_SIZE_Y                 403
42 #define IDC_LBOX_FONTSIZE               404
43 #define IDC_CBOX_FONTSIZE               405
44 #define IDC_RADIO_PIXEL_UNIT            406
45 #define IDC_RADIO_POINT_UNIT            407
46 #define IDC_STATIC_FONT_WINDOW_PREVIEW  408
47 #define IDC_LBOX_FONTTYPE               409
48 #define IDC_GROUPBOX_FONT_NAME          410
49 
50 /* Layout dialog */
51 #define IDC_UPDOWN_SCREEN_BUFFER_WIDTH      500
52 #define IDC_EDIT_SCREEN_BUFFER_WIDTH        501
53 #define IDC_EDIT_SCREEN_BUFFER_HEIGHT       502
54 #define IDC_UPDOWN_SCREEN_BUFFER_HEIGHT     503
55 #define IDC_EDIT_WINDOW_SIZE_WIDTH          504
56 #define IDC_UPDOWN_WINDOW_SIZE_WIDTH        505
57 #define IDC_EDIT_WINDOW_SIZE_HEIGHT         506
58 #define IDC_UPDOWN_WINDOW_SIZE_HEIGHT       507
59 #define IDC_EDIT_WINDOW_POS_LEFT            508
60 #define IDC_UPDOWN_WINDOW_POS_LEFT          509
61 #define IDC_EDIT_WINDOW_POS_TOP             510
62 #define IDC_UPDOWN_WINDOW_POS_TOP           511
63 #define IDC_CHECK_SYSTEM_POS_WINDOW         512
64 #define IDC_STATIC_LAYOUT_WINDOW_PREVIEW    513
65 
66 /* Color dialog */
67 
68 #define IDC_RADIO_SCREEN_TEXT       600
69 #define IDC_RADIO_SCREEN_BACKGROUND 601
70 #define IDC_RADIO_POPUP_TEXT        602
71 #define IDC_RADIO_POPUP_BACKGROUND  603
72 #define IDC_EDIT_COLOR_RED          604
73 #define IDC_UPDOWN_COLOR_RED        605
74 #define IDC_EDIT_COLOR_GREEN        606
75 #define IDC_UPDOWN_COLOR_GREEN      607
76 #define IDC_EDIT_COLOR_BLUE         608
77 #define IDC_UPDOWN_COLOR_BLUE       609
78 #define IDC_STATIC_SCREEN_COLOR     610
79 #define IDC_STATIC_POPUP_COLOR      611
80 
81 #define IDC_STATIC_COLOR1   612
82 #define IDC_STATIC_COLOR2   613
83 #define IDC_STATIC_COLOR3   614
84 #define IDC_STATIC_COLOR4   615
85 #define IDC_STATIC_COLOR5   616
86 #define IDC_STATIC_COLOR6   617
87 #define IDC_STATIC_COLOR7   618
88 #define IDC_STATIC_COLOR8   619
89 #define IDC_STATIC_COLOR9   620
90 #define IDC_STATIC_COLOR10  621
91 #define IDC_STATIC_COLOR11  622
92 #define IDC_STATIC_COLOR12  623
93 #define IDC_STATIC_COLOR13  624
94 #define IDC_STATIC_COLOR14  625
95 #define IDC_STATIC_COLOR15  626
96 #define IDC_STATIC_COLOR16  627
97 
98 /* String IDs */
99 #define IDS_RASTERFONTS         700
100 #define IDS_GROUPBOX_FONT_NAME  701
101