xref: /trunk/main/sd/source/ui/dlg/tabtempl.src (revision ef4882fc)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#include "tabtempl.hrc"
25#include <svx/dialogs.hrc>
26TabDialog TAB_TEMPLATE
27{
28	OutputSize = TRUE ;
29	SVLook = TRUE ;
30	Size = MAP_APPFONT ( 289, 176 ) ;
31	Text [ en-US ] = "Graphics Styles" ;
32	Moveable = TRUE ;
33	// Closeable = TRUE ; // This dialog has OK and/or Cancel Button ! (KH)
34	TabControl 1
35	{
36		OutputSize = TRUE ;
37		Pos = MAP_APPFONT ( 3, 3 ) ;
38		Size = MAP_APPFONT ( 260, 135 ) ;
39		PageList =
40		{
41			PageItem
42			{
43				Identifier = RID_SVXPAGE_LINE ;
44				Text [ en-US ] = "Line" ;
45				PageResID = RID_SVXPAGE_LINE ;
46			};
47			PageItem
48			{
49				Identifier = RID_SVXPAGE_AREA ;
50				Text [ en-US ] = "Area" ;
51				PageResID = RID_SVXPAGE_AREA ;
52			};
53			PageItem
54			{
55				Identifier = RID_SVXPAGE_SHADOW ;
56				PageResID = RID_SVXPAGE_SHADOW ;
57				Text [ en-US ] = "Shadowing" ;
58			};
59			PageItem
60			{
61				Identifier = RID_SVXPAGE_TRANSPARENCE ;
62				Text [ en-US ] = "Transparency" ;
63			};
64			PageItem
65			{
66				Identifier = RID_SVXPAGE_CHAR_NAME ;
67				Text [ en-US ] = "Font" ;
68				PageResID = RID_SVXPAGE_CHAR_NAME ;
69			};
70			PageItem
71			{
72				Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
73				Text [ en-US ] = "Font Effect" ;
74				PageResID = RID_SVXPAGE_CHAR_EFFECTS ;
75			};
76			PageItem
77			{
78				Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
79				Text [ en-US ] = "Indents & Spacing" ;
80				PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
81			};
82			PageItem
83			{
84				Identifier = RID_SVXPAGE_TEXTATTR ;
85				PageResID = RID_SVXPAGE_TEXTATTR ;
86				Text [ en-US ] = "Text" ;
87			};
88			PageItem
89			{
90				Identifier = RID_SVXPAGE_TEXTANIMATION ;
91				PageResID = RID_SVXPAGE_TEXTANIMATION ;
92				Text [ en-US ] = "Text Animation" ;
93			};
94			PageItem
95			{
96				Identifier = RID_SVXPAGE_MEASURE ;
97				Text [ en-US ] = "Dimensioning" ;
98				PageResID = RID_SVXPAGE_MEASURE ;
99			};
100			PageItem
101			{
102				Identifier = RID_SVXPAGE_CONNECTION ;
103				Text [ en-US ] = "Connector" ;
104			};
105			PageItem
106			{
107				Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
108				PageResID = RID_SVXPAGE_ALIGN_PARAGRAPH ;
109				Text [ en-US ] = "Alignment" ;
110			};
111			PageItem
112			{
113				Identifier = RID_SVXPAGE_PARA_ASIAN ;
114				PageResID = RID_SVXPAGE_PARA_ASIAN ;
115				Text [ en-US ] = "Asian Typography" ;
116			};
117			PageItem
118			{
119				Identifier = RID_SVXPAGE_TABULATOR ;
120				Text [ en-US ] = "Tabs" ;
121				PageResID = RID_SVXPAGE_TABULATOR ;
122			};
123		};
124	};
125	OKButton 1
126	{
127		Pos = MAP_APPFONT ( 6, 151 ) ;
128		Size = MAP_APPFONT ( 50, 14 ) ;
129		TabStop = TRUE ;
130	};
131	CancelButton 1
132	{
133		Pos = MAP_APPFONT ( 60, 151 ) ;
134		Size = MAP_APPFONT ( 50, 14 ) ;
135		TabStop = TRUE ;
136	};
137	HelpButton 1
138	{
139		Pos = MAP_APPFONT ( 114, 151 ) ;
140		Size = MAP_APPFONT ( 50, 14 ) ;
141		TabStop = TRUE ;
142	};
143	PushButton 1
144	{
145		Pos = MAP_APPFONT ( 169, 151 ) ;
146		Size = MAP_APPFONT ( 50, 14 ) ;
147		Text [ en-US ] = "Back" ;
148		TabStop = TRUE ;
149	};
150};
151
152// ********************************************************************** EOF
153