msvcp90: Added basic_string::reserve implementation.
[wine/multimedia.git] / programs / wordpad / De.rc
blob0baef7ba40ffd2f8d41e96fb7780ed6f5d99ad51
1 /*
2  * Copyright 2006 by Henning Gerhardt
3  *
4  * This library is free software; you can redistribute it and/or
5  * modify it under the terms of the GNU Lesser General Public
6  * License as published by the Free Software Foundation; either
7  * version 2.1 of the License, or (at your option) any later version.
8  *
9  * This library is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this library; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17  */
19 #include "wordpad.h"
21 LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
23 #pragma code_page(65001)
25 IDD_DATETIME DIALOG 30, 20, 130, 80
26 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
27 CAPTION "Datum und Uhrzeit"
28 FONT 10, "MS Sans Serif"
29 BEGIN
30     LTEXT        "Verfügbare Formate",-1,3,2,100,15
31     LISTBOX      IDC_DATETIME,3,12,80,65,LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
32     PUSHBUTTON   "&OK",IDOK,87,12,40,12
33     PUSHBUTTON   "A&bbrechen",IDCANCEL,87,26,40,12
34 END
36 IDD_NEWFILE DIALOG 30, 20, 140, 80
37 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
38 CAPTION "Neu"
39 FONT 10, "MS Sans Serif"
40 BEGIN
41     LTEXT        "Neuer Dokumenttyp",-1,3,2,100,15
42     LISTBOX      IDC_NEWFILE,3,12,90,65,LBS_NOINTEGRALHEIGHT
43     PUSHBUTTON   "&OK",IDOK,97,12,40,12
44     PUSHBUTTON   "A&bbrechen",IDCANCEL,97,26,40,12
45 END
47 IDD_PARAFORMAT DIALOG 30, 20, 200, 110
48 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
49 CAPTION "Absatz"
50 FONT 8, "MS Shell Dlg"
51 BEGIN
52     GROUPBOX "Einzug", -1, 10, 10, 120, 68
53     LTEXT "Links", -1, 15, 22, 40, 13
54     EDITTEXT IDC_PARA_LEFT, 55, 20, 60, 13
55     LTEXT "Rechts", -1, 15, 40, 40, 13
56     EDITTEXT IDC_PARA_RIGHT, 55, 38, 60, 13
57     LTEXT "Erste Zeile", -1, 15, 58, 40, 13
58     EDITTEXT IDC_PARA_FIRST, 55, 56, 60, 13
59     LTEXT "Ausrichtung", -1, 15, 87, 40, 13
60     COMBOBOX IDC_PARA_ALIGN, 55, 85, 60, 60, CBS_DROPDOWNLIST
61     PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
62     PUSHBUTTON "A&bbrechen", IDCANCEL, 137, 33, 50, 15
63 END
65 IDD_TABSTOPS DIALOG 30, 20, 200, 110
66 STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
67 CAPTION "Tabstopps"
68 FONT 8, "MS SHell DLg"
69 BEGIN
70     GROUPBOX "Tabstoppposition", -1, 10, 10, 120, 90
71     COMBOBOX IDC_TABSTOPS, 20, 20, 100, 60, CBS_SIMPLE
72     DEFPUSHBUTTON "&Festlegen", ID_TAB_ADD, 20, 80, 45, 15
73     PUSHBUTTON "&Löschen", ID_TAB_DEL, 72, 80, 45, 15
74     PUSHBUTTON "&OK", IDOK, 137, 15, 50, 15
75     PUSHBUTTON "A&bbrechen", IDCANCEL, 137, 33, 50, 15
76     PUSHBUTTON "&Alle löschen", ID_TAB_EMPTY, 137, 51, 50, 15
77 END
79 IDD_FORMATOPTS DIALOG 0, 0, 280, 110
80 STYLE DS_SYSMODAL
81 CAPTION ""
82 FONT 8, "MS Shell Dlg"
83 BEGIN
84     GROUPBOX "Zeilenumbruch", -1, 10, 10, 130, 85
85     RADIOBUTTON "&Kein Zeilenumbruch", IDC_PAGEFMT_WN, 18, 25, 117, 15
86     RADIOBUTTON "&Am Fenster umbrechen", IDC_PAGEFMT_WW, 18, 45, 117, 15
87     RADIOBUTTON "A&m Lineal umbrechen", IDC_PAGEFMT_WM, 18, 65, 117, 15
88     GROUPBOX "Symbolleisten", -1, 150, 10, 120, 85
89     CHECKBOX "&Symbolleiste", IDC_PAGEFMT_TB, 160, 20, 80, 15
90     CHECKBOX "&Formatierungsleiste", IDC_PAGEFMT_FB, 160, 38, 80, 15
91     CHECKBOX "L&ineal", IDC_PAGEFMT_RU, 160, 56, 80, 15
92     CHECKBOX "Status&leiste", IDC_PAGEFMT_SB, 160, 74, 80, 15
93     LTEXT "", IDC_PAGEFMT_ID, 0,0,0,0
94 END