dlgpage.src (430a148e) | dlgpage.src (b1d35b17) |
---|---|
1/************************************************************** | 1/************************************************************** |
2 * | 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 | 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 * | 10 * |
11 * http://www.apache.org/licenses/LICENSE-2.0 | 11 * http://www.apache.org/licenses/LICENSE-2.0 |
12 * | 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. | 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 * | 19 * |
20 *************************************************************/ 21 22 23 24#include <svx/dialogs.hrc> 25#include "RptResId.hrc" 26 27TabDialog RID_PAGEDIALOG_PAGE 28{ 29 OutputSize = TRUE ; 30 SVLook = TRUE ; | 20 *************************************************************/ 21 22 23 24#include <svx/dialogs.hrc> 25#include "RptResId.hrc" 26 27TabDialog RID_PAGEDIALOG_PAGE 28{ 29 OutputSize = TRUE ; 30 SVLook = TRUE ; |
31 Size = MAP_APPFONT ( 289 , 176 ) ; | 31 Size = MAP_APPFONT ( 289, 176 ) ; |
32 Text [ en-US ] = "Page Setup" ; 33 Moveable = TRUE ; 34 Closeable = TRUE ; 35 TabControl 1 36 { 37 OutputSize = TRUE ; | 32 Text [ en-US ] = "Page Setup" ; 33 Moveable = TRUE ; 34 Closeable = TRUE ; 35 TabControl 1 36 { 37 OutputSize = TRUE ; |
38 PageList = | 38 PageList = |
39 { 40 PageItem 41 { 42 Identifier = RID_SVXPAGE_PAGE ; 43 Text [ en-US ] = "Page" ; 44 PageResID = RID_SVXPAGE_PAGE ; 45 }; 46 PageItem 47 { 48 Identifier = RID_SVXPAGE_BACKGROUND ; 49 Text [ en-US ] = "Background" ; 50 PageResID = RID_SVXPAGE_BACKGROUND ; 51 }; | 39 { 40 PageItem 41 { 42 Identifier = RID_SVXPAGE_PAGE ; 43 Text [ en-US ] = "Page" ; 44 PageResID = RID_SVXPAGE_PAGE ; 45 }; 46 PageItem 47 { 48 Identifier = RID_SVXPAGE_BACKGROUND ; 49 Text [ en-US ] = "Background" ; 50 PageResID = RID_SVXPAGE_BACKGROUND ; 51 }; |
52 }; | 52 }; |
53 }; 54 OKButton 1 55 { | 53 }; 54 OKButton 1 55 { |
56 Pos = MAP_APPFONT ( 6 , 151 ) ; 57 Size = MAP_APPFONT ( 50 , 14 ) ; | 56 Pos = MAP_APPFONT ( 6, 151 ) ; 57 Size = MAP_APPFONT ( 50, 14 ) ; |
58 TabStop = TRUE ; 59 }; 60 CancelButton 1 61 { | 58 TabStop = TRUE ; 59 }; 60 CancelButton 1 61 { |
62 Pos = MAP_APPFONT ( 60 , 151 ) ; 63 Size = MAP_APPFONT ( 50 , 14 ) ; | 62 Pos = MAP_APPFONT ( 60, 151 ) ; 63 Size = MAP_APPFONT ( 50, 14 ) ; |
64 TabStop = TRUE ; 65 }; 66 HelpButton 1 67 { | 64 TabStop = TRUE ; 65 }; 66 HelpButton 1 67 { |
68 Pos = MAP_APPFONT ( 114 , 151 ) ; 69 Size = MAP_APPFONT ( 50 , 14 ) ; | 68 Pos = MAP_APPFONT ( 114, 151 ) ; 69 Size = MAP_APPFONT ( 50, 14 ) ; |
70 TabStop = TRUE ; 71 }; 72 PushButton 1 73 { | 70 TabStop = TRUE ; 71 }; 72 PushButton 1 73 { |
74 Pos = MAP_APPFONT ( 169 , 151 ) ; 75 Size = MAP_APPFONT ( 50 , 14 ) ; 76 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ | 74 Pos = MAP_APPFONT ( 169, 151 ) ; 75 Size = MAP_APPFONT ( 50, 14 ) ; |
77 Text [ en-US ] = "Return" ; 78 TabStop = TRUE ; 79 }; | 76 Text [ en-US ] = "Return" ; 77 TabStop = TRUE ; 78 }; |
80 | 79 |
81 String 1 82 { 83 Text [ en-US ] = "Page" ; 84 }; 85 String 2 86 { 87 Text [ en-US ] = "Background" ; 88 }; 89}; 90 91TabDialog RID_PAGEDIALOG_BACKGROUND 92{ 93 OutputSize = TRUE ; 94 SVLook = TRUE ; | 80 String 1 81 { 82 Text [ en-US ] = "Page" ; 83 }; 84 String 2 85 { 86 Text [ en-US ] = "Background" ; 87 }; 88}; 89 90TabDialog RID_PAGEDIALOG_BACKGROUND 91{ 92 OutputSize = TRUE ; 93 SVLook = TRUE ; |
95 Size = MAP_APPFONT ( 289 , 176 ) ; | 94 Size = MAP_APPFONT ( 289, 176 ) ; |
96 Text [ en-US ] = "Section Setup" ; 97 Moveable = TRUE ; 98 Closeable = TRUE ; 99 TabControl 1 100 { 101 OutputSize = TRUE ; 102 }; 103 OKButton 1 104 { | 95 Text [ en-US ] = "Section Setup" ; 96 Moveable = TRUE ; 97 Closeable = TRUE ; 98 TabControl 1 99 { 100 OutputSize = TRUE ; 101 }; 102 OKButton 1 103 { |
105 Pos = MAP_APPFONT ( 6 , 151 ) ; 106 Size = MAP_APPFONT ( 50 , 14 ) ; | 104 Pos = MAP_APPFONT ( 6, 151 ) ; 105 Size = MAP_APPFONT ( 50, 14 ) ; |
107 TabStop = TRUE ; 108 }; 109 CancelButton 1 110 { | 106 TabStop = TRUE ; 107 }; 108 CancelButton 1 109 { |
111 Pos = MAP_APPFONT ( 60 , 151 ) ; 112 Size = MAP_APPFONT ( 50 , 14 ) ; | 110 Pos = MAP_APPFONT ( 60, 151 ) ; 111 Size = MAP_APPFONT ( 50, 14 ) ; |
113 TabStop = TRUE ; 114 }; 115 HelpButton 1 116 { | 112 TabStop = TRUE ; 113 }; 114 HelpButton 1 115 { |
117 Pos = MAP_APPFONT ( 114 , 151 ) ; 118 Size = MAP_APPFONT ( 50 , 14 ) ; | 116 Pos = MAP_APPFONT ( 114, 151 ) ; 117 Size = MAP_APPFONT ( 50, 14 ) ; |
119 TabStop = TRUE ; 120 }; 121 PushButton 1 122 { | 118 TabStop = TRUE ; 119 }; 120 PushButton 1 121 { |
123 Pos = MAP_APPFONT ( 169 , 151 ) ; 124 Size = MAP_APPFONT ( 50 , 14 ) ; 125 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ | 122 Pos = MAP_APPFONT ( 169, 151 ) ; 123 Size = MAP_APPFONT ( 50, 14 ) ; |
126 Text [ en-US ] = "Return" ; 127 TabStop = TRUE ; 128 }; | 124 Text [ en-US ] = "Return" ; 125 TabStop = TRUE ; 126 }; |
129 | 127 |
130 String 1 131 { 132 Text [ en-US ] = "Background" ; 133 }; 134}; 135TabDialog RID_PAGEDIALOG_CHAR 136{ 137 OutputSize = TRUE ; 138 SVLook = TRUE ; | 128 String 1 129 { 130 Text [ en-US ] = "Background" ; 131 }; 132}; 133TabDialog RID_PAGEDIALOG_CHAR 134{ 135 OutputSize = TRUE ; 136 SVLook = TRUE ; |
139 Size = MAP_APPFONT ( 289 , 176 ) ; | 137 Size = MAP_APPFONT ( 289, 176 ) ; |
140 Text [ en-US ] = "Character Settings" ; 141 Moveable = TRUE ; 142 Closeable = TRUE ; 143 TabControl 1 144 { 145 OutputSize = TRUE ; 146 PageList = 147 { --- 8 unchanged lines hidden (view full) --- 156 Identifier = RID_PAGE_EFFECTS ; 157 Text [ en-US ] = "Font Effects" ; 158 PageResID = RID_PAGE_EFFECTS ; 159 }; 160 PageItem 161 { 162 Identifier = RID_PAGE_POSITION ; 163 PageResID = RID_PAGE_POSITION ; | 138 Text [ en-US ] = "Character Settings" ; 139 Moveable = TRUE ; 140 Closeable = TRUE ; 141 TabControl 1 142 { 143 OutputSize = TRUE ; 144 PageList = 145 { --- 8 unchanged lines hidden (view full) --- 154 Identifier = RID_PAGE_EFFECTS ; 155 Text [ en-US ] = "Font Effects" ; 156 PageResID = RID_PAGE_EFFECTS ; 157 }; 158 PageItem 159 { 160 Identifier = RID_PAGE_POSITION ; 161 PageResID = RID_PAGE_POSITION ; |
164 Text [ en-US ] = "Position"; | 162 Text [ en-US ] = "Position" ; |
165 }; 166 PageItem 167 { 168 Identifier = RID_PAGE_TWOLN ; 169 PageResID = RID_PAGE_TWOLN; | 163 }; 164 PageItem 165 { 166 Identifier = RID_PAGE_TWOLN ; 167 PageResID = RID_PAGE_TWOLN; |
170 Text [ en-US ] = "Asian Layout"; | 168 Text [ en-US ] = "Asian Layout" ; |
171 }; 172 PageItem 173 { 174 Identifier = RID_PAGE_BACKGROUND ; 175 Text [ en-US ] = "Background" ; 176 PageResID = RID_PAGE_BACKGROUND ; 177 }; | 169 }; 170 PageItem 171 { 172 Identifier = RID_PAGE_BACKGROUND ; 173 Text [ en-US ] = "Background" ; 174 PageResID = RID_PAGE_BACKGROUND ; 175 }; |
178 PageItem | 176 PageItem |
179 { 180 Identifier = RID_PAGE_ALIGNMENT ; 181 Text [ en-US ] = "Alignment" ; 182 PageResID = RID_PAGE_ALIGNMENT ; 183 }; 184 }; 185 }; 186 OKButton 1 187 { | 177 { 178 Identifier = RID_PAGE_ALIGNMENT ; 179 Text [ en-US ] = "Alignment" ; 180 PageResID = RID_PAGE_ALIGNMENT ; 181 }; 182 }; 183 }; 184 OKButton 1 185 { |
188 Pos = MAP_APPFONT ( 6 , 151 ) ; 189 Size = MAP_APPFONT ( 50 , 14 ) ; | 186 Pos = MAP_APPFONT ( 6, 151 ) ; 187 Size = MAP_APPFONT ( 50, 14 ) ; |
190 TabStop = TRUE ; 191 }; 192 CancelButton 1 193 { | 188 TabStop = TRUE ; 189 }; 190 CancelButton 1 191 { |
194 Pos = MAP_APPFONT ( 60 , 151 ) ; 195 Size = MAP_APPFONT ( 50 , 14 ) ; | 192 Pos = MAP_APPFONT ( 60, 151 ) ; 193 Size = MAP_APPFONT ( 50, 14 ) ; |
196 TabStop = TRUE ; 197 }; 198 HelpButton 1 199 { | 194 TabStop = TRUE ; 195 }; 196 HelpButton 1 197 { |
200 Pos = MAP_APPFONT ( 114 , 151 ) ; 201 Size = MAP_APPFONT ( 50 , 14 ) ; | 198 Pos = MAP_APPFONT ( 114, 151 ) ; 199 Size = MAP_APPFONT ( 50, 14 ) ; |
202 TabStop = TRUE ; 203 }; 204 PushButton 1 205 { | 200 TabStop = TRUE ; 201 }; 202 PushButton 1 203 { |
206 Pos = MAP_APPFONT ( 169 , 151 ) ; 207 Size = MAP_APPFONT ( 50 , 14 ) ; 208 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ | 204 Pos = MAP_APPFONT ( 169, 151 ) ; 205 Size = MAP_APPFONT ( 50, 14 ) ; |
209 Text [ en-US ] = "Return" ; 210 TabStop = TRUE ; 211 }; | 206 Text [ en-US ] = "Return" ; 207 TabStop = TRUE ; 208 }; |
212 | 209 |
213 String 1 214 { 215 Text [ en-US ] = "Character" ; 216 }; 217}; 218TabDialog RID_PAGEDIALOG_LINE 219{ 220 OutputSize = TRUE ; 221 SVLook = TRUE ; | 210 String 1 211 { 212 Text [ en-US ] = "Character" ; 213 }; 214}; 215TabDialog RID_PAGEDIALOG_LINE 216{ 217 OutputSize = TRUE ; 218 SVLook = TRUE ; |
222 Size = MAP_APPFONT ( 289 , 176 ) ; | 219 Size = MAP_APPFONT ( 289, 176 ) ; |
223 Text [ en-US ] = "Line" ; 224 Moveable = TRUE ; 225 Closeable = TRUE ; 226 TabControl 1 227 { 228 OutputSize = TRUE ; | 220 Text [ en-US ] = "Line" ; 221 Moveable = TRUE ; 222 Closeable = TRUE ; 223 TabControl 1 224 { 225 OutputSize = TRUE ; |
229 Pos = MAP_APPFONT ( 3 , 3 ) ; 230 Size = MAP_APPFONT ( 260 , 135 ) ; | 226 Pos = MAP_APPFONT ( 3, 3 ) ; 227 Size = MAP_APPFONT ( 260, 135 ) ; |
231 PageList = 232 { 233 PageItem 234 { 235 Identifier = RID_SVXPAGE_LINE ; 236 Text [ en-US ] = "Line" ; 237 PageResID = RID_SVXPAGE_LINE ; 238 }; --- 8 unchanged lines hidden (view full) --- 247 Identifier = RID_SVXPAGE_LINEEND_DEF ; 248 Text [ en-US ] = "Arrow Styles" ; 249 PageResID = RID_SVXPAGE_LINEEND_DEF ; 250 }; 251 }; 252 }; 253 OKButton 1 254 { | 228 PageList = 229 { 230 PageItem 231 { 232 Identifier = RID_SVXPAGE_LINE ; 233 Text [ en-US ] = "Line" ; 234 PageResID = RID_SVXPAGE_LINE ; 235 }; --- 8 unchanged lines hidden (view full) --- 244 Identifier = RID_SVXPAGE_LINEEND_DEF ; 245 Text [ en-US ] = "Arrow Styles" ; 246 PageResID = RID_SVXPAGE_LINEEND_DEF ; 247 }; 248 }; 249 }; 250 OKButton 1 251 { |
255 Pos = MAP_APPFONT ( 6 , 151 ) ; 256 Size = MAP_APPFONT ( 50 , 14 ) ; | 252 Pos = MAP_APPFONT ( 6, 151 ) ; 253 Size = MAP_APPFONT ( 50, 14 ) ; |
257 TabStop = TRUE ; 258 }; 259 CancelButton 1 260 { | 254 TabStop = TRUE ; 255 }; 256 CancelButton 1 257 { |
261 Pos = MAP_APPFONT ( 60 , 151 ) ; 262 Size = MAP_APPFONT ( 50 , 14 ) ; | 258 Pos = MAP_APPFONT ( 60, 151 ) ; 259 Size = MAP_APPFONT ( 50, 14 ) ; |
263 TabStop = TRUE ; 264 }; 265 HelpButton 1 266 { | 260 TabStop = TRUE ; 261 }; 262 HelpButton 1 263 { |
267 Pos = MAP_APPFONT ( 114 , 151 ) ; 268 Size = MAP_APPFONT ( 50 , 14 ) ; | 264 Pos = MAP_APPFONT ( 114, 151 ) ; 265 Size = MAP_APPFONT ( 50, 14 ) ; |
269 TabStop = TRUE ; 270 }; 271 PushButton 1 272 { | 266 TabStop = TRUE ; 267 }; 268 PushButton 1 269 { |
273 Pos = MAP_APPFONT ( 169 , 151 ) ; 274 Size = MAP_APPFONT ( 50 , 14 ) ; 275 /* ### ACHTUNG: Neuer Text in Resource? Zurück : Zur³ck */ | 270 Pos = MAP_APPFONT ( 169, 151 ) ; 271 Size = MAP_APPFONT ( 50, 14 ) ; |
276 Text [ en-US ] = "Return" ; 277 TabStop = TRUE ; 278 }; | 272 Text [ en-US ] = "Return" ; 273 TabStop = TRUE ; 274 }; |
279 | 275 |
280 String 1 281 { 282 Text [ en-US ] = "Line" ; 283 }; 284}; | 276 String 1 277 { 278 Text [ en-US ] = "Line" ; 279 }; 280}; |
281 282// ********************************************************************** EOF |
|