Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / src / simpref.src
bloba760959da4e5424bea67a816bc52695d6673e4c0
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 "simpref.hrc"
22 ModelessDialog RID_SCDLG_SIMPLEREF
24     OutputSize = TRUE ;
25     Hide = TRUE ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 222 , 60 ) ;
28     Text = "Bereich festlegen" ;
29     Moveable = TRUE ;
30     FixedText FT_ASSIGN
31     {
32         Pos = MAP_APPFONT ( 6 , 6 ) ;
33         Size = MAP_APPFONT ( 40 , 12 ) ;
34         Text [ en-US ] = "Area" ;
35     };
36     Edit ED_ASSIGN
37     {
38         HelpID = "sc:Edit:RID_SCDLG_SIMPLEREF:ED_ASSIGN";
39         Border = TRUE ;
40         Pos = MAP_APPFONT ( 48 , 6 ) ;
41         Size = MAP_APPFONT ( 90 , 12 ) ;
42         TabStop = TRUE ;
43          //     Text = "<Tabellenbereich>" ;
44     };
45     ImageButton RB_ASSIGN
46     {
47         HelpID = "sc:ImageButton:RID_SCDLG_SIMPLEREF:RB_ASSIGN";
48         Pos = MAP_APPFONT ( 142 , 5 ) ;
49         Size = MAP_APPFONT ( 13 , 15 ) ;
50         TabStop = FALSE ;
51         QuickHelpText [ en-US ] = "Shrink" ;
52     };
53     OKButton BTN_OK
54     {
55         Pos = MAP_APPFONT ( 166 , 6 ) ;
56         Size = MAP_APPFONT ( 50 , 14 ) ;
57         TabStop = TRUE ;
58     };
59     CancelButton BTN_CANCEL
60     {
61         Pos = MAP_APPFONT ( 166 , 23 ) ;
62         Size = MAP_APPFONT ( 50 , 14 ) ;
63         TabStop = TRUE ;
64     };
65     HelpButton BTN_HELP
66     {
67         Pos = MAP_APPFONT ( 166 , 43 ) ;
68         Size = MAP_APPFONT ( 50 , 14 ) ;
69         TabStop = TRUE ;
70     };
73 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */