1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #include <moptions.hrc>
22 ModalDialog RID_MACROOPTIONS
24 HelpId = "basctl:ModalDialog:RID_MACROOPTIONS" ;
27 Size = MAP_APPFONT ( 224 , 121 ) ;
28 Text [ en-US ] = "Description" ;
31 FixedText RID_FT_SBXNAME
34 Pos = MAP_APPFONT ( 6 , 6 ) ;
35 Size = MAP_APPFONT ( 150 , 10 ) ;
39 Pos = MAP_APPFONT ( 168 , 6 ) ;
40 Size = MAP_APPFONT ( 50 , 14 ) ;
44 CancelButton RID_PB_CANCEL
46 Pos = MAP_APPFONT ( 168 , 23 ) ;
47 Size = MAP_APPFONT ( 50 , 14 ) ;
50 HelpButton RID_PB_HELP
52 Pos = MAP_APPFONT ( 168 , 53 ) ;
53 Size = MAP_APPFONT ( 50 , 14 ) ;
56 FixedText RID_FT_DESCR
59 Pos = MAP_APPFONT ( 6 , 19 ) ;
60 Size = MAP_APPFONT ( 69 , 10 ) ;
61 Text [ en-US ] = "Description" ;
63 MultiLineEdit RID_ME_DESCR
65 HelpID = "basctl:MultiLineEdit:RID_MACROOPTIONS:RID_ME_DESCR";
68 Pos = MAP_APPFONT ( 6 , 32 ) ;
69 Size = MAP_APPFONT ( 154 , 36 ) ;
76 Pos = MAP_APPFONT ( 6 , 73 ) ;
77 Size = MAP_APPFONT ( 212 , 8 ) ;
78 Text [ en-US ] = "Help information" ;
80 FixedText RID_FT_HELPID
83 Pos = MAP_APPFONT ( 9 , 83 ) ;
84 Size = MAP_APPFONT ( 80 , 10 ) ;
85 Text [ en-US ] = "Help ID" ;
87 NumericField RID_NF_HELPID
89 HelpID = "basctl:NumericField:RID_MACROOPTIONS:RID_NF_HELPID";
92 Pos = MAP_APPFONT ( 95 , 83 ) ;
93 Size = MAP_APPFONT ( 120 , 12 ) ;
96 Maximum = 0xFFFFFFFF ;
98 FixedText RID_FT_HELPNAME
101 Pos = MAP_APPFONT ( 9 , 99 ) ;
102 Size = MAP_APPFONT ( 80 , 10 ) ;
103 Text [ en-US ] = "Help file name" ;
107 HelpID = "basctl:Edit:RID_MACROOPTIONS:RID_ED_HELPNAME";
109 Pos = MAP_APPFONT ( 95 , 99 ) ;
110 Size = MAP_APPFONT ( 120 , 12 ) ;
115 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */