summaryrefslogtreecommitdiff
path: root/sc/source/ui/src/filter.src
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/src/filter.src')
-rw-r--r--sc/source/ui/src/filter.src894
1 files changed, 894 insertions, 0 deletions
diff --git a/sc/source/ui/src/filter.src b/sc/source/ui/src/filter.src
new file mode 100644
index 000000000000..1aadf413da26
--- /dev/null
+++ b/sc/source/ui/src/filter.src
@@ -0,0 +1,894 @@
+/*************************************************************************
+ *
+ * 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 "filter.hrc"
+ModelessDialog RID_SCDLG_FILTER
+{
+ OutputSize = TRUE ;
+ HelpId = CMD_SID_FILTER ;
+ Hide = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 279 , 121 ) ;
+ Text [ en-US ] = "Standard Filter" ;
+ Moveable = TRUE ;
+ Closeable = FALSE ;
+ FixedText FT_OP
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 44 , 8 ) ;
+ Text [ en-US ] = "Operator" ;
+ };
+ FixedText FT_FIELD
+ {
+ Pos = MAP_APPFONT ( 58 , 14 ) ;
+ Size = MAP_APPFONT ( 60 , 8 ) ;
+ Text [ en-US ] = "Field name" ;
+ };
+ FixedText FT_COND
+ {
+ Pos = MAP_APPFONT ( 122 , 14 ) ;
+ Size = MAP_APPFONT ( 47 , 8 ) ;
+ Text [ en-US ] = "Condition" ;
+ };
+ FixedText FT_VAL
+ {
+ Pos = MAP_APPFONT ( 201 , 14 ) ;
+ Size = MAP_APPFONT ( 60 , 8 ) ;
+ Text [ en-US ] = "Value" ;
+ };
+ ListBox LB_OP1
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP1";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 25 ) ;
+ Size = MAP_APPFONT ( 40 , 46 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList [ en-US ] =
+ {
+ < "AND" ; Default ; > ;
+ < "OR" ; Default ; > ;
+ };
+ };
+ ListBox LB_OP2
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP2";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 41 ) ;
+ Size = MAP_APPFONT ( 40 , 46 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList [ en-US ] =
+ {
+ < "AND" ; Default ; > ;
+ < "OR" ; Default ; > ;
+ };
+ };
+ ListBox LB_OP3
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP3";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 57 ) ;
+ Size = MAP_APPFONT ( 40 , 46 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList [ en-US ] =
+ {
+ < "AND" ; Default ; > ;
+ < "OR" ; Default ; > ;
+ };
+ };
+ ListBox LB_OP4
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP4";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 73 ) ;
+ Size = MAP_APPFONT ( 40 , 46 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList [ en-US ] =
+ {
+ < "AND" ; Default ; > ;
+ < "OR" ; Default ; > ;
+ };
+ };
+ ListBox LB_FIELD1
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD1";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 58 , 25 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ListBox LB_FIELD2
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD2";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 58 , 41 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ListBox LB_FIELD3
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD3";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 58 , 57 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ListBox LB_FIELD4
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD4";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 58 , 73 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ListBox LB_COND1
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND1";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 122 , 25 ) ;
+ Size = MAP_APPFONT ( 75 , 145 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ stringlist [ en-US ] =
+ {
+ < "=" ; Default ; > ;
+ < "<" ; Default ; > ;
+ < ">" ; Default ; > ;
+ < "<=" ; Default ; > ;
+ < ">=" ; Default ; > ;
+ < "<>" ; Default ; > ;
+ < "Largest" ; Default ; > ;
+ < "Smallest" ; Default ; > ;
+ < "Largest %" ; Default ; > ;
+ < "Smallest %" ; Default ; > ;
+ < "Contains" ; Default ; > ;
+ < "Does not contain" ; Default ; > ;
+ < "Begins with" ; Default ; > ;
+ < "Does not begin with" ; Default ; > ;
+ < "Ends with" ; Default ; > ;
+ < "Does not end with" ; Default ; > ;
+ };
+ };
+ ListBox LB_COND2
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND2";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 122 , 41 ) ;
+ Size = MAP_APPFONT ( 75 , 145 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ stringlist [ en-US ] =
+ {
+ < "=" ; Default ; > ;
+ < "<" ; Default ; > ;
+ < ">" ; Default ; > ;
+ < "<=" ; Default ; > ;
+ < ">=" ; Default ; > ;
+ < "<>" ; Default ; > ;
+ < "Largest" ; Default ; > ;
+ < "Smallest" ; Default ; > ;
+ < "Largest %" ; Default ; > ;
+ < "Smallest %" ; Default ; > ;
+ < "Contains" ; Default ; > ;
+ < "Does not contain" ; Default ; > ;
+ < "Begins with" ; Default ; > ;
+ < "Does not begin with" ; Default ; > ;
+ < "Ends with" ; Default ; > ;
+ < "Does not end with" ; Default ; > ;
+ };
+ };
+ ListBox LB_COND3
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND3";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 122 , 57 ) ;
+ Size = MAP_APPFONT ( 75 , 145 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ stringlist [ en-US ] =
+ {
+ < "=" ; Default ; > ;
+ < "<" ; Default ; > ;
+ < ">" ; Default ; > ;
+ < "<=" ; Default ; > ;
+ < ">=" ; Default ; > ;
+ < "<>" ; Default ; > ;
+ < "Largest" ; Default ; > ;
+ < "Smallest" ; Default ; > ;
+ < "Largest %" ; Default ; > ;
+ < "Smallest %" ; Default ; > ;
+ < "Contains" ; Default ; > ;
+ < "Does not contain" ; Default ; > ;
+ < "Begins with" ; Default ; > ;
+ < "Does not begin with" ; Default ; > ;
+ < "Ends with" ; Default ; > ;
+ < "Does not end with" ; Default ; > ;
+ };
+ };
+ ListBox LB_COND4
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND4";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 122 , 73 ) ;
+ Size = MAP_APPFONT ( 75 , 145 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ stringlist [ en-US ] =
+ {
+ < "=" ; Default ; > ;
+ < "<" ; Default ; > ;
+ < ">" ; Default ; > ;
+ < "<=" ; Default ; > ;
+ < ">=" ; Default ; > ;
+ < "<>" ; Default ; > ;
+ < "Largest" ; Default ; > ;
+ < "Smallest" ; Default ; > ;
+ < "Largest %" ; Default ; > ;
+ < "Smallest %" ; Default ; > ;
+ < "Contains" ; Default ; > ;
+ < "Does not contain" ; Default ; > ;
+ < "Begins with" ; Default ; > ;
+ < "Does not begin with" ; Default ; > ;
+ < "Ends with" ; Default ; > ;
+ < "Does not end with" ; Default ; > ;
+ };
+ };
+ ComboBox ED_VAL1
+ {
+ HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL1";
+ Pos = MAP_APPFONT ( 201 , 25 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ComboBox ED_VAL2
+ {
+ HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL2";
+ Pos = MAP_APPFONT ( 201 , 41 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ComboBox ED_VAL3
+ {
+ HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL3";
+ Pos = MAP_APPFONT ( 201 , 57 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ComboBox ED_VAL4
+ {
+ HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL4";
+ Pos = MAP_APPFONT ( 201 , 73 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ScrollBar LB_SCROLL
+ {
+ Pos = MAP_APPFONT ( 265, 25 ) ;
+ Size = MAP_APPFONT ( 8 , 60 ) ;
+ TabStop = TRUE ;
+ VScroll = TRUE ;
+ };
+
+ FixedLine FL_CRITERIA
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 267 , 8 ) ;
+ Text [ en-US ] = "Filter criteria";
+ };
+ CheckBox BTN_CASE
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_CASE";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 130 ) ;
+ Size = MAP_APPFONT ( 128 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "Case ~sensitive" ;
+ };
+ CheckBox BTN_REGEXP
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_REGEXP";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 142 , 130 ) ;
+ Size = MAP_APPFONT ( 94 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "Regular ~expression" ;
+ };
+ CheckBox BTN_HEADER
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_HEADER";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 144 ) ;
+ Size = MAP_APPFONT ( 128 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "Range contains ~column labels" ;
+ };
+ CheckBox BTN_UNIQUE
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_UNIQUE";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 142 , 144 ) ;
+ Size = MAP_APPFONT ( 94 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~No duplication" ;
+ };
+ CheckBox BTN_COPY_RESULT
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_COPY_RESULT";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 158 ) ;
+ Size = MAP_APPFONT ( 128 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "Copy ~results to..." ;
+ };
+ CheckBox BTN_DEST_PERS
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_DEST_PERS";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 142 , 158 ) ;
+ Size = MAP_APPFONT ( 94 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Keep filter criteria" ;
+ };
+ ListBox LB_COPY_AREA
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COPY_AREA";
+ Border = TRUE ;
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 21 , 170 ) ;
+ Size = MAP_APPFONT ( 110 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ Edit ED_COPY_AREA
+ {
+ HelpID = "sc:Edit:RID_SCDLG_FILTER:ED_COPY_AREA";
+ Border = TRUE ;
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 136 , 170 ) ;
+ Size = MAP_APPFONT ( 110 , 12 ) ;
+ TabStop = TRUE ;
+ };
+ ImageButton RB_COPY_AREA
+ {
+ HelpID = "sc:ImageButton:RID_SCDLG_FILTER:RB_COPY_AREA";
+ Pos = MAP_APPFONT ( 248 , 169 ) ;
+ Size = MAP_APPFONT ( 13 , 15 ) ;
+ TabStop = FALSE ;
+ QuickHelpText [ en-US ] = "Shrink" ;
+ };
+ FixedLine FL_OPTIONS
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 118 ) ;
+ Size = MAP_APPFONT ( 267 , 8 ) ;
+ };
+ FixedText FT_DBAREA
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 66 , 188 ) ;
+ Size = MAP_APPFONT ( 167 , 8 ) ;
+ Left = TRUE ;
+ Text [ en-US ] = "dummy" ;
+ };
+ FixedText FT_DBAREA_LABEL
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 188 ) ;
+ Size = MAP_APPFONT ( 58 , 8 ) ;
+ Text [ en-US ] = "Data range:" ;
+ };
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 169 , 101 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 223 , 101 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 72 , 101 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ MoreButton BTN_MORE
+ {
+ HelpID = "sc:MoreButton:RID_SCDLG_FILTER:BTN_MORE";
+ Pos = MAP_APPFONT ( 6 , 101 ) ;
+ Size = MAP_APPFONT ( 60 , 14 ) ;
+ TabStop = TRUE ;
+ MapUnit = MAP_APPFONT ;
+ Delta = 81 ;
+ };
+ FixedLine FL_SEPARATOR
+ {
+ Pos = MAP_APPFONT ( 0 , 91 ) ;
+ Size = MAP_APPFONT ( 279 , 6 ) ;
+ };
+};
+ //============================================================================
+ModelessDialog RID_SCDLG_SPEC_FILTER
+{
+ OutputSize = TRUE ;
+ HelpId = CMD_SID_SPECIAL_FILTER ;
+ Hide = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 278 , 83 ) ;
+ Text [ en-US ] = "Advanced Filter" ;
+ Moveable = TRUE ;
+ Closeable = FALSE ;
+ FixedText FT_CRITERIA_AREA
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 210 , 8 ) ;
+ Text [ en-US ] = "Read ~filter criteria from" ;
+ };
+ ListBox LB_CRITERIA_AREA
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_SPEC_FILTER:LB_CRITERIA_AREA";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 14 ) ;
+ Size = MAP_APPFONT ( 90 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ Edit ED_CRITERIA_AREA
+ {
+ HelpID = "sc:Edit:RID_SCDLG_SPEC_FILTER:ED_CRITERIA_AREA";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 100 , 14 ) ;
+ Size = MAP_APPFONT ( 99 , 12 ) ;
+ TabStop = TRUE ;
+ };
+ ImageButton RB_CRITERIA_AREA
+ {
+ HelpID = "sc:ImageButton:RID_SCDLG_SPEC_FILTER:RB_CRITERIA_AREA";
+ Pos = MAP_APPFONT ( 201 , 13 ) ;
+ Size = MAP_APPFONT ( 13 , 15 ) ;
+ TabStop = FALSE ;
+ QuickHelpText [ en-US ] = "Shrink" ;
+ };
+ CheckBox BTN_CASE
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_CASE";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 43 ) ;
+ Size = MAP_APPFONT ( 128 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Case sensitive" ;
+ };
+ CheckBox BTN_REGEXP
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_REGEXP";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 142 , 43 ) ;
+ Size = MAP_APPFONT ( 74 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "Regular ~expressions" ;
+ };
+ CheckBox BTN_HEADER
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_HEADER";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 57 ) ;
+ Size = MAP_APPFONT ( 128 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "Range c~ontains column labels" ;
+ };
+ CheckBox BTN_UNIQUE
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 142 , 57 ) ;
+ Size = MAP_APPFONT ( 74 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~No duplication" ;
+ };
+ CheckBox BTN_COPY_RESULT
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_COPY_RESULT";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 71 ) ;
+ Size = MAP_APPFONT ( 128 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "Co~py results to" ;
+ };
+ CheckBox BTN_DEST_PERS
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_DEST_PERS";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 142 , 71 ) ;
+ Size = MAP_APPFONT ( 74 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Keep filter criteria" ;
+ };
+ ListBox LB_COPY_AREA
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_SPEC_FILTER:LB_COPY_AREA";
+ Border = TRUE ;
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 20 , 83 ) ;
+ Size = MAP_APPFONT ( 76 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ Edit ED_COPY_AREA
+ {
+ HelpID = "sc:Edit:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA";
+ Border = TRUE ;
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 100 , 83 ) ;
+ Size = MAP_APPFONT ( 99 , 12 ) ;
+ TabStop = TRUE ;
+ };
+ ImageButton RB_COPY_AREA
+ {
+ HelpID = "sc:ImageButton:RID_SCDLG_SPEC_FILTER:RB_COPY_AREA";
+ Pos = MAP_APPFONT ( 201 , 82 ) ;
+ Size = MAP_APPFONT ( 13 , 15 ) ;
+ TabStop = FALSE ;
+ QuickHelpText [ en-US ] = "Shrink" ;
+ };
+ FixedLine FL_OPTIONS
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 32 ) ;
+ Size = MAP_APPFONT ( 210 , 8 ) ;
+ Text [ en-US ] = "Options" ;
+ };
+ FixedText FT_DBAREA
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 58 , 101 ) ;
+ Size = MAP_APPFONT ( 155 , 8 ) ;
+ Left = TRUE ;
+ Text [ en-US ] = "dummy" ;
+ };
+ FixedText FT_DBAREA_LABEL
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 101 ) ;
+ Size = MAP_APPFONT ( 50 , 8 ) ;
+ Text [ en-US ] = "Data range:" ;
+ };
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 222 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 222 , 23 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 222 , 43 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ MoreButton BTN_MORE
+ {
+ HelpID = "sc:MoreButton:RID_SCDLG_SPEC_FILTER:BTN_MORE";
+ Pos = MAP_APPFONT ( 223 , 63 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ MapUnit = MAP_APPFONT ;
+ Delta = 32 ;
+ };
+};
+ //============================================================================
+ModalDialog RID_SCDLG_PIVOTFILTER
+{
+ OutputSize = TRUE ;
+ HelpId = HID_SC_PIVOTFILTER ;
+ Hide = TRUE ;
+ SVLook = TRUE ;
+ Size = MAP_APPFONT ( 298 , 83 ) ;
+ Text [ en-US ] = "Filter" ;
+ Moveable = TRUE ;
+ Closeable = FALSE ;
+ FixedText FT_OP
+ {
+ Pos = MAP_APPFONT ( 12 , 14 ) ;
+ Size = MAP_APPFONT ( 40 , 8 ) ;
+ Text [ en-US ] = "Operator" ;
+ };
+ FixedText FT_FIELD
+ {
+ Pos = MAP_APPFONT ( 58 , 14 ) ;
+ Size = MAP_APPFONT ( 60 , 8 ) ;
+ Text [ en-US ] = "Field name" ;
+ };
+ FixedText FT_COND
+ {
+ Pos = MAP_APPFONT ( 122 , 14 ) ;
+ Size = MAP_APPFONT ( 47 , 8 ) ;
+ Text [ en-US ] = "Condition" ;
+ };
+ FixedText FT_VAL
+ {
+ Pos = MAP_APPFONT ( 173 , 14 ) ;
+ Size = MAP_APPFONT ( 60 , 8 ) ;
+ Text [ en-US ] = "Value" ;
+ };
+ ListBox LB_OP1
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_OP1";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 41 ) ;
+ Size = MAP_APPFONT ( 40 , 46 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList [ en-US ] =
+ {
+ < "AND" ; Default ; > ;
+ < "OR" ; Default ; > ;
+ };
+ };
+ ListBox LB_OP2
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_OP2";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 57 ) ;
+ Size = MAP_APPFONT ( 40 , 46 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList [ en-US ] =
+ {
+ < "AND" ; Default ; > ;
+ < "OR" ; Default ; > ;
+ };
+ };
+ ListBox LB_FIELD1
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD1";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 58 , 25 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ListBox LB_FIELD2
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD2";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 58 , 41 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ListBox LB_FIELD3
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD3";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 58 , 57 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ListBox LB_COND1
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND1";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 122 , 25 ) ;
+ Size = MAP_APPFONT ( 47 , 65 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList [ en-US ] =
+ {
+ < "=" ; Default ; > ;
+ < "<" ; Default ; > ;
+ < ">" ; Default ; > ;
+ < "<=" ; Default ; > ;
+ < ">=" ; Default ; > ;
+ < "<>" ; Default ; > ;
+ };
+ };
+ ListBox LB_COND2
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND2";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 122 , 41 ) ;
+ Size = MAP_APPFONT ( 47 , 65 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList [ en-US ] =
+ {
+ < "=" ; Default ; > ;
+ < "<" ; Default ; > ;
+ < ">" ; Default ; > ;
+ < "<=" ; Default ; > ;
+ < ">=" ; Default ; > ;
+ < "<>" ; Default ; > ;
+ };
+ };
+ ListBox LB_COND3
+ {
+ HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND3";
+ Border = TRUE ;
+ Pos = MAP_APPFONT ( 122 , 57 ) ;
+ Size = MAP_APPFONT ( 47 , 65 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ StringList [ en-US ] =
+ {
+ < "=" ; Default ; > ;
+ < "<" ; Default ; > ;
+ < ">" ; Default ; > ;
+ < "<=" ; Default ; > ;
+ < ">=" ; Default ; > ;
+ < "<>" ; Default ; > ;
+ };
+ };
+ ComboBox ED_VAL1
+ {
+ HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL1";
+ Pos = MAP_APPFONT ( 173 , 25 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ComboBox ED_VAL2
+ {
+ HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL2";
+ Pos = MAP_APPFONT ( 173 , 41 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ ComboBox ED_VAL3
+ {
+ HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL3";
+ Pos = MAP_APPFONT ( 173 , 57 ) ;
+ Size = MAP_APPFONT ( 60 , 90 ) ;
+ TabStop = TRUE ;
+ DropDown = TRUE ;
+ };
+ FixedLine FL_CRITERIA
+ {
+ Pos = MAP_APPFONT ( 6 , 3 ) ;
+ Size = MAP_APPFONT ( 230 , 8 ) ;
+ Text [ en-US ] = "Filter criteria";
+ };
+ CheckBox BTN_CASE
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_CASE";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 86 ) ;
+ Size = MAP_APPFONT ( 221 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Case sensitive" ;
+ };
+ CheckBox BTN_REGEXP
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_REGEXP";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 100 ) ;
+ Size = MAP_APPFONT ( 221 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~Regular expression" ;
+ };
+ CheckBox BTN_UNIQUE
+ {
+ HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_UNIQUE";
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 12 , 114 ) ;
+ Size = MAP_APPFONT ( 221 , 10 ) ;
+ TabStop = TRUE ;
+ Text [ en-US ] = "~No duplication" ;
+ };
+ FixedLine FL_OPTIONS
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 75 ) ;
+ Size = MAP_APPFONT ( 230 , 8 ) ;
+ Text [ en-US ] = "Options" ;
+ };
+ FixedText FT_DBAREA
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 70 , 130 ) ;
+ Size = MAP_APPFONT ( 166 , 8 ) ;
+ Left = TRUE ;
+ Text [ en-US ] = "dummy" ;
+ };
+ FixedText FT_DBAREA_LABEL
+ {
+ Hide = TRUE ;
+ Pos = MAP_APPFONT ( 6 , 130 ) ;
+ Size = MAP_APPFONT ( 58 , 8 ) ;
+ Text [ en-US ] = "Data range:" ;
+ };
+ OKButton BTN_OK
+ {
+ Pos = MAP_APPFONT ( 242 , 6 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ DefButton = TRUE ;
+ };
+ CancelButton BTN_CANCEL
+ {
+ Pos = MAP_APPFONT ( 242 , 23 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 242 , 43 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ };
+ MoreButton BTN_MORE
+ {
+ HelpID = "sc:MoreButton:RID_SCDLG_PIVOTFILTER:BTN_MORE";
+ Pos = MAP_APPFONT ( 242 , 63 ) ;
+ Size = MAP_APPFONT ( 50 , 14 ) ;
+ TabStop = TRUE ;
+ MapUnit = MAP_APPFONT ;
+ Delta = 61 ;
+ };
+};
+
+String STR_COPY_AREA_TO
+{
+ Text [ en-US ] = "Copy results to" ;
+};
+String RID_FILTER_OPERATOR
+{
+ Text [ en-US ] = "Operator" ;
+};
+String RID_FILTER_FIELDNAME
+{
+ Text [ en-US ] = "Field Name" ;
+};
+String RID_FILTER_CONDITION
+{
+ Text [ en-US ] = "Condition" ;
+};
+String RID_FILTER_VALUE
+{
+ Text [ en-US ] = "Value" ;
+};