summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/namedlg.src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/src/namedlg.src')
-rw-r--r--sc/source/ui/src/namedlg.src175
1 files changed, 175 insertions, 0 deletions
diff --git a/sc/source/ui/src/namedlg.src b/sc/source/ui/src/namedlg.src
new file mode 100644
index 000000000000..f5fa0d822b12
--- /dev/null
+++ b/sc/source/ui/src/namedlg.src
@@ -0,0 +1,175 @@
+/*************************************************************************
+ *
+ * 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 "namedlg.hrc"
+ModelessDialog RID_SCDLG_NAMES
+{
+ OutputSize = TRUE ;
+ HelpId = CMD_FID_DEFINE_NAME ;
+ Hide = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 222 , 142 ) ;
+ Text [ en-US ] = "Define Names" ;
+ Moveable = TRUE ;
+ // Closeable = TRUE; // Dieser Dialog hat einen Cancel-Button !
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 166 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 166 , 23 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 166 , 43 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ PushButton BTN_ADD
+ {
+ HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_ADD";
+ Pos = MAP_APPFONT ( 166 , 74 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ /* ### ACHTUNG: Neuer Text in Resource? Hinzu~fgen : Hinzu~fgen */
+ Text [ en-US ] = "~Add" ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ PushButton BTN_REMOVE
+ {
+ HelpID = "sc:PushButton:RID_SCDLG_NAMES:BTN_REMOVE";
+ Pos = MAP_APPFONT ( 166 , 92 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ /* ### ACHTUNG: Neuer Text in Resource? ~Lschen : ~Lschen */
+ Text [ en-US ] = "~Delete" ;
+ TabStop = TRUE ;
+ };
+ FixedLine FL_NAME
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 154 , 8 ) ;
+ Text [ en-US ] = "Name" ;
+ };
+ ComboBox ED_NAME
+ {
+ HelpID = "sc:ComboBox:RID_SCDLG_NAMES:ED_NAME";
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 145 , 92 ) ;
+ TabStop = TRUE ;
+ VScroll = TRUE ;
+ Sort = TRUE ;
+ };
+ FixedLine FL_ASSIGN
+ {
+ Pos = MAP_APPFONT ( 6 , 112 ) ;
+ Size = MAP_APPFONT ( 154 , 8 ) ;
+ Text [ en-US ] = "Assigned to" ;
+ };
+ Edit ED_ASSIGN
+ {
+ HelpID = "sc:Edit:RID_SCDLG_NAMES:ED_ASSIGN";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 123 ) ;
+ Size = MAP_APPFONT ( 131 , 12 ) ;
+ TabStop = TRUE ;
+ };
+ ImageButton RB_ASSIGN
+ {
+ HelpID = "sc:ImageButton:RID_SCDLG_NAMES:RB_ASSIGN";
+ Pos = MAP_APPFONT ( 145 , 122 ) ;
+ Size = MAP_APPFONT ( 13 , 15 ) ;
+ TabStop = FALSE ;
+ QuickHelpText [ en-US ] = "Shrink" ;
+ };
+ MoreButton BTN_MORE
+ {
+ HelpID = "sc:MoreButton:RID_SCDLG_NAMES:BTN_MORE";
+ Pos = MAP_APPFONT ( 166 , 122 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ MapUnit = MAP_APPFONT ;
+ Delta = 41 ;
+ };
+ FixedLine FL_TYPE
+ {
+ Pos = MAP_APPFONT ( 6 , 142 ) ;
+ Size = MAP_APPFONT ( 154 , 8 ) ;
+ Text [ en-US ] = "Area type" ;
+ };
+ CheckBox BTN_PRINTAREA
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_PRINTAREA";
+ Pos = MAP_APPFONT ( 12 , 153 ) ;
+ Size = MAP_APPFONT ( 60 , 10 ) ;
+ Text [ en-US ] = "~Print range" ;
+ TabStop = TRUE ;
+ };
+ CheckBox BTN_CRITERIA
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_CRITERIA";
+ Pos = MAP_APPFONT ( 12 , 167 ) ;
+ Size = MAP_APPFONT ( 60 , 10 ) ;
+ Text [ en-US ] = "~Filter" ;
+ TabStop = TRUE ;
+ };
+ CheckBox BTN_ROWHEADER
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_ROWHEADER";
+ Pos = MAP_APPFONT ( 75 , 167 ) ;
+ Size = MAP_APPFONT ( 82 , 10 ) ;
+ Text [ en-US ] = "Repeat ~row" ;
+ TabStop = TRUE ;
+ };
+ CheckBox BTN_COLHEADER
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_NAMES:BTN_COLHEADER";
+ Pos = MAP_APPFONT ( 75 , 153 ) ;
+ Size = MAP_APPFONT ( 82 , 10 ) ;
+ Text [ en-US ] = "Repeat ~column" ;
+ TabStop = TRUE ;
+ };
+ String STR_ADD
+ {
+ /* ### ACHTUNG: Neuer Text in Resource? Hinzu~fgen : Hinzu~fgen */
+ Text [ en-US ] = "~Add" ;
+ };
+ String STR_MODIFY
+ {
+ /* ### ACHTUNG: Neuer Text in Resource? ~ndern : ~ndern */
+ Text [ en-US ] = "Mod~ify" ;
+ };
+ String STR_INVALIDSYMBOL
+ {
+ /* ### ACHTUNG: Neuer Text in Resource? Ungltiger Ausdruck : Ungltiger Ausdruck */
+ Text [ en-US ] = "Invalid expression" ;
+ };
+};