bump product version to 4.1.6.2
[LibreOffice.git] / sd / source / ui / dlg / dlg_char.src
blob37be74a50ca869fb4caa1e03494fa2cc0c48127b
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include <svx/dialogs.hrc>
21 #include "dlg_char.hrc"
22 TabDialog TAB_CHAR
24     OutputSize = TRUE ;
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 289 , 176 ) ;
27     Text [ en-US ] = "Character" ;
28     Moveable = TRUE ;
29      // Closeable = TRUE;   // Dieser Dialog enthaelt OK und/oder Cancel Button (KH)
30     TabControl 1
31     {
32         OutputSize = TRUE ;
33         Pos = MAP_APPFONT ( 3 , 3 ) ;
34         Size = MAP_APPFONT ( 260 , 135 ) ;
35         PageList =
36         {
37             PageItem
38             {
39                 Identifier = RID_SVXPAGE_CHAR_NAME ;
40                 Text [ en-US ] = "Font" ;
41                 PageResID = RID_SVXPAGE_CHAR_NAME ;
42             };
43             PageItem
44             {
45                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
46                 Text [ en-US ] = "Font Effects" ;
47                 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
48             };
49             PageItem
50             {
51                 Identifier = RID_SVXPAGE_CHAR_POSITION ;
52                 PageResID = RID_SVXPAGE_CHAR_POSITION ;
53                 Text [ en-US ] = "Position";
54             };
55         };
56     };
57     OKButton 1
58     {
59         Pos = MAP_APPFONT ( 6 , 151 ) ;
60         Size = MAP_APPFONT ( 50 , 14 ) ;
61         TabStop = TRUE ;
62     };
63     CancelButton 1
64     {
65         Pos = MAP_APPFONT ( 60 , 151 ) ;
66         Size = MAP_APPFONT ( 50 , 14 ) ;
67         TabStop = TRUE ;
68     };
69     HelpButton 1
70     {
71         Pos = MAP_APPFONT ( 114 , 151 ) ;
72         Size = MAP_APPFONT ( 50 , 14 ) ;
73         TabStop = TRUE ;
74     };
75     PushButton 1
76     {
77         Pos = MAP_APPFONT ( 169 , 151 ) ;
78         Size = MAP_APPFONT ( 50 , 14 ) ;
79         Text [ en-US ] = "Return" ;
80         TabStop = TRUE ;
81     };
84 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */