xref: /aoo42x/main/padmin/source/rtsetup.src (revision f95469b0)
1f0af996cSAndrew Rist/**************************************************************
2*f95469b0Smseidel *
3f0af996cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4f0af996cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5f0af996cSAndrew Rist * distributed with this work for additional information
6f0af996cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7f0af996cSAndrew Rist * to you under the Apache License, Version 2.0 (the
8f0af996cSAndrew Rist * "License"); you may not use this file except in compliance
9f0af996cSAndrew Rist * with the License.  You may obtain a copy of the License at
10*f95469b0Smseidel *
11f0af996cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*f95469b0Smseidel *
13f0af996cSAndrew Rist * Unless required by applicable law or agreed to in writing,
14f0af996cSAndrew Rist * software distributed under the License is distributed on an
15f0af996cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16f0af996cSAndrew Rist * KIND, either express or implied.  See the License for the
17f0af996cSAndrew Rist * specific language governing permissions and limitations
18f0af996cSAndrew Rist * under the License.
19*f95469b0Smseidel *
20f0af996cSAndrew Rist *************************************************************/
21f0af996cSAndrew Rist
22f0af996cSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "rtsetup.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirTabDialog RID_RTS_RTSDIALOG
27cdf0e10cSrcweir{
28*f95469b0Smseidel	Moveable = TRUE ;
29*f95469b0Smseidel	Closeable = TRUE ;
30*f95469b0Smseidel	SVLook = TRUE ;
31cdf0e10cSrcweir
32cdf0e10cSrcweir	TabControl RID_RTS_RTSDIALOG_TABCONTROL
33cdf0e10cSrcweir	{
34*f95469b0Smseidel		OutputSize = TRUE ;
35cdf0e10cSrcweir		PageList =
36cdf0e10cSrcweir		{
37cdf0e10cSrcweir			PageItem
38cdf0e10cSrcweir			{
39*f95469b0Smseidel				Identifier = RID_RTS_COMMANDPAGE ;
40*f95469b0Smseidel				Text [ en-US ] = "Command" ;
41cdf0e10cSrcweir			};
42cdf0e10cSrcweir			PageItem
43cdf0e10cSrcweir			{
44*f95469b0Smseidel				Identifier = RID_RTS_PAPERPAGE ;
45*f95469b0Smseidel				Text [ en-US ] = "Paper" ;
46cdf0e10cSrcweir			};
47cdf0e10cSrcweir			PageItem
48cdf0e10cSrcweir			{
49*f95469b0Smseidel				Identifier = RID_RTS_DEVICEPAGE ;
50*f95469b0Smseidel				Text [ en-US ] = "Device" ;
51cdf0e10cSrcweir			};
52cdf0e10cSrcweir			PageItem
53cdf0e10cSrcweir			{
54*f95469b0Smseidel				Identifier = RID_RTS_FONTSUBSTPAGE ;
55*f95469b0Smseidel				Text [ en-US ] = "Font Replacement" ;
56cdf0e10cSrcweir			};
57cdf0e10cSrcweir			PageItem
58cdf0e10cSrcweir			{
59*f95469b0Smseidel				Identifier = RID_RTS_OTHERPAGE ;
60*f95469b0Smseidel				Text [ en-US ] = "Other Settings" ;
61cdf0e10cSrcweir			};
62cdf0e10cSrcweir		};
63cdf0e10cSrcweir	};
64cdf0e10cSrcweir	String RID_RTS_RTSDIALOG_FROMDRIVER_TXT
65cdf0e10cSrcweir	{
66*f95469b0Smseidel		Text [ en-US ] = "from driver" ;
67cdf0e10cSrcweir	};
68cdf0e10cSrcweir	String RID_RTS_RTSDIALOG_INVALID_TXT
69cdf0e10cSrcweir	{
70*f95469b0Smseidel		Text [ en-US ] = "<ignore>" ;
71cdf0e10cSrcweir	};
72*f95469b0Smseidel	Text [ en-US ] = "Properties of %s" ;
73cdf0e10cSrcweir};
74cdf0e10cSrcweir
75cdf0e10cSrcweirTabPage RID_RTS_PAPERPAGE
76cdf0e10cSrcweir{
77*f95469b0Smseidel	HelpID = "padmin:TabPage:RID_RTS_PAPERPAGE" ;
78*f95469b0Smseidel	Hide = TRUE ;
79*f95469b0Smseidel	Size = MAP_APPFONT ( 230, 175 ) ;
80cdf0e10cSrcweir	FixedText RID_RTS_PAPER_PAPER_TXT
81cdf0e10cSrcweir	{
82*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 5 ) ;
83*f95469b0Smseidel		Size = MAP_APPFONT ( 80, 8 ) ;
84*f95469b0Smseidel		Text [ en-US ] = "~Paper size" ;
85cdf0e10cSrcweir	};
86cdf0e10cSrcweir	ListBox RID_RTS_PAPER_PAPER_BOX
87cdf0e10cSrcweir	{
88*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_PAPERPAGE:RID_RTS_PAPER_PAPER_BOX" ;
89*f95469b0Smseidel		Border = TRUE ;
90*f95469b0Smseidel		DropDown = TRUE ;
91*f95469b0Smseidel		Pos = MAP_APPFONT ( 115, 5 ) ;
92*f95469b0Smseidel		Size = MAP_APPFONT ( 110, 120 ) ;
93cdf0e10cSrcweir	};
94cdf0e10cSrcweir	FixedText RID_RTS_PAPER_ORIENTATION_TXT
95cdf0e10cSrcweir	{
96*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 20 ) ;
97*f95469b0Smseidel		Size = MAP_APPFONT ( 80, 8 ) ;
98*f95469b0Smseidel		Text [ en-US ] = "~Orientation" ;
99cdf0e10cSrcweir	};
100cdf0e10cSrcweir	ListBox RID_RTS_PAPER_ORIENTATION_BOX
101cdf0e10cSrcweir	{
102*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_PAPERPAGE:RID_RTS_PAPER_ORIENTATION_BOX" ;
103*f95469b0Smseidel		Border = TRUE ;
104*f95469b0Smseidel		DropDown = TRUE ;
105*f95469b0Smseidel		Pos = MAP_APPFONT ( 115, 20 ) ;
106*f95469b0Smseidel		Size = MAP_APPFONT ( 110, 120 ) ;
107cdf0e10cSrcweir	};
108cdf0e10cSrcweir	FixedText RID_RTS_PAPER_DUPLEX_TXT
109cdf0e10cSrcweir	{
110*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 35 ) ;
111*f95469b0Smseidel		Size = MAP_APPFONT ( 80, 8 ) ;
112*f95469b0Smseidel		Text [ en-US ] = "~Duplex" ;
113cdf0e10cSrcweir	};
114cdf0e10cSrcweir	ListBox RID_RTS_PAPER_DUPLEX_BOX
115cdf0e10cSrcweir	{
116*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_PAPERPAGE:RID_RTS_PAPER_DUPLEX_BOX" ;
117*f95469b0Smseidel		Border = TRUE ;
118*f95469b0Smseidel		DropDown = TRUE ;
119*f95469b0Smseidel		Pos = MAP_APPFONT ( 115, 35 ) ;
120*f95469b0Smseidel		Size = MAP_APPFONT ( 110, 120 ) ;
121cdf0e10cSrcweir	};
122cdf0e10cSrcweir	FixedText RID_RTS_PAPER_SLOT_TXT
123cdf0e10cSrcweir	{
124*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 50 ) ;
125*f95469b0Smseidel		Size = MAP_APPFONT ( 80, 8 ) ;
126*f95469b0Smseidel		Text [ en-US ] = "Paper tray" ;
127cdf0e10cSrcweir	};
128cdf0e10cSrcweir	ListBox RID_RTS_PAPER_SLOT_BOX
129cdf0e10cSrcweir	{
130*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_PAPERPAGE:RID_RTS_PAPER_SLOT_BOX" ;
131*f95469b0Smseidel		Border = TRUE ;
132*f95469b0Smseidel		DropDown = TRUE ;
133*f95469b0Smseidel		Pos = MAP_APPFONT ( 115, 50 ) ;
134*f95469b0Smseidel		Size = MAP_APPFONT ( 110, 120 ) ;
135cdf0e10cSrcweir	};
136cdf0e10cSrcweir};
137cdf0e10cSrcweir
138cdf0e10cSrcweirTabPage RID_RTS_DEVICEPAGE
139cdf0e10cSrcweir{
140*f95469b0Smseidel	HelpID = "padmin:TabPage:RID_RTS_DEVICEPAGE" ;
141*f95469b0Smseidel	Hide = TRUE ;
142*f95469b0Smseidel	Size = MAP_APPFONT ( 230, 175 ) ;
143cdf0e10cSrcweir
144cdf0e10cSrcweir	String RID_RTS_DEVICE_COLOR_TXT
145cdf0e10cSrcweir	{
146*f95469b0Smseidel		Text [ en-US ] = "Color" ;
147cdf0e10cSrcweir	};
148cdf0e10cSrcweir	String RID_RTS_DEVICE_GRAY_TXT
149cdf0e10cSrcweir	{
150*f95469b0Smseidel		Text [ en-US ] = "Grayscale" ;
151cdf0e10cSrcweir	};
152cdf0e10cSrcweir
153cdf0e10cSrcweir	FixedText RID_RTS_DEVICE_PPDKEY_TXT
154cdf0e10cSrcweir	{
155*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 5 ) ;
156*f95469b0Smseidel		Size = MAP_APPFONT ( 85, 8 ) ;
157*f95469b0Smseidel		Text [ en-US ] = "~Option" ;
158cdf0e10cSrcweir	};
159cdf0e10cSrcweir	ListBox RID_RTS_DEVICE_PPDKEY_BOX
160cdf0e10cSrcweir	{
161*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_DEVICEPAGE:RID_RTS_DEVICE_PPDKEY_BOX" ;
162*f95469b0Smseidel		Border = TRUE ;
163*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 14 ) ;
164*f95469b0Smseidel		Size = MAP_APPFONT ( 105, 111 ) ;
165cdf0e10cSrcweir	};
166cdf0e10cSrcweir	FixedText RID_RTS_DEVICE_PPDVALUE_TXT
167cdf0e10cSrcweir	{
168*f95469b0Smseidel		Pos = MAP_APPFONT ( 120, 5 ) ;
169*f95469b0Smseidel		Size = MAP_APPFONT ( 105, 8 ) ;
170*f95469b0Smseidel		Text [ en-US ] = "Current ~value" ;
171cdf0e10cSrcweir	};
172cdf0e10cSrcweir	ListBox RID_RTS_DEVICE_PPDVALUE_BOX
173cdf0e10cSrcweir	{
174*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_DEVICEPAGE:RID_RTS_DEVICE_PPDVALUE_BOX" ;
175*f95469b0Smseidel		Border = TRUE ;
176*f95469b0Smseidel		Pos = MAP_APPFONT ( 120, 14 ) ;
177*f95469b0Smseidel		Size = MAP_APPFONT ( 105, 111 ) ;
178cdf0e10cSrcweir	};
179cdf0e10cSrcweir
180cdf0e10cSrcweir	FixedText RID_RTS_DEVICE_PRINTLANG_TXT
181cdf0e10cSrcweir	{
182*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 130 ) ;
183*f95469b0Smseidel		Size = MAP_APPFONT ( 80, 8 ) ;
184*f95469b0Smseidel		Text [ en-US ] = "Printer ~Language type" ;
185cdf0e10cSrcweir	};
186cdf0e10cSrcweir	ListBox RID_RTS_DEVICE_PRINTLANG_BOX
187cdf0e10cSrcweir	{
188*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_DEVICEPAGE:RID_RTS_DEVICE_LEVEL_BOX" ;
189*f95469b0Smseidel		DropDown = TRUE ;
190*f95469b0Smseidel		Pos = MAP_APPFONT ( 120, 130 ) ;
191*f95469b0Smseidel		Size = MAP_APPFONT ( 105, 200 ) ;
192cdf0e10cSrcweir		StringList [en-US] =
193cdf0e10cSrcweir		{
194*f95469b0Smseidel			< "PostScript (Level from driver)" ; 1 ;	> ;
195*f95469b0Smseidel			< "PostScript Level 1" ; 2 ;				> ;
196*f95469b0Smseidel			< "PostScript Level 2" ; 3 ;				> ;
197*f95469b0Smseidel			< "PostScript Level 3" ; 4 ;				> ;
198*f95469b0Smseidel			< "PDF" ; 10 ;								> ;
199cdf0e10cSrcweir		};
200cdf0e10cSrcweir	};
201cdf0e10cSrcweir	FixedText RID_RTS_DEVICE_SPACE_TXT
202cdf0e10cSrcweir	{
203*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 145 ) ;
204*f95469b0Smseidel		Size = MAP_APPFONT ( 100, 8 ) ;
205*f95469b0Smseidel		Text [ en-US ] = "~Color" ;
206cdf0e10cSrcweir	};
207cdf0e10cSrcweir	ListBox RID_RTS_DEVICE_SPACE_BOX
208cdf0e10cSrcweir	{
209*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_DEVICEPAGE:RID_RTS_DEVICE_SPACE_BOX" ;
210*f95469b0Smseidel		DropDown = TRUE ;
211*f95469b0Smseidel		Pos = MAP_APPFONT ( 120, 145 ) ;
212*f95469b0Smseidel		Size = MAP_APPFONT ( 105, 200 ) ;
213cdf0e10cSrcweir	};
214cdf0e10cSrcweir	FixedText RID_RTS_DEVICE_DEPTH_TXT
215cdf0e10cSrcweir	{
216*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 160 ) ;
217*f95469b0Smseidel		Size = MAP_APPFONT ( 80, 8 ) ;
218*f95469b0Smseidel		Text [ en-US ] = "Color ~depth" ;
219cdf0e10cSrcweir	};
220cdf0e10cSrcweir	ListBox RID_RTS_DEVICE_DEPTH_BOX
221cdf0e10cSrcweir	{
222*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_DEVICEPAGE:RID_RTS_DEVICE_DEPTH_BOX" ;
223*f95469b0Smseidel		DropDown = TRUE ;
224*f95469b0Smseidel		Pos = MAP_APPFONT ( 120, 160 ) ;
225*f95469b0Smseidel		Size = MAP_APPFONT ( 105, 200 ) ;
226cdf0e10cSrcweir		StringList =
227cdf0e10cSrcweir		{
228*f95469b0Smseidel			"8 Bit" ;
229*f95469b0Smseidel			"24 Bit" ;
230cdf0e10cSrcweir		};
231cdf0e10cSrcweir	};
232cdf0e10cSrcweir};
233cdf0e10cSrcweir
234cdf0e10cSrcweirTabPage RID_RTS_FONTSUBSTPAGE
235cdf0e10cSrcweir{
236*f95469b0Smseidel	HelpID = "padmin:TabPage:RID_RTS_FONTSUBSTPAGE" ;
237*f95469b0Smseidel	Hide = TRUE ;
238*f95469b0Smseidel	Size = MAP_APPFONT ( 230, 175 ) ;
239cdf0e10cSrcweir
240cdf0e10cSrcweir	CheckBox RID_RTS_FS_ENABLE_BTN
241cdf0e10cSrcweir	{
242*f95469b0Smseidel		HelpID = "padmin:CheckBox:RID_RTS_FONTSUBSTPAGE:RID_RTS_FS_ENABLE_BTN" ;
243*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 5 ) ;
244*f95469b0Smseidel		Size = MAP_APPFONT ( 180, 10 ) ;
245*f95469b0Smseidel		Text [ en-US ] = "~Enable font replacement" ;
246cdf0e10cSrcweir	};
247cdf0e10cSrcweir
248cdf0e10cSrcweir	FixedText RID_RTS_FS_SUBST_TXT
249cdf0e10cSrcweir	{
250*f95469b0Smseidel		Pos = MAP_APPFONT ( 5,20 ) ;
251*f95469b0Smseidel		Size = MAP_APPFONT ( 180, 8 ) ;
252*f95469b0Smseidel		Text [ en-US ] = "Replaced ~fonts" ;
253cdf0e10cSrcweir	};
254cdf0e10cSrcweir	MultiListBox RID_RTS_FS_SUBST_BOX
255cdf0e10cSrcweir	{
256*f95469b0Smseidel		HelpID = "padmin:MultiListBox:RID_RTS_FONTSUBSTPAGE:RID_RTS_FS_SUBST_BOX" ;
257*f95469b0Smseidel		AutoHScroll = TRUE ;
258*f95469b0Smseidel		Border = TRUE ;
259*f95469b0Smseidel		Sort = TRUE ;
260*f95469b0Smseidel		SimpleMode = TRUE ;
261*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 30 ) ;
262*f95469b0Smseidel		Size = MAP_APPFONT ( 220, 90 ) ;
263cdf0e10cSrcweir	};
264cdf0e10cSrcweir	PushButton RID_RTS_FS_ADD_BTN
265cdf0e10cSrcweir	{
266*f95469b0Smseidel		HelpID = "padmin:PushButton:RID_RTS_FONTSUBSTPAGE:RID_RTS_FS_ADD_BTN" ;
267*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 125 ) ;
268*f95469b0Smseidel		Size = MAP_APPFONT ( 107, 12 ) ;
269*f95469b0Smseidel		Text [ en-US ] = "~Add" ;
270cdf0e10cSrcweir	};
271cdf0e10cSrcweir	PushButton RID_RTS_FS_REMOVE_BTN
272cdf0e10cSrcweir	{
273*f95469b0Smseidel		HelpID = "padmin:PushButton:RID_RTS_FONTSUBSTPAGE:RID_RTS_FS_REMOVE_BTN" ;
274*f95469b0Smseidel		Pos = MAP_APPFONT ( 117, 125 ) ;
275*f95469b0Smseidel		Size = MAP_APPFONT ( 107, 12 ) ;
276*f95469b0Smseidel		Text [ en-US ] = "~Remove" ;
277cdf0e10cSrcweir	};
278cdf0e10cSrcweir	FixedText RID_RTS_FS_FROM_TXT
279cdf0e10cSrcweir	{
280*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 145 ) ;
281*f95469b0Smseidel		Size = MAP_APPFONT ( 107, 8 ) ;
282*f95469b0Smseidel		Text [ en-US ] = "Repla~ce font" ;
283cdf0e10cSrcweir	};
284cdf0e10cSrcweir	ComboBox RID_RTS_FS_FROM_BOX
285cdf0e10cSrcweir	{
286*f95469b0Smseidel		HelpID = "padmin:ComboBox:RID_RTS_FONTSUBSTPAGE:RID_RTS_FS_FROM_BOX" ;
287*f95469b0Smseidel		Border = TRUE ;
288*f95469b0Smseidel		DropDown = TRUE ;
289*f95469b0Smseidel		Sort = TRUE ;
290*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 155 ) ;
291*f95469b0Smseidel		Size = MAP_APPFONT ( 107, 200 ) ;
292cdf0e10cSrcweir	};
293cdf0e10cSrcweir	FixedText RID_RTS_FS_TO_TXT
294cdf0e10cSrcweir	{
295*f95469b0Smseidel		Pos = MAP_APPFONT ( 117, 145 ) ;
296*f95469b0Smseidel		Size = MAP_APPFONT ( 107, 8 ) ;
297*f95469b0Smseidel		Text [ en-US ] = "by ~printer font" ;
298cdf0e10cSrcweir	};
299cdf0e10cSrcweir	ListBox RID_RTS_FS_TO_BOX
300cdf0e10cSrcweir	{
301*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_FONTSUBSTPAGE:RID_RTS_FS_TO_BOX" ;
302*f95469b0Smseidel		Border = TRUE ;
303*f95469b0Smseidel		DropDown = TRUE ;
304*f95469b0Smseidel		Sort = TRUE ;
305*f95469b0Smseidel		Pos = MAP_APPFONT ( 117, 155 ) ;
306*f95469b0Smseidel		Size = MAP_APPFONT ( 107, 200 ) ;
307cdf0e10cSrcweir	};
308cdf0e10cSrcweir};
309cdf0e10cSrcweir
310cdf0e10cSrcweirTabPage RID_RTS_COMMANDPAGE
311cdf0e10cSrcweir{
312*f95469b0Smseidel	HelpID = "padmin:TabPage:RID_RTS_COMMANDPAGE" ;
313*f95469b0Smseidel	Hide = TRUE ;
314*f95469b0Smseidel	Size = MAP_APPFONT ( 230, 175 ) ;
315cdf0e10cSrcweir
316*f95469b0Smseidel	ComboBox RID_RTS_CMD_CB_COMMANDS
317*f95469b0Smseidel	{
318*f95469b0Smseidel		HelpID = "padmin:ComboBox:RID_RTS_COMMANDPAGE:RID_RTS_CMD_CB_COMMANDS" ;
319*f95469b0Smseidel		Border = TRUE ;
320*f95469b0Smseidel		Sort = TRUE ;
321*f95469b0Smseidel		Dropdown = TRUE ;
322*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 75 ) ;
323*f95469b0Smseidel		Size = MAP_APPFONT ( 150, 65 ) ;
324*f95469b0Smseidel	};
325*f95469b0Smseidel	CheckBox RID_RTS_CMD_CB_EXTERNAL
326*f95469b0Smseidel	{
327*f95469b0Smseidel		HelpID = "padmin:CheckBox:RID_RTS_COMMANDPAGE:RID_RTS_CMD_CB_EXTERNAL" ;
328*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 95 ) ;
329*f95469b0Smseidel		Size = MAP_APPFONT ( 220, 10 ) ;
330*f95469b0Smseidel		Text [ en-US ] = "~Use system print dialog, disable %PRODUCTNAME's print dialog" ;
331*f95469b0Smseidel	};
332*f95469b0Smseidel	FixedText RID_RTS_CMD_FT_QUICKCMD
333*f95469b0Smseidel	{
334*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 110 ) ;
335*f95469b0Smseidel		Size = MAP_APPFONT ( 150, 20 ) ;
336*f95469b0Smseidel		WordBreak = TRUE ;
337*f95469b0Smseidel		Text [ en-US ] = "Command for quick printing without dialog (optional)" ;
338*f95469b0Smseidel	};
339*f95469b0Smseidel	ComboBox RIT_RTS_CMD_CB_QUICKCMD
340*f95469b0Smseidel	{
341*f95469b0Smseidel		HelpID = "padmin:ComboBox:RID_RTS_COMMANDPAGE:RIT_RTS_CMD_CB_QUICKCMD" ;
342*f95469b0Smseidel		Border = TRUE ;
343*f95469b0Smseidel		Sort = TRUE ;
344*f95469b0Smseidel		Dropdown = TRUE ;
345*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 130 ) ;
346*f95469b0Smseidel		Size = MAP_APPFONT ( 150, 65 ) ;
347*f95469b0Smseidel	};
348*f95469b0Smseidel	FixedLine RID_RTS_CMD_FL_INSTALL
349*f95469b0Smseidel	{
350*f95469b0Smseidel		Pos = MAP_APPFONT ( 6, 44 ) ;
351*f95469b0Smseidel		Size = MAP_APPFONT ( 220, 8 ) ;
352*f95469b0Smseidel		Text [ en-US ] = "Select command" ;
353cdf0e10cSrcweir	};
354cdf0e10cSrcweir	String RID_RTS_CMD_STR_CONFIGURE_PRINTER
355cdf0e10cSrcweir	{
356*f95469b0Smseidel		Text [ en-US ] = "Printer" ;
357cdf0e10cSrcweir	};
358cdf0e10cSrcweir	String RID_RTS_CMD_STR_CONFIGURE_FAX
359cdf0e10cSrcweir	{
360*f95469b0Smseidel		Text [ en-US ] = "Fax" ;
361cdf0e10cSrcweir	};
362cdf0e10cSrcweir	String RID_RTS_CMD_STR_CONFIGURE_PDF
363cdf0e10cSrcweir	{
364*f95469b0Smseidel		Text [ en-US ] = "PDF converter" ;
365cdf0e10cSrcweir	};
366*f95469b0Smseidel
367cdf0e10cSrcweir	ListBox RID_RTS_CMD_LB_CONFIGURE
368cdf0e10cSrcweir	{
369*f95469b0Smseidel		HelpID = "padmin:ListBox:RID_RTS_COMMANDPAGE:RID_RTS_CMD_LB_CONFIGURE" ;
370*f95469b0Smseidel		DropDown = TRUE ;
371*f95469b0Smseidel		Border = TRUE ;
372*f95469b0Smseidel		Pos = MAP_APPFONT ( 101, 56 ) ;
373*f95469b0Smseidel		Size = MAP_APPFONT ( 60, 200 ) ;
374cdf0e10cSrcweir	};
375cdf0e10cSrcweir	FixedText RID_RTS_CMD_TXT_CONFIGURE
376cdf0e10cSrcweir	{
377*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 56 ) ;
378*f95469b0Smseidel		Size = MAP_APPFONT ( 85, 10 ) ;
379*f95469b0Smseidel		Text [ en-US ] = "~Configure as" ;
380cdf0e10cSrcweir	};
381cdf0e10cSrcweir
382cdf0e10cSrcweir	CheckBox RID_RTS_CMD_BOX_SWALLOWFAXNO
383cdf0e10cSrcweir	{
384*f95469b0Smseidel		HelpID = "padmin:CheckBox:RID_RTS_COMMANDPAGE:RID_RTS_CMD_BOX_SWALLOWFAXNO" ;
385*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 146 ) ;
386*f95469b0Smseidel		Size = MAP_APPFONT ( 130, 8 ) ;
387*f95469b0Smseidel		Text [ en-US ] = "~Fax number will be removed from output" ;
388cdf0e10cSrcweir	};
389cdf0e10cSrcweir	FixedText RID_RTS_CMD_TXT_PDFDIR
390cdf0e10cSrcweir	{
391*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 146 ) ;
392*f95469b0Smseidel		Size = MAP_APPFONT ( 130, 8 ) ;
393*f95469b0Smseidel		Text [ en-US ] = "PDF target directory :" ;
394cdf0e10cSrcweir	};
395cdf0e10cSrcweir	Edit RID_RTS_CMD_EDT_PDFDIR
396cdf0e10cSrcweir	{
397*f95469b0Smseidel		HelpID = "padmin:Edit:RID_RTS_COMMANDPAGE:RID_RTS_CMD_EDT_PDFDIR" ;
398*f95469b0Smseidel		Border = TRUE ;
399*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 155 ) ;
400*f95469b0Smseidel		Size = MAP_APPFONT ( 130, 12 ) ;
401cdf0e10cSrcweir	};
402cdf0e10cSrcweir	PushButton RID_RTS_CMD_BTN_PDFDIR
403cdf0e10cSrcweir	{
404*f95469b0Smseidel		HelpID = "padmin:PushButton:RID_RTS_COMMANDPAGE:RID_RTS_CMD_BTN_PDFDIR" ;
405*f95469b0Smseidel		Pos = MAP_APPFONT ( 146, 155 ) ;
406*f95469b0Smseidel		Size = MAP_APPFONT ( 15, 12 ) ;
407*f95469b0Smseidel		Text = "..." ;
408*f95469b0Smseidel	};
409*f95469b0Smseidel	FixedText RID_RTS_CMD_TXT_PRTNAME
410*f95469b0Smseidel	{
411*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 16 ) ;
412*f95469b0Smseidel		Size = MAP_APPFONT ( 210, 8 ) ;
413*f95469b0Smseidel	};
414*f95469b0Smseidel	FixedText RID_RTS_CMD_TXT_CONNECT
415*f95469b0Smseidel	{
416*f95469b0Smseidel		Pos = MAP_APPFONT ( 11, 26 ) ;
417*f95469b0Smseidel		Size = MAP_APPFONT ( 210, 8 ) ;
418*f95469b0Smseidel		Text [ en-US ] = "Command: " ;
419*f95469b0Smseidel	};
420*f95469b0Smseidel	FixedLine RID_RTS_CMD_FL_DEFAULT
421*f95469b0Smseidel	{
422*f95469b0Smseidel		Pos = MAP_APPFONT ( 6, 6 ) ;
423*f95469b0Smseidel		Size = MAP_APPFONT ( 220, 8 ) ;
424*f95469b0Smseidel		Text [ en-US ] = "Printer" ;
425cdf0e10cSrcweir	};
426cdf0e10cSrcweir	PushButton RID_RTS_CMD_BTN_HELP
427cdf0e10cSrcweir	{
428*f95469b0Smseidel		HelpID = "padmin:PushButton:RID_RTS_COMMANDPAGE:RID_RTS_CMD_BTN_HELP" ;
429*f95469b0Smseidel		Pos = MAP_APPFONT ( 170, 55 ) ;
430*f95469b0Smseidel		Size = MAP_APPFONT ( 50, 12 ) ;
431*f95469b0Smseidel		Text [ en-US ] = "~Help" ;
432cdf0e10cSrcweir	};
433cdf0e10cSrcweir	PushButton RID_RTS_CMD_BTN_REMOVE
434cdf0e10cSrcweir	{
435*f95469b0Smseidel		HelpID = "padmin:PushButton:RID_RTS_COMMANDPAGE:RID_RTS_CMD_BTN_REMOVE" ;
436*f95469b0Smseidel		Pos = MAP_APPFONT ( 170, 72 ) ;
437*f95469b0Smseidel		Size = MAP_APPFONT ( 50, 12 ) ;
438*f95469b0Smseidel		Text [ en-US ] = "~Remove" ;
439cdf0e10cSrcweir	};
440cdf0e10cSrcweir	String RID_RTS_CMD_STR_PDFHELP
441cdf0e10cSrcweir	{
442*f95469b0Smseidel		Text [ en-US ] = "The command line for PDF converters is executed as follows: for each document printed, \"(TMP)\" in the command line is replaced by a temporary file and \"(OUTFILE)\" in the command line is replaced by the target PDF file name. If \"(TMP)\" is in the command line, the PostScript code will be supplied via a file, otherwise via standard input (i.e. as a pipe)." ;
443cdf0e10cSrcweir	};
444cdf0e10cSrcweir	String RID_RTS_CMD_STR_PRINTERHELP
445cdf0e10cSrcweir	{
446*f95469b0Smseidel		Text [ en-US ] = "The command line for printer devices is executed as follows: the generated PostScript code is supplied as standard input (i.e. as a pipe) to the command line." ;
447cdf0e10cSrcweir	};
448cdf0e10cSrcweir	String RID_RTS_CMD_STR_FAXHELP
449cdf0e10cSrcweir	{
450*f95469b0Smseidel		Text [ en-US ] = "The command line for fax devices is executed as follows: for each fax sent, \"(TMP)\" in the command line is replaced by a temporary file and \"(PHONE)\" in the command line is replaced by the fax number. If \"(TMP)\" appears in the command line, the PostScript code will be supplied via a file, otherwise it is passed as standard input (i.e. as a pipe)." ;
451cdf0e10cSrcweir	};
452cdf0e10cSrcweir};
453cdf0e10cSrcweir
454cdf0e10cSrcweirTabPage RID_RTS_OTHERPAGE
455cdf0e10cSrcweir{
456*f95469b0Smseidel	HelpID = "padmin:TabPage:RID_RTS_OTHERPAGE" ;
457*f95469b0Smseidel	Hide = TRUE ;
458*f95469b0Smseidel	Size = MAP_APPFONT ( 230, 175 ) ;
459cdf0e10cSrcweir
460cdf0e10cSrcweir	FixedText RID_RTS_OTHER_LEFTMARGIN_TXT
461cdf0e10cSrcweir	{
462cdf0e10cSrcweir		Pos = MAP_APPFONT( 5, 5 );
463cdf0e10cSrcweir		Size = MAP_APPFONT( 85, 8 );
464cdf0e10cSrcweir		Text [ en-US ] = "~Left margin";
465cdf0e10cSrcweir	};
466*f95469b0Smseidel	MetricField RID_RTS_OTHER_LEFTMARGIN_BOX
467*f95469b0Smseidel	{
468*f95469b0Smseidel		HelpID = "padmin:MetricField:RID_RTS_OTHERPAGE:RID_RTS_OTHER_LEFTMARGIN_BOX" ;
469*f95469b0Smseidel		Border = TRUE ;
470*f95469b0Smseidel		Pos = MAP_APPFONT ( 100, 5 ) ;
471*f95469b0Smseidel		Size = MAP_APPFONT ( 50, 12 ) ;
472*f95469b0Smseidel		StrictFormat = TRUE ;
473*f95469b0Smseidel		Spin = TRUE ;
474*f95469b0Smseidel		Repeat = TRUE ;
475*f95469b0Smseidel		Unit = FUNIT_MM ;
476*f95469b0Smseidel	};
477cdf0e10cSrcweir	FixedText RID_RTS_OTHER_TOPMARGIN_TXT
478cdf0e10cSrcweir	{
479*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 20 ) ;
480*f95469b0Smseidel		Size = MAP_APPFONT ( 85, 8 ) ;
481*f95469b0Smseidel		Text [ en-US ] = "~Top margin" ;
482*f95469b0Smseidel	};
483*f95469b0Smseidel	MetricField RID_RTS_OTHER_TOPMARGIN_BOX
484*f95469b0Smseidel	{
485*f95469b0Smseidel		HelpID = "padmin:MetricField:RID_RTS_OTHERPAGE:RID_RTS_OTHER_TOPMARGIN_BOX" ;
486*f95469b0Smseidel		Border = TRUE ;
487*f95469b0Smseidel		Pos = MAP_APPFONT ( 100, 20 ) ;
488*f95469b0Smseidel		Size = MAP_APPFONT ( 50, 12 ) ;
489*f95469b0Smseidel		StrictFormat = TRUE ;
490*f95469b0Smseidel		Spin = TRUE ;
491*f95469b0Smseidel		Repeat = TRUE ;
492*f95469b0Smseidel		Unit = FUNIT_MM ;
493*f95469b0Smseidel	};
494cdf0e10cSrcweir	FixedText RID_RTS_OTHER_RIGHTMARGIN_TXT
495cdf0e10cSrcweir	{
496*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 35 ) ;
497*f95469b0Smseidel		Size = MAP_APPFONT ( 85, 8 ) ;
498*f95469b0Smseidel		Text [ en-US ] = "~Right margin" ;
499*f95469b0Smseidel	};
500*f95469b0Smseidel	MetricField RID_RTS_OTHER_RIGHTMARGIN_BOX
501*f95469b0Smseidel	{
502*f95469b0Smseidel		HelpID = "padmin:MetricField:RID_RTS_OTHERPAGE:RID_RTS_OTHER_RIGHTMARGIN_BOX" ;
503*f95469b0Smseidel		Border = TRUE ;
504*f95469b0Smseidel		Pos = MAP_APPFONT ( 100, 35 ) ;
505*f95469b0Smseidel		Size = MAP_APPFONT ( 50, 12 ) ;
506*f95469b0Smseidel		StrictFormat = TRUE ;
507*f95469b0Smseidel		Spin = TRUE ;
508*f95469b0Smseidel		Repeat = TRUE ;
509*f95469b0Smseidel		Unit = FUNIT_MM ;
510*f95469b0Smseidel	};
511cdf0e10cSrcweir	FixedText RID_RTS_OTHER_BOTTOMMARGIN_TXT
512cdf0e10cSrcweir	{
513*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 50 ) ;
514*f95469b0Smseidel		Size = MAP_APPFONT ( 85, 8 ) ;
515*f95469b0Smseidel		Text [ en-US ] = "~Bottom margin" ;
516*f95469b0Smseidel	};
517*f95469b0Smseidel	MetricField RID_RTS_OTHER_BOTTOMMARGIN_BOX
518*f95469b0Smseidel	{
519*f95469b0Smseidel		HelpID = "padmin:MetricField:RID_RTS_OTHERPAGE:RID_RTS_OTHER_BOTTOMMARGIN_BOX" ;
520*f95469b0Smseidel		Border = TRUE ;
521*f95469b0Smseidel		Pos = MAP_APPFONT ( 100, 50 ) ;
522*f95469b0Smseidel		Size = MAP_APPFONT ( 50, 12 ) ;
523*f95469b0Smseidel		StrictFormat = TRUE ;
524*f95469b0Smseidel		Spin = TRUE ;
525*f95469b0Smseidel		Repeat = TRUE ;
526*f95469b0Smseidel		Unit = FUNIT_MM ;
527*f95469b0Smseidel	};
528cdf0e10cSrcweir	FixedText RID_RTS_OTHER_COMMENT_TXT
529cdf0e10cSrcweir	{
530*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 65 ) ;
531*f95469b0Smseidel		Size = MAP_APPFONT ( 85, 8 ) ;
532*f95469b0Smseidel		Text [ en-US ] = "~Comment" ;
533*f95469b0Smseidel	};
534*f95469b0Smseidel	Edit RID_RTS_OTHER_COMMENT_EDT
535*f95469b0Smseidel	{
536*f95469b0Smseidel		HelpID = "padmin:Edit:RID_RTS_OTHERPAGE:RID_RTS_OTHER_COMMENT_EDT" ;
537*f95469b0Smseidel		Border = TRUE ;
538*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 75 ) ;
539*f95469b0Smseidel		Size = MAP_APPFONT ( 220, 12 ) ;
540*f95469b0Smseidel	};
541cdf0e10cSrcweir	PushButton RID_RTS_OTHER_DEFAULT_BTN
542cdf0e10cSrcweir	{
543*f95469b0Smseidel		HelpID = "padmin:PushButton:RID_RTS_OTHERPAGE:RID_RTS_OTHER_DEFAULT_BTN" ;
544*f95469b0Smseidel		Pos = MAP_APPFONT ( 175, 5 ) ;
545*f95469b0Smseidel		Size = MAP_APPFONT ( 50, 12 ) ;
546*f95469b0Smseidel		Text [ en-US ] = "~Default" ;
547cdf0e10cSrcweir	};
548cdf0e10cSrcweir};
549cdf0e10cSrcweir
550cdf0e10cSrcweirString RID_TXT_QUERYFAXNUMBER
551cdf0e10cSrcweir{
552*f95469b0Smseidel	Text [ en-US ] = "Please enter the fax number." ;
553cdf0e10cSrcweir};
554cdf0e10cSrcweir
555cdf0e10cSrcweirModalDialog RID_RTS_PWDIALOG
556cdf0e10cSrcweir{
557*f95469b0Smseidel	HelpID = "padmin:ModalDialog:RID_RTS_PWDIALOG" ;
558*f95469b0Smseidel	Text [ en-US ] = "Authentication request" ;
559*f95469b0Smseidel	OutputSize = TRUE ;
560*f95469b0Smseidel	SVLook = TRUE ;
561*f95469b0Smseidel	Size = MAP_APPFONT ( 150, 90 ) ;
562*f95469b0Smseidel	Moveable = TRUE ;
563*f95469b0Smseidel	Closeable = TRUE ;
564cdf0e10cSrcweir
565*f95469b0Smseidel	FixedText RID_RTS_PWDIALOG_TXT
566*f95469b0Smseidel	{
567*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 5 ) ;
568*f95469b0Smseidel		Size = MAP_APPFONT ( 140, 20 ) ;
569*f95469b0Smseidel		WordBreak = TRUE ;
570*f95469b0Smseidel		Text [ en-US ] = "Please enter your authentication data for server %s" ;
571*f95469b0Smseidel	};
572*f95469b0Smseidel	FixedText RID_RTS_PWDIALOG_USER_TXT
573*f95469b0Smseidel	{
574*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 30 ) ;
575*f95469b0Smseidel		Size = MAP_APPFONT ( 60, 10 ) ;
576*f95469b0Smseidel		Text [ en-US ] = "~User" ;
577*f95469b0Smseidel	};
578*f95469b0Smseidel	Edit RID_RTS_PWDIALOG_USER_EDT
579*f95469b0Smseidel	{
580*f95469b0Smseidel		HelpID = "padmin:Edit:RID_RTS_PWDIALOG:RID_RTS_PWDIALOG_USER_EDT" ;
581*f95469b0Smseidel		Pos = MAP_APPFONT ( 70, 29 ) ;
582*f95469b0Smseidel		Size = MAP_APPFONT ( 75, 12 ) ;
583*f95469b0Smseidel		Border = TRUE ;
584*f95469b0Smseidel	};
585*f95469b0Smseidel	FixedText RID_RTS_PWDIALOG_PASS_TXT
586*f95469b0Smseidel	{
587*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 45 ) ;
588*f95469b0Smseidel		Size = MAP_APPFONT ( 60, 10 ) ;
589*f95469b0Smseidel		Text [ en-US ] = "~Password" ;
590*f95469b0Smseidel	};
591*f95469b0Smseidel	Edit RID_RTS_PWDIALOG_PASS_EDT
592*f95469b0Smseidel	{
593*f95469b0Smseidel		HelpID = "padmin:Edit:RID_RTS_PWDIALOG:RID_RTS_PWDIALOG_PASS_EDT" ;
594*f95469b0Smseidel		Pos = MAP_APPFONT ( 70, 44 ) ;
595*f95469b0Smseidel		Size = MAP_APPFONT ( 75, 12 ) ;
596*f95469b0Smseidel		Border = TRUE ;
597*f95469b0Smseidel		Password = TRUE ;
598*f95469b0Smseidel	};
599*f95469b0Smseidel	CancelButton RID_RTS_PWDIALOG_CANCEL_BTN
600*f95469b0Smseidel	{
601*f95469b0Smseidel		Pos = MAP_APPFONT ( 95, 70 ) ;
602*f95469b0Smseidel		Size = MAP_APPFONT ( 50, 15 ) ;
603*f95469b0Smseidel	};
604*f95469b0Smseidel	OKButton RID_RTS_PWDIALOG_OK_BTN
605*f95469b0Smseidel	{
606*f95469b0Smseidel		Pos = MAP_APPFONT ( 5, 70 ) ;
607*f95469b0Smseidel		Size = MAP_APPFONT ( 50, 15 ) ;
608*f95469b0Smseidel		DefButton = TRUE ;
609*f95469b0Smseidel	};
610cdf0e10cSrcweir};
611*f95469b0Smseidel
612*f95469b0Smseidel// ********************************************************************** EOF
613