msxml3: Implement get_line() and get_linepos().
[wine/multimedia.git] / programs / regedit / Cs.rc
blob4d1f4eb45dba2eba19fc37d3bb715f2a7cf7aed7
1 /* Hey, Emacs, open this file with -*- coding: cp1250 -*-
2  *
3  * Regedit Czech resources
4  *
5  * Copyright 2002 Robert Dickenson
6  * Copyright 2004 David Kredba
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21  */
23 #include "resource.h"
25 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
27 /* Czech strings in CP1250 */
30  * Dialog
31  */
33 IDD_EDIT_STRING DIALOG  22, 17, 210, 75
34 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
35 CAPTION "Úprava øetìzce"
36 FONT 8, "MS Shell Dlg"
37 BEGIN
38     LTEXT           "Název:",IDC_STATIC,5,5,119,8
39     EDITTEXT        IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL | WS_DISABLED
40     LTEXT           "Obsah:",IDC_STATIC,5,30,119,8
41     EDITTEXT        IDC_VALUE_DATA,5,40,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
42     DEFPUSHBUTTON   "OK",IDOK,140,60,30,11,WS_GROUP
43     PUSHBUTTON   "Storno",IDCANCEL,175,60,30,11,WS_GROUP
44 END
46 IDD_EDIT_DWORD DIALOG  22, 17, 210, 100
47 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU
48 CAPTION "Úprava DWORD"
49 FONT 8, "MS Shell Dlg"
50 BEGIN
51     LTEXT           "Název:",IDC_STATIC,5,5,119,8
52     EDITTEXT        IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL | WS_DISABLED
53     LTEXT           "Obsah:",IDC_STATIC,5,30,90,8
54     EDITTEXT        IDC_VALUE_DATA,5,40,90,12, WS_BORDER | WS_TABSTOP
55     GROUPBOX        "Základ", IDC_DWORD_BASE, 120, 30, 85, 37, BS_GROUPBOX
56     AUTORADIOBUTTON "šestnáctkový", IDC_DWORD_HEX, 130, 40, 60, 10, WS_TABSTOP
57     AUTORADIOBUTTON "Desitkový", IDC_DWORD_DEC, 130, 52, 60, 10, WS_TABSTOP
58     DEFPUSHBUTTON   "OK",IDOK,140,80,30,11,WS_GROUP
59     PUSHBUTTON   "Storno",IDCANCEL,175,80,30,11,WS_GROUP
60 END
62 /*****************************************************************/
65  * TEXTINCLUDE
66  */
68 1 TEXTINCLUDE
69 BEGIN
70     "resource.h\0"
71 END
73 /*****************************************************************/