1*82177cdbSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*82177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*82177cdbSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*82177cdbSAndrew Rist * distributed with this work for additional information 6*82177cdbSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*82177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*82177cdbSAndrew Rist * "License"); you may not use this file except in compliance 9*82177cdbSAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*82177cdbSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*82177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*82177cdbSAndrew Rist * software distributed under the License is distributed on an 15*82177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*82177cdbSAndrew Rist * KIND, either express or implied. See the License for the 17*82177cdbSAndrew Rist * specific language governing permissions and limitations 18*82177cdbSAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*82177cdbSAndrew Rist *************************************************************/ 21*82177cdbSAndrew Rist 22*82177cdbSAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#include "acredlin.hrc" 25cdf0e10cSrcweirModelessDialog RID_SCDLG_CHANGES 26cdf0e10cSrcweir{ 27cdf0e10cSrcweir OutputSize = TRUE ; 28cdf0e10cSrcweir HelpId = CMD_FID_CHG_ACCEPT ; 29cdf0e10cSrcweir Hide = TRUE ; 30cdf0e10cSrcweir SVLook = TRUE ; 31cdf0e10cSrcweir Size = MAP_APPFONT ( 282 , 142 ) ; 32cdf0e10cSrcweir Moveable = TRUE ; 33cdf0e10cSrcweir Sizeable = TRUE ; 34cdf0e10cSrcweir Closeable = TRUE ; 35cdf0e10cSrcweir // Dieser Dialog hat einen Cancel-Button ! 36cdf0e10cSrcweir Control CTR_REDLINING 37cdf0e10cSrcweir { 38cdf0e10cSrcweir HelpId = HID_SC_REDLIN_CTR ; 39cdf0e10cSrcweir Pos = MAP_APPFONT ( 2 , 2 ) ; 40cdf0e10cSrcweir Size = MAP_APPFONT ( 270 , 105 ) ; 41cdf0e10cSrcweir }; 42cdf0e10cSrcweir CancelButton BTN_CANCEL 43cdf0e10cSrcweir { 44cdf0e10cSrcweir Pos = MAP_APPFONT ( 271 , 105 ) ; 45cdf0e10cSrcweir Size = MAP_APPFONT ( 1 , 1 ) ; 46cdf0e10cSrcweir TabStop = FALSE ; 47cdf0e10cSrcweir }; 48cdf0e10cSrcweir FixedText FT_ASSIGN 49cdf0e10cSrcweir { 50cdf0e10cSrcweir Hide = TRUE ; 51cdf0e10cSrcweir Border = TRUE ; 52cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 105 ) ; 53cdf0e10cSrcweir Size = MAP_APPFONT ( 128 , 12 ) ; 54cdf0e10cSrcweir TabStop = TRUE ; 55cdf0e10cSrcweir Text [ en-US ] = "Range" ; 56cdf0e10cSrcweir }; 57cdf0e10cSrcweir Edit ED_ASSIGN 58cdf0e10cSrcweir { 59cdf0e10cSrcweir HelpID = "sc:Edit:RID_SCDLG_CHANGES:ED_ASSIGN"; 60cdf0e10cSrcweir Hide = TRUE ; 61cdf0e10cSrcweir Border = TRUE ; 62cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 119 ) ; 63cdf0e10cSrcweir Size = MAP_APPFONT ( 128 , 12 ) ; 64cdf0e10cSrcweir TabStop = TRUE ; 65cdf0e10cSrcweir }; 66cdf0e10cSrcweir ImageButton RB_ASSIGN 67cdf0e10cSrcweir { 68cdf0e10cSrcweir HelpID = "sc:ImageButton:RID_SCDLG_CHANGES:RB_ASSIGN"; 69cdf0e10cSrcweir Hide = TRUE ; 70cdf0e10cSrcweir Pos = MAP_APPFONT ( 142 , 118 ) ; 71cdf0e10cSrcweir Size = MAP_APPFONT ( 13 , 15 ) ; 72cdf0e10cSrcweir TabStop = FALSE ; 73cdf0e10cSrcweir QuickHelpText [ en-US ] = "Minimize/Maximize" ; 74cdf0e10cSrcweir }; 75cdf0e10cSrcweir String STR_INSERT_COLS 76cdf0e10cSrcweir { 77cdf0e10cSrcweir Text [ en-US ] = "Column inserted" ; 78cdf0e10cSrcweir }; 79cdf0e10cSrcweir String STR_INSERT_ROWS 80cdf0e10cSrcweir { 81cdf0e10cSrcweir Text [ en-US ] = "Row inserted " ; 82cdf0e10cSrcweir }; 83cdf0e10cSrcweir String STR_INSERT_TABS 84cdf0e10cSrcweir { 85cdf0e10cSrcweir Text [ en-US ] = "Sheet inserted " ; 86cdf0e10cSrcweir }; 87cdf0e10cSrcweir String STR_DELETE_COLS 88cdf0e10cSrcweir { 89cdf0e10cSrcweir Text [ en-US ] = "Column deleted" ; 90cdf0e10cSrcweir }; 91cdf0e10cSrcweir String STR_DELETE_ROWS 92cdf0e10cSrcweir { 93cdf0e10cSrcweir Text [ en-US ] = "Row deleted" ; 94cdf0e10cSrcweir }; 95cdf0e10cSrcweir String STR_DELETE_TABS 96cdf0e10cSrcweir { 97cdf0e10cSrcweir Text [ en-US ] = "Sheet deleted" ; 98cdf0e10cSrcweir }; 99cdf0e10cSrcweir String STR_MOVE 100cdf0e10cSrcweir { 101cdf0e10cSrcweir Text [ en-US ] = "Range moved" ; 102cdf0e10cSrcweir }; 103cdf0e10cSrcweir String STR_CONTENT 104cdf0e10cSrcweir { 105cdf0e10cSrcweir Text [ en-US ] = "Changed contents" ; 106cdf0e10cSrcweir }; 107cdf0e10cSrcweir String STR_CONTENT_WITH_CHILD 108cdf0e10cSrcweir { 109cdf0e10cSrcweir Text [ en-US ] = "Changed contents" ; 110cdf0e10cSrcweir }; 111cdf0e10cSrcweir String STR_CHILD_CONTENT 112cdf0e10cSrcweir { 113cdf0e10cSrcweir Text [ en-US ] = "Changed to " ; 114cdf0e10cSrcweir }; 115cdf0e10cSrcweir String STR_CHILD_ORGCONTENT 116cdf0e10cSrcweir { 117cdf0e10cSrcweir Text [ en-US ] = "Original" ; 118cdf0e10cSrcweir }; 119cdf0e10cSrcweir String STR_REJECT 120cdf0e10cSrcweir { 121cdf0e10cSrcweir Text [ en-US ] = "Changes rejected" ; 122cdf0e10cSrcweir }; 123cdf0e10cSrcweir String STR_ACCEPTED 124cdf0e10cSrcweir { 125cdf0e10cSrcweir Text [ en-US ] = "Accepted" ; 126cdf0e10cSrcweir }; 127cdf0e10cSrcweir String STR_REJECTED 128cdf0e10cSrcweir { 129cdf0e10cSrcweir Text [ en-US ] = "Rejected" ; 130cdf0e10cSrcweir }; 131cdf0e10cSrcweir String STR_NO_ENTRY 132cdf0e10cSrcweir { 133cdf0e10cSrcweir Text [ en-US ] = "No Entry" ; 134cdf0e10cSrcweir }; 135cdf0e10cSrcweir String STR_EMPTY 136cdf0e10cSrcweir { 137cdf0e10cSrcweir Text [ en-US ] = "<empty>" ; 138cdf0e10cSrcweir }; 139cdf0e10cSrcweir Bitmap BMP_STR_CLOSE 140cdf0e10cSrcweir { 141cdf0e10cSrcweir File = "dir-clos.bmp" ; 142cdf0e10cSrcweir }; 143cdf0e10cSrcweir Bitmap BMP_STR_OPEN 144cdf0e10cSrcweir { 145cdf0e10cSrcweir File = "dir-open.bmp" ; 146cdf0e10cSrcweir }; 147cdf0e10cSrcweir Bitmap BMP_STR_END 148cdf0e10cSrcweir { 149cdf0e10cSrcweir File = "basobj2.bmp" ; 150cdf0e10cSrcweir }; 151cdf0e10cSrcweir Bitmap BMP_STR_ERROR 152cdf0e10cSrcweir { 153cdf0e10cSrcweir File = "basbrk.bmp" ; 154cdf0e10cSrcweir }; 155cdf0e10cSrcweir Text [ en-US ] = "Accept or Reject Changes" ; 156cdf0e10cSrcweir}; 157cdf0e10cSrcweirMenu RID_POPUP_CHANGES 158cdf0e10cSrcweir{ 159cdf0e10cSrcweir ItemList = 160cdf0e10cSrcweir { 161cdf0e10cSrcweir MenuItem 162cdf0e10cSrcweir { 163cdf0e10cSrcweir Identifier = SC_CHANGES_COMMENT ; 164cdf0e10cSrcweir HelpId = HID_SC_CHANGES_COMMENT ; 165cdf0e10cSrcweir Text [ en-US ] = "Edit Comment..." ; 166cdf0e10cSrcweir 167cdf0e10cSrcweir }; 168cdf0e10cSrcweir MenuItem 169cdf0e10cSrcweir { 170cdf0e10cSrcweir Identifier = SC_SUB_SORT ; 171cdf0e10cSrcweir SubMenu = Menu 172cdf0e10cSrcweir { 173cdf0e10cSrcweir ItemList = 174cdf0e10cSrcweir { 175cdf0e10cSrcweir MenuItem 176cdf0e10cSrcweir { 177cdf0e10cSrcweir Identifier = SC_SORT_ACTION ; 178cdf0e10cSrcweir HelpID = HID_SC_SORT_ACTION ; 179cdf0e10cSrcweir RadioCheck = TRUE ; 180cdf0e10cSrcweir Text [ en-US ] = "Action" ; 181cdf0e10cSrcweir }; 182cdf0e10cSrcweir MenuItem 183cdf0e10cSrcweir { 184cdf0e10cSrcweir Identifier = SC_SORT_POSITION ; 185cdf0e10cSrcweir HelpID = HID_SORT_POSITION ; 186cdf0e10cSrcweir RadioCheck = TRUE ; 187cdf0e10cSrcweir Text [ en-US ] = "Position" ; 188cdf0e10cSrcweir }; 189cdf0e10cSrcweir MenuItem 190cdf0e10cSrcweir { 191cdf0e10cSrcweir Identifier = SC_SORT_AUTHOR ; 192cdf0e10cSrcweir HelpID = HID_SC_SORT_AUTHOR ; 193cdf0e10cSrcweir RadioCheck = TRUE ; 194cdf0e10cSrcweir Text [ en-US ] = "Author" ; 195cdf0e10cSrcweir }; 196cdf0e10cSrcweir MenuItem 197cdf0e10cSrcweir { 198cdf0e10cSrcweir Identifier = SC_SORT_DATE ; 199cdf0e10cSrcweir HelpID = HID_SC_SORT_DATE ; 200cdf0e10cSrcweir RadioCheck = TRUE ; 201cdf0e10cSrcweir Text [ en-US ] = "Date" ; 202cdf0e10cSrcweir }; 203cdf0e10cSrcweir MenuItem 204cdf0e10cSrcweir { 205cdf0e10cSrcweir Identifier = SC_SORT_COMMENT ; 206cdf0e10cSrcweir HelpID = HID_SC_SORT_COMMENT ; 207cdf0e10cSrcweir RadioCheck = TRUE ; 208cdf0e10cSrcweir Text [ en-US ] = "Description" ; 209cdf0e10cSrcweir }; 210cdf0e10cSrcweir }; 211cdf0e10cSrcweir }; 212cdf0e10cSrcweir Text [ en-US ] = "Sorting" ; 213cdf0e10cSrcweir }; 214cdf0e10cSrcweir }; 215cdf0e10cSrcweir}; 216cdf0e10cSrcweir 217cdf0e10cSrcweir 218cdf0e10cSrcweir 219cdf0e10cSrcweir 220cdf0e10cSrcweir 221cdf0e10cSrcweir 222cdf0e10cSrcweir 223cdf0e10cSrcweir 224cdf0e10cSrcweir 225cdf0e10cSrcweir 226cdf0e10cSrcweir 227cdf0e10cSrcweir 228cdf0e10cSrcweir 229cdf0e10cSrcweir 230cdf0e10cSrcweir 231cdf0e10cSrcweir 232cdf0e10cSrcweir 233cdf0e10cSrcweir 234cdf0e10cSrcweir 235cdf0e10cSrcweir 236cdf0e10cSrcweir 237cdf0e10cSrcweir 238cdf0e10cSrcweir 239cdf0e10cSrcweir 240cdf0e10cSrcweir 241cdf0e10cSrcweir 242cdf0e10cSrcweir 243cdf0e10cSrcweir 244cdf0e10cSrcweir 245cdf0e10cSrcweir 246cdf0e10cSrcweir 247cdf0e10cSrcweir 248cdf0e10cSrcweir 249cdf0e10cSrcweir 250cdf0e10cSrcweir 251cdf0e10cSrcweir 252cdf0e10cSrcweir 253cdf0e10cSrcweir 254cdf0e10cSrcweir 255cdf0e10cSrcweir 256cdf0e10cSrcweir 257