bump product version to 4.1.6.2
[LibreOffice.git] / sc / source / ui / src / condformatmgr.src
blob9009d213e4baad8c6ea2480fb6b1a5513c367b09
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  */
10 #include "sc.hrc"
11 #include "condformatmgr.hrc"
13 ModalDialog RID_SCDLG_COND_FORMAT_MANAGER
15     OutputSize = TRUE;
16     Hide = TRUE;
17     Size = MAP_APPFONT ( 300, 275 );
18     Text [ en-US ] = "Manage Conditional Formatting";
19     Moveable = TRUE;
20     Closeable = TRUE;
21     OkButton BTN_OK
22     {
23         Pos = MAP_APPFONT ( 190, 255 );
24         Size = MAP_APPFONT ( 50, 14 );
25         TabStop = TRUE;
26     };
27     CancelButton BTN_CANCEL
28     {
29         Pos = MAP_APPFONT ( 245, 255 );
30         Size = MAP_APPFONT ( 50, 14 );
31         TabStop = TRUE;
32     };
33     PushButton BTN_ADD
34     {
35         Pos = MAP_APPFONT( 5, 230 );
36         Size = MAP_APPFONT( 40, 14 );
37         Text [ en-US ] = "Add";
38         TabStop = TRUE;
39     };
40     PushButton BTN_REMOVE
41     {
42         Pos = MAP_APPFONT( 95, 230 );
43         Size = MAP_APPFONT( 40, 14 );
44         Text [ en-US ] = "Remove";
45         TabStop = TRUE;
46     };
47     Control CTRL_TABLE
48     {
49         Pos = MAP_APPFONT( 5, 5 );
50         Size = MAP_APPFONT( 290, 220 );
51         Border = TRUE;
52     };
53     PushButton BTN_EDIT
54     {
55         Pos = MAP_APPFONT( 50, 230 );
56         Size = MAP_APPFONT( 40, 14 );
57         Text [ en-US ] = "Edit...";
58     };
59     FixedLine FL_LINE
60     {
61         Pos = MAP_APPFONT( 0, 250 );
62         Size = MAP_APPFONT( 300, 2 );
63     };
66 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */