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 "dlgass.hrc" 25#include "helpids.h" 26ModalDialog DLG_ASS 27{ 28 OutputSize = TRUE ; 29 SVLook = TRUE ; 30 Size = MAP_APPFONT ( 272, 190 ) ; 31 Text [ en-US ] = "Presentation Wizard" ; 32 33 HelpId = HID_SD_AUTOPILOT_PAGE1 ; 34 Moveable = TRUE ; 35 Closeable = FALSE ; 36 37 Control CT_PREVIEW 38 { 39 Border = TRUE ; 40 Pos = MAP_APPFONT ( 144, 40 ) ; 41 Size = MAP_APPFONT ( 122, 96 ) ; 42 SVLook = FALSE ; 43 }; 44 45 CheckBox CB_PREVIEW 46 { 47 HelpID = "sd:CheckBox:DLG_ASS:CB_PREVIEW" ; 48 Pos = MAP_APPFONT ( 144, 140 ) ; 49 Size = MAP_APPFONT ( 122, 10 ) ; 50 TabStop = TRUE ; 51 Text [ en-US ] = "Previe~w" ; 52 }; 53 54 CheckBox CB_STARTWITH 55 { 56 HelpID = "sd:CheckBox:DLG_ASS:CB_STARTWITH" ; 57 Pos = MAP_APPFONT ( 144, 154 ) ; 58 Size = MAP_APPFONT ( 122, 10 ) ; 59 TabStop = TRUE ; 60 Text [ en-US ] = "~Do not show this wizard again" ; 61 }; 62 63 // Page 1 64 FixedBitmap FB_PAGE1 65 { 66 OutputSize = TRUE ; 67 Scale = TRUE ; 68 Border = TRUE ; 69 Pos = MAP_APPFONT ( 6, 4 ) ; 70 Size = MAP_APPFONT ( 258, 29 ) ; 71 Fixed = Bitmap { File = "dlgass1.png" ; } ; 72 }; 73 74 FixedLine FL_PAGE1_ARTGROUP 75 { 76 OutputSize = TRUE ; 77 Pos = MAP_APPFONT ( 6, 37 ) ; 78 Size =MAP_APPFONT ( 132, 8 ) ; 79 Text [ en-US ] = "Type" ; 80 }; 81 82 RadioButton RB_PAGE1_EMPTY 83 { 84 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_EMPTY" ; 85 Pos = MAP_APPFONT ( 12, 48 ) ; 86 Size = MAP_APPFONT ( 130, 10 ) ; 87 TabStop = TRUE ; 88 Text [ en-US ] = "~Empty presentation" ; 89 }; 90 91 RadioButton RB_PAGE1_TEMPLATE 92 { 93 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_TEMPLATE" ; 94 Pos = MAP_APPFONT ( 12, 62 ) ; 95 Size = MAP_APPFONT ( 130, 10 ) ; 96 Text [ en-US ] = "~From template" ; 97 }; 98 99 RadioButton RB_PAGE1_OPEN 100 { 101 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE1_OPEN" ; 102 Pos = MAP_APPFONT ( 12, 76 ) ; 103 Size = MAP_APPFONT ( 130, 10 ) ; 104 Text [ en-US ] = "O~pen existing presentation" ; 105 }; 106 107 PushButton PB_PAGE1_OPEN 108 { 109 HelpID = "sd:PushButton:DLG_ASS:PB_PAGE1_OPEN" ; 110 OutputSize = TRUE ; 111 Pos = MAP_APPFONT ( 18, 89 ) ; 112 Size = MAP_APPFONT ( 50, 18 ) ; 113 TabStop = TRUE ; 114 }; 115 116 ListBox LB_PAGE1_REGION 117 { 118 Pos = MAP_APPFONT ( 12, 90 ) ; 119 Size = MAP_APPFONT ( 120, 12 ) ; 120 TabStop = TRUE ; 121 Border = TRUE ; 122 DropDown = TRUE ; 123 HelpId = HID_SD_AUTOPILOT_REGION ; 124 }; 125 126 ListBox LB_PAGE1_TEMPLATES 127 { 128 Border = TRUE ; 129 Pos = MAP_APPFONT ( 12, 106 ) ; 130 Size = MAP_APPFONT ( 120, 59 ) ; 131 HelpId = HID_SD_AUTOPILOT_TEMPLATES ; 132 }; 133 134 ListBox LB_PAGE1_OPEN 135 { 136 Pos = MAP_APPFONT ( 18, 110 ) ; 137 Size = MAP_APPFONT ( 120, 55 ) ; 138 TabStop = TRUE ; 139 Border = TRUE ; 140 HelpId = HID_SD_AUTOPILOT_OPEN ; 141 AutoHScroll = TRUE ; 142 }; 143 144 // Page 2 145 FixedBitmap FB_PAGE2 146 { 147 OutputSize = TRUE ; 148 Scale = TRUE ; 149 Border = TRUE ; 150 Pos = MAP_APPFONT ( 6, 4 ) ; 151 Size = MAP_APPFONT ( 258, 29 ) ; 152 Fixed = Bitmap { File = "dlgass2.png" ; } ; 153 }; 154 155 FixedLine FL_PAGE2_LAYOUT 156 { 157 OutputSize = TRUE ; 158 Pos = MAP_APPFONT ( 6, 37 ) ; 159 Size = MAP_APPFONT ( 132, 8 ) ; 160 Text [ en-US ] = "~Select a slide design" ; 161 }; 162 163 ListBox LB_PAGE2_REGION 164 { 165 Pos = MAP_APPFONT ( 12, 48 ) ; 166 Size = MAP_APPFONT ( 120, 12 ) ; 167 TabStop = TRUE ; 168 Border = TRUE ; 169 DropDown = TRUE ; 170 HelpId = HID_SD_AUTOPILOT_PAGETEMPLATES ; 171 }; 172 173 ListBox LB_PAGE2_LAYOUT 174 { 175 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE2_LAYOUT" ; 176 Border = TRUE ; 177 Pos = MAP_APPFONT ( 12, 64 ) ; 178 Size = MAP_APPFONT ( 120, 40 ) ; 179 }; 180 181 FixedLine FL_PAGE2_OUTPUTTYPES 182 { 183 OutputSize = TRUE ; 184 Pos = MAP_APPFONT ( 6, 110 ) ; 185 Size = MAP_APPFONT ( 132, 8 ) ; 186 Text [ en-US ] = "Select an output medium" ; 187 }; 188 189 RadioButton RB_PAGE2_MEDIUM5 190 { 191 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM5" ; 192 OutputSize = TRUE ; 193 Pos = MAP_APPFONT ( 12, 121 ) ; 194 Size = MAP_APPFONT ( 59, 10 ) ; 195 Text [ en-US ] = "~Original" ; 196 }; 197 198 RadioButton RB_PAGE2_MEDIUM1 199 { 200 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM1" ; 201 OutputSize = TRUE ; 202 Pos = MAP_APPFONT ( 75, 121 ) ; 203 Size = MAP_APPFONT ( 59, 10 ) ; 204 Text [ en-US ] = "Sc~reen (4:3)" ; 205 }; 206 207 RadioButton RB_PAGE2_MEDIUM2 208 { 209 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM2" ; 210 OutputSize = TRUE ; 211 Pos = MAP_APPFONT ( 75, 135 ) ; 212 Size = MAP_APPFONT ( 59, 10 ) ; 213 TabStop = TRUE ; 214 Text [ en-US ] = "Sli~de" ; 215 }; 216 217 RadioButton RB_PAGE2_MEDIUM3 218 { 219 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM3" ; 220 OutputSize = TRUE ; 221 Pos = MAP_APPFONT ( 12, 135 ) ; 222 Size = MAP_APPFONT ( 59, 10 ) ; 223 TabStop = TRUE ; 224 Text [ en-US ] = "O~verhead sheet" ; 225 }; 226 227 RadioButton RB_PAGE2_MEDIUM4 228 { 229 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM4" ; 230 OutputSize = TRUE ; 231 Pos = MAP_APPFONT ( 12, 149 ) ; 232 Size = MAP_APPFONT ( 59, 10 ) ; 233 TabStop = TRUE ; 234 Text [ en-US ] = "P~aper" ; 235 }; 236 237 // Page 3 238 FixedBitmap FB_PAGE3 239 { 240 OutputSize = TRUE ; 241 Scale = TRUE ; 242 Border = TRUE ; 243 Pos = MAP_APPFONT ( 6, 4 ) ; 244 Size = MAP_APPFONT ( 258, 29 ) ; 245 Fixed = Bitmap { File = "dlgass3.png" ; } ; 246 }; 247 248 FixedLine FL_PAGE3_EFFECT 249 { 250 OutputSize = TRUE ; 251 Pos = MAP_APPFONT ( 6, 37 ) ; 252 Size = MAP_APPFONT ( 132, 8 ) ; 253 Text [ en-US ] = "Select a slide transition" ; 254 }; 255 256 FixedText FT_PAGE3_EFFECT 257 { 258 OutputSize = TRUE ; 259 Pos = MAP_APPFONT ( 12, 49 ) ; 260 Size = MAP_APPFONT ( 60, 10 ) ; 261 Text [ en-US ] = "~Effect" ; 262 }; 263 264 ListBox LB_PAGE3_EFFECT 265 { 266 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_EFFECT" ; 267 OutputSize = TRUE ; 268 Pos = MAP_APPFONT ( 72, 48 ) ; 269 Size = MAP_APPFONT ( 60, 12 ) ; 270 TabStop = TRUE ; 271 Border = TRUE ; 272 DropDown = TRUE ; 273 }; 274 275 FixedText FT_PAGE3_SPEED 276 { 277 OutputSize = TRUE ; 278 Pos = MAP_APPFONT ( 12, 65 ) ; 279 Size = MAP_APPFONT ( 60, 10 ) ; 280 Text [ en-US ] = "~Speed" ; 281 }; 282 283 ListBox LB_PAGE3_SPEED 284 { 285 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_SPEED" ; 286 OutputSize = TRUE ; 287 Pos = MAP_APPFONT ( 72, 64 ) ; 288 Size = MAP_APPFONT ( 60, 12 ) ; 289 TabStop = TRUE ; 290 Border = TRUE ; 291 DropDown = TRUE ; 292 }; 293 294 FixedLine FL_PAGE3_PRESTYPE 295 { 296 OutputSize = TRUE ; 297 Pos = MAP_APPFONT ( 6, 83 ) ; 298 Size = MAP_APPFONT ( 132, 8 ) ; 299 Text [ en-US ] = "Select the presentation type" ; 300 }; 301 302 RadioButton RB_PAGE3_LIVE 303 { 304 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_LIVE" ; 305 OutputSize = TRUE ; 306 Pos = MAP_APPFONT ( 12, 94 ) ; 307 Size = MAP_APPFONT ( 120, 10 ) ; 308 Text [ en-US ] = "~Default" ; 309 }; 310 311 RadioButton RB_PAGE3_KIOSK 312 { 313 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_KIOSK" ; 314 OutputSize = TRUE ; 315 Pos = MAP_APPFONT ( 12, 108 ) ; 316 Size = MAP_APPFONT ( 120, 10 ) ; 317 Text [ en-US ] = "~Automatic" ; 318 }; 319 320 FixedText FT_PAGE3_TIME 321 { 322 OutputSize = TRUE ; 323 Pos = MAP_APPFONT ( 21, 123 ) ; 324 Size = MAP_APPFONT ( 55, 10 ) ; 325 Text [ en-US ] = "D~uration of page" ; 326 }; 327 328 TimeField TMF_PAGE3_TIME 329 { 330 HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_TIME" ; 331 OutputSize = TRUE ; 332 Pos = MAP_APPFONT ( 77, 122 ) ; 333 Size = MAP_APPFONT ( 55, 12 ) ; 334 Border = TRUE ; 335 TabStop = TRUE ; 336 Repeat = TRUE ; 337 Spin = TRUE ; 338 Duration = TRUE ; 339 StrictFormat = TRUE ; 340 Maximum = Time 341 { 342 Hour = 23 ; 343 Minute = 59 ; 344 Second = 59 ; 345 }; 346 Last = Time 347 { 348 Hour = 23 ; 349 Minute = 59 ; 350 Second = 59 ; 351 }; 352 }; 353 354 FixedText FT_PAGE3_BREAK 355 { 356 OutputSize = TRUE ; 357 Pos = MAP_APPFONT ( 21, 139 ) ; 358 Size = MAP_APPFONT ( 55, 10 ) ; 359 Text [ en-US ] = "Du~ration of pause" ; 360 }; 361 362 TimeField TMF_PAGE3_BREAK 363 { 364 HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_BREAK" ; 365 OutputSize = TRUE ; 366 Pos = MAP_APPFONT ( 77, 138 ) ; 367 Size = MAP_APPFONT ( 55, 12 ) ; 368 Border = TRUE ; 369 TabStop = TRUE ; 370 Repeat = TRUE ; 371 Spin = TRUE ; 372 Duration = TRUE ; 373 StrictFormat = TRUE ; 374 Maximum = Time 375 { 376 Hour = 23 ; 377 Minute = 59 ; 378 Second = 59 ; 379 }; 380 Last = Time 381 { 382 Hour = 23 ; 383 Minute = 59 ; 384 Second = 59 ; 385 }; 386 }; 387 388 CheckBox CB_PAGE3_LOGO 389 { 390 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE3_LOGO" ; 391 OutputSize = TRUE ; 392 Pos = MAP_APPFONT ( 21, 154 ) ; 393 Size = MAP_APPFONT ( 111, 10 ) ; 394 TabStop = TRUE ; 395 Text [ en-US ] = "Sh~ow logo" ; 396 }; 397 398 // Page 4 399 FixedBitmap FB_PAGE4 400 { 401 OutputSize = TRUE ; 402 Scale = TRUE ; 403 Border = TRUE ; 404 Pos = MAP_APPFONT ( 6, 4 ) ; 405 Size = MAP_APPFONT ( 258, 29 ) ; 406 Fixed = Bitmap { File = "dlgass4.png" ; } ; 407 }; 408 409 FixedLine FL_PAGE4_PERSONAL 410 { 411 OutputSize = TRUE ; 412 Pos = MAP_APPFONT ( 6, 37 ); 413 Size = MAP_APPFONT ( 260, 8 ); 414 Text [ en-US ] = "Describe your basic ideas" ; 415 }; 416 417 FixedText FT_PAGE4_ASKNAME 418 { 419 OutputSize = TRUE ; 420 Pos = MAP_APPFONT ( 12, 48 ) ; 421 Size = MAP_APPFONT ( 248, 8 ) ; 422 Text [ en-US ] = "What is your name or the name of your company?" ; 423 424 }; 425 Edit EDT_PAGE4_ASKNAME 426 { 427 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKNAME" ; 428 OutputSize = TRUE ; 429 Border = TRUE ; 430 Pos = MAP_APPFONT ( 12, 59 ) ; 431 Size = MAP_APPFONT ( 248, 12 ) ; 432 TabStop = TRUE ; 433 }; 434 FixedText FT_PAGE4_ASKTOPIC 435 { 436 OutputSize = TRUE ; 437 Pos = MAP_APPFONT ( 12, 77 ) ; 438 Size = MAP_APPFONT ( 248, 8 ) ; 439 Text [ en-US ] = "What is the subject of your presentation?" ; 440 }; 441 Edit EDT_PAGE4_ASKTOPIC 442 { 443 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKTOPIC" ; 444 OutputSize = TRUE ; 445 Border = TRUE ; 446 Pos = MAP_APPFONT ( 12, 88 ) ; 447 Size = MAP_APPFONT ( 248, 12 ) ; 448 TabStop = TRUE ; 449 }; 450 FixedText FT_PAGE4_ASKINFORMATION 451 { 452 OutputSize = TRUE ; 453 Pos = MAP_APPFONT ( 12, 106 ) ; 454 Size = MAP_APPFONT ( 248, 8 ) ; 455 Text [ en-US ] = "Further ideas to be presented?" ; 456 }; 457 MultiLineEdit EDT_PAGE4_ASKINFORMATION 458 { 459 HelpID = "sd:MultiLineEdit:DLG_ASS:EDT_PAGE4_ASKINFORMATION" ; 460 OutputSize = TRUE ; 461 Border = TRUE ; 462 Pos = MAP_APPFONT ( 12, 117 ) ; 463 Size = MAP_APPFONT ( 248, 47 ) ; 464 TabStop = TRUE ; 465 IgnoreTab = TRUE ; 466 VSCROLL = TRUE ; 467 }; 468 469 // Page 5 470 FixedBitmap FB_PAGE5 471 { 472 OutputSize = TRUE ; 473 Scale = TRUE ; 474 Border = TRUE ; 475 Pos = MAP_APPFONT ( 6, 4 ) ; 476 Size = MAP_APPFONT ( 258, 29 ) ; 477 Fixed = Bitmap { File = "dlgass5.png" ; } ; 478 }; 479 480 FixedText FT_PAGE5_PAGELIST 481 { 482 OutputSize = TRUE ; 483 Pos = MAP_APPFONT ( 6, 39 ) ; 484 Size = MAP_APPFONT ( 132, 8 ) ; 485 Text [ en-US ] = "Ch~oose your pages" ; 486 }; 487 488 Control CT_PAGE5_PAGELIST 489 { 490 OutputSize = TRUE ; 491 Pos = MAP_APPFONT ( 6, 50 ) ; 492 Size = MAP_APPFONT ( 132, 100 ) ; 493 Border = TRUE ; 494 TabStop = TRUE ; 495 }; 496 497 CheckBox CB_PAGE5_SUMMARY 498 { 499 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY" ; 500 OutputSize = TRUE ; 501 Pos = MAP_APPFONT ( 6, 154 ) ; 502 Size = MAP_APPFONT ( 132, 10 ) ; 503 TabStop = TRUE ; 504 Text [ en-US ] = "C~reate summary" ; 505 }; 506 507 // General 508 HelpButton BUT_HELP 509 { 510 OutputSize = TRUE ; 511 Pos = MAP_APPFONT ( 6, 170 ) ; 512 Size = MAP_APPFONT ( 50, 14 ) ; 513 TabStop = TRUE ; 514 }; 515 516 CancelButton BUT_CANCEL 517 { 518 OutputSize = TRUE ; 519 Pos = MAP_APPFONT ( 59, 170 ) ; 520 Size = MAP_APPFONT ( 50, 14 ) ; 521 TabStop = TRUE ; 522 }; 523 524 PushButton BUT_LAST 525 { 526 HelpID = "sd:PushButton:DLG_ASS:BUT_LAST" ; 527 OutputSize = TRUE ; 528 Pos = MAP_APPFONT ( 112, 170 ) ; 529 Size = MAP_APPFONT ( 50, 14 ) ; 530 TabStop = TRUE ; 531 Text [ en-US ] = "< ~Back" ; 532 }; 533 534 PushButton BUT_NEXT 535 { 536 HelpID = "sd:PushButton:DLG_ASS:BUT_NEXT" ; 537 DefButton = TRUE ; 538 OutputSize = TRUE ; 539 Pos = MAP_APPFONT ( 165, 170 ) ; 540 Size = MAP_APPFONT ( 50, 14 ) ; 541 TabStop = TRUE ; 542 Text [ en-US ] = "~Next >" ; 543 }; 544 545 OKButton BUT_FINISH 546 { 547 OutputSize = TRUE ; 548 Pos = MAP_APPFONT ( 218, 170 ) ; 549 Size = MAP_APPFONT ( 50, 14 ) ; 550 TabStop = TRUE ; 551 Text [ en-US ] = "~Create" ; 552 }; 553 554 String STR_OPEN 555 { 556 Text [ en-US ] = "~Open" ; 557 }; 558 559 String STR_CREATE 560 { 561 Text [ en-US ] = "~Create" ; 562 }; 563}; 564 565// ******************************************************************* EOF 566