xref: /trunk/main/sc/source/ui/pagedlg/pagedlg.src (revision a3e68dd1)
182177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
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
1082177cdbSAndrew Rist *
1182177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1282177cdbSAndrew Rist *
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.
1982177cdbSAndrew Rist *
2082177cdbSAndrew Rist *************************************************************/
2182177cdbSAndrew Rist
2282177cdbSAndrew Rist
23cdf0e10cSrcweir#include "pagedlg.hrc"
24cdf0e10cSrcweirModelessDialog RID_SCDLG_AREAS
25cdf0e10cSrcweir{
26cdf0e10cSrcweir	HelpId = HID_SCPAGE_AREAS ;
27*a3e68dd1SMatthias Seidel	Size = MAP_APPFONT ( 316, 90 ) ;
28cdf0e10cSrcweir	OutputSize = TRUE ;
29cdf0e10cSrcweir	Moveable = TRUE ;
30*a3e68dd1SMatthias Seidel	//Closeable = TRUE;	// This dialog has a Cancel button!
31cdf0e10cSrcweir	Hide = TRUE ;
32cdf0e10cSrcweir	SVLook = TRUE ;
33cdf0e10cSrcweir	Text [ en-US ] = "Edit Print Ranges" ;
34cdf0e10cSrcweir	OKButton BTN_OK
35cdf0e10cSrcweir	{
36*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 260, 6 ) ;
37*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
38cdf0e10cSrcweir		DefButton = TRUE ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	CancelButton BTN_CANCEL
41cdf0e10cSrcweir	{
42*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 260, 23 ) ;
43*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
44cdf0e10cSrcweir	};
45cdf0e10cSrcweir	HelpButton BTN_HELP
46cdf0e10cSrcweir	{
47*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 260, 43 ) ;
48*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 50, 14 ) ;
49cdf0e10cSrcweir	};
50*a3e68dd1SMatthias Seidel	FixedLine FL_PRINTAREA
51cdf0e10cSrcweir	{
52*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 6, 3 ) ;
53*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
54cdf0e10cSrcweir		Text [ en-US ] = "Print range" ;
55cdf0e10cSrcweir	};
56cdf0e10cSrcweir	ListBox LB_PRINTAREA
57cdf0e10cSrcweir	{
58*a3e68dd1SMatthias Seidel		HelpID = "sc:ListBox:RID_SCDLG_AREAS:LB_PRINTAREA" ;
59cdf0e10cSrcweir		Border = TRUE ;
60*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 14 ) ;
61*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 90, 60 ) ;
62cdf0e10cSrcweir		DropDown = TRUE ;
63cdf0e10cSrcweir		StringList [ en-US ] =
64cdf0e10cSrcweir		{
65cdf0e10cSrcweir			< "- none -" ; Default ; > ;
66*a3e68dd1SMatthias Seidel			< "- entire sheet -" ; Default ; > ;
67cdf0e10cSrcweir			< "- user defined -" ; Default ; > ;
68cdf0e10cSrcweir			< "- selection -" ; Default ; > ;
69cdf0e10cSrcweir		};
70cdf0e10cSrcweir	};
71cdf0e10cSrcweir	Edit ED_PRINTAREA
72cdf0e10cSrcweir	{
73*a3e68dd1SMatthias Seidel		HelpID = "sc:Edit:RID_SCDLG_AREAS:ED_PRINTAREA" ;
74cdf0e10cSrcweir		Border = TRUE ;
75*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 106, 14 ) ;
76*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 131, 12 ) ;
77cdf0e10cSrcweir	};
78cdf0e10cSrcweir	ImageButton RB_PRINTAREA
79cdf0e10cSrcweir	{
80*a3e68dd1SMatthias Seidel		HelpID = "sc:ImageButton:RID_SCDLG_AREAS:RB_PRINTAREA" ;
81*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 239, 13 ) ;
82*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 13, 15 ) ;
83cdf0e10cSrcweir		TabStop = FALSE ;
84cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Shrink" ;
85cdf0e10cSrcweir	};
86*a3e68dd1SMatthias Seidel	FixedLine FL_REPEATROW
87cdf0e10cSrcweir	{
88*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 6, 32 ) ;
89*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
90cdf0e10cSrcweir		Text [ en-US ] = "Rows to repeat" ;
91cdf0e10cSrcweir	};
92cdf0e10cSrcweir	ListBox LB_REPEATROW
93cdf0e10cSrcweir	{
94*a3e68dd1SMatthias Seidel		HelpID = "sc:ListBox:RID_SCDLG_AREAS:LB_REPEATROW" ;
95cdf0e10cSrcweir		Border = TRUE ;
96*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 43 ) ;
97*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 90, 60 ) ;
98cdf0e10cSrcweir		DropDown = TRUE ;
99cdf0e10cSrcweir		StringList [ en-US ] =
100cdf0e10cSrcweir		{
101cdf0e10cSrcweir			< "- none -" ; Default ; > ;
102cdf0e10cSrcweir			< "- user defined -" ; Default ; > ;
103cdf0e10cSrcweir		};
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir	Edit ED_REPEATROW
106cdf0e10cSrcweir	{
107*a3e68dd1SMatthias Seidel		HelpID = "sc:Edit:RID_SCDLG_AREAS:ED_REPEATROW" ;
108cdf0e10cSrcweir		Border = TRUE ;
109*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 106, 43 ) ;
110*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 131, 12 ) ;
111cdf0e10cSrcweir	};
112cdf0e10cSrcweir	ImageButton RB_REPEATROW
113cdf0e10cSrcweir	{
114*a3e68dd1SMatthias Seidel		HelpID = "sc:ImageButton:RID_SCDLG_AREAS:RB_REPEATROW" ;
115*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 239, 42 ) ;
116*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 13, 15 ) ;
117cdf0e10cSrcweir		TabStop = FALSE ;
118cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Shrink" ;
119cdf0e10cSrcweir	};
120*a3e68dd1SMatthias Seidel	FixedLine FL_REPEATCOL
121cdf0e10cSrcweir	{
122*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 6, 61 ) ;
123*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
124cdf0e10cSrcweir		Text [ en-US ] = "Columns to repeat" ;
125cdf0e10cSrcweir	};
126cdf0e10cSrcweir	ListBox LB_REPEATCOL
127cdf0e10cSrcweir	{
128*a3e68dd1SMatthias Seidel		HelpID = "sc:ListBox:RID_SCDLG_AREAS:LB_REPEATCOL" ;
129cdf0e10cSrcweir		Border = TRUE ;
130*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 72 ) ;
131*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 90, 60 ) ;
132cdf0e10cSrcweir		DropDown = TRUE ;
133cdf0e10cSrcweir		StringList [ en-US ] =
134cdf0e10cSrcweir		{
135cdf0e10cSrcweir			< "- none -" ; Default ; > ;
136cdf0e10cSrcweir			< "- user defined -" ; Default ; > ;
137cdf0e10cSrcweir		};
138cdf0e10cSrcweir	};
139cdf0e10cSrcweir	Edit ED_REPEATCOL
140cdf0e10cSrcweir	{
141*a3e68dd1SMatthias Seidel		HelpID = "sc:Edit:RID_SCDLG_AREAS:ED_REPEATCOL" ;
142cdf0e10cSrcweir		Border = TRUE ;
143*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 106, 72 ) ;
144*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 131, 12 ) ;
145cdf0e10cSrcweir	};
146cdf0e10cSrcweir	ImageButton RB_REPEATCOL
147cdf0e10cSrcweir	{
148*a3e68dd1SMatthias Seidel		HelpID = "sc:ImageButton:RID_SCDLG_AREAS:RB_REPEATCOL" ;
149*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 239, 71 ) ;
150*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 13, 15 ) ;
151cdf0e10cSrcweir		TabStop = FALSE ;
152cdf0e10cSrcweir		QuickHelpText [ en-US ] = "Shrink" ;
153cdf0e10cSrcweir	};
154cdf0e10cSrcweir};
155cdf0e10cSrcweirTabPage RID_SCPAGE_TABLE
156cdf0e10cSrcweir{
157cdf0e10cSrcweir	Hide = TRUE ;
158cdf0e10cSrcweir	HelpId = HID_SCPAGE_TABLE ;
159cdf0e10cSrcweir	SVLook = TRUE ;
160*a3e68dd1SMatthias Seidel	Pos = MAP_APPFONT ( 0, 0 ) ;
161*a3e68dd1SMatthias Seidel	Size = MAP_APPFONT ( 260, 185 ) ;
162cdf0e10cSrcweir	CheckBox BTN_HEADER
163cdf0e10cSrcweir	{
164*a3e68dd1SMatthias Seidel		HelpID = "sc:CheckBox:RID_SCPAGE_TABLE:BTN_HEADER" ;
165*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 73 ) ;
166*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 142, 10 ) ;
167cdf0e10cSrcweir		Text [ en-US ] = "~Column and row headers" ;
168cdf0e10cSrcweir		TabStop = TRUE ;
169cdf0e10cSrcweir	};
170cdf0e10cSrcweir	CheckBox BTN_GRID
171cdf0e10cSrcweir	{
172*a3e68dd1SMatthias Seidel		HelpID = "sc:CheckBox:RID_SCPAGE_TABLE:BTN_GRID" ;
173*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 87 ) ;
174*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 142, 10 ) ;
175cdf0e10cSrcweir		Text [ en-US ] = "~Grid" ;
176cdf0e10cSrcweir		TabStop = TRUE ;
177cdf0e10cSrcweir	};
178cdf0e10cSrcweir	CheckBox BTN_NOTES
179cdf0e10cSrcweir	{
180*a3e68dd1SMatthias Seidel		HelpID = "sc:CheckBox:RID_SCPAGE_TABLE:BTN_NOTES" ;
181*a3e68dd1SMatthias Seidel			Pos = MAP_APPFONT ( 12, 101 ) ;
182*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 142, 10 ) ;
183cdf0e10cSrcweir		Text [ en-US ] = "~Comments" ;
184cdf0e10cSrcweir		TabStop = TRUE ;
185cdf0e10cSrcweir	};
186cdf0e10cSrcweir	CheckBox BTN_OBJECTS
187cdf0e10cSrcweir	{
188*a3e68dd1SMatthias Seidel		HelpID = "sc:CheckBox:RID_SCPAGE_TABLE:BTN_OBJECTS" ;
189*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 115 ) ;
190*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 142, 10 ) ;
191cdf0e10cSrcweir		Text [ en-US ] = "~Objects/graphics" ;
192cdf0e10cSrcweir		TabStop = TRUE ;
193cdf0e10cSrcweir	};
194cdf0e10cSrcweir	CheckBox BTN_CHARTS
195cdf0e10cSrcweir	{
196*a3e68dd1SMatthias Seidel		HelpID = "sc:CheckBox:RID_SCPAGE_TABLE:BTN_CHARTS" ;
197*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 160, 73 ) ;
198*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 91, 10 ) ;
199*a3e68dd1SMatthias Seidel		Text [ en-US ] = "Ch~arts" ;
200cdf0e10cSrcweir		TabStop = TRUE ;
201cdf0e10cSrcweir	};
202cdf0e10cSrcweir	CheckBox BTN_DRAWINGS
203cdf0e10cSrcweir	{
204*a3e68dd1SMatthias Seidel		HelpID = "sc:CheckBox:RID_SCPAGE_TABLE:BTN_DRAWINGS" ;
205*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 160, 87 ) ;
206*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 91, 10 ) ;
207cdf0e10cSrcweir		Text [ en-US ] = "~Drawing objects" ;
208cdf0e10cSrcweir		TabStop = TRUE ;
209cdf0e10cSrcweir	};
210cdf0e10cSrcweir	CheckBox BTN_FORMULAS
211cdf0e10cSrcweir	{
212*a3e68dd1SMatthias Seidel		HelpID = "sc:CheckBox:RID_SCPAGE_TABLE:BTN_FORMULAS" ;
213*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 160, 101 ) ;
214*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 91, 10 ) ;
215cdf0e10cSrcweir		Text [ en-US ] = "~Formulas" ;
216cdf0e10cSrcweir		TabStop = TRUE ;
217cdf0e10cSrcweir	};
218cdf0e10cSrcweir	CheckBox BTN_NULLVALS
219cdf0e10cSrcweir	{
220*a3e68dd1SMatthias Seidel		HelpID = "sc:CheckBox:RID_SCPAGE_TABLE:BTN_NULLVALS" ;
221*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 160, 115 ) ;
222*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 91, 10 ) ;
223*a3e68dd1SMatthias Seidel		Text [ en-US ] = "Zero ~values" ;
224cdf0e10cSrcweir		TabStop = TRUE ;
225cdf0e10cSrcweir	};
226*a3e68dd1SMatthias Seidel	FixedLine FL_PRINT
227cdf0e10cSrcweir	{
228*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 6, 62 ) ;
229*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
230cdf0e10cSrcweir		Text [ en-US ] = "Print" ;
231cdf0e10cSrcweir	};
232cdf0e10cSrcweir	RadioButton BTN_TOPDOWN
233cdf0e10cSrcweir	{
234*a3e68dd1SMatthias Seidel		HelpID = "sc:RadioButton:RID_SCPAGE_TABLE:BTN_TOPDOWN" ;
235*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 14 ) ;
236*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 142, 10 ) ;
237cdf0e10cSrcweir		Text [ en-US ] = "~Top to bottom, then right" ;
238cdf0e10cSrcweir		TabStop = TRUE ;
239cdf0e10cSrcweir	};
240cdf0e10cSrcweir	RadioButton BTN_LEFTRIGHT
241cdf0e10cSrcweir	{
242*a3e68dd1SMatthias Seidel		HelpID = "sc:RadioButton:RID_SCPAGE_TABLE:BTN_LEFTRIGHT" ;
243*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 28 ) ;
244*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 142, 10 ) ;
245*a3e68dd1SMatthias Seidel		Text [ en-US ] = "~Left to right, then down" ;
246cdf0e10cSrcweir		TabStop = TRUE ;
247cdf0e10cSrcweir	};
248*a3e68dd1SMatthias Seidel	FixedImage BMP_PAGEDIR
249*a3e68dd1SMatthias Seidel	{
250*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 160, 14 ) ;
251*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 25, 25 ) ;
252*a3e68dd1SMatthias Seidel	};
253*a3e68dd1SMatthias Seidel	Image IMG_LEFTRIGHT
254*a3e68dd1SMatthias Seidel	{
255*a3e68dd1SMatthias Seidel		ImageBitmap = Bitmap { File = "lftrgt.png" ; };
256*a3e68dd1SMatthias Seidel	};
257*a3e68dd1SMatthias Seidel	Image IMG_LEFTRIGHT_H
258*a3e68dd1SMatthias Seidel	{
259*a3e68dd1SMatthias Seidel		ImageBitmap = Bitmap { File = "lftrgt_h.png" ; };
260*a3e68dd1SMatthias Seidel	};
261*a3e68dd1SMatthias Seidel	Image IMG_TOPDOWN
262*a3e68dd1SMatthias Seidel	{
263*a3e68dd1SMatthias Seidel		ImageBitmap = Bitmap { File = "topdown.png" ; };
264*a3e68dd1SMatthias Seidel	};
265*a3e68dd1SMatthias Seidel	Image IMG_TOPDOWN_H
266*a3e68dd1SMatthias Seidel	{
267*a3e68dd1SMatthias Seidel		ImageBitmap = Bitmap { File = "topdown_h.png" ; };
268*a3e68dd1SMatthias Seidel	};
269cdf0e10cSrcweir	CheckBox BTN_PAGENO
270cdf0e10cSrcweir	{
271*a3e68dd1SMatthias Seidel		HelpID = "sc:CheckBox:RID_SCPAGE_TABLE:BTN_PAGENO" ;
272*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 46 ) ;
273*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 90, 10 ) ;
274cdf0e10cSrcweir		Text [ en-US ] = "First ~page number" ;
275cdf0e10cSrcweir		TabStop = TRUE ;
276cdf0e10cSrcweir	};
277cdf0e10cSrcweir	NumericField ED_PAGENO
278cdf0e10cSrcweir	{
279*a3e68dd1SMatthias Seidel		HelpID = "sc:NumericField:RID_SCPAGE_TABLE:ED_PAGENO" ;
280cdf0e10cSrcweir		Border = TRUE ;
281*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 106, 44 ) ;
282*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 30, 12 ) ;
283cdf0e10cSrcweir		TabStop = TRUE ;
284cdf0e10cSrcweir		Spin = TRUE ;
285cdf0e10cSrcweir		Minimum = 1 ;
286cdf0e10cSrcweir		Maximum = 9999 ;
287cdf0e10cSrcweir		SpinSize = 1 ;
288cdf0e10cSrcweir		Repeat = TRUE ;
289cdf0e10cSrcweir	};
290*a3e68dd1SMatthias Seidel	FixedLine FL_PAGEDIR
291cdf0e10cSrcweir	{
292*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 6, 3 ) ;
293*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
294cdf0e10cSrcweir		Text [ en-US ] = "Page order" ;
295cdf0e10cSrcweir	};
296*a3e68dd1SMatthias Seidel	FixedText FT_SCALEMODE
297*a3e68dd1SMatthias Seidel	{
298*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 144 ) ;
299*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 124, 8 ) ;
300*a3e68dd1SMatthias Seidel		Text [ en-US ] = "Scaling ~mode" ;
301*a3e68dd1SMatthias Seidel	};
302*a3e68dd1SMatthias Seidel	ListBox LB_SCALEMODE
303*a3e68dd1SMatthias Seidel	{
304*a3e68dd1SMatthias Seidel		HelpID = "sc:ListBox:RID_SCPAGE_TABLE:LB_SCALEMODE" ;
305*a3e68dd1SMatthias Seidel		Border = TRUE;
306*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 12, 155 ) ;
307*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 124, 60 ) ;
308*a3e68dd1SMatthias Seidel		DropDown = TRUE;
309*a3e68dd1SMatthias Seidel		StringList [ en-US ] =
310*a3e68dd1SMatthias Seidel		{
311*a3e68dd1SMatthias Seidel			< "Reduce/enlarge printout"; SC_TPTABLE_SCALE_PERCENT; >;
312*a3e68dd1SMatthias Seidel			< "Fit print range(s) to width/height"; SC_TPTABLE_SCALE_TO; >;
313*a3e68dd1SMatthias Seidel			< "Fit print range(s) on number of pages"; SC_TPTABLE_SCALE_TO_PAGES; >;
314*a3e68dd1SMatthias Seidel		};
315*a3e68dd1SMatthias Seidel	};
316*a3e68dd1SMatthias Seidel	MetricField ED_SCALEALL
317*a3e68dd1SMatthias Seidel	{
318*a3e68dd1SMatthias Seidel		HelpID = "sc:MetricField:RID_SCPAGE_TABLE:ED_SCALEALL" ;
319cdf0e10cSrcweir		Border = TRUE ;
320*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 218, 155 ) ;
321*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 30, 12 ) ;
322cdf0e10cSrcweir		TabStop = TRUE ;
323cdf0e10cSrcweir		Spin = TRUE ;
324cdf0e10cSrcweir		Repeat = TRUE ;
325*a3e68dd1SMatthias Seidel		Minimum = 10 ;
326*a3e68dd1SMatthias Seidel		Maximum = 400 ;
327cdf0e10cSrcweir		First = 15 ;
328cdf0e10cSrcweir		Last = 200 ;
329cdf0e10cSrcweir		SpinSize = 1 ;
330*a3e68dd1SMatthias Seidel		Unit = FUNIT_PERCENT ;
331*a3e68dd1SMatthias Seidel	};
332*a3e68dd1SMatthias Seidel	NumericField ED_SCALEPAGEWIDTH
333*a3e68dd1SMatthias Seidel	{
334*a3e68dd1SMatthias Seidel		HelpID = "sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH" ;
335*a3e68dd1SMatthias Seidel		Border = TRUE ;
336*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 218, 144 ) ;
337*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 30, 12 ) ;
338*a3e68dd1SMatthias Seidel		TabStop = TRUE ;
339*a3e68dd1SMatthias Seidel		Hide = TRUE ;
340*a3e68dd1SMatthias Seidel		Spin = TRUE ;
341*a3e68dd1SMatthias Seidel		Repeat = TRUE ;
342*a3e68dd1SMatthias Seidel		Minimum = 1 ;
343*a3e68dd1SMatthias Seidel		Maximum = 1000 ;
344*a3e68dd1SMatthias Seidel		SpinSize = 1 ;
345*a3e68dd1SMatthias Seidel	};
346*a3e68dd1SMatthias Seidel	NumericField ED_SCALEPAGEHEIGHT
347*a3e68dd1SMatthias Seidel	{
348*a3e68dd1SMatthias Seidel		HelpID = "sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT" ;
349*a3e68dd1SMatthias Seidel		Border = TRUE ;
350*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 218, 160 ) ;
351*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 30, 12 ) ;
352*a3e68dd1SMatthias Seidel		TabStop = TRUE ;
353*a3e68dd1SMatthias Seidel		Hide = TRUE ;
354*a3e68dd1SMatthias Seidel		Spin = TRUE ;
355*a3e68dd1SMatthias Seidel		Repeat = TRUE ;
356*a3e68dd1SMatthias Seidel		Minimum = 1 ;
357*a3e68dd1SMatthias Seidel		Maximum = 1000 ;
358*a3e68dd1SMatthias Seidel		SpinSize = 1 ;
359*a3e68dd1SMatthias Seidel	};
360cdf0e10cSrcweir	NumericField ED_SCALEPAGENUM
361cdf0e10cSrcweir	{
362*a3e68dd1SMatthias Seidel		HelpID = "sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGENUM" ;
363cdf0e10cSrcweir		Border = TRUE ;
364*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 218, 155 ) ;
365*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 30, 12 ) ;
366cdf0e10cSrcweir		TabStop = TRUE ;
367*a3e68dd1SMatthias Seidel		Hide = TRUE ;
368cdf0e10cSrcweir		Spin = TRUE ;
369cdf0e10cSrcweir		Repeat = TRUE ;
370cdf0e10cSrcweir		Minimum = 1 ;
371*a3e68dd1SMatthias Seidel		Maximum = 1000 ;
372cdf0e10cSrcweir		SpinSize = 1 ;
373cdf0e10cSrcweir	};
374*a3e68dd1SMatthias Seidel	FixedText FT_SCALEFACTOR
375*a3e68dd1SMatthias Seidel	{
376*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 148, 157 ) ;
377*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 68, 8 ) ;
378*a3e68dd1SMatthias Seidel		Hide = TRUE;
379*a3e68dd1SMatthias Seidel		Text [ en-US ] = "~Scaling factor" ;
380*a3e68dd1SMatthias Seidel	};
381*a3e68dd1SMatthias Seidel	FixedText FT_SCALEPAGEWIDTH
382*a3e68dd1SMatthias Seidel	{
383*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 148, 146 ) ;
384*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 68, 8 ) ;
385*a3e68dd1SMatthias Seidel		Hide = TRUE;
386*a3e68dd1SMatthias Seidel		Text [ en-US ] = "~Width in pages" ;
387*a3e68dd1SMatthias Seidel	};
388*a3e68dd1SMatthias Seidel	FixedText FT_SCALEPAGEHEIGHT
389*a3e68dd1SMatthias Seidel	{
390*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 148, 162 ) ;
391*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 68, 8 ) ;
392*a3e68dd1SMatthias Seidel		Hide = TRUE;
393*a3e68dd1SMatthias Seidel		Text [ en-US ] = "H~eight in pages" ;
394*a3e68dd1SMatthias Seidel	};
395*a3e68dd1SMatthias Seidel	FixedText FT_SCALEPAGENUM
396*a3e68dd1SMatthias Seidel	{
397*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 148, 157 ) ;
398*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 68, 8 ) ;
399*a3e68dd1SMatthias Seidel		Hide = TRUE;
400*a3e68dd1SMatthias Seidel		Text [ en-US ] = "N~umber of pages" ;
401*a3e68dd1SMatthias Seidel	};
402*a3e68dd1SMatthias Seidel	FixedLine FL_SCALE
403*a3e68dd1SMatthias Seidel	{
404*a3e68dd1SMatthias Seidel		Pos = MAP_APPFONT ( 6, 131 ) ;
405*a3e68dd1SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
406cdf0e10cSrcweir		Text [ en-US ] = "Scale" ;
407cdf0e10cSrcweir	};
408cdf0e10cSrcweir};
409