xref: /aoo41x/main/sc/source/ui/styleui/styledlg.src (revision 82177cdb)
1*82177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*82177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*82177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*82177cdbSAndrew Rist * distributed with this work for additional information
6*82177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*82177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*82177cdbSAndrew Rist * "License"); you may not use this file except in compliance
9*82177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10*82177cdbSAndrew Rist *
11*82177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*82177cdbSAndrew Rist *
13*82177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*82177cdbSAndrew Rist * software distributed under the License is distributed on an
15*82177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*82177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
17*82177cdbSAndrew Rist * specific language governing permissions and limitations
18*82177cdbSAndrew Rist * under the License.
19*82177cdbSAndrew Rist *
20*82177cdbSAndrew Rist *************************************************************/
21*82177cdbSAndrew Rist
22*82177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "sc.hrc"
25cdf0e10cSrcweir#include "styledlg.hrc" // -> TP_xxx
26cdf0e10cSrcweirTabDialog RID_SCDLG_STYLES_PAR
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	SVLook = TRUE ;
30cdf0e10cSrcweir	Size = MAP_APPFONT ( 289 , 176 ) ;
31cdf0e10cSrcweir	Text [ en-US ] = "Cell Style" ;
32cdf0e10cSrcweir	Moveable = TRUE ;
33cdf0e10cSrcweir	Closeable = FALSE ;
34cdf0e10cSrcweir	TabControl 1
35cdf0e10cSrcweir	{
36cdf0e10cSrcweir		OutputSize = TRUE ;
37cdf0e10cSrcweir		Pos = MAP_APPFONT ( 3 , 3 ) ;
38cdf0e10cSrcweir		Size = MAP_APPFONT ( 260 , 135 ) ;
39cdf0e10cSrcweir		PageList =
40cdf0e10cSrcweir		{
41cdf0e10cSrcweir			PageItem
42cdf0e10cSrcweir			{
43cdf0e10cSrcweir				Identifier = TP_NUMBER ;
44cdf0e10cSrcweir				Text [ en-US ] = "Numbers" ;
45cdf0e10cSrcweir			};
46cdf0e10cSrcweir			PageItem
47cdf0e10cSrcweir			{
48cdf0e10cSrcweir				Identifier = TP_FONT ;
49cdf0e10cSrcweir				/* ### ACHTUNG: Neuer Text in Resource? Schrift : Zeichen */
50cdf0e10cSrcweir				Text [ en-US ] = "Font" ;
51cdf0e10cSrcweir			};
52cdf0e10cSrcweir			PageItem
53cdf0e10cSrcweir			{
54cdf0e10cSrcweir				Identifier = TP_FONTEFF ;
55cdf0e10cSrcweir				Text [ en-US ] = "Font Effects";
56cdf0e10cSrcweir			};
57cdf0e10cSrcweir			PageItem
58cdf0e10cSrcweir			{
59cdf0e10cSrcweir				Identifier = TP_ALIGNMENT ;
60cdf0e10cSrcweir				Text [ en-US ] = "Alignment" ;
61cdf0e10cSrcweir			};
62cdf0e10cSrcweir			PageItem
63cdf0e10cSrcweir			{
64cdf0e10cSrcweir				Identifier = TP_ASIAN ;
65cdf0e10cSrcweir				Text [ en-US ] = "Asian Typography";
66cdf0e10cSrcweir			};
67cdf0e10cSrcweir			PageItem
68cdf0e10cSrcweir			{
69cdf0e10cSrcweir				Identifier = TP_BORDER ;
70cdf0e10cSrcweir				Text [ en-US ] = "Borders" ;
71cdf0e10cSrcweir			};
72cdf0e10cSrcweir			PageItem
73cdf0e10cSrcweir			{
74cdf0e10cSrcweir				Identifier = TP_BACKGROUND ;
75cdf0e10cSrcweir				Text [ en-US ] = "Background" ;
76cdf0e10cSrcweir			};
77cdf0e10cSrcweir			PageItem
78cdf0e10cSrcweir			{
79cdf0e10cSrcweir				Identifier = TP_PROTECTION ;
80cdf0e10cSrcweir				Text [ en-US ] = "Cell Protection" ;
81cdf0e10cSrcweir			};
82cdf0e10cSrcweir		};
83cdf0e10cSrcweir	};
84cdf0e10cSrcweir};
85cdf0e10cSrcweirTabDialog RID_SCDLG_STYLES_PAGE
86cdf0e10cSrcweir{
87cdf0e10cSrcweir	OutputSize = TRUE ;
88cdf0e10cSrcweir	SVLook = TRUE ;
89cdf0e10cSrcweir	Size = MAP_APPFONT ( 280 , 165 ) ;
90cdf0e10cSrcweir	Text [ en-US ] = "Page Style" ;
91cdf0e10cSrcweir	Moveable = TRUE ;
92cdf0e10cSrcweir	Closeable = FALSE ;
93cdf0e10cSrcweir	TabControl 1
94cdf0e10cSrcweir	{
95cdf0e10cSrcweir		OutputSize = TRUE ;
96cdf0e10cSrcweir		Pos = MAP_APPFONT ( 3 , 6 ) ;
97cdf0e10cSrcweir		Size = MAP_APPFONT ( 260 , 135 ) ;
98cdf0e10cSrcweir		PageList =
99cdf0e10cSrcweir		{
100cdf0e10cSrcweir			PageItem
101cdf0e10cSrcweir			{
102cdf0e10cSrcweir				Identifier = TP_PAGE_STD ;
103cdf0e10cSrcweir				Text [ en-US ] = "Page" ;
104cdf0e10cSrcweir			};
105cdf0e10cSrcweir			PageItem
106cdf0e10cSrcweir			{
107cdf0e10cSrcweir				Identifier = TP_BORDER ;
108cdf0e10cSrcweir				Text [ en-US ] = "Borders" ;
109cdf0e10cSrcweir			};
110cdf0e10cSrcweir			PageItem
111cdf0e10cSrcweir			{
112cdf0e10cSrcweir				Identifier = TP_BACKGROUND ;
113cdf0e10cSrcweir				Text [ en-US ] = "Background" ;
114cdf0e10cSrcweir			};
115cdf0e10cSrcweir			PageItem
116cdf0e10cSrcweir			{
117cdf0e10cSrcweir				Identifier = TP_PAGE_HEADER ;
118cdf0e10cSrcweir				Text [ en-US ] = "Header" ;
119cdf0e10cSrcweir			};
120cdf0e10cSrcweir			PageItem
121cdf0e10cSrcweir			{
122cdf0e10cSrcweir				Identifier = TP_PAGE_FOOTER ;
123cdf0e10cSrcweir				Text [ en-US ] = "Footer" ;
124cdf0e10cSrcweir			};
125cdf0e10cSrcweir			PageItem
126cdf0e10cSrcweir			{
127cdf0e10cSrcweir				Identifier = TP_TABLE ;
128cdf0e10cSrcweir				Text [ en-US ] = "Sheet" ;
129cdf0e10cSrcweir			};
130cdf0e10cSrcweir		};
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir};
133cdf0e10cSrcweir
134cdf0e10cSrcweir
135cdf0e10cSrcweir
136cdf0e10cSrcweir
137cdf0e10cSrcweir
138cdf0e10cSrcweir
139cdf0e10cSrcweir
140cdf0e10cSrcweir
141cdf0e10cSrcweir
142cdf0e10cSrcweir
143cdf0e10cSrcweir
144cdf0e10cSrcweir
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147cdf0e10cSrcweir
148cdf0e10cSrcweir
149cdf0e10cSrcweir
150cdf0e10cSrcweir
151cdf0e10cSrcweir
152cdf0e10cSrcweir
153cdf0e10cSrcweir
154cdf0e10cSrcweir
155cdf0e10cSrcweir
156cdf0e10cSrcweir
157cdf0e10cSrcweir
158cdf0e10cSrcweir
159cdf0e10cSrcweir
160cdf0e10cSrcweir
161cdf0e10cSrcweir
162cdf0e10cSrcweir
163cdf0e10cSrcweir
164cdf0e10cSrcweir
165cdf0e10cSrcweir
166cdf0e10cSrcweir
167cdf0e10cSrcweir
168cdf0e10cSrcweir
169