xref: /trunk/main/sc/source/ui/src/autofmt.src (revision 70057e82)
182177cdbSAndrew Rist/**************************************************************
2*70057e82Smseidel *
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*70057e82Smseidel *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*70057e82Smseidel *
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*70057e82Smseidel *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "miscdlgs.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirModalDialog RID_SCDLG_AUTOFORMAT
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	HelpId = CMD_SID_AUTOFORMAT ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31*70057e82Smseidel	Size = MAP_APPFONT ( 312, 121 ) ;
32cdf0e10cSrcweir	Text [ en-US ] = "AutoFormat" ;
33cdf0e10cSrcweir	Moveable = TRUE ;
34cdf0e10cSrcweir	Closeable = FALSE ;
35cdf0e10cSrcweir	ListBox LB_FORMAT
36cdf0e10cSrcweir	{
37*70057e82Smseidel		HelpID = "sc:ListBox:RID_SCDLG_AUTOFORMAT:LB_FORMAT" ;
38cdf0e10cSrcweir		Border = TRUE ;
39*70057e82Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
40*70057e82Smseidel		Size = MAP_APPFONT ( 70, 101 ) ;
41cdf0e10cSrcweir		TabStop = TRUE ;
42cdf0e10cSrcweir	};
43*70057e82Smseidel	FixedLine FL_FORMAT
44cdf0e10cSrcweir	{
45*70057e82Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
46*70057e82Smseidel		Size = MAP_APPFONT ( 244, 8 ) ;
47cdf0e10cSrcweir		Text [ en-US ] = "F~ormat" ;
48cdf0e10cSrcweir	};
49cdf0e10cSrcweir	Window WND_PREVIEW
50cdf0e10cSrcweir	{
51*70057e82Smseidel		Pos = MAP_APPFONT ( 88, 14 ) ;
52*70057e82Smseidel		Size = MAP_APPFONT ( 159, 101 ) ;
53*70057e82Smseidel		Border = TRUE ;
54cdf0e10cSrcweir	};
55cdf0e10cSrcweir	CheckBox BTN_ADJUST
56cdf0e10cSrcweir	{
57*70057e82Smseidel		HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ADJUST" ;
58cdf0e10cSrcweir		Hide = TRUE ;
59*70057e82Smseidel		Pos = MAP_APPFONT ( 172, 146 ) ;
60*70057e82Smseidel		Size = MAP_APPFONT ( 75, 10 ) ;
61cdf0e10cSrcweir		Text [ en-US ] = "A~utoFit width and height" ;
62cdf0e10cSrcweir		TabStop = TRUE ;
63cdf0e10cSrcweir	};
64cdf0e10cSrcweir	CheckBox BTN_BORDER
65cdf0e10cSrcweir	{
66*70057e82Smseidel		HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_BORDER" ;
67cdf0e10cSrcweir		Hide = TRUE ;
68*70057e82Smseidel		Pos = MAP_APPFONT ( 12, 146 ) ;
69*70057e82Smseidel		Size = MAP_APPFONT ( 75, 10 ) ;
70cdf0e10cSrcweir		Text [ en-US ] = "~Borders" ;
71cdf0e10cSrcweir		TabStop = TRUE ;
72cdf0e10cSrcweir	};
73cdf0e10cSrcweir	CheckBox BTN_FONT
74cdf0e10cSrcweir	{
75*70057e82Smseidel		HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_FONT" ;
76cdf0e10cSrcweir		Hide = TRUE ;
77*70057e82Smseidel		Pos = MAP_APPFONT ( 93, 132 ) ;
78*70057e82Smseidel		Size = MAP_APPFONT ( 73, 10 ) ;
79cdf0e10cSrcweir		Text [ en-US ] = "F~ont" ;
80cdf0e10cSrcweir		TabStop = TRUE ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	CheckBox BTN_PATTERN
83cdf0e10cSrcweir	{
84*70057e82Smseidel		HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_PATTERN" ;
85cdf0e10cSrcweir		Hide = TRUE ;
86*70057e82Smseidel		Pos = MAP_APPFONT ( 93, 146 ) ;
87*70057e82Smseidel		Size = MAP_APPFONT ( 73, 10 ) ;
88cdf0e10cSrcweir		Text [ en-US ] = "~Pattern" ;
89cdf0e10cSrcweir		TabStop = TRUE ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	CheckBox BTN_ALIGNMENT
92cdf0e10cSrcweir	{
93*70057e82Smseidel		HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT" ;
94cdf0e10cSrcweir		Hide = TRUE ;
95*70057e82Smseidel		Pos = MAP_APPFONT ( 172, 132 ) ;
96*70057e82Smseidel		Size = MAP_APPFONT ( 75, 10 ) ;
97cdf0e10cSrcweir		Text [ en-US ] = "Alignmen~t" ;
98cdf0e10cSrcweir		TabStop = TRUE ;
99cdf0e10cSrcweir	};
100cdf0e10cSrcweir	CheckBox BTN_NUMFORMAT
101cdf0e10cSrcweir	{
102*70057e82Smseidel		HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT" ;
103cdf0e10cSrcweir		Hide = TRUE ;
104*70057e82Smseidel		Pos = MAP_APPFONT ( 12, 132 ) ;
105*70057e82Smseidel		Size = MAP_APPFONT ( 75, 10 ) ;
106cdf0e10cSrcweir		Text [ en-US ] = "~Number format" ;
107cdf0e10cSrcweir		TabStop = TRUE ;
108cdf0e10cSrcweir	};
109*70057e82Smseidel	FixedLine FL_FORMATTING
110cdf0e10cSrcweir	{
111cdf0e10cSrcweir		Hide = TRUE ;
112*70057e82Smseidel		Pos = MAP_APPFONT ( 6, 121 ) ;
113*70057e82Smseidel		Size = MAP_APPFONT ( 244, 8 ) ;
114cdf0e10cSrcweir		Text [ en-US ] = "Formatting" ;
115cdf0e10cSrcweir	};
116cdf0e10cSrcweir	OKButton BTN_OK
117cdf0e10cSrcweir	{
118*70057e82Smseidel		Pos = MAP_APPFONT ( 256, 6 ) ;
119*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
120cdf0e10cSrcweir		TabStop = TRUE ;
121cdf0e10cSrcweir		DefButton = TRUE ;
122cdf0e10cSrcweir	};
123cdf0e10cSrcweir	CancelButton BTN_CANCEL
124cdf0e10cSrcweir	{
125*70057e82Smseidel		Pos = MAP_APPFONT ( 256, 23 ) ;
126*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
127cdf0e10cSrcweir		TabStop = TRUE ;
128cdf0e10cSrcweir	};
129cdf0e10cSrcweir	MoreButton BTN_MORE
130cdf0e10cSrcweir	{
131*70057e82Smseidel		HelpID = "sc:MoreButton:RID_SCDLG_AUTOFORMAT:BTN_MORE" ;
132*70057e82Smseidel		Pos = MAP_APPFONT ( 256, 101 ) ;
133*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
134cdf0e10cSrcweir		TabStop = TRUE ;
135cdf0e10cSrcweir		MapUnit = MAP_APPFONT ;
136cdf0e10cSrcweir		Delta = 48 ;
137cdf0e10cSrcweir	};
138cdf0e10cSrcweir	PushButton BTN_ADD
139cdf0e10cSrcweir	{
140*70057e82Smseidel		HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_ADD" ;
141*70057e82Smseidel		Pos = MAP_APPFONT ( 256, 63 ) ;
142*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
143cdf0e10cSrcweir		Text [ en-US ] = "~Add..." ;
144cdf0e10cSrcweir		TabStop = TRUE ;
145cdf0e10cSrcweir	};
146cdf0e10cSrcweir	PushButton BTN_REMOVE
147cdf0e10cSrcweir	{
148*70057e82Smseidel		HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_REMOVE" ;
149*70057e82Smseidel		Pos = MAP_APPFONT ( 256, 81 ) ;
150*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
151cdf0e10cSrcweir		Text [ en-US ] = "~Delete" ;
152cdf0e10cSrcweir		TabStop = TRUE ;
153cdf0e10cSrcweir	};
154cdf0e10cSrcweir
155cdf0e10cSrcweir	PushButton BTN_RENAME
156cdf0e10cSrcweir	{
157*70057e82Smseidel		Pos = MAP_APPFONT ( 256, 123 ) ;
158*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
159cdf0e10cSrcweir		HelpId=HID_SC_RENAME_AUTOFMT;
160cdf0e10cSrcweir		TabStop = TRUE ;
161cdf0e10cSrcweir		Text [ en-US ] = "~Rename" ;
162cdf0e10cSrcweir	};
163cdf0e10cSrcweir
164cdf0e10cSrcweir	HelpButton BTN_HELP
165cdf0e10cSrcweir	{
166*70057e82Smseidel		Pos = MAP_APPFONT ( 256, 43 ) ;
167*70057e82Smseidel		Size = MAP_APPFONT ( 50, 14 ) ;
168cdf0e10cSrcweir		TabStop = TRUE ;
169cdf0e10cSrcweir	};
170cdf0e10cSrcweir	String STR_ADD_TITLE
171cdf0e10cSrcweir	{
172cdf0e10cSrcweir		Text [ en-US ] = "Add AutoFormat" ;
173cdf0e10cSrcweir	};
174cdf0e10cSrcweir
175cdf0e10cSrcweir	String STR_RENAME_TITLE
176cdf0e10cSrcweir	{
177cdf0e10cSrcweir		Text [ en-US ] = "Rename AutoFormat" ;
178cdf0e10cSrcweir	};
179cdf0e10cSrcweir
180cdf0e10cSrcweir	String STR_ADD_LABEL
181cdf0e10cSrcweir	{
182cdf0e10cSrcweir		Text [ en-US ] = "Name" ;
183cdf0e10cSrcweir	};
184cdf0e10cSrcweir	String STR_DEL_TITLE
185cdf0e10cSrcweir	{
186cdf0e10cSrcweir		Text [ en-US ] = "Delete AutoFormat" ;
187cdf0e10cSrcweir	};
188cdf0e10cSrcweir	String STR_DEL_MSG
189cdf0e10cSrcweir	{
190430a148eSJan Iversen		Text [ en-US ] = "Do you really want to delete the # AutoFormat?" ;
191cdf0e10cSrcweir	};
192cdf0e10cSrcweir	String STR_BTN_CLOSE
193cdf0e10cSrcweir	{
194cdf0e10cSrcweir		Text [ en-US ] = "~Close" ;
195cdf0e10cSrcweir	};
196cdf0e10cSrcweir	String STR_JAN
197cdf0e10cSrcweir	{
198cdf0e10cSrcweir		Text [ en-US ] = "Jan" ;
199cdf0e10cSrcweir	};
200cdf0e10cSrcweir	String STR_FEB
201cdf0e10cSrcweir	{
202cdf0e10cSrcweir		Text [ en-US ] = "Feb" ;
203cdf0e10cSrcweir	};
204cdf0e10cSrcweir	String STR_MAR
205cdf0e10cSrcweir	{
206cdf0e10cSrcweir		Text [ en-US ] = "Mar" ;
207cdf0e10cSrcweir	};
208cdf0e10cSrcweir	String STR_NORTH
209cdf0e10cSrcweir	{
210cdf0e10cSrcweir		Text [ en-US ] = "North" ;
211cdf0e10cSrcweir	};
212cdf0e10cSrcweir	String STR_MID
213cdf0e10cSrcweir	{
214cdf0e10cSrcweir		Text [ en-US ] = "Mid" ;
215cdf0e10cSrcweir	};
216cdf0e10cSrcweir	String STR_SOUTH
217cdf0e10cSrcweir	{
218cdf0e10cSrcweir		Text [ en-US ] = "South" ;
219cdf0e10cSrcweir	};
220cdf0e10cSrcweir	String STR_SUM
221cdf0e10cSrcweir	{
222cdf0e10cSrcweir		Text [ en-US ] = "Total" ;
223cdf0e10cSrcweir	};
224cdf0e10cSrcweir};
225cdf0e10cSrcweir
226*70057e82Smseidel// ********************************************************************** EOF
227