1 /* Hey, Emacs, open this file with -*- coding: cp1250 -*-
3 * Regedit Czech resources
5 * Copyright 2002 Robert Dickenson
6 * Copyright 2004 David Kredba
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.
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.
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
25 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
27 /* Czech strings in CP1250 */
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"
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
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"
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
62 /*****************************************************************/
73 /*****************************************************************/