summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/crnrdlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/src/crnrdlg.src')
-rw-r--r--sc/source/ui/src/crnrdlg.src143
1 files changed, 143 insertions, 0 deletions
diff --git a/sc/source/ui/src/crnrdlg.src b/sc/source/ui/src/crnrdlg.src
new file mode 100644
index 000000000000..29ed6772d896
--- /dev/null
+++ b/sc/source/ui/src/crnrdlg.src
@@ -0,0 +1,143 @@
+/*************************************************************************
+ *
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * Copyright 2000, 2010 Oracle and/or its affiliates.
+ *
+ * OpenOffice.org - a multi-platform office productivity suite
+ *
+ * This file is part of OpenOffice.org.
+ *
+ * OpenOffice.org is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License version 3
+ * only, as published by the Free Software Foundation.
+ *
+ * OpenOffice.org is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Lesser General Public License version 3 for more details
+ * (a copy is included in the LICENSE file that accompanied this code).
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * version 3 along with OpenOffice.org. If not, see
+ * <http://www.openoffice.org/license.html>
+ * for a copy of the LGPLv3 License.
+ *
+ ************************************************************************/
+#include "crnrdlg.hrc"
+
+ModelessDialog RID_SCDLG_COLROWNAMERANGES
+{
+ OutputSize = TRUE ;
+ Hide = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 256 , 181 ) ;
+ HelpId = HID_COLROWNAMERANGES ;
+ Moveable = TRUE ;
+ // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button !
+ FixedLine FL_ASSIGN
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 188 , 8 ) ;
+ Text [ en-US ] = "Range" ;
+ };
+ ListBox LB_RANGE
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_COLROWNAMERANGES:LB_RANGE";
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 179 , 85 ) ;
+ TabStop = TRUE ;
+ VScroll = TRUE ;
+ Border = TRUE ;
+ };
+ Edit ED_AREA
+ {
+ HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_AREA";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 105 ) ;
+ Size = MAP_APPFONT ( 165 , 12 ) ;
+ TabStop = TRUE ;
+ };
+ ImageButton RB_AREA
+ {
+ HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_AREA";
+ Pos = MAP_APPFONT ( 179 , 104 ) ;
+ Size = MAP_APPFONT ( 13 , 15 ) ;
+ TabStop = FALSE ;
+ QuickHelpText [ en-US ] = "Shrink" ;
+ };
+ RadioButton BTN_COLHEAD
+ {
+ HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD";
+ Pos = MAP_APPFONT ( 20 , 121 ) ;
+ Size = MAP_APPFONT ( 171 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "Contains ~column labels" ;
+ };
+ RadioButton BTN_ROWHEAD
+ {
+ HelpID = "sc:RadioButton:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD";
+ Pos = MAP_APPFONT ( 20 , 135 ) ;
+ Size = MAP_APPFONT ( 171 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "Contains ~row labels" ;
+ };
+ FixedText FT_DATA_LABEL
+ {
+ Pos = MAP_APPFONT ( 12 , 151 ) ;
+ Size = MAP_APPFONT ( 179 , 8 ) ;
+ Text [ en-US ] = "For ~data range" ;
+ };
+ Edit ED_DATA
+ {
+ HelpID = "sc:Edit:RID_SCDLG_COLROWNAMERANGES:ED_DATA";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 162 ) ;
+ Size = MAP_APPFONT ( 165 , 12 ) ;
+ TabStop = TRUE ;
+ };
+ ImageButton RB_DATA
+ {
+ HelpID = "sc:ImageButton:RID_SCDLG_COLROWNAMERANGES:RB_DATA";
+ Pos = MAP_APPFONT ( 179 , 161 ) ;
+ Size = MAP_APPFONT ( 13 , 15 ) ;
+ TabStop = FALSE ;
+ QuickHelpText [ en-US ] = "Shrink" ;
+ };
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 200 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 200 , 23 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ PushButton BTN_ADD
+ {
+ HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_ADD";
+ Pos = MAP_APPFONT ( 200 , 104 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ Text [ en-US ] = "~Add" ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ PushButton BTN_REMOVE
+ {
+ HelpID = "sc:PushButton:RID_SCDLG_COLROWNAMERANGES:BTN_REMOVE";
+ Pos = MAP_APPFONT ( 200 , 122 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ Text [ en-US ] = "~Delete" ;
+ TabStop = TRUE ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 200 , 43 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ Text [ en-US ] = "Define Label Range" ;
+};