wineconsole: Czech language resources encoding fix.
[wine] / programs / wineconsole / wineconsole_res.h
1 /*
2  * wineconsole resource definitions
3  *
4  * Copyright 2001 Eric Pouech
5  *
6  * This library is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU Lesser General Public
8  * License as published by the Free Software Foundation; either
9  * version 2.1 of the License, or (at your option) any later version.
10  *
11  * This library is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  * Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public
17  * License along with this library; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19  */
20
21 /* strings */
22 #define IDS_EDIT                0x100
23 #define IDS_DEFAULT             0x101
24 #define IDS_PROPERTIES          0x102
25
26 #define IDS_MARK                0x110
27 #define IDS_COPY                0x111
28 #define IDS_PASTE               0x112
29 #define IDS_SELECTALL           0x113
30 #define IDS_SCROLL              0x114
31 #define IDS_SEARCH              0x115
32
33 #define IDS_DLG_TIT_DEFAULT     0x120
34 #define IDS_DLG_TIT_CURRENT     0x121
35 #define IDS_DLG_TIT_ERROR       0x122
36
37 #define IDS_DLG_ERR_SBWINSIZE   0x130
38
39 #define IDS_FNT_DISPLAY         0x200
40 #define IDS_FNT_PREVIEW_1       0x201
41 #define IDS_FNT_PREVIEW_2       0x202
42
43 /* dialog boxes */
44 #define IDD_OPTION              0x0100
45 #define IDD_FONT                0x0200
46 #define IDD_CONFIG              0x0300
47 #define IDD_SAVE_SETTINGS       0x0400
48
49 /* dialog boxes controls */
50 #define IDC_OPT_CURSOR_SMALL    0x0101
51 #define IDC_OPT_CURSOR_MEDIUM   0x0102
52 #define IDC_OPT_CURSOR_LARGE    0x0103
53 #define IDC_OPT_HIST_SIZE       0x0104
54 #define IDC_OPT_HIST_SIZE_UD    0x0105
55 #define IDC_OPT_HIST_NODOUBLE   0x0106
56 #define IDC_OPT_CONF_CTRL       0x0107
57 #define IDC_OPT_CONF_SHIFT      0x0108
58 #define IDC_OPT_QUICK_EDIT      0x0109
59
60 #define IDC_FNT_LIST_FONT       0x0201
61 #define IDC_FNT_LIST_SIZE       0x0202
62 #define IDC_FNT_COLOR_BK        0x0203
63 #define IDC_FNT_COLOR_FG        0x0204
64 #define IDC_FNT_FONT_INFO       0x0205
65 #define IDC_FNT_PREVIEW         0x0206
66
67 #define IDC_CNF_SB_WIDTH        0x0301
68 #define IDC_CNF_SB_WIDTH_UD     0x0302
69 #define IDC_CNF_SB_HEIGHT       0x0303
70 #define IDC_CNF_SB_HEIGHT_UD    0x0304
71 #define IDC_CNF_WIN_WIDTH       0x0305
72 #define IDC_CNF_WIN_WIDTH_UD    0x0306
73 #define IDC_CNF_WIN_HEIGHT      0x0307
74 #define IDC_CNF_WIN_HEIGHT_UD   0x0308
75 #define IDC_CNF_CLOSE_EXIT      0x0309
76 #define IDC_CNF_EDITION_MODE    0x030a
77
78 #define IDC_SAV_SAVE            0x0401
79 #define IDC_SAV_SESSION         0x0402