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