1*8e0a7b1bSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8e0a7b1bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8e0a7b1bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8e0a7b1bSAndrew Rist * distributed with this work for additional information
6*8e0a7b1bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8e0a7b1bSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8e0a7b1bSAndrew Rist * "License"); you may not use this file except in compliance
9*8e0a7b1bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8e0a7b1bSAndrew Rist *
11*8e0a7b1bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8e0a7b1bSAndrew Rist *
13*8e0a7b1bSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8e0a7b1bSAndrew Rist * software distributed under the License is distributed on an
15*8e0a7b1bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8e0a7b1bSAndrew Rist * KIND, either express or implied.  See the License for the
17*8e0a7b1bSAndrew Rist * specific language governing permissions and limitations
18*8e0a7b1bSAndrew Rist * under the License.
19*8e0a7b1bSAndrew Rist *
20*8e0a7b1bSAndrew Rist *************************************************************/
21*8e0a7b1bSAndrew Rist
22*8e0a7b1bSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "helpid.hrc"
25cdf0e10cSrcweir#include <moptions.hrc>
26cdf0e10cSrcweirModalDialog RID_MACROOPTIONS
27cdf0e10cSrcweir{
28cdf0e10cSrcweir	HelpId = "basctl:ModalDialog:RID_MACROOPTIONS" ;
29cdf0e10cSrcweir	OutputSize = TRUE ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31cdf0e10cSrcweir	Size = MAP_APPFONT ( 224 , 121 ) ;
32cdf0e10cSrcweir	Text [ en-US ] = "Description" ;
33cdf0e10cSrcweir	Moveable = TRUE ;
34cdf0e10cSrcweir	Closeable = TRUE ;
35cdf0e10cSrcweir	FixedText RID_FT_SBXNAME
36cdf0e10cSrcweir	{
37cdf0e10cSrcweir		SVLook = TRUE ;
38cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 6 ) ;
39cdf0e10cSrcweir		Size = MAP_APPFONT ( 150 , 10 ) ;
40cdf0e10cSrcweir	};
41cdf0e10cSrcweir	OKButton RID_PB_OK
42cdf0e10cSrcweir	{
43cdf0e10cSrcweir		Pos = MAP_APPFONT ( 168 , 6 ) ;
44cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
45cdf0e10cSrcweir		TabStop = TRUE ;
46cdf0e10cSrcweir		DefButton = TRUE ;
47cdf0e10cSrcweir	};
48cdf0e10cSrcweir	CancelButton RID_PB_CANCEL
49cdf0e10cSrcweir	{
50cdf0e10cSrcweir		Pos = MAP_APPFONT ( 168 , 23 ) ;
51cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
52cdf0e10cSrcweir		TabStop = TRUE ;
53cdf0e10cSrcweir	};
54cdf0e10cSrcweir	HelpButton RID_PB_HELP
55cdf0e10cSrcweir	{
56cdf0e10cSrcweir		Pos = MAP_APPFONT ( 168 , 53 ) ;
57cdf0e10cSrcweir		Size = MAP_APPFONT ( 50 , 14 ) ;
58cdf0e10cSrcweir		TabStop = TRUE ;
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir	FixedText RID_FT_DESCR
61cdf0e10cSrcweir	{
62cdf0e10cSrcweir		SVLook = TRUE ;
63cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 19 ) ;
64cdf0e10cSrcweir		Size = MAP_APPFONT ( 69 , 10 ) ;
65cdf0e10cSrcweir		Text [ en-US ] = "Description" ;
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir	MultiLineEdit RID_ME_DESCR
68cdf0e10cSrcweir	{
69cdf0e10cSrcweir	    HelpID = "basctl:MultiLineEdit:RID_MACROOPTIONS:RID_ME_DESCR";
70cdf0e10cSrcweir		Border = TRUE ;
71cdf0e10cSrcweir		SVLook = TRUE ;
72cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 32 ) ;
73cdf0e10cSrcweir		Size = MAP_APPFONT ( 154 , 36 ) ;
74cdf0e10cSrcweir		TabStop = TRUE ;
75cdf0e10cSrcweir		VScroll = TRUE ;
76cdf0e10cSrcweir		IgnoreTab = TRUE ;
77cdf0e10cSrcweir	};
78cdf0e10cSrcweir	FixedLine RID_FL_HELP
79cdf0e10cSrcweir	{
80cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 73 ) ;
81cdf0e10cSrcweir		Size = MAP_APPFONT ( 212 , 8 ) ;
82cdf0e10cSrcweir		Text [ en-US ] = "Help information" ;
83cdf0e10cSrcweir	};
84cdf0e10cSrcweir	FixedText RID_FT_HELPID
85cdf0e10cSrcweir	{
86cdf0e10cSrcweir		SVLook = TRUE ;
87cdf0e10cSrcweir		Pos = MAP_APPFONT ( 9 , 83 ) ;
88cdf0e10cSrcweir		Size = MAP_APPFONT ( 80 , 10 ) ;
89cdf0e10cSrcweir		Text [ en-US ] = "Help ID" ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	NumericField RID_NF_HELPID
92cdf0e10cSrcweir	{
93cdf0e10cSrcweir	    HelpID = "basctl:NumericField:RID_MACROOPTIONS:RID_NF_HELPID";
94cdf0e10cSrcweir		Border = TRUE ;
95cdf0e10cSrcweir		SVLook = TRUE ;
96cdf0e10cSrcweir		Pos = MAP_APPFONT ( 95 , 83 ) ;
97cdf0e10cSrcweir		Size = MAP_APPFONT ( 120 , 12 ) ;
98cdf0e10cSrcweir		TabStop = TRUE ;
99cdf0e10cSrcweir		Minimum = 0 ;
100cdf0e10cSrcweir		Maximum = 0xFFFFFFFF ;
101cdf0e10cSrcweir	};
102cdf0e10cSrcweir	FixedText RID_FT_HELPNAME
103cdf0e10cSrcweir	{
104cdf0e10cSrcweir		SVLook = TRUE ;
105cdf0e10cSrcweir		Pos = MAP_APPFONT ( 9 , 99 ) ;
106cdf0e10cSrcweir		Size = MAP_APPFONT ( 80 , 10 ) ;
107cdf0e10cSrcweir		Text [ en-US ] = "Help file name" ;
108cdf0e10cSrcweir	};
109cdf0e10cSrcweir	Edit RID_ED_HELPNAME
110cdf0e10cSrcweir	{
111cdf0e10cSrcweir	    HelpID = "basctl:Edit:RID_MACROOPTIONS:RID_ED_HELPNAME";
112cdf0e10cSrcweir		Border = TRUE ;
113cdf0e10cSrcweir		Pos = MAP_APPFONT ( 95 , 99 ) ;
114cdf0e10cSrcweir		Size = MAP_APPFONT ( 120 , 12 ) ;
115cdf0e10cSrcweir		TabStop = TRUE ;
116cdf0e10cSrcweir	};
117cdf0e10cSrcweir};
118cdf0e10cSrcweir
119cdf0e10cSrcweir
120cdf0e10cSrcweir
121cdf0e10cSrcweir
122cdf0e10cSrcweir
123cdf0e10cSrcweir
124cdf0e10cSrcweir
125cdf0e10cSrcweir
126cdf0e10cSrcweir
127cdf0e10cSrcweir
128cdf0e10cSrcweir
129cdf0e10cSrcweir
130cdf0e10cSrcweir
131cdf0e10cSrcweir
132cdf0e10cSrcweir
133cdf0e10cSrcweir
134cdf0e10cSrcweir
135cdf0e10cSrcweir
136cdf0e10cSrcweir
137cdf0e10cSrcweir
138cdf0e10cSrcweir
139cdf0e10cSrcweir
140cdf0e10cSrcweir
141cdf0e10cSrcweir
142cdf0e10cSrcweir
143cdf0e10cSrcweir
144cdf0e10cSrcweir
145cdf0e10cSrcweir
146cdf0e10cSrcweir
147