fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sd / source / ui / dlg / tabtempl.src
blobbe905b9d12b61a58ae6bfe3cbfd3540881d5f744
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 "tabtempl.hrc"
21 #include <svx/dialogs.hrc>
22 TabDialog TAB_TEMPLATE
24     OutputSize = TRUE ;
25     SVLook = TRUE ;
26     Size = MAP_APPFONT ( 289 , 176 ) ;
27     Text [ en-US ] = "Graphics Styles" ;
28     Moveable = TRUE ;
29      // Closeable = TRUE; // This dialog has an OK and/or a 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_LINE ;
40                 Text [ en-US ] = "Line" ;
41                 PageResID = RID_SVXPAGE_LINE ;
42             };
43             PageItem
44             {
45                 Identifier = RID_SVXPAGE_AREA ;
46                 Text [ en-US ] = "Area" ;
47                 PageResID = RID_SVXPAGE_AREA ;
48             };
49             PageItem
50             {
51                 Identifier = RID_SVXPAGE_SHADOW ;
52                 PageResID = RID_SVXPAGE_SHADOW ;
53                 Text [ en-US ] = "Shadowing" ;
54             };
55             PageItem
56             {
57                 Identifier = RID_SVXPAGE_TRANSPARENCE ;
58                 Text [ en-US ] = "Transparency";
59             };
60             PageItem
61             {
62                 Identifier = RID_SVXPAGE_CHAR_NAME;
63                 Text [ en-US ] = "Font" ;
64                 PageResID = RID_SVXPAGE_CHAR_NAME ;
65             };
66             PageItem
67             {
68                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
69                 Text [ en-US ] = "Font Effect" ;
70                 PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
71             };
72             PageItem
73             {
74                 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
75                 Text [ en-US ] = "Indents & Spacing" ;
76                 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
77             };
78             PageItem
79             {
80                 Identifier = RID_SVXPAGE_TEXTATTR ;
81                 PageResID = RID_SVXPAGE_TEXTATTR ;
82                 Text [ en-US ] = "Text" ;
83             };
84             PageItem
85             {
86                 Identifier = RID_SVXPAGE_TEXTANIMATION ;
87                 PageResID = RID_SVXPAGE_TEXTANIMATION ;
88                 Text [ en-US ] = "Text Animation" ;
89             };
90             PageItem
91             {
92                 Identifier = RID_SVXPAGE_MEASURE ;
93                 Text [ en-US ] = "Dimensioning" ;
94                 PageResID = RID_SVXPAGE_MEASURE ;
95             };
96             PageItem
97             {
98                 Identifier = RID_SVXPAGE_CONNECTION ;
99                 Text [ en-US ] = "Connector" ;
100             };
101             PageItem
102             {
103                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
104                 PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
105                 Text [ en-US ] = "Alignment" ;
106             };
107             PageItem
108             {
109                 Identifier = RID_SVXPAGE_PARA_ASIAN ;
110                 PageResID = RID_SVXPAGE_PARA_ASIAN ;
111                 Text[ en-US ] = "Asian Typography";
112             };
113             PageItem
114             {
115                 Identifier = RID_SVXPAGE_TABULATOR ;
116                 Text [ en-US ] = "Tabs" ;
117                 PageResID = RID_SVXPAGE_TABULATOR ;
118             };
119         };
120     };
121     OKButton 1
122     {
123         Pos = MAP_APPFONT ( 6 , 151 ) ;
124         Size = MAP_APPFONT ( 50 , 14 ) ;
125         TabStop = TRUE ;
126     };
127     CancelButton 1
128     {
129         Pos = MAP_APPFONT ( 60 , 151 ) ;
130         Size = MAP_APPFONT ( 50 , 14 ) ;
131         TabStop = TRUE ;
132     };
133     HelpButton 1
134     {
135         Pos = MAP_APPFONT ( 114 , 151 ) ;
136         Size = MAP_APPFONT ( 50 , 14 ) ;
137         TabStop = TRUE ;
138     };
139     PushButton 1
140     {
141         Pos = MAP_APPFONT ( 169 , 151 ) ;
142         Size = MAP_APPFONT ( 50 , 14 ) ;
143         Text [ en-US ] = "Back" ;
144         TabStop = TRUE ;
145     };
148 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */