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