xref: /trunk/main/basctl/source/basicide/moptions.src (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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 "helpid.hrc"
29#include <moptions.hrc>
30ModalDialog RID_MACROOPTIONS
31{
32    HelpId = "basctl:ModalDialog:RID_MACROOPTIONS" ;
33    OutputSize = TRUE ;
34    SVLook = TRUE ;
35    Size = MAP_APPFONT ( 224 , 121 ) ;
36    Text [ en-US ] = "Description" ;
37    Moveable = TRUE ;
38    Closeable = TRUE ;
39    FixedText RID_FT_SBXNAME
40    {
41        SVLook = TRUE ;
42        Pos = MAP_APPFONT ( 6 , 6 ) ;
43        Size = MAP_APPFONT ( 150 , 10 ) ;
44    };
45    OKButton RID_PB_OK
46    {
47        Pos = MAP_APPFONT ( 168 , 6 ) ;
48        Size = MAP_APPFONT ( 50 , 14 ) ;
49        TabStop = TRUE ;
50        DefButton = TRUE ;
51    };
52    CancelButton RID_PB_CANCEL
53    {
54        Pos = MAP_APPFONT ( 168 , 23 ) ;
55        Size = MAP_APPFONT ( 50 , 14 ) ;
56        TabStop = TRUE ;
57    };
58    HelpButton RID_PB_HELP
59    {
60        Pos = MAP_APPFONT ( 168 , 53 ) ;
61        Size = MAP_APPFONT ( 50 , 14 ) ;
62        TabStop = TRUE ;
63    };
64    FixedText RID_FT_DESCR
65    {
66        SVLook = TRUE ;
67        Pos = MAP_APPFONT ( 6 , 19 ) ;
68        Size = MAP_APPFONT ( 69 , 10 ) ;
69        Text [ en-US ] = "Description" ;
70    };
71    MultiLineEdit RID_ME_DESCR
72    {
73        HelpID = "basctl:MultiLineEdit:RID_MACROOPTIONS:RID_ME_DESCR";
74        Border = TRUE ;
75        SVLook = TRUE ;
76        Pos = MAP_APPFONT ( 6 , 32 ) ;
77        Size = MAP_APPFONT ( 154 , 36 ) ;
78        TabStop = TRUE ;
79        VScroll = TRUE ;
80        IgnoreTab = TRUE ;
81    };
82    FixedLine RID_FL_HELP
83    {
84        Pos = MAP_APPFONT ( 6 , 73 ) ;
85        Size = MAP_APPFONT ( 212 , 8 ) ;
86        Text [ en-US ] = "Help information" ;
87    };
88    FixedText RID_FT_HELPID
89    {
90        SVLook = TRUE ;
91        Pos = MAP_APPFONT ( 9 , 83 ) ;
92        Size = MAP_APPFONT ( 80 , 10 ) ;
93        Text [ en-US ] = "Help ID" ;
94    };
95    NumericField RID_NF_HELPID
96    {
97        HelpID = "basctl:NumericField:RID_MACROOPTIONS:RID_NF_HELPID";
98        Border = TRUE ;
99        SVLook = TRUE ;
100        Pos = MAP_APPFONT ( 95 , 83 ) ;
101        Size = MAP_APPFONT ( 120 , 12 ) ;
102        TabStop = TRUE ;
103        Minimum = 0 ;
104        Maximum = 0xFFFFFFFF ;
105    };
106    FixedText RID_FT_HELPNAME
107    {
108        SVLook = TRUE ;
109        Pos = MAP_APPFONT ( 9 , 99 ) ;
110        Size = MAP_APPFONT ( 80 , 10 ) ;
111        Text [ en-US ] = "Help file name" ;
112    };
113    Edit RID_ED_HELPNAME
114    {
115        HelpID = "basctl:Edit:RID_MACROOPTIONS:RID_ED_HELPNAME";
116        Border = TRUE ;
117        Pos = MAP_APPFONT ( 95 , 99 ) ;
118        Size = MAP_APPFONT ( 120 , 12 ) ;
119        TabStop = TRUE ;
120    };
121};
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151