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 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 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 ; 33 Text [ x-comment ] = "PB: ; PB: only %PRODUCTNAME"; 34 Text [ en-US ] = "About %PRODUCTNAME" ; 35 OKButton ABOUT_BTN_OK 36 { 37 DefButton = TRUE ; 38 Pos = MAP_APPFONT ( 174 , 6 ) ; 39 Size = MAP_APPFONT ( 50 , 14 ) ; 40 }; 41 FixedText ABOUT_FTXT_VERSION 42 { 43 Pos = MAP_APPFONT ( 54 , 6 ) ; 44 Size = MAP_APPFONT ( 118 , 16 ) ; 45 WordBreak = TRUE ; 46 Text = "%PRODUCTNAME %ABOUTBOXPRODUCTVERSION %PRODUCTEXTENSION" ; 47 }; 48 MultiLineEdit ABOUT_FTXT_COPYRIGHT 49 { 50 HelpID = "cui:MultiLineEdit:RID_DEFAULTABOUT:ABOUT_FTXT_COPYRIGHT"; 51 Border = TRUE ; 52 Pos = MAP_APPFONT ( 54 , 25 ) ; 53 Size = MAP_APPFONT ( 168 , 51 ) ; 54 IgnoreTab = TRUE ; 55 ReadOnly = TRUE ; 56 AutoVScroll = TRUE ; 57 }; 58 String ABOUT_STR_ACCEL 59 { 60 Text = "SDT" ; 61 }; 62}; 63 64