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