/* Hey, Emacs, open this file with -*- coding: cp1250 -*- * * Regedit Czech resources * * Copyright 2002 Robert Dickenson * Copyright 2004 David Kredba * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ #include "resource.h" LANGUAGE LANG_CZECH, SUBLANG_DEFAULT /* Czech strings in CP1250 */ /* * Dialog */ IDD_EDIT_STRING DIALOG 22, 17, 210, 75 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU CAPTION "Úprava řetězce" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Název:",IDC_STATIC,5,5,119,8 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL | WS_DISABLED LTEXT "Obsah:",IDC_STATIC,5,30,119,8 EDITTEXT IDC_VALUE_DATA,5,40,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,140,60,30,11,WS_GROUP PUSHBUTTON "Storno",IDCANCEL,175,60,30,11,WS_GROUP END IDD_EDIT_DWORD DIALOG 22, 17, 210, 100 STYLE DS_MODALFRAME | DS_NOIDLEMSG | WS_CAPTION | WS_SYSMENU CAPTION "Úprava DWORD" FONT 8, "MS Shell Dlg" BEGIN LTEXT "Název:",IDC_STATIC,5,5,119,8 EDITTEXT IDC_VALUE_NAME,5,15,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL | WS_DISABLED LTEXT "Obsah:",IDC_STATIC,5,30,90,8 EDITTEXT IDC_VALUE_DATA,5,40,90,12, WS_BORDER | WS_TABSTOP GROUPBOX "Základ", IDC_DWORD_BASE, 120, 30, 85, 37, BS_GROUPBOX AUTORADIOBUTTON "šestnáctkový", IDC_DWORD_HEX, 130, 40, 60, 10, WS_TABSTOP AUTORADIOBUTTON "Desitkový", IDC_DWORD_DEC, 130, 52, 60, 10, WS_TABSTOP DEFPUSHBUTTON "OK",IDOK,140,80,30,11,WS_GROUP PUSHBUTTON "Storno",IDCANCEL,175,80,30,11,WS_GROUP END /*****************************************************************/ /* * TEXTINCLUDE */ 1 TEXTINCLUDE BEGIN "resource.h\0" END /*****************************************************************/