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