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