From 3428f43323ce69664b2c06b72f8011ecacd40ecf Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Mar 2008 15:55:26 +0000 Subject: INTEGRATION: CWS vcl86_DEV300 (1.44.46); FILE MERGED 2008/02/20 16:24:30 pl 1.44.46.2: #i83676# change checkbox text 2008/01/16 17:28:41 pl 1.44.46.1: #i83676# add GUI for external dialog and resp. command line --- padmin/source/rtsetup.src | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) (limited to 'padmin') diff --git a/padmin/source/rtsetup.src b/padmin/source/rtsetup.src index 784a84eecc4f..5105e1c1d76e 100644 --- a/padmin/source/rtsetup.src +++ b/padmin/source/rtsetup.src @@ -4,9 +4,9 @@ * * $RCSfile: rtsetup.src,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 12:05:10 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:55:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -302,9 +302,31 @@ TabPage RID_RTS_COMMANDPAGE { Border = TRUE ; Sort = TRUE ; + Dropdown = TRUE; Pos = MAP_APPFONT ( 11 , 75 ) ; Size = MAP_APPFONT ( 150 , 65 ) ; }; + CheckBox RID_RTS_CMD_CB_EXTERNAL + { + Pos = MAP_APPFONT( 11, 95 ); + Size = MAP_APPFONT( 220, 10 ); + Text [ en-US ] = "~Use system print dialog, disable %PRODUCTNAME's print dialog"; + }; + FixedText RID_RTS_CMD_FT_QUICKCMD + { + Pos = MAP_APPFONT( 11, 110 ); + Size = MAP_APPFONT( 150, 20 ); + WordBreak = TRUE; + Text [ en-US ] = "Command for quick printing without dialog (optional)"; + }; + ComboBox RIT_RTS_CMD_CB_QUICKCMD + { + Border = TRUE; + Sort = TRUE; + Dropdown = TRUE; + Pos = MAP_APPFONT( 11, 130 ); + Size = MAP_APPFONT( 150, 65 ); + }; FixedLine RID_RTS_CMD_FL_INSTALL { Pos = MAP_APPFONT ( 6 , 44 ) ; -- cgit v1.2.3