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