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