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