xref: /trunk/main/sc/source/ui/src/autofmt.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 "miscdlgs.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirModalDialog RID_SCDLG_AUTOFORMAT
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	HelpId = CMD_SID_AUTOFORMAT ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31cdf0e10cSrcweir    Size = MAP_APPFONT ( 312 , 121 ) ;
32cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */
33cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? AutoFormat : Autoformat */
34cdf0e10cSrcweir	Text [ en-US ] = "AutoFormat" ;
35cdf0e10cSrcweir	Moveable = TRUE ;
36cdf0e10cSrcweir	Closeable = FALSE ;
37cdf0e10cSrcweir	ListBox LB_FORMAT
38cdf0e10cSrcweir	{
39cdf0e10cSrcweir	    HelpID = "sc:ListBox:RID_SCDLG_AUTOFORMAT:LB_FORMAT";
40cdf0e10cSrcweir		Border = TRUE ;
41cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 14 ) ;
42cdf0e10cSrcweir        Size = MAP_APPFONT ( 70 , 101 ) ;
43cdf0e10cSrcweir		TabStop = TRUE ;
44cdf0e10cSrcweir	};
45cdf0e10cSrcweir    FixedLine FL_FORMAT
46cdf0e10cSrcweir	{
47cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 3 ) ;
48cdf0e10cSrcweir        Size = MAP_APPFONT ( 244 , 8 ) ;
49cdf0e10cSrcweir		Text [ en-US ] = "F~ormat" ;
50cdf0e10cSrcweir	};
51cdf0e10cSrcweir	Window WND_PREVIEW
52cdf0e10cSrcweir	{
53cdf0e10cSrcweir        Pos = MAP_APPFONT ( 88 , 14 ) ;
54cdf0e10cSrcweir        Size = MAP_APPFONT ( 159 , 101 ) ;
55cdf0e10cSrcweir        Border = TRUE ;
56cdf0e10cSrcweir	};
57cdf0e10cSrcweir	CheckBox BTN_ADJUST
58cdf0e10cSrcweir	{
59cdf0e10cSrcweir	    HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ADJUST";
60cdf0e10cSrcweir		Hide = TRUE ;
61cdf0e10cSrcweir        Pos = MAP_APPFONT ( 172 , 146 ) ;
62cdf0e10cSrcweir        Size = MAP_APPFONT ( 75 , 10 ) ;
63cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~Breite/H�he anpassen : ~Breite/H�he anpassen */
64cdf0e10cSrcweir		Text [ en-US ] = "A~utoFit width and height" ;
65cdf0e10cSrcweir		TabStop = TRUE ;
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir	CheckBox BTN_BORDER
68cdf0e10cSrcweir	{
69cdf0e10cSrcweir	    HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_BORDER";
70cdf0e10cSrcweir		Hide = TRUE ;
71cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 146 ) ;
72cdf0e10cSrcweir        Size = MAP_APPFONT ( 75 , 10 ) ;
73cdf0e10cSrcweir		Text [ en-US ] = "~Borders" ;
74cdf0e10cSrcweir		TabStop = TRUE ;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir	CheckBox BTN_FONT
77cdf0e10cSrcweir	{
78cdf0e10cSrcweir	    HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_FONT";
79cdf0e10cSrcweir		Hide = TRUE ;
80cdf0e10cSrcweir        Pos = MAP_APPFONT ( 93 , 132 ) ;
81cdf0e10cSrcweir        Size = MAP_APPFONT ( 73 , 10 ) ;
82cdf0e10cSrcweir		Text [ en-US ] = "F~ont" ;
83cdf0e10cSrcweir		TabStop = TRUE ;
84cdf0e10cSrcweir	};
85cdf0e10cSrcweir	CheckBox BTN_PATTERN
86cdf0e10cSrcweir	{
87cdf0e10cSrcweir	    HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_PATTERN";
88cdf0e10cSrcweir		Hide = TRUE ;
89cdf0e10cSrcweir        Pos = MAP_APPFONT ( 93 , 146 ) ;
90cdf0e10cSrcweir        Size = MAP_APPFONT ( 73 , 10 ) ;
91cdf0e10cSrcweir		Text [ en-US ] = "~Pattern" ;
92cdf0e10cSrcweir		TabStop = TRUE ;
93cdf0e10cSrcweir	};
94cdf0e10cSrcweir	CheckBox BTN_ALIGNMENT
95cdf0e10cSrcweir	{
96cdf0e10cSrcweir	    HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT";
97cdf0e10cSrcweir		Hide = TRUE ;
98cdf0e10cSrcweir        Pos = MAP_APPFONT ( 172 , 132 ) ;
99cdf0e10cSrcweir        Size = MAP_APPFONT ( 75 , 10 ) ;
100cdf0e10cSrcweir		Text [ en-US ] = "Alignmen~t" ;
101cdf0e10cSrcweir		TabStop = TRUE ;
102cdf0e10cSrcweir	};
103cdf0e10cSrcweir	CheckBox BTN_NUMFORMAT
104cdf0e10cSrcweir	{
105cdf0e10cSrcweir	    HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT";
106cdf0e10cSrcweir		Hide = TRUE ;
107cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12 , 132 ) ;
108cdf0e10cSrcweir        Size = MAP_APPFONT ( 75 , 10 ) ;
109cdf0e10cSrcweir		Text [ en-US ] = "~Number format" ;
110cdf0e10cSrcweir		TabStop = TRUE ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir    FixedLine FL_FORMATTING
113cdf0e10cSrcweir	{
114cdf0e10cSrcweir		Hide = TRUE ;
115cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6 , 121 ) ;
116cdf0e10cSrcweir        Size = MAP_APPFONT ( 244 , 8 ) ;
117cdf0e10cSrcweir		Text [ en-US ] = "Formatting" ;
118cdf0e10cSrcweir	};
119cdf0e10cSrcweir	OKButton BTN_OK
120cdf0e10cSrcweir	{
121cdf0e10cSrcweir        Pos = MAP_APPFONT ( 256 , 6 ) ;
122cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
123cdf0e10cSrcweir		TabStop = TRUE ;
124cdf0e10cSrcweir		DefButton = TRUE ;
125cdf0e10cSrcweir	};
126cdf0e10cSrcweir	CancelButton BTN_CANCEL
127cdf0e10cSrcweir	{
128cdf0e10cSrcweir        Pos = MAP_APPFONT ( 256 , 23 ) ;
129cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
130cdf0e10cSrcweir		TabStop = TRUE ;
131cdf0e10cSrcweir	};
132cdf0e10cSrcweir	MoreButton BTN_MORE
133cdf0e10cSrcweir	{
134cdf0e10cSrcweir	    HelpID = "sc:MoreButton:RID_SCDLG_AUTOFORMAT:BTN_MORE";
135cdf0e10cSrcweir        Pos = MAP_APPFONT ( 256 , 101 ) ;
136cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
137cdf0e10cSrcweir		TabStop = TRUE ;
138cdf0e10cSrcweir		MapUnit = MAP_APPFONT ;
139cdf0e10cSrcweir		Delta = 48 ;
140cdf0e10cSrcweir	};
141cdf0e10cSrcweir	PushButton BTN_ADD
142cdf0e10cSrcweir	{
143cdf0e10cSrcweir	    HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_ADD";
144cdf0e10cSrcweir        Pos = MAP_APPFONT ( 256 , 63 ) ;
145cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
146cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~Einf�gen... : ~Einf�gen... */
147cdf0e10cSrcweir		Text [ en-US ] = "~Add..." ;
148cdf0e10cSrcweir		TabStop = TRUE ;
149cdf0e10cSrcweir	};
150cdf0e10cSrcweir	PushButton BTN_REMOVE
151cdf0e10cSrcweir	{
152cdf0e10cSrcweir	    HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_REMOVE";
153cdf0e10cSrcweir        Pos = MAP_APPFONT ( 256 , 81 ) ;
154cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
155cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */
156cdf0e10cSrcweir		Text [ en-US ] = "~Delete" ;
157cdf0e10cSrcweir		TabStop = TRUE ;
158cdf0e10cSrcweir	};
159cdf0e10cSrcweir
160cdf0e10cSrcweir	PushButton BTN_RENAME
161cdf0e10cSrcweir	{
162cdf0e10cSrcweir        Pos = MAP_APPFONT ( 256 , 123 ) ;
163cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
164cdf0e10cSrcweir		HelpId=HID_SC_RENAME_AUTOFMT;
165cdf0e10cSrcweir		TabStop = TRUE ;
166cdf0e10cSrcweir		Text [ en-US ] = "~Rename" ;
167cdf0e10cSrcweir	};
168cdf0e10cSrcweir
169cdf0e10cSrcweir	HelpButton BTN_HELP
170cdf0e10cSrcweir	{
171cdf0e10cSrcweir        Pos = MAP_APPFONT ( 256 , 43 ) ;
172cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
173cdf0e10cSrcweir		TabStop = TRUE ;
174cdf0e10cSrcweir	};
175cdf0e10cSrcweir	String STR_ADD_TITLE
176cdf0e10cSrcweir	{
177cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzuf�gen : Autoformat hinzuf�gen */
178cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzuf�gen : Autoformat hinzuf�gen */
179cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzuf�gen : AutoFormat hinzuf�gen */
180cdf0e10cSrcweir		Text [ en-US ] = "Add AutoFormat" ;
181cdf0e10cSrcweir	};
182cdf0e10cSrcweir
183cdf0e10cSrcweir	String STR_RENAME_TITLE
184cdf0e10cSrcweir	{
185cdf0e10cSrcweir		Text [ en-US ] = "Rename AutoFormat" ;
186cdf0e10cSrcweir	};
187cdf0e10cSrcweir
188cdf0e10cSrcweir	String STR_ADD_LABEL
189cdf0e10cSrcweir	{
190cdf0e10cSrcweir		Text [ en-US ] = "Name" ;
191cdf0e10cSrcweir	};
192cdf0e10cSrcweir	String STR_DEL_TITLE
193cdf0e10cSrcweir	{
194cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? AutoFormat l�schen : AutoFormat l�schen */
195cdf0e10cSrcweir		Text [ en-US ] = "Delete AutoFormat" ;
196cdf0e10cSrcweir	};
197cdf0e10cSrcweir	String STR_DEL_MSG
198cdf0e10cSrcweir	{
199cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Wollen Sie das AutoFormat # wirklich l�schen? : Wollen Sie das AutoFormat # wirklich l�schen? */
200cdf0e10cSrcweir		Text [ en-US ] = "Do you really want to delete the # AutoFomat?" ;
201cdf0e10cSrcweir	};
202cdf0e10cSrcweir	String STR_BTN_CLOSE
203cdf0e10cSrcweir	{
204cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? Schlie~�en : Schlie~�en */
205cdf0e10cSrcweir		Text [ en-US ] = "~Close" ;
206cdf0e10cSrcweir	};
207cdf0e10cSrcweir	String STR_JAN
208cdf0e10cSrcweir	{
209cdf0e10cSrcweir		Text [ en-US ] = "Jan" ;
210cdf0e10cSrcweir	};
211cdf0e10cSrcweir	String STR_FEB
212cdf0e10cSrcweir	{
213cdf0e10cSrcweir		Text [ en-US ] = "Feb" ;
214cdf0e10cSrcweir	};
215cdf0e10cSrcweir	String STR_MAR
216cdf0e10cSrcweir	{
217cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? M�r : M�r */
218cdf0e10cSrcweir		Text [ en-US ] = "Mar" ;
219cdf0e10cSrcweir	};
220cdf0e10cSrcweir	String STR_NORTH
221cdf0e10cSrcweir	{
222cdf0e10cSrcweir		Text [ en-US ] = "North" ;
223cdf0e10cSrcweir	};
224cdf0e10cSrcweir	String STR_MID
225cdf0e10cSrcweir	{
226cdf0e10cSrcweir		Text [ en-US ] = "Mid" ;
227cdf0e10cSrcweir	};
228cdf0e10cSrcweir	String STR_SOUTH
229cdf0e10cSrcweir	{
230cdf0e10cSrcweir		/* ### ACHTUNG: Neuer Text in Resource? S�d : S�d */
231cdf0e10cSrcweir		Text [ en-US ] = "South" ;
232cdf0e10cSrcweir	};
233cdf0e10cSrcweir	String STR_SUM
234cdf0e10cSrcweir	{
235cdf0e10cSrcweir		Text [ en-US ] = "Total" ;
236cdf0e10cSrcweir	};
237cdf0e10cSrcweir};
238cdf0e10cSrcweir
239cdf0e10cSrcweir
240cdf0e10cSrcweir
241cdf0e10cSrcweir
242cdf0e10cSrcweir
243cdf0e10cSrcweir
244cdf0e10cSrcweir
245cdf0e10cSrcweir
246cdf0e10cSrcweir
247cdf0e10cSrcweir
248cdf0e10cSrcweir
249cdf0e10cSrcweir
250cdf0e10cSrcweir
251cdf0e10cSrcweir
252cdf0e10cSrcweir
253cdf0e10cSrcweir
254cdf0e10cSrcweir
255cdf0e10cSrcweir
256cdf0e10cSrcweir
257cdf0e10cSrcweir
258cdf0e10cSrcweir
259cdf0e10cSrcweir
260cdf0e10cSrcweir
261cdf0e10cSrcweir
262cdf0e10cSrcweir
263cdf0e10cSrcweir
264cdf0e10cSrcweir
265cdf0e10cSrcweir
266cdf0e10cSrcweir
267cdf0e10cSrcweir
268cdf0e10cSrcweir
269cdf0e10cSrcweir
270cdf0e10cSrcweir
271cdf0e10cSrcweir
272cdf0e10cSrcweir
273cdf0e10cSrcweir
274cdf0e10cSrcweir
275cdf0e10cSrcweir
276cdf0e10cSrcweir
277cdf0e10cSrcweir
278