xref: /trunk/main/cui/source/options/optfltr.src (revision 0c7d7e9c)
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 -----------------------------------------------------------------
25#include "optfltr.hrc"
26#include <cuires.hrc>
27// pragma ------------------------------------------------------------------
28
29// RID_OFAPAGE_MSFILTEROPT -----------------------------------------------------
30TabPage RID_OFAPAGE_MSFILTEROPT
31{
32	HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT" ;
33	OutputSize = TRUE ;
34	Size = MAP_APPFONT ( 260, 185 ) ;
35	SVLook = TRUE ;
36	Hide = TRUE ;
37
38	FixedLine GB_WORD
39	{
40		Pos = MAP_APPFONT ( 6, 3 ) ;
41		Size = MAP_APPFONT ( 248, 8 ) ;
42		Text [ en-US ] = "Microsoft Word 97/2000/XP" ;
43	};
44	CheckBox CB_WBAS_CODE
45	{
46		HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE" ;
47		Pos = MAP_APPFONT ( 12, 14 ) ;
48		Size = MAP_APPFONT ( 236, 10 ) ;
49		TabStop = TRUE ;
50		Text [ en-US ] = "Load Basic ~code" ;
51	};
52	CheckBox CB_WBAS_STG
53	{
54		HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG" ;
55		Pos = MAP_APPFONT ( 12, 28 ) ;
56		Size = MAP_APPFONT ( 236, 10 ) ;
57		TabStop = TRUE ;
58		Text [ en-US ] = "Save ~original Basic code" ;
59	};
60
61	FixedLine GB_EXCEL
62	{
63		Pos = MAP_APPFONT ( 6, 44 ) ;
64		Size = MAP_APPFONT ( 248, 8 ) ;
65		Text [ en-US ] = "Microsoft Excel 97/2000/XP" ;
66	};
67	CheckBox CB_EBAS_CODE
68	{
69		HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_CODE" ;
70		Pos = MAP_APPFONT ( 12, 55 ) ;
71		Size = MAP_APPFONT ( 236, 10 ) ;
72		TabStop = TRUE ;
73		Text [ en-US ] = "Lo~ad Basic code" ;
74	};
75	CheckBox CB_EBAS_EXECTBL
76	{
77		HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_EXECTBL" ;
78		Pos = MAP_APPFONT ( 22, 69 ) ;
79		Size = MAP_APPFONT ( 236, 10 ) ;
80		TabStop = TRUE ;
81		Text [ en-US ] = "E~xecutable code" ;
82	};
83	CheckBox CB_EBAS_STG
84	{
85		HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_EBAS_STG" ;
86		Pos = MAP_APPFONT ( 12, 83 ) ;
87		Size = MAP_APPFONT ( 236, 10 ) ;
88		TabStop = TRUE ;
89		Text [ en-US ] = "Sa~ve original Basic code" ;
90	};
91
92	FixedLine GB_PPOINT
93	{
94		Pos = MAP_APPFONT ( 6, 99 ) ;
95		Size = MAP_APPFONT ( 248, 8 ) ;
96		Text [ en-US ] = "Microsoft PowerPoint 97/2000/XP" ;
97	};
98	CheckBox CB_PBAS_CODE
99	{
100		HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_CODE" ;
101		Pos = MAP_APPFONT ( 12, 110 ) ;
102		Size = MAP_APPFONT ( 236, 10 ) ;
103		TabStop = TRUE ;
104		Text [ en-US ] = "Load Ba~sic code" ;
105	};
106	CheckBox CB_PBAS_STG
107	{
108		HelpID = "cui:CheckBox:RID_OFAPAGE_MSFILTEROPT:CB_PBAS_STG" ;
109		Pos = MAP_APPFONT ( 12, 124 ) ;
110		Size = MAP_APPFONT ( 236, 10 ) ;
111		TabStop = TRUE ;
112		Text [ en-US ] = "Sav~e original Basic code" ;
113	};
114};
115
116// RID_OFAPAGE_MSFILTEROPT2 -----------------------------------------------------
117TabPage RID_OFAPAGE_MSFILTEROPT2
118{
119	HelpID = "cui:TabPage:RID_OFAPAGE_MSFILTEROPT2" ;
120	OutputSize = TRUE ;
121	Size = MAP_APPFONT ( 260, 185 ) ;
122	SVLook = TRUE ;
123	Hide = TRUE ;
124
125	Control CLB_SETTINGS
126	{
127		Pos = MAP_APPFONT ( 6, 6 ) ;
128		Size = MAP_APPFONT ( 248, 147 ) ;
129		Border = TRUE ;
130		TabStop = TRUE ;
131	};
132	String ST_HEADER1
133	{
134		Text [ en-US ] = "[L]" ;
135	};
136	String ST_HEADER2
137	{
138		Text [ en-US ] = "[S]" ;
139	};
140	FixedText FT_HEADER1_EXPLANATION
141	{
142		Pos = MAP_APPFONT ( 6, 160 ) ;
143		Size = MAP_APPFONT ( 248, 8 ) ;
144		Text [ en-US ] = "[L]: Load and convert the object" ;
145	};
146	FixedText FT_HEADER2_EXPLANATION
147	{
148		Pos = MAP_APPFONT ( 6, 171 ) ;
149		Size = MAP_APPFONT ( 248, 8 ) ;
150		Text [ en-US ] = "[S]: Convert and save the object" ;
151	};
152	String ST_CHG_MATH
153	{
154		Text [ en-US ] = "MathType to %PRODUCTNAME Math or reverse" ;
155	};
156	String ST_CHG_WRITER
157	{
158		Text [ en-US ] = "Word to %PRODUCTNAME Writer or reverse" ;
159	};
160	String ST_CHG_CALC
161	{
162		Text [ en-US ] = "Excel to %PRODUCTNAME Calc or reverse" ;
163	};
164	String ST_CHG_IMPRESS
165	{
166		Text [ en-US ] = "PowerPoint to %PRODUCTNAME Impress or reverse" ;
167	};
168};
169
170// ******************************************************************* EOF
171