xref: /trunk/main/sc/source/ui/miscdlgs/highred.src (revision ffd38472365e95f6a578737bc9a5eb0fac624a86)
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 "highred.hrc"
23ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES
24{
25    OutputSize = TRUE ;
26    HelpId = CMD_FID_CHG_ACCEPT ;
27    Hide = TRUE ;
28    SVLook = TRUE ;
29    Size = MAP_APPFONT ( 318, 148 ) ;
30    Moveable = TRUE ;
31    Closeable = TRUE ;
32    // This dialog has a Cancel button!
33    CheckBox CB_HIGHLIGHT
34    {
35        HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT" ;
36        Pos = MAP_APPFONT ( 6, 6 ) ;
37        Size = MAP_APPFONT ( 150, 10 ) ;
38        TabStop = TRUE ;
39        Text [ en-US ] = "~Show changes in spreadsheet" ;
40    };
41    FixedLine FL_FILTER
42    {
43        Pos = MAP_APPFONT ( 6, 22 ) ;
44        Size = MAP_APPFONT ( 255, 8 ) ;
45        Text [ en-US ] = "Filter settings" ;
46    };
47    CheckBox CB_HIGHLIGHT_ACCEPT
48    {
49        HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT" ;
50        Pos = MAP_APPFONT ( 12, 118 ) ;
51        Size = MAP_APPFONT ( 246, 10 ) ;
52        TabStop = TRUE ;
53        Text [ en-US ] = "Show ~accepted changes" ;
54    };
55    CheckBox CB_HIGHLIGHT_REJECT
56    {
57        HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT" ;
58        Pos = MAP_APPFONT ( 12, 132 ) ;
59        Size = MAP_APPFONT ( 246, 10 ) ;
60        TabStop = TRUE ;
61        Text [ en-US ] = "Show ~rejected changes" ;
62    };
63    OKButton BTN_OK
64    {
65        Pos = MAP_APPFONT ( 267, 6 ) ;
66        Size = MAP_APPFONT ( 45, 14 ) ;
67        TabStop = TRUE ;
68        DefButton = TRUE ;
69    };
70    CancelButton BTN_CANCEL
71    {
72        Pos = MAP_APPFONT ( 267, 23 ) ;
73        Size = MAP_APPFONT ( 45, 14 ) ;
74        TabStop = TRUE ;
75    };
76    HelpButton BTN_HELP
77    {
78        Pos = MAP_APPFONT ( 267, 43 ) ;
79        Size = MAP_APPFONT ( 45, 14 ) ;
80        TabStop = TRUE ;
81    };
82    Edit ED_ASSIGN
83    {
84        HelpID = "sc:Edit:RID_SCDLG_HIGHLIGHT_CHANGES:ED_ASSIGN" ;
85        Hide = TRUE ;
86        Border = TRUE ;
87        Pos = MAP_APPFONT ( 12, 119 ) ;
88        Size = MAP_APPFONT ( 128, 12 ) ;
89        TabStop = TRUE ;
90    };
91    ImageButton RB_ASSIGN
92    {
93        HelpID = "sc:ImageButton:RID_SCDLG_HIGHLIGHT_CHANGES:RB_ASSIGN" ;
94        Hide = TRUE ;
95        Pos = MAP_APPFONT ( 142, 118 ) ;
96        Size = MAP_APPFONT ( 13, 15 ) ;
97        TabStop = TRUE ;
98        QuickHelpText [ en-US ] = "Minimize/Maximize" ;
99    };
100    Text [ en-US ] = "Show Changes" ;
101};
102
103// ********************************************************************** EOF
104