wine-wine/programs/regedit/Cs.rc

74 lines
2.5 KiB
Plaintext
Raw Normal View History

/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
*
2004-10-18 19:42:43 +00:00
* 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
2004-10-18 19:42:43 +00:00
*/
#include "resource.h"
2004-10-18 19:42:43 +00:00
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
/* Czech strings in CP1250 */
2004-10-18 19:42:43 +00:00
/*
* Dialog
*/
IDD_EDIT_STRING DIALOG 22, 17, 210, 75
2004-10-18 19:42:43 +00:00
STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
CAPTION "<22>prava <20>et<65>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
2004-10-18 19:42:43 +00:00
LTEXT "Obsah:",IDC_STATIC,5,30,119,8
EDITTEXT IDC_VALUE_DATA,5,40,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
2004-10-18 19:42:43 +00:00
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
2004-10-18 19:42:43 +00:00
CAPTION "<22>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
2004-10-18 19:42:43 +00:00
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 "<22>estn<74>ctkov<6F>", IDC_DWORD_HEX, 130, 40, 60, 10, WS_TABSTOP
2004-10-18 19:42:43 +00:00
AUTORADIOBUTTON "Desitkov<6F>", 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
2004-10-18 19:42:43 +00:00
BEGIN
"resource.h\0"
END
/*****************************************************************/