bump product version to 4.1.6.2
[LibreOffice.git] / basctl / source / basicide / moptions.src
blobde091f6cbdfce698c9743512bded2b586cd62e59
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  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "helpid.hrc"
21 #include <moptions.hrc>
22 ModalDialog RID_MACROOPTIONS
24     HelpId = "basctl:ModalDialog:RID_MACROOPTIONS" ;
25     OutputSize = TRUE ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 224 , 121 ) ;
28     Text [ en-US ] = "Description" ;
29     Moveable = TRUE ;
30     Closeable = TRUE ;
31     FixedText RID_FT_SBXNAME
32     {
33         SVLook = TRUE ;
34         Pos = MAP_APPFONT ( 6 , 6 ) ;
35         Size = MAP_APPFONT ( 150 , 10 ) ;
36     };
37     OKButton RID_PB_OK
38     {
39         Pos = MAP_APPFONT ( 168 , 6 ) ;
40         Size = MAP_APPFONT ( 50 , 14 ) ;
41         TabStop = TRUE ;
42         DefButton = TRUE ;
43     };
44     CancelButton RID_PB_CANCEL
45     {
46         Pos = MAP_APPFONT ( 168 , 23 ) ;
47         Size = MAP_APPFONT ( 50 , 14 ) ;
48         TabStop = TRUE ;
49     };
50     HelpButton RID_PB_HELP
51     {
52         Pos = MAP_APPFONT ( 168 , 53 ) ;
53         Size = MAP_APPFONT ( 50 , 14 ) ;
54         TabStop = TRUE ;
55     };
56     FixedText RID_FT_DESCR
57     {
58         SVLook = TRUE ;
59         Pos = MAP_APPFONT ( 6 , 19 ) ;
60         Size = MAP_APPFONT ( 69 , 10 ) ;
61         Text [ en-US ] = "Description" ;
62     };
63     MultiLineEdit RID_ME_DESCR
64     {
65         HelpID = "basctl:MultiLineEdit:RID_MACROOPTIONS:RID_ME_DESCR";
66         Border = TRUE ;
67         SVLook = TRUE ;
68         Pos = MAP_APPFONT ( 6 , 32 ) ;
69         Size = MAP_APPFONT ( 154 , 36 ) ;
70         TabStop = TRUE ;
71         VScroll = TRUE ;
72         IgnoreTab = TRUE ;
73     };
74     FixedLine RID_FL_HELP
75     {
76         Pos = MAP_APPFONT ( 6 , 73 ) ;
77         Size = MAP_APPFONT ( 212 , 8 ) ;
78         Text [ en-US ] = "Help information" ;
79     };
80     FixedText RID_FT_HELPID
81     {
82         SVLook = TRUE ;
83         Pos = MAP_APPFONT ( 9 , 83 ) ;
84         Size = MAP_APPFONT ( 80 , 10 ) ;
85         Text [ en-US ] = "Help ID" ;
86     };
87     NumericField RID_NF_HELPID
88     {
89         HelpID = "basctl:NumericField:RID_MACROOPTIONS:RID_NF_HELPID";
90         Border = TRUE ;
91         SVLook = TRUE ;
92         Pos = MAP_APPFONT ( 95 , 83 ) ;
93         Size = MAP_APPFONT ( 120 , 12 ) ;
94         TabStop = TRUE ;
95         Minimum = 0 ;
96         Maximum = 0xFFFFFFFF ;
97     };
98     FixedText RID_FT_HELPNAME
99     {
100         SVLook = TRUE ;
101         Pos = MAP_APPFONT ( 9 , 99 ) ;
102         Size = MAP_APPFONT ( 80 , 10 ) ;
103         Text [ en-US ] = "Help file name" ;
104     };
105     Edit RID_ED_HELPNAME
106     {
107         HelpID = "basctl:Edit:RID_MACROOPTIONS:RID_ED_HELPNAME";
108         Border = TRUE ;
109         Pos = MAP_APPFONT ( 95 , 99 ) ;
110         Size = MAP_APPFONT ( 120 , 12 ) ;
111         TabStop = TRUE ;
112     };
115 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */