xref: /aoo41x/main/cui/source/dialogs/about.src (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "about.hrc"
29
30ModalDialog RID_DEFAULTABOUT
31{
32    HelpID = "cui:ModalDialog:RID_DEFAULTABOUT";
33    OutputSize = TRUE ;
34    Size = MAP_APPFONT ( 245 , 260 ) ;
35    Moveable = TRUE ;
36    SVLook = TRUE ;
37    Text [ x-comment ] = "PB: ; PB: only %PRODUCTNAME";
38    Text [ en-US ] = "About %PRODUCTNAME" ;
39    OKButton ABOUT_BTN_OK
40    {
41        DefButton = TRUE ;
42        Pos = MAP_APPFONT ( 174 , 6 ) ;
43        Size = MAP_APPFONT ( 50 , 14 ) ;
44    };
45    FixedText ABOUT_FTXT_VERSION
46    {
47        Pos = MAP_APPFONT ( 54 , 6 ) ;
48        Size = MAP_APPFONT ( 118 , 16 ) ;
49        WordBreak = TRUE ;
50        Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ;
51    };
52    MultiLineEdit ABOUT_FTXT_COPYRIGHT
53    {
54        HelpID = "cui:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_COPYRIGHT";
55        Border = TRUE ;
56        Pos = MAP_APPFONT ( 54 , 25 ) ;
57        Size = MAP_APPFONT ( 168 , 51 ) ;
58        IgnoreTab = TRUE ;
59        ReadOnly = TRUE ;
60        AutoVScroll = TRUE ;
61    };
62    String ABOUT_STR_ACCEL
63    {
64        Text = "SDT" ;
65    };
66};
67
68