about.src (173e4882) about.src (23c0a6f8)
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

--- 13 unchanged lines hidden (view full) ---

22
23
24#include "about.hrc"
25
26ModalDialog RID_DEFAULTABOUT
27{
28 HelpID = "cui:ModalDialog:RID_DEFAULTABOUT";
29 OutputSize = TRUE ;
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

--- 13 unchanged lines hidden (view full) ---

22
23
24#include "about.hrc"
25
26ModalDialog RID_DEFAULTABOUT
27{
28 HelpID = "cui:ModalDialog:RID_DEFAULTABOUT";
29 OutputSize = TRUE ;
30 Size = MAP_APPFONT ( 245 , 260 ) ;
31 Moveable = TRUE ;
32 SVLook = TRUE ;
30 Moveable = TRUE ;
31 SVLook = TRUE ;
33 Text [ x-comment ] = "PB: ; PB: only %PRODUCTNAME";
34 Text [ en-US ] = "About %PRODUCTNAME" ;
32 Text [ en-US ] = "About %PRODUCTNAME" ;
35 OKButton ABOUT_BTN_OK
33 OKButton RID_CUI_ABOUT_BTN_OK
36 {
37 DefButton = TRUE ;
34 {
35 DefButton = TRUE ;
38 Pos = MAP_APPFONT ( 174 , 6 ) ;
39 Size = MAP_APPFONT ( 50 , 14 ) ;
40 };
36 Size = MAP_APPFONT ( 50 , 14 ) ;
37 };
41 FixedText ABOUT_FTXT_VERSION
38 FixedText RID_CUI_ABOUT_FTXT_VERSION
42 {
39 {
43 Pos = MAP_APPFONT ( 54 , 6 ) ;
44 Size = MAP_APPFONT ( 118 , 16 ) ;
45 WordBreak = TRUE ;
46 Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ;
47 };
40 WordBreak = TRUE ;
41 Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ;
42 };
48 MultiLineEdit ABOUT_FTXT_COPYRIGHT
43 MultiLineEdit RID_CUI_ABOUT_FTXT_BUILDDATA
44 {
45 //HelpID = "cui:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_BUILDDATA";
46 Border = FALSE ;
47 IgnoreTab = TRUE ;
48 ReadOnly = TRUE ;
49 AutoVScroll = FALSE ;
50 };
51 MultiLineEdit RID_CUI_ABOUT_FTXT_COPYRIGHT
49 {
50 HelpID = "cui:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_COPYRIGHT";
51 Border = FALSE ;
52 {
53 HelpID = "cui:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_COPYRIGHT";
54 Border = FALSE ;
52 Pos = MAP_APPFONT ( 54 , 25 ) ;
53 Size = MAP_APPFONT ( 168 , 51 ) ;
54 IgnoreTab = TRUE ;
55 ReadOnly = TRUE ;
55 IgnoreTab = TRUE ;
56 ReadOnly = TRUE ;
56 AutoVScroll = TRUE ;
57 AutoVScroll = FALSE ;
57 };
58 };
58 String ABOUT_STR_ACCEL
59 FixedText RID_CUI_ABOUT_FTXT_WELCOME_LINK
59 {
60 {
60 Text = "SDT" ;
61 Left = TRUE ;
62 Text = "http://www.openoffice.org/welcome/credits.html";
61 };
63 };
64 String RID_CUI_ABOUT_STR_COPYRIGHT
65 {
66 Text[ en-US ] = "Copyright © 2012 Apache Software Foundation.\nAll rights reserved.\n\nThis product was created by %OOOVENDOR, based on Apache OpenOffice.\nApache OpenOffice acknowledges all community members, especially those mentioned at";
67 };
62};
63
68};
69