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