Update ooo320-m1
[ooovba.git] / sd / source / ui / dlg / dlg_char.src
blob58f8249f4cd0a93c084697bec07601b9cc238bc7
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: dlg_char.src,v $
10  * $Revision: 1.29 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include <svx/dialogs.hrc>
32 #include "dlg_char.hrc"
33 TabDialog TAB_CHAR
35     OutputSize = TRUE ;
36     SVLook = TRUE ;
37     Size = MAP_APPFONT ( 289 , 176 ) ;
38     Text [ en-US ] = "Character" ;
39     Moveable = TRUE ;
40      // Closeable = TRUE;       // Dieser Dialog enthaelt OK und/oder Cancel Button (KH)
41     TabControl 1
42     {
43         OutputSize = TRUE ;
44         Pos = MAP_APPFONT ( 3 , 3 ) ;
45         Size = MAP_APPFONT ( 260 , 135 ) ;
46         PageList =
47         {
48             PageItem
49             {
50                 Identifier = RID_SVXPAGE_CHAR_NAME ;
51                 Text [ en-US ] = "Font" ;
52                 PageResID = RID_SVXPAGE_CHAR_NAME ;
53             };
54             PageItem
55             {
56                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
57                 Text [ en-US ] = "Font Effects" ;
58                 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
59             };
60             PageItem
61             {
62                 Identifier = RID_SVXPAGE_CHAR_POSITION ;
63                 PageResID = RID_SVXPAGE_CHAR_POSITION ;
64                 Text [ en-US ] = "Position";
65             };
66         };
67     };
68     OKButton 1
69     {
70         Pos = MAP_APPFONT ( 6 , 151 ) ;
71         Size = MAP_APPFONT ( 50 , 14 ) ;
72         TabStop = TRUE ;
73     };
74     CancelButton 1
75     {
76         Pos = MAP_APPFONT ( 60 , 151 ) ;
77         Size = MAP_APPFONT ( 50 , 14 ) ;
78         TabStop = TRUE ;
79     };
80     HelpButton 1
81     {
82         Pos = MAP_APPFONT ( 114 , 151 ) ;
83         Size = MAP_APPFONT ( 50 , 14 ) ;
84         TabStop = TRUE ;
85     };
86     PushButton 1
87     {
88         Pos = MAP_APPFONT ( 169 , 151 ) ;
89         Size = MAP_APPFONT ( 50 , 14 ) ;
90         /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */
91         Text [ en-US ] = "Return" ;
92         TabStop = TRUE ;
93     };