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 ] = "Sc~reen (16:9)" ; 215 }; 216 217 RadioButton RB_PAGE2_MEDIUM6 218 { 219 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM6" ; 220 OutputSize = TRUE ; 221 Pos = MAP_APPFONT ( 75, 149 ) ; 222 Size = MAP_APPFONT ( 59, 10 ) ; 223 TabStop = TRUE ; 224 Text [ en-US ] = "Sc~reen (16:10)" ; 225 }; 226 227 RadioButton RB_PAGE2_MEDIUM3 228 { 229 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM3" ; 230 OutputSize = TRUE ; 231 Pos = MAP_APPFONT ( 12, 135 ) ; 232 Size = MAP_APPFONT ( 59, 10 ) ; 233 TabStop = TRUE ; 234 Text [ en-US ] = "O~verhead sheet" ; 235 }; 236 237 RadioButton RB_PAGE2_MEDIUM4 238 { 239 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE2_MEDIUM4" ; 240 OutputSize = TRUE ; 241 Pos = MAP_APPFONT ( 12, 149 ) ; 242 Size = MAP_APPFONT ( 59, 10 ) ; 243 TabStop = TRUE ; 244 Text [ en-US ] = "P~aper" ; 245 }; 246 247 // Page 3 248 FixedBitmap FB_PAGE3 249 { 250 OutputSize = TRUE ; 251 Scale = TRUE ; 252 Border = TRUE ; 253 Pos = MAP_APPFONT ( 6, 4 ) ; 254 Size = MAP_APPFONT ( 258, 29 ) ; 255 Fixed = Bitmap { File = "dlgass3.png" ; } ; 256 }; 257 258 FixedLine FL_PAGE3_EFFECT 259 { 260 OutputSize = TRUE ; 261 Pos = MAP_APPFONT ( 6, 37 ) ; 262 Size = MAP_APPFONT ( 132, 8 ) ; 263 Text [ en-US ] = "Select a slide transition" ; 264 }; 265 266 FixedText FT_PAGE3_EFFECT 267 { 268 OutputSize = TRUE ; 269 Pos = MAP_APPFONT ( 12, 49 ) ; 270 Size = MAP_APPFONT ( 60, 10 ) ; 271 Text [ en-US ] = "~Effect" ; 272 }; 273 274 ListBox LB_PAGE3_EFFECT 275 { 276 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_EFFECT" ; 277 OutputSize = TRUE ; 278 Pos = MAP_APPFONT ( 72, 48 ) ; 279 Size = MAP_APPFONT ( 60, 12 ) ; 280 TabStop = TRUE ; 281 Border = TRUE ; 282 DropDown = TRUE ; 283 }; 284 285 FixedText FT_PAGE3_SPEED 286 { 287 OutputSize = TRUE ; 288 Pos = MAP_APPFONT ( 12, 65 ) ; 289 Size = MAP_APPFONT ( 60, 10 ) ; 290 Text [ en-US ] = "~Speed" ; 291 }; 292 293 ListBox LB_PAGE3_SPEED 294 { 295 HelpID = "sd:ListBox:DLG_ASS:LB_PAGE3_SPEED" ; 296 OutputSize = TRUE ; 297 Pos = MAP_APPFONT ( 72, 64 ) ; 298 Size = MAP_APPFONT ( 60, 12 ) ; 299 TabStop = TRUE ; 300 Border = TRUE ; 301 DropDown = TRUE ; 302 }; 303 304 FixedLine FL_PAGE3_PRESTYPE 305 { 306 OutputSize = TRUE ; 307 Pos = MAP_APPFONT ( 6, 83 ) ; 308 Size = MAP_APPFONT ( 132, 8 ) ; 309 Text [ en-US ] = "Select the presentation type" ; 310 }; 311 312 RadioButton RB_PAGE3_LIVE 313 { 314 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_LIVE" ; 315 OutputSize = TRUE ; 316 Pos = MAP_APPFONT ( 12, 94 ) ; 317 Size = MAP_APPFONT ( 120, 10 ) ; 318 Text [ en-US ] = "~Default" ; 319 }; 320 321 RadioButton RB_PAGE3_KIOSK 322 { 323 HelpID = "sd:RadioButton:DLG_ASS:RB_PAGE3_KIOSK" ; 324 OutputSize = TRUE ; 325 Pos = MAP_APPFONT ( 12, 108 ) ; 326 Size = MAP_APPFONT ( 120, 10 ) ; 327 Text [ en-US ] = "~Automatic" ; 328 }; 329 330 FixedText FT_PAGE3_TIME 331 { 332 OutputSize = TRUE ; 333 Pos = MAP_APPFONT ( 21, 123 ) ; 334 Size = MAP_APPFONT ( 55, 10 ) ; 335 Text [ en-US ] = "D~uration of page" ; 336 }; 337 338 TimeField TMF_PAGE3_TIME 339 { 340 HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_TIME" ; 341 OutputSize = TRUE ; 342 Pos = MAP_APPFONT ( 77, 122 ) ; 343 Size = MAP_APPFONT ( 55, 12 ) ; 344 Border = TRUE ; 345 TabStop = TRUE ; 346 Repeat = TRUE ; 347 Spin = TRUE ; 348 Duration = TRUE ; 349 StrictFormat = TRUE ; 350 Maximum = Time 351 { 352 Hour = 23 ; 353 Minute = 59 ; 354 Second = 59 ; 355 }; 356 Last = Time 357 { 358 Hour = 23 ; 359 Minute = 59 ; 360 Second = 59 ; 361 }; 362 }; 363 364 FixedText FT_PAGE3_BREAK 365 { 366 OutputSize = TRUE ; 367 Pos = MAP_APPFONT ( 21, 139 ) ; 368 Size = MAP_APPFONT ( 55, 10 ) ; 369 Text [ en-US ] = "Du~ration of pause" ; 370 }; 371 372 TimeField TMF_PAGE3_BREAK 373 { 374 HelpID = "sd:TimeField:DLG_ASS:TMF_PAGE3_BREAK" ; 375 OutputSize = TRUE ; 376 Pos = MAP_APPFONT ( 77, 138 ) ; 377 Size = MAP_APPFONT ( 55, 12 ) ; 378 Border = TRUE ; 379 TabStop = TRUE ; 380 Repeat = TRUE ; 381 Spin = TRUE ; 382 Duration = TRUE ; 383 StrictFormat = TRUE ; 384 Maximum = Time 385 { 386 Hour = 23 ; 387 Minute = 59 ; 388 Second = 59 ; 389 }; 390 Last = Time 391 { 392 Hour = 23 ; 393 Minute = 59 ; 394 Second = 59 ; 395 }; 396 }; 397 398 CheckBox CB_PAGE3_LOGO 399 { 400 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE3_LOGO" ; 401 OutputSize = TRUE ; 402 Pos = MAP_APPFONT ( 21, 154 ) ; 403 Size = MAP_APPFONT ( 111, 10 ) ; 404 TabStop = TRUE ; 405 Text [ en-US ] = "Sh~ow logo" ; 406 }; 407 408 // Page 4 409 FixedBitmap FB_PAGE4 410 { 411 OutputSize = TRUE ; 412 Scale = TRUE ; 413 Border = TRUE ; 414 Pos = MAP_APPFONT ( 6, 4 ) ; 415 Size = MAP_APPFONT ( 258, 29 ) ; 416 Fixed = Bitmap { File = "dlgass4.png" ; } ; 417 }; 418 419 FixedLine FL_PAGE4_PERSONAL 420 { 421 OutputSize = TRUE ; 422 Pos = MAP_APPFONT ( 6, 37 ); 423 Size = MAP_APPFONT ( 260, 8 ); 424 Text [ en-US ] = "Describe your basic ideas" ; 425 }; 426 427 FixedText FT_PAGE4_ASKNAME 428 { 429 OutputSize = TRUE ; 430 Pos = MAP_APPFONT ( 12, 48 ) ; 431 Size = MAP_APPFONT ( 248, 8 ) ; 432 Text [ en-US ] = "What is your name or the name of your company?" ; 433 434 }; 435 Edit EDT_PAGE4_ASKNAME 436 { 437 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKNAME" ; 438 OutputSize = TRUE ; 439 Border = TRUE ; 440 Pos = MAP_APPFONT ( 12, 59 ) ; 441 Size = MAP_APPFONT ( 248, 12 ) ; 442 TabStop = TRUE ; 443 }; 444 FixedText FT_PAGE4_ASKTOPIC 445 { 446 OutputSize = TRUE ; 447 Pos = MAP_APPFONT ( 12, 77 ) ; 448 Size = MAP_APPFONT ( 248, 8 ) ; 449 Text [ en-US ] = "What is the subject of your presentation?" ; 450 }; 451 Edit EDT_PAGE4_ASKTOPIC 452 { 453 HelpID = "sd:Edit:DLG_ASS:EDT_PAGE4_ASKTOPIC" ; 454 OutputSize = TRUE ; 455 Border = TRUE ; 456 Pos = MAP_APPFONT ( 12, 88 ) ; 457 Size = MAP_APPFONT ( 248, 12 ) ; 458 TabStop = TRUE ; 459 }; 460 FixedText FT_PAGE4_ASKINFORMATION 461 { 462 OutputSize = TRUE ; 463 Pos = MAP_APPFONT ( 12, 106 ) ; 464 Size = MAP_APPFONT ( 248, 8 ) ; 465 Text [ en-US ] = "Further ideas to be presented?" ; 466 }; 467 MultiLineEdit EDT_PAGE4_ASKINFORMATION 468 { 469 HelpID = "sd:MultiLineEdit:DLG_ASS:EDT_PAGE4_ASKINFORMATION" ; 470 OutputSize = TRUE ; 471 Border = TRUE ; 472 Pos = MAP_APPFONT ( 12, 117 ) ; 473 Size = MAP_APPFONT ( 248, 47 ) ; 474 TabStop = TRUE ; 475 IgnoreTab = TRUE ; 476 VSCROLL = TRUE ; 477 }; 478 479 // Page 5 480 FixedBitmap FB_PAGE5 481 { 482 OutputSize = TRUE ; 483 Scale = TRUE ; 484 Border = TRUE ; 485 Pos = MAP_APPFONT ( 6, 4 ) ; 486 Size = MAP_APPFONT ( 258, 29 ) ; 487 Fixed = Bitmap { File = "dlgass5.png" ; } ; 488 }; 489 490 FixedText FT_PAGE5_PAGELIST 491 { 492 OutputSize = TRUE ; 493 Pos = MAP_APPFONT ( 6, 39 ) ; 494 Size = MAP_APPFONT ( 132, 8 ) ; 495 Text [ en-US ] = "Ch~oose your pages" ; 496 }; 497 498 Control CT_PAGE5_PAGELIST 499 { 500 OutputSize = TRUE ; 501 Pos = MAP_APPFONT ( 6, 50 ) ; 502 Size = MAP_APPFONT ( 132, 100 ) ; 503 Border = TRUE ; 504 TabStop = TRUE ; 505 }; 506 507 CheckBox CB_PAGE5_SUMMARY 508 { 509 HelpID = "sd:CheckBox:DLG_ASS:CB_PAGE5_SUMMARY" ; 510 OutputSize = TRUE ; 511 Pos = MAP_APPFONT ( 6, 154 ) ; 512 Size = MAP_APPFONT ( 132, 10 ) ; 513 TabStop = TRUE ; 514 Text [ en-US ] = "C~reate summary" ; 515 }; 516 517 // General 518 HelpButton BUT_HELP 519 { 520 OutputSize = TRUE ; 521 Pos = MAP_APPFONT ( 6, 170 ) ; 522 Size = MAP_APPFONT ( 50, 14 ) ; 523 TabStop = TRUE ; 524 }; 525 526 CancelButton BUT_CANCEL 527 { 528 OutputSize = TRUE ; 529 Pos = MAP_APPFONT ( 59, 170 ) ; 530 Size = MAP_APPFONT ( 50, 14 ) ; 531 TabStop = TRUE ; 532 }; 533 534 PushButton BUT_LAST 535 { 536 HelpID = "sd:PushButton:DLG_ASS:BUT_LAST" ; 537 OutputSize = TRUE ; 538 Pos = MAP_APPFONT ( 112, 170 ) ; 539 Size = MAP_APPFONT ( 50, 14 ) ; 540 TabStop = TRUE ; 541 Text [ en-US ] = "< ~Back" ; 542 }; 543 544 PushButton BUT_NEXT 545 { 546 HelpID = "sd:PushButton:DLG_ASS:BUT_NEXT" ; 547 DefButton = TRUE ; 548 OutputSize = TRUE ; 549 Pos = MAP_APPFONT ( 165, 170 ) ; 550 Size = MAP_APPFONT ( 50, 14 ) ; 551 TabStop = TRUE ; 552 Text [ en-US ] = "~Next >" ; 553 }; 554 555 OKButton BUT_FINISH 556 { 557 OutputSize = TRUE ; 558 Pos = MAP_APPFONT ( 218, 170 ) ; 559 Size = MAP_APPFONT ( 50, 14 ) ; 560 TabStop = TRUE ; 561 Text [ en-US ] = "~Create" ; 562 }; 563 564 String STR_OPEN 565 { 566 Text [ en-US ] = "~Open" ; 567 }; 568 569 String STR_CREATE 570 { 571 Text [ en-US ] = "~Create" ; 572 }; 573}; 574 575// ******************************************************************* EOF 576