xref: /trunk/main/sc/source/ui/styleui/styledlg.src (revision 55a081ad)
182177cdbSAndrew Rist/**************************************************************
2*55a081adSmseidel *
382177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
482177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
582177cdbSAndrew Rist * distributed with this work for additional information
682177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
782177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
882177cdbSAndrew Rist * "License"); you may not use this file except in compliance
982177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10*55a081adSmseidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*55a081adSmseidel *
1382177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
1482177cdbSAndrew Rist * software distributed under the License is distributed on an
1582177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1682177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
1782177cdbSAndrew Rist * specific language governing permissions and limitations
1882177cdbSAndrew Rist * under the License.
19*55a081adSmseidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "sc.hrc"
25cdf0e10cSrcweir#include "styledlg.hrc" // -> TP_xxx
26cdf0e10cSrcweirTabDialog RID_SCDLG_STYLES_PAR
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	SVLook = TRUE ;
30*55a081adSmseidel	Size = MAP_APPFONT ( 289, 176 ) ;
31cdf0e10cSrcweir	Text [ en-US ] = "Cell Style" ;
32cdf0e10cSrcweir	Moveable = TRUE ;
33cdf0e10cSrcweir	Closeable = FALSE ;
34cdf0e10cSrcweir	TabControl 1
35cdf0e10cSrcweir	{
36cdf0e10cSrcweir		OutputSize = TRUE ;
37*55a081adSmseidel		Pos = MAP_APPFONT ( 3, 3 ) ;
38*55a081adSmseidel		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				Text [ en-US ] = "Font" ;
50cdf0e10cSrcweir			};
51cdf0e10cSrcweir			PageItem
52cdf0e10cSrcweir			{
53cdf0e10cSrcweir				Identifier = TP_FONTEFF ;
54*55a081adSmseidel				Text [ en-US ] = "Font Effects" ;
55cdf0e10cSrcweir			};
56cdf0e10cSrcweir			PageItem
57cdf0e10cSrcweir			{
58cdf0e10cSrcweir				Identifier = TP_ALIGNMENT ;
59cdf0e10cSrcweir				Text [ en-US ] = "Alignment" ;
60cdf0e10cSrcweir			};
61cdf0e10cSrcweir			PageItem
62cdf0e10cSrcweir			{
63cdf0e10cSrcweir				Identifier = TP_ASIAN ;
64*55a081adSmseidel				Text [ en-US ] = "Asian Typography" ;
65cdf0e10cSrcweir			};
66cdf0e10cSrcweir			PageItem
67cdf0e10cSrcweir			{
68cdf0e10cSrcweir				Identifier = TP_BORDER ;
69cdf0e10cSrcweir				Text [ en-US ] = "Borders" ;
70cdf0e10cSrcweir			};
71cdf0e10cSrcweir			PageItem
72cdf0e10cSrcweir			{
73cdf0e10cSrcweir				Identifier = TP_BACKGROUND ;
74cdf0e10cSrcweir				Text [ en-US ] = "Background" ;
75cdf0e10cSrcweir			};
76cdf0e10cSrcweir			PageItem
77cdf0e10cSrcweir			{
78cdf0e10cSrcweir				Identifier = TP_PROTECTION ;
79cdf0e10cSrcweir				Text [ en-US ] = "Cell Protection" ;
80cdf0e10cSrcweir			};
81cdf0e10cSrcweir		};
82cdf0e10cSrcweir	};
83cdf0e10cSrcweir};
84cdf0e10cSrcweirTabDialog RID_SCDLG_STYLES_PAGE
85cdf0e10cSrcweir{
86cdf0e10cSrcweir	OutputSize = TRUE ;
87cdf0e10cSrcweir	SVLook = TRUE ;
88*55a081adSmseidel	Size = MAP_APPFONT ( 280, 165 ) ;
89cdf0e10cSrcweir	Text [ en-US ] = "Page Style" ;
90cdf0e10cSrcweir	Moveable = TRUE ;
91cdf0e10cSrcweir	Closeable = FALSE ;
92cdf0e10cSrcweir	TabControl 1
93cdf0e10cSrcweir	{
94cdf0e10cSrcweir		OutputSize = TRUE ;
95*55a081adSmseidel		Pos = MAP_APPFONT ( 3, 6 ) ;
96*55a081adSmseidel		Size = MAP_APPFONT ( 260, 135 ) ;
97cdf0e10cSrcweir		PageList =
98cdf0e10cSrcweir		{
99cdf0e10cSrcweir			PageItem
100cdf0e10cSrcweir			{
101cdf0e10cSrcweir				Identifier = TP_PAGE_STD ;
102cdf0e10cSrcweir				Text [ en-US ] = "Page" ;
103cdf0e10cSrcweir			};
104cdf0e10cSrcweir			PageItem
105cdf0e10cSrcweir			{
106cdf0e10cSrcweir				Identifier = TP_BORDER ;
107cdf0e10cSrcweir				Text [ en-US ] = "Borders" ;
108cdf0e10cSrcweir			};
109cdf0e10cSrcweir			PageItem
110cdf0e10cSrcweir			{
111cdf0e10cSrcweir				Identifier = TP_BACKGROUND ;
112cdf0e10cSrcweir				Text [ en-US ] = "Background" ;
113cdf0e10cSrcweir			};
114cdf0e10cSrcweir			PageItem
115cdf0e10cSrcweir			{
116cdf0e10cSrcweir				Identifier = TP_PAGE_HEADER ;
117cdf0e10cSrcweir				Text [ en-US ] = "Header" ;
118cdf0e10cSrcweir			};
119cdf0e10cSrcweir			PageItem
120cdf0e10cSrcweir			{
121cdf0e10cSrcweir				Identifier = TP_PAGE_FOOTER ;
122cdf0e10cSrcweir				Text [ en-US ] = "Footer" ;
123cdf0e10cSrcweir			};
124cdf0e10cSrcweir			PageItem
125cdf0e10cSrcweir			{
126cdf0e10cSrcweir				Identifier = TP_TABLE ;
127cdf0e10cSrcweir				Text [ en-US ] = "Sheet" ;
128cdf0e10cSrcweir			};
129cdf0e10cSrcweir		};
130cdf0e10cSrcweir	};
131cdf0e10cSrcweir};
132cdf0e10cSrcweir
133*55a081adSmseidel// ********************************************************************** EOF
134