gallery.src (857d5cbe) | gallery.src (b03844c4) |
---|---|
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 <sfx2/sfxsids.hrc> 25#include "helpid.hrc" 26#include "gallery.hrc" 27#include <svx/exthelpid.hrc> 28 | 20 *************************************************************/ 21 22 23 24#include <sfx2/sfxsids.hrc> 25#include "helpid.hrc" 26#include "gallery.hrc" 27#include <svx/exthelpid.hrc> 28 |
29#define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; }; 30 | |
31TabDialog RID_SVXTABDLG_GALLERY 32{ 33 OutputSize = TRUE ; 34 SVLook = TRUE ; 35 Text [ en-US ] = "Properties of " ; 36 Moveable = TRUE ; 37 TabControl 1 38 { --- 35 unchanged lines hidden (view full) --- 74 }; 75 }; 76}; 77 78/******************************************************************************/ 79 80TabPage RID_SVXTABPAGE_GALLERY_GENERAL 81{ | 29TabDialog RID_SVXTABDLG_GALLERY 30{ 31 OutputSize = TRUE ; 32 SVLook = TRUE ; 33 Text [ en-US ] = "Properties of " ; 34 Moveable = TRUE ; 35 TabControl 1 36 { --- 35 unchanged lines hidden (view full) --- 72 }; 73 }; 74}; 75 76/******************************************************************************/ 77 78TabPage RID_SVXTABPAGE_GALLERY_GENERAL 79{ |
82 HelpId = HID_GALLERY_PROPERTIES_GENERAL; | 80 HelpId = HID_GALLERY_PROPERTIES_GENERAL ; |
83 SVLook = TRUE ; 84 Hide = TRUE ; | 81 SVLook = TRUE ; 82 Hide = TRUE ; |
85 Size = MAP_APPFONT ( 260 , 185 ) ; | 83 Size = MAP_APPFONT ( 260, 185 ) ; |
86 FixedImage FI_MS_IMAGE 87 { | 84 FixedImage FI_MS_IMAGE 85 { |
88 Pos = MAP_APPFONT ( 6 , 6 ) ; 89 Size = MAP_APPFONT ( 20 , 20 ) ; | 86 Pos = MAP_APPFONT ( 6, 6 ) ; 87 Size = MAP_APPFONT ( 20, 20 ) ; |
90 }; 91 Edit EDT_MS_NAME 92 { | 88 }; 89 Edit EDT_MS_NAME 90 { |
93 HelpID = "cui:Edit:RID_SVXTABPAGE_GALLERY_GENERAL:EDT_MS_NAME"; | 91 HelpID = "cui:Edit:RID_SVXTABPAGE_GALLERY_GENERAL:EDT_MS_NAME" ; |
94 Border = TRUE ; | 92 Border = TRUE ; |
95 Pos = MAP_APPFONT ( 60 , 10 ) ; 96 Size = MAP_APPFONT ( 194 , 12 ) ; | 93 Pos = MAP_APPFONT ( 60, 10 ) ; 94 Size = MAP_APPFONT ( 194, 12 ) ; |
97 }; 98 FixedLine FL_MS_GENERAL_FIRST 99 { | 95 }; 96 FixedLine FL_MS_GENERAL_FIRST 97 { |
100 Pos = MAP_APPFONT ( 6 , 36 ) ; 101 Size = MAP_APPFONT ( 248 , 1 ) ; | 98 Pos = MAP_APPFONT ( 6, 36 ) ; 99 Size = MAP_APPFONT ( 248, 1 ) ; |
102 }; 103 FixedText FT_MS_TYPE 104 { | 100 }; 101 FixedText FT_MS_TYPE 102 { |
105 Pos = MAP_APPFONT ( 6 , 43 ) ; 106 Size = MAP_APPFONT ( 51 , 10 ) ; | 103 Pos = MAP_APPFONT ( 6, 43 ) ; 104 Size = MAP_APPFONT ( 51, 10 ) ; |
107 LeftLabel = TRUE ; 108 Text [ en-US ] = "Type:" ; 109 }; 110 FixedText FT_MS_SHOW_TYPE 111 { | 105 LeftLabel = TRUE ; 106 Text [ en-US ] = "Type:" ; 107 }; 108 FixedText FT_MS_SHOW_TYPE 109 { |
112 Pos = MAP_APPFONT ( 60 , 43 ) ; 113 Size = MAP_APPFONT ( 194 , 10 ) ; | 110 Pos = MAP_APPFONT ( 60, 43 ) ; 111 Size = MAP_APPFONT ( 194, 10 ) ; |
114 }; 115 FixedText FT_MS_PATH 116 { | 112 }; 113 FixedText FT_MS_PATH 114 { |
117 Pos = MAP_APPFONT ( 6 , 57 ) ; 118 Size = MAP_APPFONT ( 51 , 10 ) ; | 115 Pos = MAP_APPFONT ( 6, 57 ) ; 116 Size = MAP_APPFONT ( 51, 10 ) ; |
119 LeftLabel = TRUE ; 120 Text [ en-US ] = "Location:" ; 121 }; 122 FixedText FT_MS_SHOW_PATH 123 { | 117 LeftLabel = TRUE ; 118 Text [ en-US ] = "Location:" ; 119 }; 120 FixedText FT_MS_SHOW_PATH 121 { |
124 Pos = MAP_APPFONT ( 60 , 57 ) ; 125 Size = MAP_APPFONT ( 194 , 10 ) ; | 122 Pos = MAP_APPFONT ( 60, 57 ) ; 123 Size = MAP_APPFONT ( 194, 10 ) ; |
126 }; 127 FixedText FT_MS_CONTENT 128 { | 124 }; 125 FixedText FT_MS_CONTENT 126 { |
129 Pos = MAP_APPFONT ( 6 , 71 ) ; 130 Size = MAP_APPFONT ( 51 , 10 ) ; | 127 Pos = MAP_APPFONT ( 6, 71 ) ; 128 Size = MAP_APPFONT ( 51, 10 ) ; |
131 LeftLabel = TRUE ; 132 Text [ en-US ] = "Contents:" ; 133 }; 134 FixedText FT_MS_SHOW_CONTENT 135 { | 129 LeftLabel = TRUE ; 130 Text [ en-US ] = "Contents:" ; 131 }; 132 FixedText FT_MS_SHOW_CONTENT 133 { |
136 Pos = MAP_APPFONT ( 60 , 71 ) ; 137 Size = MAP_APPFONT ( 194 , 10 ) ; | 134 Pos = MAP_APPFONT ( 60, 71 ) ; 135 Size = MAP_APPFONT ( 194, 10 ) ; |
138 }; 139 FixedLine FL_MS_GENERAL_SECOND 140 { | 136 }; 137 FixedLine FL_MS_GENERAL_SECOND 138 { |
141 Pos = MAP_APPFONT ( 6 , 91 ) ; 142 Size = MAP_APPFONT ( 248 , 1 ) ; | 139 Pos = MAP_APPFONT ( 6, 91 ) ; 140 Size = MAP_APPFONT ( 248, 1 ) ; |
143 }; 144 FixedText FT_MS_CHANGEDATE 145 { | 141 }; 142 FixedText FT_MS_CHANGEDATE 143 { |
146 Pos = MAP_APPFONT ( 6 , 98 ) ; 147 Size = MAP_APPFONT ( 51 , 10 ) ; | 144 Pos = MAP_APPFONT ( 6, 98 ) ; 145 Size = MAP_APPFONT ( 51, 10 ) ; |
148 LeftLabel = TRUE ; 149 Text [ en-US ] = "Modified:" ; 150 }; 151 FixedText FT_MS_SHOW_CHANGEDATE 152 { | 146 LeftLabel = TRUE ; 147 Text [ en-US ] = "Modified:" ; 148 }; 149 FixedText FT_MS_SHOW_CHANGEDATE 150 { |
153 Pos = MAP_APPFONT ( 60 , 98 ) ; 154 Size = MAP_APPFONT ( 194 , 10 ) ; | 151 Pos = MAP_APPFONT ( 60, 98 ) ; 152 Size = MAP_APPFONT ( 194, 10 ) ; |
155 }; 156}; 157 158/******************************************************************************/ 159 160TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES 161{ 162 HelpId = HID_GALLERY_BROWSER ; 163 Hide = TRUE ; 164 SVLook = TRUE ; | 153 }; 154}; 155 156/******************************************************************************/ 157 158TabPage RID_SVXTABPAGE_GALLERYTHEME_FILES 159{ 160 HelpId = HID_GALLERY_BROWSER ; 161 Hide = TRUE ; 162 SVLook = TRUE ; |
165 Size = MAP_APPFONT ( 260 , 185 ) ; | 163 Size = MAP_APPFONT ( 260, 185 ) ; |
166 FixedText FT_FILETYPE 167 { | 164 FixedText FT_FILETYPE 165 { |
168 Pos = MAP_APPFONT ( 6 , 8 ) ; 169 Size = MAP_APPFONT ( 48 , 10 ) ; | 166 Pos = MAP_APPFONT ( 6, 8 ) ; 167 Size = MAP_APPFONT ( 48, 10 ) ; |
170 Text [ en-US ] = "~File type" ; 171 }; 172 ComboBox CBB_FILETYPE 173 { | 168 Text [ en-US ] = "~File type" ; 169 }; 170 ComboBox CBB_FILETYPE 171 { |
174 HelpID = "cui:ComboBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBB_FILETYPE"; 175 Pos = MAP_APPFONT ( 57 , 6 ) ; 176 Size = MAP_APPFONT ( 121 , 69 ) ; | 172 HelpID = "cui:ComboBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBB_FILETYPE" ; 173 Pos = MAP_APPFONT ( 57, 6 ) ; 174 Size = MAP_APPFONT ( 121, 69 ) ; |
177 TabStop = TRUE ; 178 DropDown = TRUE ; | 175 TabStop = TRUE ; 176 DropDown = TRUE ; |
179 AutoSize = TRUE; | 177 AutoSize = TRUE ; |
180 AutoHScroll = TRUE ; 181 }; 182 MultiListBox LBX_FOUND 183 { | 178 AutoHScroll = TRUE ; 179 }; 180 MultiListBox LBX_FOUND 181 { |
184 HelpID = "cui:MultiListBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:LBX_FOUND"; | 182 HelpID = "cui:MultiListBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:LBX_FOUND" ; |
185 Border = TRUE ; | 183 Border = TRUE ; |
186 Pos = MAP_APPFONT ( 6 , 23 ) ; 187 Size = MAP_APPFONT ( 172 , 156 ) ; | 184 Pos = MAP_APPFONT ( 6, 23 ) ; 185 Size = MAP_APPFONT ( 172, 156 ) ; |
188 TabStop = TRUE ; 189 SimpleMode = TRUE ; 190 }; 191 PushButton BTN_SEARCH 192 { | 186 TabStop = TRUE ; 187 SimpleMode = TRUE ; 188 }; 189 PushButton BTN_SEARCH 190 { |
193 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_SEARCH"; 194 Pos = MAP_APPFONT ( 184 , 6 ) ; 195 Size = MAP_APPFONT ( 70 , 14 ) ; | 191 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_SEARCH" ; 192 Pos = MAP_APPFONT ( 184, 6 ) ; 193 Size = MAP_APPFONT ( 70, 14 ) ; |
196 TabStop = TRUE ; 197 Text [ en-US ] = "~Find Files..." ; 198 }; 199 PushButton BTN_TAKE 200 { | 194 TabStop = TRUE ; 195 Text [ en-US ] = "~Find Files..." ; 196 }; 197 PushButton BTN_TAKE 198 { |
201 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKE"; 202 Pos = MAP_APPFONT ( 184 , 24 ) ; 203 Size = MAP_APPFONT ( 70 , 14 ) ; | 199 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKE" ; 200 Pos = MAP_APPFONT ( 184, 24 ) ; 201 Size = MAP_APPFONT ( 70, 14 ) ; |
204 TabStop = TRUE ; 205 Text [ en-US ] = "~Add" ; 206 }; 207 PushButton BTN_TAKEALL 208 { | 202 TabStop = TRUE ; 203 Text [ en-US ] = "~Add" ; 204 }; 205 PushButton BTN_TAKEALL 206 { |
209 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKEALL"; 210 Pos = MAP_APPFONT ( 184 , 42 ) ; 211 Size = MAP_APPFONT ( 70 , 14 ) ; | 207 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKEALL" ; 208 Pos = MAP_APPFONT ( 184, 42 ) ; 209 Size = MAP_APPFONT ( 70, 14 ) ; |
212 TabStop = TRUE ; 213 Text [ en-US ] = "A~dd All" ; 214 }; 215 CheckBox CBX_PREVIEW 216 { | 210 TabStop = TRUE ; 211 Text [ en-US ] = "A~dd All" ; 212 }; 213 CheckBox CBX_PREVIEW 214 { |
217 HelpID = "cui:CheckBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBX_PREVIEW"; 218 Pos = MAP_APPFONT ( 184 , 76 ) ; 219 Size = MAP_APPFONT ( 70 , 12 ) ; | 215 HelpID = "cui:CheckBox:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBX_PREVIEW" ; 216 Pos = MAP_APPFONT ( 184, 76 ) ; 217 Size = MAP_APPFONT ( 70, 12 ) ; |
220 Text [ en-US ] = "Pr~eview" ; 221 }; 222 Window WND_BRSPRV 223 { 224 Border = TRUE ; | 218 Text [ en-US ] = "Pr~eview" ; 219 }; 220 Window WND_BRSPRV 221 { 222 Border = TRUE ; |
225 Pos = MAP_APPFONT ( 184 , 91 ) ; 226 Size = MAP_APPFONT ( 70 , 88 ) ; | 223 Pos = MAP_APPFONT ( 184, 91 ) ; 224 Size = MAP_APPFONT ( 70, 88 ) ; |
227 }; 228 PushButton BTN_MADDIN1 229 { | 225 }; 226 PushButton BTN_MADDIN1 227 { |
230 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_MADDIN1"; 231 Pos = MAP_APPFONT ( 220 , 63 ) ; 232 Size = MAP_APPFONT ( 50 , 14 ) ; | 228 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_MADDIN1" ; 229 Pos = MAP_APPFONT ( 220, 63 ) ; 230 Size = MAP_APPFONT ( 50, 14 ) ; |
233 TabStop = TRUE ; 234 Text [ en-US ] = "Maddin1" ; 235 }; 236 PushButton BTN_MADDIN2 237 { | 231 TabStop = TRUE ; 232 Text [ en-US ] = "Maddin1" ; 233 }; 234 PushButton BTN_MADDIN2 235 { |
238 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_MADDIN2"; 239 Pos = MAP_APPFONT ( 220 , 80 ) ; 240 Size = MAP_APPFONT ( 50 , 14 ) ; | 236 HelpID = "cui:PushButton:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_MADDIN2" ; 237 Pos = MAP_APPFONT ( 220, 80 ) ; 238 Size = MAP_APPFONT ( 50, 14 ) ; |
241 TabStop = TRUE ; 242 Text [ en-US ] = "Maddin2" ; 243 }; 244}; 245 246/******************************************************************************/ 247 248ModalDialog RID_SVXDLG_GALLERY_TITLE 249{ | 239 TabStop = TRUE ; 240 Text [ en-US ] = "Maddin2" ; 241 }; 242}; 243 244/******************************************************************************/ 245 246ModalDialog RID_SVXDLG_GALLERY_TITLE 247{ |
250 HelpId = HID_GALLERY_TITLE; | 248 HelpId = HID_GALLERY_TITLE ; |
251 OutputSize = TRUE ; 252 Border = TRUE ; 253 SVLook = TRUE ; | 249 OutputSize = TRUE ; 250 Border = TRUE ; 251 SVLook = TRUE ; |
254 Size = MAP_APPFONT ( 168 , 63 ) ; | 252 Size = MAP_APPFONT ( 168, 63 ) ; |
255 Text [ en-US ] = "Enter Title" ; 256 Moveable = TRUE ; 257 258 OkButton BTN_OK 259 { 260 DefButton = TRUE ; | 253 Text [ en-US ] = "Enter Title" ; 254 Moveable = TRUE ; 255 256 OkButton BTN_OK 257 { 258 DefButton = TRUE ; |
261 Pos = MAP_APPFONT ( 112 , 6 ) ; 262 Size = MAP_APPFONT ( 50 , 14 ) ; | 259 Pos = MAP_APPFONT ( 112, 6 ) ; 260 Size = MAP_APPFONT ( 50, 14 ) ; |
263 TabStop = TRUE ; 264 }; 265 CancelButton BTN_CANCEL 266 { | 261 TabStop = TRUE ; 262 }; 263 CancelButton BTN_CANCEL 264 { |
267 Pos = MAP_APPFONT ( 112 , 23 ) ; 268 Size = MAP_APPFONT ( 50 , 14 ) ; | 265 Pos = MAP_APPFONT ( 112, 23 ) ; 266 Size = MAP_APPFONT ( 50, 14 ) ; |
269 TabStop = TRUE ; 270 }; 271 HelpButton BTN_HELP 272 { | 267 TabStop = TRUE ; 268 }; 269 HelpButton BTN_HELP 270 { |
273 Pos = MAP_APPFONT ( 112 , 43 ) ; 274 Size = MAP_APPFONT ( 50 , 14 ) ; | 271 Pos = MAP_APPFONT ( 112, 43 ) ; 272 Size = MAP_APPFONT ( 50, 14 ) ; |
275 TabStop = TRUE ; 276 }; 277 | 273 TabStop = TRUE ; 274 }; 275 |
278 FixedLine FL_TITLE | 276 FixedLine FL_TITLE |
279 { | 277 { |
280 Pos = MAP_APPFONT ( 6 , 6 ) ; 281 Size = MAP_APPFONT ( 100 , 8 ) ; | 278 Pos = MAP_APPFONT ( 6, 6 ) ; 279 Size = MAP_APPFONT ( 100, 8 ) ; |
282 Text [ en-US ] = "Title" ; 283 }; 284 Edit EDT_TITLE 285 { | 280 Text [ en-US ] = "Title" ; 281 }; 282 Edit EDT_TITLE 283 { |
286 HelpId = HID_GALLERY_TITLE_EDIT; | 284 HelpId = HID_GALLERY_TITLE_EDIT ; |
287 Border = TRUE ; | 285 Border = TRUE ; |
288 Pos = MAP_APPFONT ( 12 , 18 ) ; | 286 Pos = MAP_APPFONT ( 12, 18 ) ; |
289 Size = MAP_APPFONT ( 88, 12 ) ; 290 }; 291}; 292 293/******************************************************************************/ 294 295ModalDialog RID_SVXDLG_GALLERY_SEARCH_PROGRESS 296{ 297 HelpId = HID_GALLERY_SEARCH ; 298 OutputSize = TRUE ; 299 Border = TRUE ; 300 SVLook = TRUE ; | 287 Size = MAP_APPFONT ( 88, 12 ) ; 288 }; 289}; 290 291/******************************************************************************/ 292 293ModalDialog RID_SVXDLG_GALLERY_SEARCH_PROGRESS 294{ 295 HelpId = HID_GALLERY_SEARCH ; 296 OutputSize = TRUE ; 297 Border = TRUE ; 298 SVLook = TRUE ; |
301 Size = MAP_APPFONT ( 124 , 86 ) ; | 299 Size = MAP_APPFONT ( 124, 86 ) ; |
302 Text [ en-US ] = "Find" ; 303 Moveable = TRUE ; | 300 Text [ en-US ] = "Find" ; 301 Moveable = TRUE ; |
304 FixedLine FL_SEARCH_DIR | 302 FixedLine FL_SEARCH_DIR |
305 { | 303 { |
306 Pos = MAP_APPFONT ( 6 , 33 ) ; 307 Size = MAP_APPFONT ( 112 , 8 ) ; | 304 Pos = MAP_APPFONT ( 6, 33 ) ; 305 Size = MAP_APPFONT ( 112, 8 ) ; |
308 Text [ en-US ] = "Directory" ; 309 }; 310 FixedText FT_SEARCH_DIR 311 { | 306 Text [ en-US ] = "Directory" ; 307 }; 308 FixedText FT_SEARCH_DIR 309 { |
312 Pos = MAP_APPFONT ( 12 , 44 ) ; 313 Size = MAP_APPFONT ( 100 , 10 ) ; | 310 Pos = MAP_APPFONT ( 12, 44 ) ; 311 Size = MAP_APPFONT ( 100, 10 ) ; |
314 }; 315 CancelButton BTN_CANCEL 316 { | 312 }; 313 CancelButton BTN_CANCEL 314 { |
317 Pos = MAP_APPFONT ( 37 , 66 ) ; 318 Size = MAP_APPFONT ( 50 , 14 ) ; | 315 Pos = MAP_APPFONT ( 37, 66 ) ; 316 Size = MAP_APPFONT ( 50, 14 ) ; |
319 TabStop = TRUE ; 320 }; | 317 TabStop = TRUE ; 318 }; |
321 FixedLine FL_SEARCH_TYPE | 319 FixedLine FL_SEARCH_TYPE |
322 { | 320 { |
323 Pos = MAP_APPFONT ( 6 , 3 ) ; 324 Size = MAP_APPFONT ( 112 , 8 ) ; | 321 Pos = MAP_APPFONT ( 6, 3 ) ; 322 Size = MAP_APPFONT ( 112, 8 ) ; |
325 Text [ en-US ] = "File type" ; 326 }; 327 FixedText FT_SEARCH_TYPE 328 { | 323 Text [ en-US ] = "File type" ; 324 }; 325 FixedText FT_SEARCH_TYPE 326 { |
329 Pos = MAP_APPFONT ( 12 , 14 ) ; 330 Size = MAP_APPFONT ( 100 , 10 ) ; | 327 Pos = MAP_APPFONT ( 12, 14 ) ; 328 Size = MAP_APPFONT ( 100, 10 ) ; |
331 }; 332}; 333 334/******************************************************************************/ 335 336ModalDialog RID_SVXDLG_GALLERY_TAKE_PROGRESS 337{ 338 HelpId = HID_GALLERY_APPLY ; 339 OutputSize = TRUE ; 340 Border = TRUE ; 341 SVLook = TRUE ; | 329 }; 330}; 331 332/******************************************************************************/ 333 334ModalDialog RID_SVXDLG_GALLERY_TAKE_PROGRESS 335{ 336 HelpId = HID_GALLERY_APPLY ; 337 OutputSize = TRUE ; 338 Border = TRUE ; 339 SVLook = TRUE ; |
342 Size = MAP_APPFONT ( 124 , 56 ) ; | 340 Size = MAP_APPFONT ( 124, 56 ) ; |
343 Text [ en-US ] = "Apply" ; 344 Moveable = TRUE ; | 341 Text [ en-US ] = "Apply" ; 342 Moveable = TRUE ; |
345 FixedLine FL_TAKE_PROGRESS | 343 FixedLine FL_TAKE_PROGRESS |
346 { | 344 { |
347 Pos = MAP_APPFONT ( 6 , 3 ) ; 348 Size = MAP_APPFONT ( 112 , 8 ) ; | 345 Pos = MAP_APPFONT ( 6, 3 ) ; 346 Size = MAP_APPFONT ( 112, 8 ) ; |
349 Text [ en-US ] = "File" ; 350 }; 351 FixedText FT_TAKE_FILE 352 { | 347 Text [ en-US ] = "File" ; 348 }; 349 FixedText FT_TAKE_FILE 350 { |
353 Pos = MAP_APPFONT ( 12 , 14 ) ; 354 Size = MAP_APPFONT ( 100 , 10 ) ; | 351 Pos = MAP_APPFONT ( 12, 14 ) ; 352 Size = MAP_APPFONT ( 100, 10 ) ; |
355 }; 356 CancelButton BTN_CANCEL 357 { | 353 }; 354 CancelButton BTN_CANCEL 355 { |
358 Pos = MAP_APPFONT ( 37 , 36 ) ; 359 Size = MAP_APPFONT ( 50 , 14 ) ; | 356 Pos = MAP_APPFONT ( 37, 36 ) ; 357 Size = MAP_APPFONT ( 50, 14 ) ; |
360 TabStop = TRUE ; 361 }; 362}; 363 364/******************************************************************************/ 365 366ModalDialog RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS 367{ | 358 TabStop = TRUE ; 359 }; 360}; 361 362/******************************************************************************/ 363 364ModalDialog RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS 365{ |
368 HelpId = HID_GALLERY_ACTUALIZE; | 366 HelpId = HID_GALLERY_ACTUALIZE ; |
369 OutputSize = TRUE ; 370 Border = TRUE ; 371 SVLook = TRUE ; | 367 OutputSize = TRUE ; 368 Border = TRUE ; 369 SVLook = TRUE ; |
372 Size = MAP_APPFONT ( 124 , 56 ) ; | 370 Size = MAP_APPFONT ( 124, 56 ) ; |
373 Text [ en-US ] = "Update" ; 374 Moveable = TRUE ; | 371 Text [ en-US ] = "Update" ; 372 Moveable = TRUE ; |
375 FixedLine FL_ACTUALIZE_PROGRESS | 373 FixedLine FL_ACTUALIZE_PROGRESS |
376 { | 374 { |
377 Pos = MAP_APPFONT ( 6 , 3 ) ; 378 Size = MAP_APPFONT ( 112 , 8 ) ; | 375 Pos = MAP_APPFONT ( 6, 3 ) ; 376 Size = MAP_APPFONT ( 112, 8 ) ; |
379 Text [ en-US ] = "File" ; 380 }; 381 FixedText FT_ACTUALIZE_FILE 382 { | 377 Text [ en-US ] = "File" ; 378 }; 379 FixedText FT_ACTUALIZE_FILE 380 { |
383 Pos = MAP_APPFONT ( 12 , 14 ) ; 384 Size = MAP_APPFONT ( 100 , 10 ) ; | 381 Pos = MAP_APPFONT ( 12, 14 ) ; 382 Size = MAP_APPFONT ( 100, 10 ) ; |
385 }; 386 CancelButton BTN_CANCEL 387 { | 383 }; 384 CancelButton BTN_CANCEL 385 { |
388 Pos = MAP_APPFONT ( 37 , 36 ) ; 389 Size = MAP_APPFONT ( 50 , 14 ) ; | 386 Pos = MAP_APPFONT ( 37, 36 ) ; 387 Size = MAP_APPFONT ( 50, 14 ) ; |
390 TabStop = TRUE ; 391 }; 392}; 393 394ModalDialog RID_SVXDLG_GALLERY_THEMEID 395{ | 388 TabStop = TRUE ; 389 }; 390}; 391 392ModalDialog RID_SVXDLG_GALLERY_THEMEID 393{ |
396 HelpID = "cui:ModalDialog:RID_SVXDLG_GALLERY_THEMEID"; | 394 HelpID = "cui:ModalDialog:RID_SVXDLG_GALLERY_THEMEID" ; |
397 OutputSize = TRUE ; 398 Border = TRUE ; 399 SVLook = TRUE ; | 395 OutputSize = TRUE ; 396 Border = TRUE ; 397 SVLook = TRUE ; |
400 Size = MAP_APPFONT ( 180 , 63 ) ; | 398 Size = MAP_APPFONT ( 180, 63 ) ; |
401 Text [ en-US ] = "Theme ID" ; 402 Moveable = TRUE ; 403 OkButton BTN_OK 404 { | 399 Text [ en-US ] = "Theme ID" ; 400 Moveable = TRUE ; 401 OkButton BTN_OK 402 { |
405 Pos = MAP_APPFONT ( 124 , 6 ) ; 406 Size = MAP_APPFONT ( 50 , 14 ) ; | 403 Pos = MAP_APPFONT ( 124, 6 ) ; 404 Size = MAP_APPFONT ( 50, 14 ) ; |
407 TabStop = TRUE ; 408 DefButton = TRUE ; 409 }; 410 CancelButton BTN_CANCEL 411 { | 405 TabStop = TRUE ; 406 DefButton = TRUE ; 407 }; 408 CancelButton BTN_CANCEL 409 { |
412 Pos = MAP_APPFONT ( 124 , 23 ) ; 413 Size = MAP_APPFONT ( 50 , 14 ) ; | 410 Pos = MAP_APPFONT ( 124, 23 ) ; 411 Size = MAP_APPFONT ( 50, 14 ) ; |
414 TabStop = TRUE ; 415 }; | 412 TabStop = TRUE ; 413 }; |
416 FixedLine FL_ID | 414 FixedLine FL_ID |
417 { | 415 { |
418 Pos = MAP_APPFONT ( 6 , 3 ) ; 419 Size = MAP_APPFONT ( 112 , 8 ) ; 420 Text [ en-US ] = "ID"; | 416 Pos = MAP_APPFONT ( 6, 3 ) ; 417 Size = MAP_APPFONT ( 112, 8 ) ; 418 Text [ en-US ] = "ID" ; |
421 }; 422 ListBox LB_RESNAME 423 { | 419 }; 420 ListBox LB_RESNAME 421 { |
424 HelpID = "cui:ListBox:RID_SVXDLG_GALLERY_THEMEID:LB_RESNAME"; | 422 HelpID = "cui:ListBox:RID_SVXDLG_GALLERY_THEMEID:LB_RESNAME" ; |
425 Border = TRUE ; | 423 Border = TRUE ; |
426 Pos = MAP_APPFONT ( 12 , 14 ) ; 427 Size = MAP_APPFONT ( 100 , 60 ) ; | 424 Pos = MAP_APPFONT ( 12, 14 ) ; 425 Size = MAP_APPFONT ( 100, 60 ) ; |
428 TabStop = TRUE ; 429 DropDown = TRUE ; 430 HScroll = TRUE ; 431 VScroll = TRUE ; 432 }; 433}; 434 435String RID_SVXSTR_GALLERY_NOFILES --- 38 unchanged lines hidden (view full) --- 474 File = "galrdol.png" ; 475}; 476 477Bitmap RID_SVXBMP_THEME_DEFAULT_BIG 478{ 479 File = "galdefl.png" ; 480}; 481 | 426 TabStop = TRUE ; 427 DropDown = TRUE ; 428 HScroll = TRUE ; 429 VScroll = TRUE ; 430 }; 431}; 432 433String RID_SVXSTR_GALLERY_NOFILES --- 38 unchanged lines hidden (view full) --- 472 File = "galrdol.png" ; 473}; 474 475Bitmap RID_SVXBMP_THEME_DEFAULT_BIG 476{ 477 File = "galdefl.png" ; 478}; 479 |
482 | 480// ********************************************************************** EOF |