Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / miscdlgs / highred.src
blob8ce950c795e5d4e43dbf3a8931cce3011e234f2f
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "highred.hrc"
21 ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES
23     OutputSize = TRUE ;
24     HelpId = CMD_FID_CHG_ACCEPT ;
25     Hide = TRUE ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 318 , 148 ) ;
28     Moveable = TRUE ;
29     Closeable = TRUE ;
30      // Dieser Dialog hat einen Cancel-Button !
31     CheckBox CB_HIGHLIGHT
32     {
33         HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT";
34         Pos = MAP_APPFONT ( 6 , 6 ) ;
35         Size = MAP_APPFONT ( 150 , 10 ) ;
36         TabStop = TRUE ;
37         Text [ en-US ] = "~Show changes in spreadsheet" ;
38     };
39     FixedLine FL_FILTER
40     {
41         Pos = MAP_APPFONT ( 6 , 22 ) ;
42         Size = MAP_APPFONT ( 255 , 8 ) ;
43         Text [ en-US ] = "Filter settings";
44     };
45     CheckBox CB_HIGHLIGHT_ACCEPT
46     {
47         HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_ACCEPT";
48         Pos = MAP_APPFONT ( 12 , 118 ) ;
49         Size = MAP_APPFONT ( 246 , 10 ) ;
50         TabStop = TRUE ;
51         Text [ en-US ] = "Show ~accepted changes" ;
52     };
53     CheckBox CB_HIGHLIGHT_REJECT
54     {
55         HelpID = "sc:CheckBox:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT_REJECT";
56         Pos = MAP_APPFONT ( 12 , 132 ) ;
57         Size = MAP_APPFONT ( 246 , 10 ) ;
58         TabStop = TRUE ;
59         Text [ en-US ] = "Show ~rejected changes" ;
60     };
61     OKButton BTN_OK
62     {
63         Pos = MAP_APPFONT ( 267 , 6 ) ;
64         Size = MAP_APPFONT ( 45 , 14 ) ;
65         TabStop = TRUE ;
66         DefButton = TRUE ;
67     };
68     CancelButton BTN_CANCEL
69     {
70         Pos = MAP_APPFONT ( 267 , 23 ) ;
71         Size = MAP_APPFONT ( 45 , 14 ) ;
72         TabStop = TRUE ;
73     };
74     HelpButton BTN_HELP
75     {
76         Pos = MAP_APPFONT ( 267 , 43 ) ;
77         Size = MAP_APPFONT ( 45 , 14 ) ;
78         TabStop = TRUE ;
79     };
80     Edit ED_ASSIGN
81     {
82         HelpID = "sc:Edit:RID_SCDLG_HIGHLIGHT_CHANGES:ED_ASSIGN";
83         Hide = TRUE ;
84         Border = TRUE ;
85         Pos = MAP_APPFONT ( 12 , 119 ) ;
86         Size = MAP_APPFONT ( 128 , 12 ) ;
87         TabStop = TRUE ;
88     };
89     ImageButton RB_ASSIGN
90     {
91         HelpID = "sc:ImageButton:RID_SCDLG_HIGHLIGHT_CHANGES:RB_ASSIGN";
92         Hide = TRUE ;
93         Pos = MAP_APPFONT ( 142 , 118 ) ;
94         Size = MAP_APPFONT ( 13 , 15 ) ;
95         TabStop = TRUE;
96         QuickHelpText [ en-US ] = "Minimize/Maximize" ;
97     };
98     Text [ en-US ] = "Show Changes" ;
101 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */