This is an automated email from the ASF dual-hosted git repository. mseidel pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/AOO42X by this push: new aa0d575 Cleaned up resoure files aa0d575 is described below commit aa0d575fe0cc9b95179b30637ffa4ecb1da55c52 Author: mseidel <msei...@apache.org> AuthorDate: Thu May 27 00:30:28 2021 +0200 Cleaned up resoure files (cherry picked from commit df5459e864cd89f95eb6d2f622d112de33ae4a1e) --- main/sc/source/ui/src/optdlg.src | 733 ++++++++++++++++++------------------- main/sc/source/ui/src/scerrors.src | 98 +++-- main/sc/source/ui/src/subtdlg.src | 200 ++++------ 3 files changed, 480 insertions(+), 551 deletions(-) diff --git a/main/sc/source/ui/src/optdlg.src b/main/sc/source/ui/src/optdlg.src index 5d1dc61..5c1e368 100644 --- a/main/sc/source/ui/src/optdlg.src +++ b/main/sc/source/ui/src/optdlg.src @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,25 +7,24 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ + #include "optdlg.hrc" /**************************************************************************/ /* */ -/* */ -/* */ /**************************************************************************/ TabPage RID_SCPAGE_CALC @@ -33,34 +32,34 @@ TabPage RID_SCPAGE_CALC HelpId = HID_SCPAGE_CALC ; SVLook = TRUE ; Hide = TRUE ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; CheckBox BTN_ITERATE { - HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_ITERATE"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_ITERATE" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "~Iterations" ; }; FixedText FT_STEPS { - Pos = MAP_APPFONT ( 20 , 28 ) ; - Size = MAP_APPFONT ( 58 , 8 ) ; + Pos = MAP_APPFONT ( 20, 28 ) ; + Size = MAP_APPFONT ( 58, 8 ) ; Text [ en-US ] = "~Steps" ; }; FixedText FT_EPS { - Pos = MAP_APPFONT ( 20 , 42 ) ; - Size = MAP_APPFONT ( 58 , 16 ) ; + Pos = MAP_APPFONT ( 20, 42 ) ; + Size = MAP_APPFONT ( 58, 16 ) ; Text [ en-US ] = "~Minimum Change" ; WordBreak = TRUE ; }; NumericField ED_STEPS { - HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_STEPS"; + HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_STEPS" ; Border = TRUE ; - Pos = MAP_APPFONT ( 82 , 26 ) ; - Size = MAP_APPFONT ( 42 , 12 ) ; + Pos = MAP_APPFONT ( 82, 26 ) ; + Size = MAP_APPFONT ( 42, 12 ) ; TabStop = TRUE ; Minimum = 1 ; Maximum = 1000 ; @@ -68,125 +67,121 @@ TabPage RID_SCPAGE_CALC }; Edit ED_EPS { - HelpID = "sc:Edit:RID_SCPAGE_CALC:ED_EPS"; + HelpID = "sc:Edit:RID_SCPAGE_CALC:ED_EPS" ; Border = TRUE ; - Pos = MAP_APPFONT ( 82 , 42 ) ; - Size = MAP_APPFONT ( 42 , 12 ) ; + Pos = MAP_APPFONT ( 82, 42 ) ; + Size = MAP_APPFONT ( 42, 12 ) ; }; - FixedLine GB_ZREFS + FixedLine GB_ZREFS { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; Text [ en-US ] = "Iterative references" ; }; RadioButton BTN_DATESTD { - HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATESTD"; - Pos = MAP_APPFONT ( 139 , 14 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATESTD" ; + Pos = MAP_APPFONT ( 139, 14 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "12/30/1899 (defa~ult)" ; QuickHelpText [ en-US ] = "Value 0 corresponds to 12/30/1899" ; }; RadioButton BTN_DATESC10 { - HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATESC10"; - Pos = MAP_APPFONT ( 139 , 28 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; - /* ### ACHTUNG: Neuer Text in Resource? 01.01.1900 ( Star~Calc 1.0 ) : StarCa~lc 1.0 */ + HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATESC10" ; + Pos = MAP_APPFONT ( 139, 28 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "01/01/1900 (Star~Calc 1.0)" ; QuickHelpText [ en-US ] = "Value 0 corresponds to 01/01/1900" ; }; RadioButton BTN_DATE1904 { - HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATE1904"; - Pos = MAP_APPFONT ( 139 , 42 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~01.01.1904 : ~1904 */ + HelpID = "sc:RadioButton:RID_SCPAGE_CALC:BTN_DATE1904" ; + Pos = MAP_APPFONT ( 139, 42 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "~01/01/1904" ; QuickHelpText [ en-US ] = "0 corresponds to 01/01/1904" ; }; - FixedLine FL_SEPARATOR + FixedLine FL_SEPARATOR { - Pos = MAP_APPFONT ( 130 , 14 ) ; - Size = MAP_APPFONT ( 1 , 44 ) ; - }; - FixedLine GB_DATE + Pos = MAP_APPFONT ( 130, 14 ) ; + Size = MAP_APPFONT ( 1, 44 ) ; + }; + FixedLine GB_DATE { - Pos = MAP_APPFONT ( 133 , 3 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; + Pos = MAP_APPFONT ( 133, 3 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; Text [ en-US ] = "Date" ; }; - FixedLine FL_H_SEPARATOR + FixedLine FL_H_SEPARATOR { - Pos = MAP_APPFONT ( 6 , 64 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; - }; + Pos = MAP_APPFONT ( 6, 64 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; + }; CheckBox BTN_CASE { - HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_CASE"; - Pos = MAP_APPFONT ( 12 , 77 ) ; - Size = MAP_APPFONT ( 130 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_CASE" ; + Pos = MAP_APPFONT ( 12, 77 ) ; + Size = MAP_APPFONT ( 130, 10 ) ; Text [ en-US ] = "Case se~nsitive" ; }; CheckBox BTN_CALC { - HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_CALC"; - Pos = MAP_APPFONT ( 12 , 91 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_CALC" ; + Pos = MAP_APPFONT ( 12, 91 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "~Precision as shown" ; }; CheckBox BTN_MATCH { - HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_MATCH"; - Pos = MAP_APPFONT ( 12 , 105 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_MATCH" ; + Pos = MAP_APPFONT ( 12, 105 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "Search criteria = and <> must apply to ~whole cells" ; }; - CheckBox BTN_REGEX + CheckBox BTN_REGEX { - HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_REGEX"; - Pos = MAP_APPFONT ( 12 , 119 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; - Text [ en-US ] = "~Enable regular expressions in formulas" ; + HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_REGEX" ; + Pos = MAP_APPFONT ( 12, 119 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; + Text [ en-US ] = "~Enable regular expressions in formulas" ; }; CheckBox BTN_LOOKUP { - HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_LOOKUP"; - Pos = MAP_APPFONT ( 12 , 133 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_LOOKUP" ; + Pos = MAP_APPFONT ( 12, 133 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "~Automatically find column and row labels " ; }; - CheckBox BTN_GENERAL_PREC - { - HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_GENERAL_PREC"; - Pos = MAP_APPFONT ( 12 , 147 ) ; - Size = MAP_APPFONT ( 148 , 26 ) ; - Text [ en-US ] = "Limit decimals for general number format" ; - WordBreak = TRUE ; - }; - FixedText FT_PREC - { - Pos = MAP_APPFONT ( 138 , 148 ) ; - Size = MAP_APPFONT ( 84 , 8 ) ; - Text [ en-US ] = "~Decimal places" ; - Right = TRUE ; - }; - NumericField ED_PREC - { - HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_PREC"; - Border = TRUE ; - Pos = MAP_APPFONT ( 226 , 146 ) ; - Size = MAP_APPFONT ( 25 , 12 ) ; - Maximum = 20 ; - Spin = TRUE ; - Repeat = TRUE ; - }; + CheckBox BTN_GENERAL_PREC + { + HelpID = "sc:CheckBox:RID_SCPAGE_CALC:BTN_GENERAL_PREC" ; + Pos = MAP_APPFONT ( 12, 147 ) ; + Size = MAP_APPFONT ( 148, 26 ) ; + Text [ en-US ] = "Limit decimals for general number format" ; + WordBreak = TRUE ; + }; + FixedText FT_PREC + { + Pos = MAP_APPFONT ( 138, 148 ) ; + Size = MAP_APPFONT ( 84, 8 ) ; + Text [ en-US ] = "~Decimal places" ; + Right = TRUE ; + }; + NumericField ED_PREC + { + HelpID = "sc:NumericField:RID_SCPAGE_CALC:ED_PREC" ; + Border = TRUE ; + Pos = MAP_APPFONT ( 226, 146 ) ; + Size = MAP_APPFONT ( 25, 12 ) ; + Maximum = 20 ; + Spin = TRUE ; + Repeat = TRUE ; + }; }; /**************************************************************************/ /* */ -/* */ -/* */ /**************************************************************************/ TabPage RID_SCPAGE_USERLISTS @@ -194,80 +189,76 @@ TabPage RID_SCPAGE_USERLISTS HelpId = HID_SCPAGE_USERLISTS ; SVLook = TRUE ; Hide = TRUE ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; FixedText FT_LISTS { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 93 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 93, 8 ) ; Text [ en-US ] = "~Lists" ; }; ListBox LB_LISTS { - HelpID = "sc:ListBox:RID_SCPAGE_USERLISTS:LB_LISTS"; + HelpID = "sc:ListBox:RID_SCPAGE_USERLISTS:LB_LISTS" ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 15 ) ; - Size = MAP_APPFONT ( 93 , 148 ) ; + Pos = MAP_APPFONT ( 6, 15 ) ; + Size = MAP_APPFONT ( 93, 148 ) ; }; FixedText FT_ENTRIES { - Pos = MAP_APPFONT ( 105 , 3 ) ; - Size = MAP_APPFONT ( 93 , 8 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Ein~tr�ge : Ein~tr�ge */ + Pos = MAP_APPFONT ( 105, 3 ) ; + Size = MAP_APPFONT ( 93, 8 ) ; Text [ en-US ] = "~Entries" ; }; MultiLineEdit ED_ENTRIES { - HelpID = "sc:MultiLineEdit:RID_SCPAGE_USERLISTS:ED_ENTRIES"; + HelpID = "sc:MultiLineEdit:RID_SCPAGE_USERLISTS:ED_ENTRIES" ; Border = TRUE ; - Pos = MAP_APPFONT ( 105 , 15 ) ; - Size = MAP_APPFONT ( 93 , 148 ) ; + Pos = MAP_APPFONT ( 105, 15 ) ; + Size = MAP_APPFONT ( 93, 148 ) ; VScroll = TRUE ; IgnoreTab = TRUE ; }; Edit ED_COPYFROM { - HelpID = "sc:Edit:RID_SCPAGE_USERLISTS:ED_COPYFROM"; + HelpID = "sc:Edit:RID_SCPAGE_USERLISTS:ED_COPYFROM" ; Border = TRUE ; - Pos = MAP_APPFONT ( 70 , 167 ) ; - Size = MAP_APPFONT ( 128 , 12 ) ; + Pos = MAP_APPFONT ( 70, 167 ) ; + Size = MAP_APPFONT ( 128, 12 ) ; }; FixedText FT_COPYFROM { - Pos = MAP_APPFONT ( 6 , 168 ) ; - Size = MAP_APPFONT ( 62 , 8 ) ; - /* ### ACHTUNG: Neuer Text in Resource? Liste kopieren ~aus : Liste kopieren aus */ + Pos = MAP_APPFONT ( 6, 168 ) ; + Size = MAP_APPFONT ( 62, 8 ) ; Text [ en-US ] = "Copy list ~from" ; }; PushButton BTN_NEW { - HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_NEW"; - Pos = MAP_APPFONT ( 204 , 15 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_NEW" ; + Pos = MAP_APPFONT ( 204, 15 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~New" ; }; PushButton BTN_ADD { - HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_ADD"; - Pos = MAP_APPFONT ( 204 , 36 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~Hinzuf�gen : ~Hinzuf�gen */ + HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_ADD" ; + Pos = MAP_APPFONT ( 204, 36 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Add" ; Disable = TRUE ; }; PushButton BTN_REMOVE { - HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_REMOVE"; - Pos = MAP_APPFONT ( 204 , 54 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */ + HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_REMOVE" ; + Pos = MAP_APPFONT ( 204, 54 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Delete" ; }; PushButton BTN_COPY { - HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_COPY"; - Pos = MAP_APPFONT ( 204 , 166 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; + HelpID = "sc:PushButton:RID_SCPAGE_USERLISTS:BTN_COPY" ; + Pos = MAP_APPFONT ( 204, 166 ) ; + Size = MAP_APPFONT ( 50, 14 ) ; Text [ en-US ] = "~Copy" ; }; String STR_DISMISS @@ -276,7 +267,6 @@ TabPage RID_SCPAGE_USERLISTS }; String STR_QUERYREMOVE { - /* ### ACHTUNG: Neuer Text in Resource? Soll der Eintrag\n#\ngel�scht werden? : Soll der Eintrag\n#\ngel�scht werden? */ Text [ en-US ] = "Should the entry\n#\nbe deleted?" ; }; String STR_COPYLIST @@ -295,8 +285,6 @@ TabPage RID_SCPAGE_USERLISTS /**************************************************************************/ /* */ -/* */ -/* */ /**************************************************************************/ TabPage RID_SCPAGE_CONTENT @@ -304,254 +292,251 @@ TabPage RID_SCPAGE_CONTENT HelpId = HID_SCPAGE_CONTENT ; SVLook = TRUE ; Hide = TRUE ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; - FixedLine GB_LINES + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; + FixedLine GB_LINES { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; - Text [ en-US ] = "Visual aids"; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; + Text [ en-US ] = "Visual aids" ; }; CheckBox CB_GRID { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_GRID"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_GRID" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "~Grid lines" ; }; FixedText FT_COLOR { - Pos = MAP_APPFONT ( 21 , 28 ) ; - Size = MAP_APPFONT ( 31 , 8 ) ; + Pos = MAP_APPFONT ( 21, 28 ) ; + Size = MAP_APPFONT ( 31, 8 ) ; Text [ en-US ] = "~Color" ; }; ListBox LB_COLOR { - HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_COLOR"; + HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_COLOR" ; Border = TRUE ; - Pos = MAP_APPFONT ( 54 , 26 ) ; - Size = MAP_APPFONT ( 70 , 86 ) ; + Pos = MAP_APPFONT ( 54, 26 ) ; + Size = MAP_APPFONT ( 70, 86 ) ; DropDown = TRUE ; DDExtraWidth = TRUE ; }; CheckBox CB_PAGEBREAKS { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_PAGEBREAKS"; - Pos = MAP_APPFONT ( 12 , 42 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_PAGEBREAKS" ; + Pos = MAP_APPFONT ( 12, 42 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "~Page breaks" ; }; CheckBox CB_GUIDELINE { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_GUIDELINE"; - Pos = MAP_APPFONT ( 12 , 56 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; - Text [ en-US ] = "Guides ~while moving"; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_GUIDELINE" ; + Pos = MAP_APPFONT ( 12, 56 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; + Text [ en-US ] = "Guides ~while moving" ; }; CheckBox CB_HANDLES { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HANDLES"; - Pos = MAP_APPFONT ( 12 , 70 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; - Text [ en-US ] = "~Simple handles"; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HANDLES" ; + Pos = MAP_APPFONT ( 12, 70 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; + Text [ en-US ] = "~Simple handles" ; }; CheckBox CB_BIGHANDLES { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_BIGHANDLES"; - Pos = MAP_APPFONT ( 12 , 84 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; - Text [ en-US ] = "~Large handles"; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_BIGHANDLES" ; + Pos = MAP_APPFONT ( 12, 84 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; + Text [ en-US ] = "~Large handles" ; }; - FixedLine FL_SEPARATOR1 + FixedLine FL_SEPARATOR1 { - Pos = MAP_APPFONT ( 130 , 14 ) ; - Size = MAP_APPFONT ( 1 , 88 ) ; - }; - FixedLine GB_DISPLAY + Pos = MAP_APPFONT ( 130, 14 ) ; + Size = MAP_APPFONT ( 1, 88 ) ; + }; + FixedLine GB_DISPLAY { - Pos = MAP_APPFONT ( 133 , 3 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; + Pos = MAP_APPFONT ( 133, 3 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; Text [ en-US ] = "Display" ; }; CheckBox CB_FORMULA { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_FORMULA"; - Pos = MAP_APPFONT ( 139 , 14 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_FORMULA" ; + Pos = MAP_APPFONT ( 139, 14 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "~Formulas" ; }; CheckBox CB_NIL { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_NIL"; - Pos = MAP_APPFONT ( 139 , 27 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_NIL" ; + Pos = MAP_APPFONT ( 139, 27 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "Zero val~ues" ; }; CheckBox CB_ANNOT { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANNOT"; - Pos = MAP_APPFONT ( 139 , 40 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANNOT" ; + Pos = MAP_APPFONT ( 139, 40 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "~Comment indicator" ; }; CheckBox CB_VALUE { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VALUE"; - Pos = MAP_APPFONT ( 139 , 53 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VALUE" ; + Pos = MAP_APPFONT ( 139, 53 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "Value h~ighlighting" ; }; CheckBox CB_ANCHOR { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANCHOR"; - Pos = MAP_APPFONT ( 139 , 66 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ANCHOR" ; + Pos = MAP_APPFONT ( 139, 66 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "~Anchor" ; }; CheckBox CB_CLIP { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_CLIP"; - Pos = MAP_APPFONT ( 139 , 79 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_CLIP" ; + Pos = MAP_APPFONT ( 139, 79 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "Te~xt overflow" ; }; - CheckBox CB_RFIND + CheckBox CB_RFIND { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_RFIND"; - Pos = MAP_APPFONT ( 139 , 92 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_RFIND" ; + Pos = MAP_APPFONT ( 139, 92 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "Show references in color" ; }; - FixedLine GB_OBJECT + FixedLine GB_OBJECT { - Pos = MAP_APPFONT ( 6 , 100 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; + Pos = MAP_APPFONT ( 6, 100 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; Text [ en-US ] = "Objects" ; }; FixedText FT_OBJGRF { - Pos = MAP_APPFONT ( 12 , 113 ) ; - Size = MAP_APPFONT ( 68 , 8 ) ; + Pos = MAP_APPFONT ( 12, 113 ) ; + Size = MAP_APPFONT ( 68, 8 ) ; Text [ en-US ] = "Ob~jects/Graphics" ; }; ListBox LB_OBJGRF { - HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_OBJGRF"; - Pos = MAP_APPFONT ( 84 , 111 ) ; - Size = MAP_APPFONT ( 40 , 46 ) ; - Border = TRUE ; - DropDown = TRUE ; - StringList [ en-US ] = - { - < "Show" ; Default ; > ; - < "Hide" ; Default ; > ; - }; + HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_OBJGRF" ; + Pos = MAP_APPFONT ( 84, 111 ) ; + Size = MAP_APPFONT ( 40, 46 ) ; + Border = TRUE ; + DropDown = TRUE ; + StringList [ en-US ] = + { + < "Show" ; Default ; > ; + < "Hide" ; Default ; > ; + }; }; FixedText FT_DIAGRAM { - Pos = MAP_APPFONT ( 12 , 129 ) ; - Size = MAP_APPFONT ( 68 , 8 ) ; + Pos = MAP_APPFONT ( 12, 129 ) ; + Size = MAP_APPFONT ( 68, 8 ) ; Text [ en-US ] = "Cha~rts" ; }; ListBox LB_DIAGRAM { - HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_DIAGRAM"; - Pos = MAP_APPFONT ( 84 , 127 ) ; - Size = MAP_APPFONT ( 40 , 46 ) ; - Border = TRUE ; - DropDown = TRUE ; - StringList [ en-US ] = - { - < "Show" ; Default ; > ; - < "Hide" ; Default ; > ; - }; + Pos = MAP_APPFONT ( 84, 127 ) ; + Size = MAP_APPFONT ( 40, 46 ) ; + Border = TRUE ; + DropDown = TRUE ; + StringList [ en-US ] = + { + < "Show" ; Default ; > ; + < "Hide" ; Default ; > ; + }; }; FixedText FT_DRAW { - Pos = MAP_APPFONT ( 12 , 145 ) ; - Size = MAP_APPFONT ( 68 , 8 ) ; + Pos = MAP_APPFONT ( 12, 145 ) ; + Size = MAP_APPFONT ( 68, 8 ) ; Text [ en-US ] = "~Drawing objects" ; }; ListBox LB_DRAW { - HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_DRAW"; - Pos = MAP_APPFONT ( 84 , 143 ) ; - Size = MAP_APPFONT ( 40 , 46 ) ; - Border = TRUE ; - DropDown = TRUE ; - StringList [ en-US ] = - { - < "Show" ; Default ; > ; - < "Hide" ; Default ; > ; - }; + HelpID = "sc:ListBox:RID_SCPAGE_CONTENT:LB_DRAW" ; + Pos = MAP_APPFONT ( 84, 143 ) ; + Size = MAP_APPFONT ( 40, 46 ) ; + Border = TRUE ; + DropDown = TRUE ; + StringList [ en-US ] = + { + < "Show" ; Default ; > ; + < "Hide" ; Default ; > ; + }; }; - FixedLine GB_ZOOM - { - Pos = MAP_APPFONT ( 6 , 160 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; - Text [ en-US ] = "Zoom"; - }; - CheckBox CB_SYNCZOOM - { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_SYNCZOOM"; - Pos = MAP_APPFONT ( 12 , 171 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; - Text [ en-US ] = "S~ynchronize sheets" ; - }; - FixedLine FL_SEPARATOR2 - { - Pos = MAP_APPFONT ( 130 , 119 ) ; - Size = MAP_APPFONT ( 1 , 62 ) ; - }; - FixedLine GB_WINDOW - { - Pos = MAP_APPFONT ( 133 , 108 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; + FixedLine GB_ZOOM + { + Pos = MAP_APPFONT ( 6, 160 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; + Text [ en-US ] = "Zoom" ; + }; + CheckBox CB_SYNCZOOM + { + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_SYNCZOOM" ; + Pos = MAP_APPFONT ( 12, 171 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; + Text [ en-US ] = "S~ynchronize sheets" ; + }; + FixedLine FL_SEPARATOR2 + { + Pos = MAP_APPFONT ( 130, 119 ) ; + Size = MAP_APPFONT ( 1, 62 ) ; + }; + FixedLine GB_WINDOW + { + Pos = MAP_APPFONT ( 133, 108 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; Text [ en-US ] = "Window" ; }; CheckBox CB_ROWCOLHEADER { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ROWCOLHEADER"; - Pos = MAP_APPFONT ( 139 , 119 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_ROWCOLHEADER" ; + Pos = MAP_APPFONT ( 139, 119 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "Colu~mn/row headers" ; }; CheckBox CB_HSCROLL { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HSCROLL"; - Pos = MAP_APPFONT ( 139 , 132 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_HSCROLL" ; + Pos = MAP_APPFONT ( 139, 132 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "Hori~zontal scroll bar" ; }; CheckBox CB_VSCROLL { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VSCROLL"; - Pos = MAP_APPFONT ( 139 , 145 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_VSCROLL" ; + Pos = MAP_APPFONT ( 139, 145 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "~Vertical scroll bar" ; }; CheckBox CB_TBLREG { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_TBLREG"; - Pos = MAP_APPFONT ( 139 , 158 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_TBLREG" ; + Pos = MAP_APPFONT ( 139, 158 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "Sh~eet tabs" ; }; CheckBox CB_OUTLINE { - HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_OUTLINE"; - Pos = MAP_APPFONT ( 139 , 171 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_CONTENT:CB_OUTLINE" ; + Pos = MAP_APPFONT ( 139, 171 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; Text [ en-US ] = "~Outline symbols" ; }; }; /**************************************************************************/ /* */ -/* */ -/* */ /**************************************************************************/ @@ -560,55 +545,55 @@ TabPage RID_SCPAGE_LAYOUT HelpId = HID_SCPAGE_LAYOUT ; SVLook = TRUE ; Hide = TRUE ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; - FixedLine GB_UNIT + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; + FixedLine GB_UNIT { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 115 , 8 ) ; - Text [ en-US ] = "Metrics"; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 115, 8 ) ; + Text [ en-US ] = "Metrics" ; }; - FixedText FT_UNIT + FixedText FT_UNIT { - Pos = MAP_APPFONT ( 12 , 16 ) ; - Size = MAP_APPFONT ( 60 , 8 ) ; - Text [ en-US ] = "Measurement ~unit"; + Pos = MAP_APPFONT ( 12, 16 ) ; + Size = MAP_APPFONT ( 60, 8 ) ; + Text [ en-US ] = "Measurement ~unit" ; }; - ListBox LB_UNIT + ListBox LB_UNIT { - HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_UNIT"; + HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_UNIT" ; Border = TRUE ; - Pos = MAP_APPFONT ( 72 , 14 ) ; - Size = MAP_APPFONT ( 46 , 52 ) ; + Pos = MAP_APPFONT ( 72, 14 ) ; + Size = MAP_APPFONT ( 46, 52 ) ; DropDown = TRUE ; }; StringArray ST_UNIT { ItemList [ en-US ] = { - < "Millimeter" ; FUNIT_MM ; > ; - < "Centimeter" ; FUNIT_CM ; > ; - < "Meter" ; FUNIT_M ; > ; - < "Kilometer" ; FUNIT_KM ; > ; - < "Inch" ; FUNIT_INCH ; > ; - < "Foot" ; FUNIT_FOOT ; > ; - < "Miles" ; FUNIT_MILE ; > ; - < "Pica" ; FUNIT_PICA ; > ; - < "Point" ; FUNIT_POINT ; > ; + < "Millimeter" ; FUNIT_MM ; > ; + < "Centimeter" ; FUNIT_CM ; > ; + < "Meter" ; FUNIT_M ; > ; + < "Kilometer" ; FUNIT_KM ; > ; + < "Inch" ; FUNIT_INCH ; > ; + < "Foot" ; FUNIT_FOOT ; > ; + < "Miles" ; FUNIT_MILE ; > ; + < "Pica" ; FUNIT_PICA ; > ; + < "Point" ; FUNIT_POINT ; > ; }; }; - FixedText FT_TAB + FixedText FT_TAB { - Pos = MAP_APPFONT ( 12 , 32 ) ; - Size = MAP_APPFONT ( 60 , 8 ) ; - Text [ en-US ] = "~Tab stops"; + Pos = MAP_APPFONT ( 12, 32 ) ; + Size = MAP_APPFONT ( 60, 8 ) ; + Text [ en-US ] = "~Tab stops" ; }; - MetricField MF_TAB + MetricField MF_TAB { - HelpID = "sc:MetricField:RID_SCPAGE_LAYOUT:MF_TAB"; + HelpID = "sc:MetricField:RID_SCPAGE_LAYOUT:MF_TAB" ; Border = TRUE ; - Pos = MAP_APPFONT ( 72 , 30 ) ; - Size = MAP_APPFONT ( 46 , 12 ) ; + Pos = MAP_APPFONT ( 72, 30 ) ; + Size = MAP_APPFONT ( 46, 12 ) ; Left = TRUE ; Repeat = TRUE ; Spin = TRUE ; @@ -620,124 +605,122 @@ TabPage RID_SCPAGE_LAYOUT First = 50 ; Last = 2000 ; }; - FixedLine FL_SEPARATOR + FixedLine FL_SEPARATOR { - Pos = MAP_APPFONT ( 124 , 14 ) ; - Size = MAP_APPFONT ( 1 , 49 ) ; - }; - FixedLine GB_LINK + Pos = MAP_APPFONT ( 124, 14 ) ; + Size = MAP_APPFONT ( 1, 49 ) ; + }; + FixedLine GB_LINK { - Pos = MAP_APPFONT ( 127 , 3 ) ; - Size = MAP_APPFONT ( 127 , 8 ) ; - Text [ en-US ] = "Updating"; + Pos = MAP_APPFONT ( 127, 3 ) ; + Size = MAP_APPFONT ( 127, 8 ) ; + Text [ en-US ] = "Updating" ; }; - FixedText FT_UPDATE_LINKS + FixedText FT_UPDATE_LINKS { - Pos = MAP_APPFONT ( 133 , 14 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; - Text [ en-US ] = "Update links when opening"; + Pos = MAP_APPFONT ( 133, 14 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; + Text [ en-US ] = "Update links when opening" ; }; - RadioButton RB_ALWAYS + RadioButton RB_ALWAYS { - HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_ALWAYS"; - Pos = MAP_APPFONT ( 139 , 25 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_ALWAYS" ; + Pos = MAP_APPFONT ( 139, 25 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; TabStop = TRUE ; - Text [ en-US ] = "~Always"; + Text [ en-US ] = "~Always" ; }; RadioButton RB_REQUEST { - HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_REQUEST"; - Pos = MAP_APPFONT ( 139 , 39 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_REQUEST" ; + Pos = MAP_APPFONT ( 139, 39 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; TabStop = TRUE ; - Text [ en-US ] = "~On request"; + Text [ en-US ] = "~On request" ; }; RadioButton RB_NEVER { - HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_NEVER"; - Pos = MAP_APPFONT ( 139 , 53 ) ; - Size = MAP_APPFONT ( 112 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_LAYOUT:RB_NEVER" ; + Pos = MAP_APPFONT ( 139, 53 ) ; + Size = MAP_APPFONT ( 112, 10 ) ; TabStop = TRUE ; - Text [ en-US ] = "~Never"; + Text [ en-US ] = "~Never" ; }; - FixedLine GB_OPTIONS + FixedLine GB_OPTIONS { - Pos = MAP_APPFONT ( 6 , 69 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; - Text [ en-US ] = "Input settings"; + Pos = MAP_APPFONT ( 6, 69 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; + Text [ en-US ] = "Input settings" ; }; CheckBox CB_ALIGN { - HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_ALIGN"; - Pos = MAP_APPFONT ( 12 , 82 ) ; - Size = MAP_APPFONT ( 175 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_ALIGN" ; + Pos = MAP_APPFONT ( 12, 82 ) ; + Size = MAP_APPFONT ( 175, 10 ) ; Text [ en-US ] = "Press Enter to ~move selection" ; }; ListBox LB_ALIGN { - HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_ALIGN"; - Pos = MAP_APPFONT ( 191 , 80 ) ; - Size = MAP_APPFONT ( 60 , 60 ) ; + HelpID = "sc:ListBox:RID_SCPAGE_LAYOUT:LB_ALIGN" ; + Pos = MAP_APPFONT ( 191, 80 ) ; + Size = MAP_APPFONT ( 60, 60 ) ; Border = TRUE ; DropDown = TRUE ; // Reihenfolge der Strings wie enum ScDirection StringList [ en-US ] = { - < "Down" ; Default ; > ; - < "Right" ; Default ; > ; - < "Up" ; Default ; > ; - < "Left" ; Default ; > ; + < "Down" ; Default ; > ; + < "Right" ; Default ; > ; + < "Up" ; Default ; > ; + < "Left" ; Default ; > ; }; }; CheckBox CB_EDITMODE { - HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EDITMODE"; - Pos = MAP_APPFONT ( 12 , 96 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EDITMODE" ; + Pos = MAP_APPFONT ( 12, 96 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "Press Enter to switch to ~edit mode" ; }; CheckBox CB_FORMAT { - HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_FORMAT"; - Pos = MAP_APPFONT ( 12 , 110 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_FORMAT" ; + Pos = MAP_APPFONT ( 12, 110 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "Expand ~formatting" ; }; - CheckBox CB_EXPREF + CheckBox CB_EXPREF { - HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EXPREF"; - Pos = MAP_APPFONT ( 12 , 124 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_EXPREF" ; + Pos = MAP_APPFONT ( 12, 124 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "Expand ~references when new columns/rows are inserted" ; }; CheckBox CB_MARKHDR { - HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_MARKHDR"; - Pos = MAP_APPFONT ( 12 , 138 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_MARKHDR" ; + Pos = MAP_APPFONT ( 12, 138 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "Highlight sele~ction in column/row headers" ; }; CheckBox CB_TEXTFMT { - HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_TEXTFMT"; - Pos = MAP_APPFONT ( 12 , 152 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; - Text [ en-US ] = "Use printer metrics for text formatting"; + HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_TEXTFMT" ; + Pos = MAP_APPFONT ( 12, 152 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; + Text [ en-US ] = "Use printer metrics for text formatting" ; }; - CheckBox CB_REPLWARN + CheckBox CB_REPLWARN { - HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_REPLWARN"; - Pos = MAP_APPFONT ( 12 , 166 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; - Text [ en-US ] = "Show overwrite ~warning when pasting data"; + HelpID = "sc:CheckBox:RID_SCPAGE_LAYOUT:CB_REPLWARN" ; + Pos = MAP_APPFONT ( 12, 166 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; + Text [ en-US ] = "Show overwrite ~warning when pasting data" ; }; }; /**************************************************************************/ /* */ -/* */ -/* */ /**************************************************************************/ TabPage RID_SCPAGE_PRINT @@ -745,32 +728,34 @@ TabPage RID_SCPAGE_PRINT HelpId = HID_SCPAGE_PRINT ; SVLook = TRUE ; Hide = TRUE ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; - FixedLine FL_PAGES + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; + FixedLine FL_PAGES { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; - Text [ en-US ] = "Pages"; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; + Text [ en-US ] = "Pages" ; }; CheckBox BTN_SKIPEMPTYPAGES { - HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SKIPEMPTYPAGES"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; - Text [ en-US ] = "~Suppress output of empty pages"; + HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SKIPEMPTYPAGES" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; + Text [ en-US ] = "~Suppress output of empty pages" ; }; - FixedLine FL_SHEETS + FixedLine FL_SHEETS { - Pos = MAP_APPFONT ( 6 , 30 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; - Text [ en-US ] = "Sheets"; + Pos = MAP_APPFONT ( 6, 30 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; + Text [ en-US ] = "Sheets" ; }; CheckBox BTN_SELECTEDSHEETS { - HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SELECTEDSHEETS"; - Pos = MAP_APPFONT ( 12 , 41 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; - Text [ en-US ] = "~Print only selected sheets"; + HelpID = "sc:CheckBox:RID_SCPAGE_PRINT:BTN_SELECTEDSHEETS" ; + Pos = MAP_APPFONT ( 12, 41 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; + Text [ en-US ] = "~Print only selected sheets" ; }; }; + +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/scerrors.src b/main/sc/source/ui/src/scerrors.src index 505e922..b71e3d2 100644 --- a/main/sc/source/ui/src/scerrors.src +++ b/main/sc/source/ui/src/scerrors.src @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,164 +7,162 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ + #define __RSC #include "scerrors.hxx" #include "sc.hrc" Resource RID_ERRHDLSC { - //------------------------------------------------------------ - // ERRORS ----------------------------------------------------- - //------------------------------------------------------------ - String SCERR_IMPORT_CONNECT & ERRCODE_RES_MASK + // ERRORS ----------------------------------------------------- + String SCERR_IMPORT_CONNECT & ERRCODE_RES_MASK { Text [ en-US ] = "Impossible to connect to the file." ; }; - String SCERR_IMPORT_OPEN & ERRCODE_RES_MASK + String SCERR_IMPORT_OPEN & ERRCODE_RES_MASK { Text [ en-US ] = "File could not be opened." ; }; - String SCERR_IMPORT_UNKNOWN & ERRCODE_RES_MASK + String SCERR_IMPORT_UNKNOWN & ERRCODE_RES_MASK { Text [ en-US ] = "An unknown error has occurred." ; }; - String SCERR_IMPORT_OUTOFMEM & ERRCODE_RES_MASK + String SCERR_IMPORT_OUTOFMEM & ERRCODE_RES_MASK { Text [ en-US ] = "Not enough memory while importing." ; }; - String SCERR_IMPORT_UNKNOWN_WK & ERRCODE_RES_MASK + String SCERR_IMPORT_UNKNOWN_WK & ERRCODE_RES_MASK { Text [ en-US ] = "Unknown Lotus1-2-3 file format." ; }; - String SCERR_IMPORT_FORMAT & ERRCODE_RES_MASK + String SCERR_IMPORT_FORMAT & ERRCODE_RES_MASK { Text [ en-US ] = "Error in file structure while importing." ; }; - String SCERR_IMPORT_NI & ERRCODE_RES_MASK + String SCERR_IMPORT_NI & ERRCODE_RES_MASK { Text [ en-US ] = "There is no filter available for this file type." ; }; - String SCERR_IMPORT_UNKNOWN_BIFF & ERRCODE_RES_MASK + String SCERR_IMPORT_UNKNOWN_BIFF & ERRCODE_RES_MASK { Text [ en-US ] = "Unknown or unsupported Excel file format." ; }; - String SCERR_IMPORT_NI_BIFF & ERRCODE_RES_MASK + String SCERR_IMPORT_NI_BIFF & ERRCODE_RES_MASK { Text [ en-US ] = "Excel file format not yet implemented." ; }; - String SCERR_IMPORT_FILEPASSWD & ERRCODE_RES_MASK + String SCERR_IMPORT_FILEPASSWD & ERRCODE_RES_MASK { Text [ en-US ] = "This file is password-protected." ; }; - String SCERR_IMPORT_INTERNAL & ERRCODE_RES_MASK + String SCERR_IMPORT_INTERNAL & ERRCODE_RES_MASK { Text [ en-US ] = "Internal import error." ; }; - String SCERR_IMPORT_8K_LIMIT & ERRCODE_RES_MASK + String SCERR_IMPORT_8K_LIMIT & ERRCODE_RES_MASK { Text [ en-US ] = "The file contains data after row 8192 and therefore can not be read." ; }; - String SCERR_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK + String SCERR_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK { - Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."; + Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)." ; }; - String SCERR_IMPORT_FORMAT_ROWCOL & ERRCODE_RES_MASK + String SCERR_IMPORT_FORMAT_ROWCOL & ERRCODE_RES_MASK { Text [ en-US ] = "File format error found at $(ARG1)(row,col)." ; }; - // Export ---------------------------------------------------- - String SCERR_EXPORT_CONNECT & ERRCODE_RES_MASK + // Export ---------------------------------------------------- + String SCERR_EXPORT_CONNECT & ERRCODE_RES_MASK { Text [ en-US ] = "Connection to the file could not be established." ; }; - String SCERR_EXPORT_DATA & ERRCODE_RES_MASK + String SCERR_EXPORT_DATA & ERRCODE_RES_MASK { Text [ en-US ] = "Data could not be written." ; }; - String SCERR_EXPORT_SQLEXCEPTION & ERRCODE_RES_MASK + String SCERR_EXPORT_SQLEXCEPTION & ERRCODE_RES_MASK { Text [ en-US ] = "$(ARG1)" ; }; - String SCERR_EXPORT_ENCODING & ERRCODE_RES_MASK + String SCERR_EXPORT_ENCODING & ERRCODE_RES_MASK { Text [ en-US ] = "Cell $(ARG1) contains characters that are not representable in the selected target character set \"$(ARG2)\"." ; }; - String SCERR_EXPORT_FIELDWIDTH & ERRCODE_RES_MASK + String SCERR_EXPORT_FIELDWIDTH & ERRCODE_RES_MASK { Text [ en-US ] = "Cell $(ARG1) contains a string that is longer in the selected target character set \"$(ARG2)\" than the given field width." ; }; - //------------------------------------------------------------ - // WARNINGS --------------------------------------------------- - //------------------------------------------------------------ - String SCWARN_EXPORT_ASCII & ERRCODE_RES_MASK + // WARNINGS --------------------------------------------------- + String SCWARN_EXPORT_ASCII & ERRCODE_RES_MASK { Text [ en-US ] = "Only the active sheet was saved." ; }; - String SCWARN_IMPORT_RANGE_OVERFLOW & ERRCODE_RES_MASK + String SCWARN_IMPORT_RANGE_OVERFLOW & ERRCODE_RES_MASK { Text [ en-US ] = "The maximum number of rows has been exceeded. Excess rows were not imported!" ; }; - String SCWARN_IMPORT_ROW_OVERFLOW & ERRCODE_RES_MASK + String SCWARN_IMPORT_ROW_OVERFLOW & ERRCODE_RES_MASK { Text [ en-US ] = "The data could not be loaded completely because the maximum number of rows per sheet was exceeded." ; }; - String SCWARN_IMPORT_COLUMN_OVERFLOW & ERRCODE_RES_MASK + String SCWARN_IMPORT_COLUMN_OVERFLOW & ERRCODE_RES_MASK { Text [ en-US ] = "The data could not be loaded completely because the maximum number of columns per sheet was exceeded." ; }; - String SCWARN_IMPORT_SHEET_OVERFLOW & ERRCODE_RES_MASK + String SCWARN_IMPORT_SHEET_OVERFLOW & ERRCODE_RES_MASK { Text [ en-US ] = "Some sheets could not be loaded because the maximum number of sheets was exceeded." ; }; - String SCWARN_IMPORT_OPEN_FM3 & ERRCODE_RES_MASK + String SCWARN_IMPORT_OPEN_FM3 & ERRCODE_RES_MASK { Text [ en-US ] = "Corresponding FM3-File could not be opened." ; }; - String SCWARN_IMPORT_WRONG_FM3 & ERRCODE_RES_MASK + String SCWARN_IMPORT_WRONG_FM3 & ERRCODE_RES_MASK { Text [ en-US ] = "Error in file structure of corresponding FM3-File." ; }; - String SCWARN_CORE_HARD_RECALC & ERRCODE_RES_MASK + String SCWARN_CORE_HARD_RECALC & ERRCODE_RES_MASK { Text [ en-US ] = "Document too complex for automatic calculation. Press F9 to recalculate." ; }; - String SCWARN_EXPORT_MAXROW & ERRCODE_RES_MASK + String SCWARN_EXPORT_MAXROW & ERRCODE_RES_MASK { Text [ en-US ] = "The document contains more rows than supported in the selected format.\nAdditional rows were not saved." ; }; - String SCWARN_IMPORT_INFOLOST & ERRCODE_RES_MASK + String SCWARN_IMPORT_INFOLOST & ERRCODE_RES_MASK { Text [ en-US ] = "The document contains information not recognized by this program version.\nResaving the document will delete this information!" ; }; - String SCWARN_EXPORT_DATALOST & ERRCODE_RES_MASK + String SCWARN_EXPORT_DATALOST & ERRCODE_RES_MASK { Text [ en-US ] = "Not all cell contents could be saved in the specified format." ; }; - String SCWARN_EXPORT_NONCONVERTIBLE_CHARS & ERRCODE_RES_MASK + String SCWARN_EXPORT_NONCONVERTIBLE_CHARS & ERRCODE_RES_MASK + { + Text [ en-US ] = "The following characters could not be converted to the selected character set\nand were written as Ӓ surrogates:\n\n$(ARG1)" ; + }; + String SCWARN_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK { - Text [ en-US ] = "The following characters could not be converted to the selected character set\nand were written as Ӓ surrogates:\n\n$(ARG1)"; + Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)." ; }; - String SCWARN_IMPORT_FILE_ROWCOL & ERRCODE_RES_MASK + String SCWARN_IMPORT_FEATURES_LOST & ERRCODE_RES_MASK { - Text [ en-US ] = "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(row,col)."; + Text [ en-US] = "Not all attributes could be read." ; }; - String SCWARN_IMPORT_FEATURES_LOST & ERRCODE_RES_MASK - { - Text [ en-US] = "Not all attributes could be read." ; - }; }; +// ********************************************************************** EOF diff --git a/main/sc/source/ui/src/subtdlg.src b/main/sc/source/ui/src/subtdlg.src index 18c5306..d8b0ad5 100644 --- a/main/sc/source/ui/src/subtdlg.src +++ b/main/sc/source/ui/src/subtdlg.src @@ -1,5 +1,5 @@ /************************************************************** - * + * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information @@ -7,16 +7,16 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. - * + * *************************************************************/ @@ -26,86 +26,84 @@ TabPage RID_SCPAGE_SUBT_OPTIONS { HelpId = HID_SCPAGE_SUBT_OPTIONS ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; Hide = TRUE ; - FixedLine FL_GROUP - { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; - Text [ en-US ] = "Groups"; + FixedLine FL_GROUP + { + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; + Text [ en-US ] = "Groups" ; }; - CheckBox BTN_PAGEBREAK + CheckBox BTN_PAGEBREAK { - HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK"; - Pos = MAP_APPFONT ( 12 , 14 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK" ; + Pos = MAP_APPFONT ( 12, 14 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "~Page break between groups" ; TabStop = TRUE ; }; CheckBox BTN_CASE { - HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE"; - Pos = MAP_APPFONT ( 12 , 28 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~Gro�-/Kleinschreibung beachten : ~Gro�-/Kleinschreibung beachten */ + HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE" ; + Pos = MAP_APPFONT ( 12, 28 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "~Case sensitive" ; TabStop = TRUE ; }; CheckBox BTN_SORT { - HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_SORT"; - Pos = MAP_APPFONT ( 12 , 42 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_SORT" ; + Pos = MAP_APPFONT ( 12, 42 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "Pre-~sort area according to groups" ; TabStop = TRUE ; }; CheckBox BTN_FORMATS { - HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS"; - Pos = MAP_APPFONT ( 12 , 101 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~Formate einschlie�en : ~Formate einschlie�en */ + HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS" ; + Pos = MAP_APPFONT ( 12, 101 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "I~nclude formats" ; TabStop = TRUE ; }; CheckBox BTN_USERDEF { - HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_USERDEF"; - Pos = MAP_APPFONT ( 12 , 115 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:CheckBox:RID_SCPAGE_SUBT_OPTIONS:BTN_USERDEF" ; + Pos = MAP_APPFONT ( 12, 115 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "C~ustom sort order" ; TabStop = TRUE ; }; ListBox LB_USERDEF { - HelpID = "sc:ListBox:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF"; + HelpID = "sc:ListBox:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF" ; Border = TRUE ; - Pos = MAP_APPFONT ( 20 , 127 ) ; - Size = MAP_APPFONT ( 231 , 90 ) ; + Pos = MAP_APPFONT ( 20, 127 ) ; + Size = MAP_APPFONT ( 231, 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; RadioButton BTN_ASCENDING { - HelpID = "sc:RadioButton:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING"; - Pos = MAP_APPFONT ( 12 , 69 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING" ; + Pos = MAP_APPFONT ( 12, 69 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "~Ascending" ; TabStop = TRUE ; }; RadioButton BTN_DESCENDING { - HelpID = "sc:RadioButton:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING"; - Pos = MAP_APPFONT ( 12 , 83 ) ; - Size = MAP_APPFONT ( 239 , 10 ) ; + HelpID = "sc:RadioButton:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING" ; + Pos = MAP_APPFONT ( 12, 83 ) ; + Size = MAP_APPFONT ( 239, 10 ) ; Text [ en-US ] = "D~escending" ; TabStop = TRUE ; }; - FixedLine FL_SORT + FixedLine FL_SORT { - Pos = MAP_APPFONT ( 6 , 58 ) ; - Size = MAP_APPFONT ( 248 , 8 ) ; + Pos = MAP_APPFONT ( 6, 58 ) ; + Size = MAP_APPFONT ( 248, 8 ) ; Text [ en-US ] = "Sort" ; }; }; @@ -113,73 +111,72 @@ TabPage RID_SCPAGE_SUBT_OPTIONS TabPage RID_SUBTBASE { - // Die Elemente haben hart vergebene Hilfe-IDs, weil automatisch generierte - // aus den Ableitungen nicht in der HID-Liste auftauchen wuerden + // Die Elemente haben hart vergebene Hilfe-IDs, weil automatisch generierte + // aus den Ableitungen nicht in der HID-Liste auftauchen wuerden HelpId = HID_SCPAGE_SUBT_GROUP ; - Pos = MAP_APPFONT ( 0 , 0 ) ; - Size = MAP_APPFONT ( 260 , 185 ) ; + Pos = MAP_APPFONT ( 0, 0 ) ; + Size = MAP_APPFONT ( 260, 185 ) ; Hide = TRUE ; FixedText FT_GROUP { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; + Pos = MAP_APPFONT ( 6, 3 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; Text [ en-US ] = "~Group by" ; }; ListBox LB_GROUP { HelpId = HID_SC_SUBT_GROUP ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 14 ) ; - Size = MAP_APPFONT ( 121 , 90 ) ; + Pos = MAP_APPFONT ( 6, 14 ) ; + Size = MAP_APPFONT ( 121, 90 ) ; TabStop = TRUE ; DropDown = TRUE ; }; FixedText FT_COLUMNS { - Pos = MAP_APPFONT ( 6 , 32 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~Teilergebnisse berechnen f�r : ~Teilergebnisse berechnen f�r */ + Pos = MAP_APPFONT ( 6, 32 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; Text [ en-US ] = "~Calculate subtotals for" ; }; Control WND_COLUMNS { HelpId = HID_SC_SUBT_COLS ; Border = TRUE ; - Pos = MAP_APPFONT ( 6 , 43 ) ; - Size = MAP_APPFONT ( 121 , 136 ) ; + Pos = MAP_APPFONT ( 6, 43 ) ; + Size = MAP_APPFONT ( 121, 136 ) ; TabStop = TRUE ; }; FixedText FT_FUNCTIONS { - Pos = MAP_APPFONT ( 133 , 32 ) ; - Size = MAP_APPFONT ( 121 , 8 ) ; + Pos = MAP_APPFONT ( 133, 32 ) ; + Size = MAP_APPFONT ( 121, 8 ) ; Text [ en-US ] = "Use ~function" ; }; ListBox LB_FUNCTIONS { HelpId = HID_SC_SUBT_FUNC ; Border = TRUE ; - Pos = MAP_APPFONT ( 133 , 43 ) ; - Size = MAP_APPFONT ( 121 , 136 ) ; + Pos = MAP_APPFONT ( 133, 43 ) ; + Size = MAP_APPFONT ( 121, 136 ) ; TabStop = TRUE ; StringList [ en-US ] = { - < "Sum" ; Default ; > ; - < "Count" ; Default ; > ; - < "Average" ; Default ; > ; - < "Max" ; Default ; > ; - < "Min" ; Default ; > ; - < "Product" ; Default ; > ; - < "Count (numbers only)" ; Default ; > ; - < "StDev (Sample)" ; Default ; > ; - < "StDevP (Population)" ; Default ; > ; - < "Var (Sample)" ; Default ; > ; - < "VarP (Population)" ; Default ; > ; + < "Sum" ; Default ; > ; + < "Count" ; Default ; > ; + < "Average" ; Default ; > ; + < "Max" ; Default ; > ; + < "Min" ; Default ; > ; + < "Product" ; Default ; > ; + < "Count (numbers only)" ; Default ; > ; + < "StDev (Sample)" ; Default ; > ; + < "StDevP (Population)" ; Default ; > ; + < "Var (Sample)" ; Default ; > ; + < "VarP (Population)" ; Default ; > ; }; }; }; - // "Control" braucht immer eigene HelpId - ansonsten aus RID_SUBTBASE kopiert +// "Control" braucht immer eigene HelpId - ansonsten aus RID_SUBTBASE kopiert TabPage RID_SCPAGE_SUBT_GROUP1 < RID_SUBTBASE { @@ -198,7 +195,7 @@ TabDialog RID_SCDLG_SUBTOTALS { OutputSize = TRUE ; SVLook = TRUE ; - Size = MAP_APPFONT ( 294 , 176 ) ; + Size = MAP_APPFONT ( 294, 176 ) ; Text [ en-US ] = "Subtotals" ; Moveable = TRUE ; Closeable = FALSE ; @@ -206,8 +203,8 @@ TabDialog RID_SCDLG_SUBTOTALS { OutputSize = TRUE ; SVLook = TRUE ; - Pos = MAP_APPFONT ( 3 , 3 ) ; - Size = MAP_APPFONT ( 240 , 150 ) ; + Pos = MAP_APPFONT ( 3, 3 ) ; + Size = MAP_APPFONT ( 240, 150 ) ; PageList = { PageItem @@ -234,62 +231,11 @@ TabDialog RID_SCDLG_SUBTOTALS }; PushButton BTN_REMOVE { - Pos = MAP_APPFONT ( 143 , 160 ) ; - Size = MAP_APPFONT ( 40 , 12 ) ; - /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : ~L�schen */ + Pos = MAP_APPFONT ( 143, 160 ) ; + Size = MAP_APPFONT ( 40, 12 ) ; Text [ en-US ] = "~Delete" ; TabStop = TRUE ; }; }; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +// ********************************************************************** EOF