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 23 24#include "highred.hrc" 25ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES 26{ 27 OutputSize = TRUE ; 28 HelpId = CMD_FID_CHG_ACCEPT ; 29 Hide = TRUE ; 30 SVLook = TRUE ; 31 Size = MAP_APPFONT ( 318 , 148 ) ; 32 Moveable = TRUE ; 33 Closeable = TRUE ; 34 // Dieser Dialog hat einen Cancel-Button ! 35 CheckBox CB_HIGHLIGHT 36 { 37 HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT"; 38 Pos = MAP_APPFONT ( 6 , 6 ) ; 39 Size = MAP_APPFONT ( 150 , 10 ) ; 40 TabStop = TRUE ; 41 Text [ en-US ] = "~Show changes in spreadsheet" ; 42 }; 43 FixedLine FL_FILTER 44 { 45 Pos = MAP_APPFONT ( 6 , 22 ) ; 46 Size = MAP_APPFONT ( 255 , 8 ) ; 47 Text [ en-US ] = "Filter settings"; 48 }; 49 CheckBox CB_HIGHLIGHT_ACCEPT 50 { 51 HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT"; 52 Pos = MAP_APPFONT ( 12 , 118 ) ; 53 Size = MAP_APPFONT ( 246 , 10 ) ; 54 TabStop = TRUE ; 55 Text [ en-US ] = "Show ~accepted changes" ; 56 }; 57 CheckBox CB_HIGHLIGHT_REJECT 58 { 59 HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT"; 60 Pos = MAP_APPFONT ( 12 , 132 ) ; 61 Size = MAP_APPFONT ( 246 , 10 ) ; 62 TabStop = TRUE ; 63 Text [ en-US ] = "Show ~rejected changes" ; 64 }; 65 OKButton BTN_OK 66 { 67 Pos = MAP_APPFONT ( 267 , 6 ) ; 68 Size = MAP_APPFONT ( 45 , 14 ) ; 69 TabStop = TRUE ; 70 DefButton = TRUE ; 71 }; 72 CancelButton BTN_CANCEL 73 { 74 Pos = MAP_APPFONT ( 267 , 23 ) ; 75 Size = MAP_APPFONT ( 45 , 14 ) ; 76 TabStop = TRUE ; 77 }; 78 HelpButton BTN_HELP 79 { 80 Pos = MAP_APPFONT ( 267 , 43 ) ; 81 Size = MAP_APPFONT ( 45 , 14 ) ; 82 TabStop = TRUE ; 83 }; 84 Edit ED_ASSIGN 85 { 86 HelpID = "sc:Edit:RID_SCDLG_HIGHLIGHT_CHANGES:ED_ASSIGN"; 87 Hide = TRUE ; 88 Border = TRUE ; 89 Pos = MAP_APPFONT ( 12 , 119 ) ; 90 Size = MAP_APPFONT ( 128 , 12 ) ; 91 TabStop = TRUE ; 92 }; 93 ImageButton RB_ASSIGN 94 { 95 HelpID = "sc:ImageButton:RID_SCDLG_HIGHLIGHT_CHANGES:RB_ASSIGN"; 96 Hide = TRUE ; 97 Pos = MAP_APPFONT ( 142 , 118 ) ; 98 Size = MAP_APPFONT ( 13 , 15 ) ; 99 TabStop = TRUE; 100 QuickHelpText [ en-US ] = "Minimize/Maximize" ; 101 }; 102 Text [ en-US ] = "Show Changes" ; 103}; 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135