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