diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 11:59:20 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-07-23 11:59:20 +0000 |
commit | a30e4d7b2cc898bcb0f7c10fef9428ec056f8675 (patch) | |
tree | 174df365e1b8219971474cc933ab77fd58f85887 /sc/source/ui/dbgui/pvfundlg.src | |
parent | eca5c1b01ab04af38d029bc20cfa14fb3f3ba416 (diff) |
INTEGRATION: CWS tableoptions (1.32.36); FILE MERGED
2004/07/14 17:35:29 nn 1.32.36.4: resource changes
2004/07/14 15:11:48 nn 1.32.36.3: RESYNC: (1.32-1.34); FILE MERGED
2004/07/06 19:06:07 dr 1.32.36.2: #i25111# string review
2004/07/06 13:35:24 dr 1.32.36.1: #i25111# DataPilot Show Details dialog
Diffstat (limited to 'sc/source/ui/dbgui/pvfundlg.src')
-rw-r--r-- | sc/source/ui/dbgui/pvfundlg.src | 53 |
1 files changed, 51 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/pvfundlg.src b/sc/source/ui/dbgui/pvfundlg.src index 70051f086955..164d5848e77a 100644 --- a/sc/source/ui/dbgui/pvfundlg.src +++ b/sc/source/ui/dbgui/pvfundlg.src @@ -2,9 +2,9 @@ * * $RCSfile: pvfundlg.src,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: hjs $ $Date: 2004-06-30 14:19:37 $ + * last change: $Author: hr $ $Date: 2004-07-23 12:59:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -574,3 +574,52 @@ ModalDialog RID_SCDLG_DPSUBTOTAL_OPT // ---------------------------------------------------------------------------- +ModalDialog RID_SCDLG_DPSHOWDETAIL +{ + OutputSize = TRUE; + HelpId = HID_SC_DPSHOWDETAIL; + SVLook = TRUE; + Size = MAP_APPFONT( 200, 116 ); + Moveable = TRUE; + Closeable = FALSE; + FixedText FT_DIMS + { + Pos = MAP_APPFONT( 6, 3 ); + Size = MAP_APPFONT( 132, 24 ); + WordBreak = TRUE; + Text [ de ] = "~Whlen Sie das Feld, dessen Detail Sie hinzufgen mchten"; + Text [ en-US ] = "~Choose the field containing the detail you want to show"; + }; + ListBox LB_DIMS + { + Pos = MAP_APPFONT( 6, 30 ); + Size = MAP_APPFONT( 132, 80 ); + TabStop = TRUE; + Border = TRUE; + DropDown = FALSE; + }; + OKButton BTN_OK + { + Pos = MAP_APPFONT( 144, 6 ); + Size = MAP_APPFONT( 50, 14 ); + TabStop = TRUE; + DefButton = TRUE; + }; + CancelButton BTN_CANCEL + { + Pos = MAP_APPFONT( 144, 23 ); + Size = MAP_APPFONT( 50, 14 ); + TabStop = TRUE; + }; + HelpButton BTN_HELP + { + Pos = MAP_APPFONT( 144, 43 ); + Size = MAP_APPFONT( 50, 14 ); + TabStop = TRUE; + }; + Text [ de ] = "Detail einblenden"; + Text [ en-US ] = "Show Detail"; +}; + +// ---------------------------------------------------------------------------- + |