home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoAlbum.exe / 0 / RCDATA / TFORMCREATEPHOTOSHOW / TFORMCREATEPHOTOSHOW.txt
Encoding:
Text File  |  2004-04-06  |  53.1 KB  |  1,693 lines

  1. object FormCreatePhotoShow: TFormCreatePhotoShow
  2.   Left = 223
  3.   Top = 631
  4.   AutoScroll = False
  5.   Caption = 'Create FotoShow'
  6.   ClientHeight = 337
  7.   ClientWidth = 458
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PanelButtons: TPanel
  25.     Left = 0
  26.     Top = 301
  27.     Width = 458
  28.     Height = 36
  29.     Align = alBottom
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     DesignSize = (
  33.       458
  34.       36)
  35.     object Bevel1: TBevel
  36.       Left = 0
  37.       Top = 0
  38.       Width = 458
  39.       Height = 2
  40.       Align = alTop
  41.       Shape = bsBottomLine
  42.     end
  43.     object BtnCancel: TButton
  44.       Left = 377
  45.       Top = 8
  46.       Width = 75
  47.       Height = 25
  48.       Anchors = [akTop, akRight]
  49.       Caption = 'Cancel'
  50.       TabOrder = 0
  51.       OnClick = BtnCancelClick
  52.     end
  53.     object BtnGo: TButton
  54.       Left = 273
  55.       Top = 8
  56.       Width = 75
  57.       Height = 25
  58.       Anchors = [akTop, akRight]
  59.       Caption = 'Go'
  60.       TabOrder = 1
  61.       OnClick = BtnGoClick
  62.     end
  63.     object BtnBack: TButton
  64.       Left = 190
  65.       Top = 8
  66.       Width = 75
  67.       Height = 25
  68.       Anchors = [akTop, akRight]
  69.       Caption = 'BtnBack'
  70.       TabOrder = 2
  71.       OnClick = BtnBackClick
  72.     end
  73.   end
  74.   object nbCreateShow: TNotebook
  75.     Left = 0
  76.     Top = 0
  77.     Width = 458
  78.     Height = 301
  79.     Align = alClient
  80.     PageIndex = 2
  81.     TabOrder = 1
  82.     object TPage
  83.       Left = 0
  84.       Top = 0
  85.       Caption = 'nbAskSelection'
  86.       object PanelIntro: TPanel
  87.         Left = 0
  88.         Top = 0
  89.         Width = 458
  90.         Height = 301
  91.         Align = alClient
  92.         BevelOuter = bvNone
  93.         Caption = 'PanelIntro'
  94.         TabOrder = 0
  95.         object Image9: TImage
  96.           Left = 0
  97.           Top = 0
  98.           Width = 165
  99.           Height = 301
  100.           Align = alLeft
  101.         end
  102.         object Panel5: TPanel
  103.           Left = 165
  104.           Top = 0
  105.           Width = 293
  106.           Height = 301
  107.           Align = alClient
  108.           BevelOuter = bvNone
  109.           Color = clWindow
  110.           TabOrder = 0
  111.           object LblSel1: TLabel
  112.             Left = 32
  113.             Top = 146
  114.             Width = 228
  115.             Height = 13
  116.             Caption = 'Which images do you wish to use for the show ?'
  117.           end
  118.           object Label34: TLabel
  119.             Left = 10
  120.             Top = 23
  121.             Width = 272
  122.             Height = 20
  123.             Caption = 'Welcome to the FotoShow Wizard'
  124.             Font.Charset = DEFAULT_CHARSET
  125.             Font.Color = clWindowText
  126.             Font.Height = -16
  127.             Font.Name = 'MS Sans Serif'
  128.             Font.Style = [fsBold]
  129.             ParentFont = False
  130.             WordWrap = True
  131.           end
  132.           object Label36: TLabel
  133.             Left = 32
  134.             Top = 52
  135.             Width = 237
  136.             Height = 26
  137.             Caption = 
  138.               'Using this wizard, you can create a movie that will display your' +
  139.               ' photos with transitions and music.'
  140.             WordWrap = True
  141.           end
  142.           object Label1: TLabel
  143.             Left = 32
  144.             Top = 89
  145.             Width = 245
  146.             Height = 26
  147.             Caption = 
  148.               'The resulting file makes it easy to share a collection of images' +
  149.               ' without requiring any additional software.'
  150.             WordWrap = True
  151.           end
  152.           object rbSelected: TRadioButton
  153.             Left = 59
  154.             Top = 168
  155.             Width = 232
  156.             Height = 17
  157.             Caption = 'Selected images'
  158.             Checked = True
  159.             TabOrder = 0
  160.             TabStop = True
  161.           end
  162.           object rbAll: TRadioButton
  163.             Left = 59
  164.             Top = 188
  165.             Width = 231
  166.             Height = 17
  167.             Caption = 'All displayed images'
  168.             TabOrder = 1
  169.           end
  170.         end
  171.       end
  172.     end
  173.     object TPage
  174.       Left = 0
  175.       Top = 0
  176.       Caption = 'nbVideoOptions'
  177.       object PanelVideoSettings: TPanel
  178.         Left = 0
  179.         Top = 49
  180.         Width = 458
  181.         Height = 252
  182.         Align = alClient
  183.         BevelOuter = bvNone
  184.         TabOrder = 0
  185.         object Bevel3: TBevel
  186.           Left = 0
  187.           Top = 0
  188.           Width = 458
  189.           Height = 4
  190.           Align = alTop
  191.           Shape = bsTopLine
  192.         end
  193.         object GroupBox1: TGroupBox
  194.           Left = 40
  195.           Top = 12
  196.           Width = 380
  197.           Height = 133
  198.           Caption = 'Video settings'
  199.           TabOrder = 0
  200.           object Label5: TLabel
  201.             Left = 17
  202.             Top = 19
  203.             Width = 48
  204.             Height = 13
  205.             Caption = 'Video size'
  206.           end
  207.           object Label9: TLabel
  208.             Left = 17
  209.             Top = 41
  210.             Width = 51
  211.             Height = 13
  212.             Caption = 'Transitions'
  213.           end
  214.           object LblImageDuration: TLabel
  215.             Left = 17
  216.             Top = 62
  217.             Width = 70
  218.             Height = 13
  219.             Caption = 'Image duration'
  220.           end
  221.           object LblTransitionDuration: TLabel
  222.             Left = 17
  223.             Top = 86
  224.             Width = 87
  225.             Height = 13
  226.             Caption = 'Transition duration'
  227.           end
  228.           object LblAutoAdjusted: TLabel
  229.             Left = 160
  230.             Top = 66
  231.             Width = 65
  232.             Height = 13
  233.             Caption = 'Auto adjusted'
  234.             Visible = False
  235.           end
  236.           object cbVideoSize: TComboBox
  237.             Left = 113
  238.             Top = 13
  239.             Width = 175
  240.             Height = 21
  241.             Style = csDropDownList
  242.             ItemHeight = 13
  243.             TabOrder = 0
  244.             OnChange = OnChangedSettings
  245.             Items.Strings = (
  246.               '160x120 (small)'
  247.               '320x240 (medium)'
  248.               '640x480 (large)')
  249.           end
  250.           object cbTransitions: TComboBox
  251.             Left = 113
  252.             Top = 37
  253.             Width = 175
  254.             Height = 21
  255.             Style = csDropDownList
  256.             ItemHeight = 13
  257.             ItemIndex = 0
  258.             TabOrder = 1
  259.             Text = 'Random'
  260.             OnChange = OnChangedSettings
  261.             Items.Strings = (
  262.               'Random'
  263.               'Fade'
  264.               'Swip')
  265.           end
  266.           object EditImageDuration: TEdit
  267.             Left = 113
  268.             Top = 62
  269.             Width = 42
  270.             Height = 21
  271.             Enabled = False
  272.             TabOrder = 2
  273.             Text = '4'
  274.             OnChange = OnChangedSettings
  275.           end
  276.           object EditTransitionDuration: TEdit
  277.             Left = 113
  278.             Top = 86
  279.             Width = 42
  280.             Height = 21
  281.             Enabled = False
  282.             TabOrder = 3
  283.             Text = '1'
  284.             OnChange = OnChangedSettings
  285.           end
  286.           object cbTransitionToFirstSlide: TCheckBox
  287.             Left = 19
  288.             Top = 111
  289.             Width = 150
  290.             Height = 17
  291.             Caption = 'Transition to first slide'
  292.             TabOrder = 4
  293.             OnClick = OnChangedSettings
  294.           end
  295.           object cbIncludeCaptions: TCheckBox
  296.             Left = 168
  297.             Top = 111
  298.             Width = 121
  299.             Height = 17
  300.             Caption = 'Include captions'
  301.             TabOrder = 5
  302.             OnClick = OnChangedSettings
  303.           end
  304.         end
  305.         object GroupBox2: TGroupBox
  306.           Left = 40
  307.           Top = 153
  308.           Width = 380
  309.           Height = 92
  310.           TabOrder = 1
  311.           object LabelAudioFileName: TLabel
  312.             Left = 17
  313.             Top = 23
  314.             Width = 71
  315.             Height = 13
  316.             Caption = 'Soundtrack file'
  317.           end
  318.           object BtnSelMusic: TSpeedButton
  319.             Left = 312
  320.             Top = 19
  321.             Width = 23
  322.             Height = 22
  323.             Glyph.Data = {
  324.               36030000424D3603000000000000360000002800000010000000100000000100
  325.               18000000000000030000C40E0000C40E00000000000000000000808000808000
  326.               0000000000000000000000000000000000000000000000000000000000000000
  327.               00000000000000808000808000009F9F60CFCF60CFCF60CFCF60CFCF60CFCF60
  328.               CFCF60CFCF60CFCF60CFCF60CFCF60CFCF60CFCF60CFCF000000808000009F9F
  329.               CFFFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FCF
  330.               FF9FCFFF60CFCF000000808000009F9FCFFFFF9FFFFF9FFFFF9FFFFF9FCFFF9F
  331.               FFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FCFFF60CFCF000000808000009F9F
  332.               CFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFF
  333.               FF9FCFFF60CFCF000000808000009F9FCFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9F
  334.               FFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFFFF60CFCF000000808000009F9F
  335.               CFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FCFFF9FFF
  336.               FF9FCFFF60CFCF000000808000009F9FCFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9F
  337.               FFFF9FFFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFFFF60CFCF000000808000009F9F
  338.               CFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFF
  339.               FF9FCFFF60CFCF000000808000009F9FCFFFFFCFFFFFCFFFFFCFFFFFCFFFFFCF
  340.               FFFFCFFFFFCFFFFFCFFFFFCFFFFFCFFFFF9FFFFF60CFCF000000808000009F9F
  341.               60CFCF60CFCF60CFCF60CFCF60CFCF60CFCF60CFCF009F9F009F9F009F9F009F
  342.               9F009F9F009F9F808000808000808000009F9FF0F0F0CFFFFFCFFFFF9FFFFF9F
  343.               FFFF009F9F000000808000808000808000808000808000808000808000808000
  344.               808000009F9F009F9F009F9F009F9F009F9F0000008080008080008080008080
  345.               0080800080800080800080800080800080800080800080800080800080800080
  346.               8000808000808000808000808000808000808000808000808000808000808000
  347.               8080008080008080008080008080008080008080008080008080008080008080
  348.               0080800080800080800080800080800080800080800080800080800080800080
  349.               8000808000808000808000808000808000808000808000808000}
  350.             OnClick = BtnSelMusicClick
  351.           end
  352.           object LblFadeoutDuration: TLabel
  353.             Left = 17
  354.             Top = 45
  355.             Width = 70
  356.             Height = 13
  357.             Caption = 'Fadeout (secs)'
  358.           end
  359.           object EditAudioFile: TEdit
  360.             Left = 113
  361.             Top = 20
  362.             Width = 192
  363.             Height = 21
  364.             Color = clScrollBar
  365.             ReadOnly = True
  366.             TabOrder = 0
  367.             OnChange = OnChangedSettings
  368.           end
  369.           object EditFadeAudioDuration: TEdit
  370.             Left = 113
  371.             Top = 43
  372.             Width = 51
  373.             Height = 21
  374.             TabOrder = 1
  375.             Text = '3'
  376.             OnChange = OnChangedSettings
  377.           end
  378.           object cbAutoDurations: TCheckBox
  379.             Left = 19
  380.             Top = 67
  381.             Width = 266
  382.             Height = 17
  383.             Caption = 'Auto adjust image duration to match length of audio'
  384.             TabOrder = 2
  385.             OnClick = OnChangedSettings
  386.           end
  387.         end
  388.         object cbPlayAudio: TCheckBox
  389.           Left = 50
  390.           Top = 151
  391.           Width = 140
  392.           Height = 17
  393.           Caption = 'Include audio with movie'
  394.           TabOrder = 2
  395.           OnClick = OnChangedSettings
  396.         end
  397.       end
  398.       object PanelVideoSettingsHeading: TPanel
  399.         Left = 0
  400.         Top = 0
  401.         Width = 458
  402.         Height = 49
  403.         Align = alTop
  404.         BevelOuter = bvNone
  405.         Color = clWindow
  406.         TabOrder = 1
  407.         object Label6: TLabel
  408.           Left = 13
  409.           Top = 8
  410.           Width = 44
  411.           Height = 13
  412.           Caption = 'Options'
  413.           Font.Charset = DEFAULT_CHARSET
  414.           Font.Color = clWindowText
  415.           Font.Height = -11
  416.           Font.Name = 'MS Sans Serif'
  417.           Font.Style = [fsBold]
  418.           ParentFont = False
  419.         end
  420.         object Label7: TLabel
  421.           Left = 96
  422.           Top = 8
  423.           Width = 241
  424.           Height = 13
  425.           Caption = 'Use the video and options settings below to control'
  426.         end
  427.         object Label3: TLabel
  428.           Left = 96
  429.           Top = 23
  430.           Width = 157
  431.           Height = 13
  432.           Caption = 'the generation of your FotoShow.'
  433.         end
  434.       end
  435.     end
  436.     object TPage
  437.       Left = 0
  438.       Top = 0
  439.       Caption = 'nbCaptionOptions'
  440.       object PanelCaptionOptionsHeading: TPanel
  441.         Left = 0
  442.         Top = 0
  443.         Width = 458
  444.         Height = 49
  445.         Align = alTop
  446.         BevelOuter = bvNone
  447.         Color = clWindow
  448.         TabOrder = 0
  449.         object Label12: TLabel
  450.           Left = 96
  451.           Top = 8
  452.           Width = 240
  453.           Height = 13
  454.           Caption = 'Use caption settings below to control how captions'
  455.         end
  456.         object Label33: TLabel
  457.           Left = 13
  458.           Top = 8
  459.           Width = 50
  460.           Height = 13
  461.           Caption = 'Captions'
  462.           Font.Charset = DEFAULT_CHARSET
  463.           Font.Color = clWindowText
  464.           Font.Height = -11
  465.           Font.Name = 'MS Sans Serif'
  466.           Font.Style = [fsBold]
  467.           ParentFont = False
  468.         end
  469.         object Label35: TLabel
  470.           Left = 96
  471.           Top = 23
  472.           Width = 132
  473.           Height = 13
  474.           Caption = 'display within the slideshow.'
  475.         end
  476.       end
  477.       object PanelCaptionOptions: TPanel
  478.         Left = 0
  479.         Top = 49
  480.         Width = 458
  481.         Height = 252
  482.         Align = alClient
  483.         BevelOuter = bvNone
  484.         TabOrder = 1
  485.         object Bevel10: TBevel
  486.           Left = 0
  487.           Top = 0
  488.           Width = 458
  489.           Height = 4
  490.           Align = alTop
  491.           Shape = bsTopLine
  492.         end
  493.         object GroupBox4: TGroupBox
  494.           Left = 40
  495.           Top = 168
  496.           Width = 380
  497.           Height = 81
  498.           Caption = 'Text Properties'
  499.           TabOrder = 0
  500.           object Label39: TLabel
  501.             Left = 16
  502.             Top = 20
  503.             Width = 80
  504.             Height = 13
  505.             Caption = 'Caption Location'
  506.           end
  507.           object Label37: TLabel
  508.             Left = 16
  509.             Top = 52
  510.             Width = 36
  511.             Height = 13
  512.             Caption = 'Opacity'
  513.           end
  514.           object cbCaptionLocation: TComboBox
  515.             Left = 107
  516.             Top = 16
  517.             Width = 145
  518.             Height = 21
  519.             Style = csDropDownList
  520.             ItemHeight = 13
  521.             ItemIndex = 4
  522.             TabOrder = 0
  523.             Text = 'Bottom Center'
  524.             OnChange = Fontchange
  525.             Items.Strings = (
  526.               'Top Left'
  527.               'Top Center'
  528.               'Top Right'
  529.               'Bottom Left'
  530.               'Bottom Center'
  531.               'Bottom Right')
  532.           end
  533.           object tbOpacity: TTrackBar
  534.             Left = 101
  535.             Top = 47
  536.             Width = 150
  537.             Height = 25
  538.             Max = 255
  539.             Frequency = 16
  540.             Position = 255
  541.             TabOrder = 1
  542.             ThumbLength = 12
  543.             OnChange = Fontchange
  544.           end
  545.         end
  546.         object GroupBox5: TGroupBox
  547.           Left = 40
  548.           Top = 6
  549.           Width = 380
  550.           Height = 155
  551.           Caption = 'Font'
  552.           TabOrder = 1
  553.           object Label43: TLabel
  554.             Left = 16
  555.             Top = 115
  556.             Width = 38
  557.             Height = 13
  558.             Caption = 'Preview'
  559.           end
  560.           object dxBarDockControl1: TdxBarDockControl
  561.             Left = 30
  562.             Top = 15
  563.             Width = 199
  564.             Height = 79
  565.             Align = dalNone
  566.             BarManager = dxBarManager1
  567.           end
  568.           object FontPreview: TPanel
  569.             Left = 72
  570.             Top = 97
  571.             Width = 281
  572.             Height = 49
  573.             BevelOuter = bvLowered
  574.             Caption = 'AaBbYyZz'
  575.             Font.Charset = DEFAULT_CHARSET
  576.             Font.Color = clYellow
  577.             Font.Height = -13
  578.             Font.Name = 'Arial Black'
  579.             Font.Style = []
  580.             ParentFont = False
  581.             TabOrder = 1
  582.           end
  583.         end
  584.       end
  585.     end
  586.     object TPage
  587.       Left = 0
  588.       Top = 0
  589.       Caption = 'nbGenerating'
  590.       object PanelCreatingShow: TPanel
  591.         Left = 0
  592.         Top = 49
  593.         Width = 458
  594.         Height = 252
  595.         Align = alClient
  596.         BevelOuter = bvNone
  597.         TabOrder = 0
  598.         DesignSize = (
  599.           458
  600.           252)
  601.         object Label13: TLabel
  602.           Left = 98
  603.           Top = 96
  604.           Width = 263
  605.           Height = 13
  606.           Alignment = taCenter
  607.           Anchors = [akLeft, akTop, akRight]
  608.           AutoSize = False
  609.           Caption = 'Please wait...'
  610.         end
  611.         object Bevel5: TBevel
  612.           Left = 0
  613.           Top = 0
  614.           Width = 458
  615.           Height = 4
  616.           Align = alTop
  617.           Shape = bsTopLine
  618.         end
  619.         object pbCreating: TProgressBar
  620.           Left = 98
  621.           Top = 72
  622.           Width = 263
  623.           Height = 16
  624.           Anchors = [akLeft, akTop, akRight]
  625.           TabOrder = 0
  626.         end
  627.       end
  628.       object PanelCreatingShowHeading: TPanel
  629.         Left = 0
  630.         Top = 0
  631.         Width = 458
  632.         Height = 49
  633.         Align = alTop
  634.         BevelOuter = bvNone
  635.         Color = clWindow
  636.         TabOrder = 1
  637.         object Label8: TLabel
  638.           Left = 13
  639.           Top = 8
  640.           Width = 83
  641.           Height = 13
  642.           Caption = 'Creating Show'
  643.           Font.Charset = DEFAULT_CHARSET
  644.           Font.Color = clWindowText
  645.           Font.Height = -11
  646.           Font.Name = 'MS Sans Serif'
  647.           Font.Style = [fsBold]
  648.           ParentFont = False
  649.         end
  650.         object Label10: TLabel
  651.           Left = 105
  652.           Top = 8
  653.           Width = 224
  654.           Height = 13
  655.           Caption = 'Once the creation process is complete, you will '
  656.         end
  657.         object Label11: TLabel
  658.           Left = 105
  659.           Top = 24
  660.           Width = 164
  661.           Height = 13
  662.           Caption = 'be able to preview your FotoShow.'
  663.         end
  664.       end
  665.     end
  666.     object TPage
  667.       Left = 0
  668.       Top = 0
  669.       Caption = 'nbPreview'
  670.       object PanelPreview: TPanel
  671.         Left = 0
  672.         Top = 49
  673.         Width = 458
  674.         Height = 252
  675.         Align = alClient
  676.         BevelOuter = bvNone
  677.         TabOrder = 0
  678.         DesignSize = (
  679.           458
  680.           252)
  681.         object Bevel2: TBevel
  682.           Left = 0
  683.           Top = 0
  684.           Width = 458
  685.           Height = 2
  686.           Align = alTop
  687.           Shape = bsBottomLine
  688.         end
  689.         object SpeedButton3: TSpeedButton
  690.           Left = 89
  691.           Top = 233
  692.           Width = 17
  693.           Height = 17
  694.           Hint = 'Play'
  695.           Anchors = [akLeft, akBottom]
  696.           Flat = True
  697.           Glyph.Data = {
  698.             36030000424D3603000000000000360000002800000010000000100000000100
  699.             18000000000000030000120B0000120B00000000000000000000FFFFFFFFFFFF
  700.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  701.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  702.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  703.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  704.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA64C4CFF
  705.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  706.             FFFFFFFFFFFFFFFFFFFFFFFFA64C4CA64C4CFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  707.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA64C4CA6
  708.             4C4CA64C4CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  709.             FFFFFFFFFFFFFFFFFFFFFFFFA64C4CA64C4CA64C4CA64C4CFFFFFFFFFFFFFFFF
  710.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA64C4CA6
  711.             4C4CA64C4CA64C4CA64C4CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  712.             FFFFFFFFFFFFFFFFFFFFFFFFA64C4CA64C4CA64C4CA64C4CFFFFFFFFFFFFFFFF
  713.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA64C4CA6
  714.             4C4CA64C4CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  715.             FFFFFFFFFFFFFFFFFFFFFFFFA64C4CA64C4CFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  716.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA64C4CFF
  717.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  718.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  719.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  720.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  721.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  722.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  723.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  724.           ParentShowHint = False
  725.           ShowHint = True
  726.           OnClick = btnPlayClick
  727.         end
  728.         object SpeedButton4: TSpeedButton
  729.           Left = 132
  730.           Top = 233
  731.           Width = 17
  732.           Height = 17
  733.           Hint = 'Stop'
  734.           Anchors = [akLeft, akBottom]
  735.           Flat = True
  736.           Glyph.Data = {
  737.             36030000424D3603000000000000360000002800000010000000100000000100
  738.             18000000000000030000120B0000120B00000000000000000000FFFFFFFFFFFF
  739.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  740.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  741.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  742.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  743.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  744.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  745.             FFFFFFFFFFFFA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CFFFF
  746.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA64C4CA64C4CA64C4CA6
  747.             4C4CA64C4CA64C4CA64C4CA64C4CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  748.             FFFFFFFFFFFFA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CFFFF
  749.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA64C4CA64C4CA64C4CA6
  750.             4C4CA64C4CA64C4CA64C4CA64C4CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  751.             FFFFFFFFFFFFA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CFFFF
  752.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA64C4CA64C4CA64C4CA6
  753.             4C4CA64C4CA64C4CA64C4CA64C4CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  754.             FFFFFFFFFFFFA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CA64C4CFFFF
  755.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFA64C4CA64C4CA64C4CA6
  756.             4C4CA64C4CA64C4CA64C4CA64C4CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  757.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  758.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  759.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  760.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  761.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  762.             FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
  763.           ParentShowHint = False
  764.           ShowHint = True
  765.           OnClick = BtnStopClick
  766.         end
  767.         object SpeedButton5: TSpeedButton
  768.           Left = 110
  769.           Top = 233
  770.           Width = 17
  771.           Height = 17
  772.           Hint = 'Pause'
  773.           Anchors = [akLeft, akBottom]
  774.           Flat = True
  775.           Glyph.Data = {
  776.             36050000424D3605000000000000360400002800000010000000100000000100
  777.             08000000000000010000120B0000120B00000001000003000000A64C4C00FFFF
  778.             FF00FFFFFF000000000000000000000000000000000000000000000000000000
  779.             0000000000000000000000000000000000000000000000000000000000000000
  780.             0000000000000000000000000000000000000000000000000000000000000000
  781.             0000000000000000000000000000000000000000000000000000000000000000
  782.             0000000000000000000000000000000000000000000000000000000000000000
  783.             0000000000000000000000000000000000000000000000000000000000000000
  784.             0000000000000000000000000000000000000000000000000000000000000000
  785.             0000000000000000000000000000000000000000000000000000000000000000
  786.             0000000000000000000000000000000000000000000000000000000000000000
  787.             0000000000000000000000000000000000000000000000000000000000000000
  788.             0000000000000000000000000000000000000000000000000000000000000000
  789.             0000000000000000000000000000000000000000000000000000000000000000
  790.             0000000000000000000000000000000000000000000000000000000000000000
  791.             0000000000000000000000000000000000000000000000000000000000000000
  792.             0000000000000000000000000000000000000000000000000000000000000000
  793.             0000000000000000000000000000000000000000000000000000000000000000
  794.             0000000000000000000000000000000000000000000000000000000000000000
  795.             0000000000000000000000000000000000000000000000000000000000000000
  796.             0000000000000000000000000000000000000000000000000000000000000000
  797.             0000000000000000000000000000000000000000000000000000000000000000
  798.             0000000000000000000000000000000000000000000000000000000000000000
  799.             0000000000000000000000000000000000000000000000000000000000000000
  800.             0000000000000000000000000000000000000000000000000000000000000000
  801.             0000000000000000000000000000000000000000000000000000000000000000
  802.             0000000000000000000000000000000000000000000000000000000000000000
  803.             0000000000000000000000000000000000000000000000000000000000000000
  804.             0000000000000000000000000000000000000000000000000000000000000000
  805.             0000000000000000000000000000000000000000000000000000000000000000
  806.             0000000000000000000000000000000000000000000000000000000000000000
  807.             0000000000000000000000000000000000000000000000000000000000000000
  808.             0000000000000000000000000000000000000000000000000000000000000000
  809.             0000000000000000000000000000000000000000000000000000010101010101
  810.             0101010101010101010101010101010101010101010101010101010101010101
  811.             0101010101010101010101010101010101010101010101010101010101010000
  812.             0001010000000101010101010101000000010100000001010101010101010000
  813.             0001010000000101010101010101000000010100000001010101010101010000
  814.             0001010000000101010101010101000000010100000001010101010101010000
  815.             0001010000000101010101010101000000010100000001010101010101010101
  816.             0101010101010101010101010101010101010101010101010101010101010101
  817.             0101010101010101010101010101010101010101010101010101}
  818.           ParentShowHint = False
  819.           ShowHint = True
  820.           OnClick = btnPauseClick
  821.         end
  822.         object PanelPlayer: TPanel
  823.           Left = 87
  824.           Top = 5
  825.           Width = 281
  826.           Height = 222
  827.           Anchors = [akLeft, akTop, akRight, akBottom]
  828.           BevelInner = bvLowered
  829.           BevelOuter = bvLowered
  830.           Color = clBlack
  831.           TabOrder = 0
  832.         end
  833.         object pbPlaying: TProgressBar
  834.           Left = 158
  835.           Top = 236
  836.           Width = 220
  837.           Height = 8
  838.           Anchors = [akLeft, akBottom]
  839.           Smooth = True
  840.           TabOrder = 1
  841.         end
  842.       end
  843.       object PanelPreviewShowHeading: TPanel
  844.         Left = 0
  845.         Top = 0
  846.         Width = 458
  847.         Height = 49
  848.         Align = alTop
  849.         BevelOuter = bvNone
  850.         Color = clWindow
  851.         TabOrder = 1
  852.         object Label19: TLabel
  853.           Left = 13
  854.           Top = 8
  855.           Width = 81
  856.           Height = 13
  857.           Caption = 'Preview Show'
  858.           Font.Charset = DEFAULT_CHARSET
  859.           Font.Color = clWindowText
  860.           Font.Height = -11
  861.           Font.Name = 'MS Sans Serif'
  862.           Font.Style = [fsBold]
  863.           ParentFont = False
  864.         end
  865.         object Label23: TLabel
  866.           Left = 105
  867.           Top = 8
  868.           Width = 233
  869.           Height = 13
  870.           Caption = 'Click the play button below to preview your show.'
  871.         end
  872.         object Label24: TLabel
  873.           Left = 105
  874.           Top = 24
  875.           Width = 293
  876.           Height = 13
  877.           Caption = 'Press the Next button to continue, or back to change settings.'
  878.         end
  879.       end
  880.     end
  881.     object TPage
  882.       Left = 0
  883.       Top = 0
  884.       Caption = 'nbFinalize'
  885.       object PanelSaveShow: TPanel
  886.         Left = 0
  887.         Top = 49
  888.         Width = 473
  889.         Height = 252
  890.         Align = alClient
  891.         BevelOuter = bvNone
  892.         TabOrder = 0
  893.         object Bevel4: TBevel
  894.           Left = 0
  895.           Top = 0
  896.           Width = 473
  897.           Height = 2
  898.           Align = alTop
  899.           Shape = bsTopLine
  900.         end
  901.         object GroupBox3: TGroupBox
  902.           Left = 46
  903.           Top = 11
  904.           Width = 363
  905.           Height = 128
  906.           Caption = 'Output file'
  907.           TabOrder = 0
  908.           object Label20: TLabel
  909.             Left = 16
  910.             Top = 79
  911.             Width = 42
  912.             Height = 13
  913.             Caption = 'Filename'
  914.           end
  915.           object SpeedButton1: TSpeedButton
  916.             Left = 331
  917.             Top = 78
  918.             Width = 23
  919.             Height = 22
  920.             Glyph.Data = {
  921.               36030000424D3603000000000000360000002800000010000000100000000100
  922.               18000000000000030000C40E0000C40E00000000000000000000808000808000
  923.               0000000000000000000000000000000000000000000000000000000000000000
  924.               00000000000000808000808000009F9F60CFCF60CFCF60CFCF60CFCF60CFCF60
  925.               CFCF60CFCF60CFCF60CFCF60CFCF60CFCF60CFCF60CFCF000000808000009F9F
  926.               CFFFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FCF
  927.               FF9FCFFF60CFCF000000808000009F9FCFFFFF9FFFFF9FFFFF9FFFFF9FCFFF9F
  928.               FFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FCFFF60CFCF000000808000009F9F
  929.               CFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFF
  930.               FF9FCFFF60CFCF000000808000009F9FCFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9F
  931.               FFFF9FCFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFFFF60CFCF000000808000009F9F
  932.               CFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FCFFF9FFF
  933.               FF9FCFFF60CFCF000000808000009F9FCFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9F
  934.               FFFF9FFFFF9FFFFF9FCFFF9FFFFF9FCFFF9FFFFF60CFCF000000808000009F9F
  935.               CFFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFFFF9FFF
  936.               FF9FCFFF60CFCF000000808000009F9FCFFFFFCFFFFFCFFFFFCFFFFFCFFFFFCF
  937.               FFFFCFFFFFCFFFFFCFFFFFCFFFFFCFFFFF9FFFFF60CFCF000000808000009F9F
  938.               60CFCF60CFCF60CFCF60CFCF60CFCF60CFCF60CFCF009F9F009F9F009F9F009F
  939.               9F009F9F009F9F808000808000808000009F9FF0F0F0CFFFFFCFFFFF9FFFFF9F
  940.               FFFF009F9F000000808000808000808000808000808000808000808000808000
  941.               808000009F9F009F9F009F9F009F9F009F9F0000008080008080008080008080
  942.               0080800080800080800080800080800080800080800080800080800080800080
  943.               8000808000808000808000808000808000808000808000808000808000808000
  944.               8080008080008080008080008080008080008080008080008080008080008080
  945.               0080800080800080800080800080800080800080800080800080800080800080
  946.               8000808000808000808000808000808000808000808000808000}
  947.             Layout = blGlyphTop
  948.             OnClick = SpeedButton1Click
  949.           end
  950.           object Label32: TLabel
  951.             Left = 16
  952.             Top = 105
  953.             Width = 35
  954.             Height = 13
  955.             Caption = 'Add To'
  956.           end
  957.           object LblDestAlbum: TLabel
  958.             Left = 65
  959.             Top = 105
  960.             Width = 121
  961.             Height = 13
  962.             Cursor = crHandPoint
  963.             Caption = 'Click here to select album'
  964.             Font.Charset = DEFAULT_CHARSET
  965.             Font.Color = clBlue
  966.             Font.Height = -11
  967.             Font.Name = 'MS Sans Serif'
  968.             Font.Style = [fsUnderline]
  969.             ParentFont = False
  970.             OnClick = LblDestAlbumClick
  971.           end
  972.           object EditDestFile: TEdit
  973.             Left = 64
  974.             Top = 77
  975.             Width = 261
  976.             Height = 21
  977.             TabOrder = 0
  978.           end
  979.           object rbSaveWmv: TRadioButton
  980.             Left = 16
  981.             Top = 20
  982.             Width = 337
  983.             Height = 25
  984.             Hint = 
  985.               'Use WMV if you plan on uploading the video to the web or sharing' +
  986.               ' it with others through the internet.  WMV compression gives goo' +
  987.               'd quality and results in very small filesizes.'
  988.             Caption = 'WMV - best for sharing.  Good quality and small filesize.'
  989.             Checked = True
  990.             ParentShowHint = False
  991.             ShowHint = True
  992.             TabOrder = 1
  993.             TabStop = True
  994.             WordWrap = True
  995.             OnClick = rbSaveAVIClick
  996.           end
  997.           object rbSaveAVI: TRadioButton
  998.             Left = 16
  999.             Top = 45
  1000.             Width = 329
  1001.             Height = 25
  1002.             Hint = 
  1003.               'Use AVI if you plan on using this video in a video editor or pla' +
  1004.               'n on coverting it to MPEG using 3rd party tools.  AVI files are ' +
  1005.               'very large, but are uncompressed.'
  1006.             Caption = 'AVI - best for editing.  Best quality, but very large filesize.'
  1007.             ParentShowHint = False
  1008.             ShowHint = True
  1009.             TabOrder = 2
  1010.             WordWrap = True
  1011.             OnClick = rbSaveAVIClick
  1012.           end
  1013.         end
  1014.         object gbDefinition: TGroupBox
  1015.           Left = 46
  1016.           Top = 147
  1017.           Width = 363
  1018.           Height = 97
  1019.           Caption = 'Definition of show'
  1020.           TabOrder = 1
  1021.           object LblSelAlbumForGroup: TLabel
  1022.             Left = 130
  1023.             Top = 44
  1024.             Width = 121
  1025.             Height = 13
  1026.             Cursor = crHandPoint
  1027.             Caption = 'Click here to select album'
  1028.             Font.Charset = DEFAULT_CHARSET
  1029.             Font.Color = clBlue
  1030.             Font.Height = -11
  1031.             Font.Name = 'MS Sans Serif'
  1032.             Font.Style = [fsUnderline]
  1033.             ParentFont = False
  1034.             OnClick = LblSelAlbumForGroupClick
  1035.           end
  1036.           object LblNewGroup: TLabel
  1037.             Left = 23
  1038.             Top = 68
  1039.             Width = 81
  1040.             Height = 13
  1041.             Caption = 'New group name'
  1042.           end
  1043.           object LblAlbumNewGroup: TLabel
  1044.             Left = 23
  1045.             Top = 44
  1046.             Width = 97
  1047.             Height = 13
  1048.             Caption = 'Album for new group'
  1049.           end
  1050.           object cbSaveSettingsTo: TCheckBox
  1051.             Left = 16
  1052.             Top = 20
  1053.             Width = 273
  1054.             Height = 17
  1055.             Caption = 'Add images from show into a new group'
  1056.             TabOrder = 0
  1057.             OnClick = cbSaveSettingsToClick
  1058.           end
  1059.           object EditNewGroupName: TEdit
  1060.             Left = 130
  1061.             Top = 65
  1062.             Width = 125
  1063.             Height = 21
  1064.             TabOrder = 1
  1065.           end
  1066.         end
  1067.       end
  1068.       object PanelSaveShowHeading: TPanel
  1069.         Left = 0
  1070.         Top = 0
  1071.         Width = 473
  1072.         Height = 49
  1073.         Align = alTop
  1074.         BevelOuter = bvNone
  1075.         Color = clWindow
  1076.         TabOrder = 1
  1077.         object Label14: TLabel
  1078.           Left = 13
  1079.           Top = 8
  1080.           Width = 65
  1081.           Height = 13
  1082.           Caption = 'Save Show'
  1083.           Font.Charset = DEFAULT_CHARSET
  1084.           Font.Color = clWindowText
  1085.           Font.Height = -11
  1086.           Font.Name = 'MS Sans Serif'
  1087.           Font.Style = [fsBold]
  1088.           ParentFont = False
  1089.         end
  1090.         object Label15: TLabel
  1091.           Left = 96
  1092.           Top = 8
  1093.           Width = 231
  1094.           Height = 13
  1095.           Caption = 'You can now save your FotoShow and optionally'
  1096.         end
  1097.         object Label16: TLabel
  1098.           Left = 96
  1099.           Top = 24
  1100.           Width = 181
  1101.           Height = 13
  1102.           Caption = 'choose an album to add your video to.'
  1103.         end
  1104.       end
  1105.     end
  1106.     object TPage
  1107.       Left = 0
  1108.       Top = 0
  1109.       Caption = 'nbTooMany'
  1110.       object PanelSizeWarning: TPanel
  1111.         Left = 0
  1112.         Top = 50
  1113.         Width = 473
  1114.         Height = 251
  1115.         Align = alClient
  1116.         BevelOuter = bvNone
  1117.         TabOrder = 0
  1118.         object LblWarning1: TLabel
  1119.           Left = 80
  1120.           Top = 48
  1121.           Width = 280
  1122.           Height = 13
  1123.           Caption = 'You have chosen to create a photo show from xxx pictures.'
  1124.         end
  1125.         object LblWarning2: TLabel
  1126.           Left = 80
  1127.           Top = 64
  1128.           Width = 227
  1129.           Height = 13
  1130.           Caption = 'The recommended maximum for a single show is'
  1131.         end
  1132.         object Label21: TLabel
  1133.           Left = 80
  1134.           Top = 96
  1135.           Width = 290
  1136.           Height = 13
  1137.           Caption = 'You can continue creating this show, but you may experience'
  1138.         end
  1139.         object Label22: TLabel
  1140.           Left = 80
  1141.           Top = 112
  1142.           Width = 252
  1143.           Height = 13
  1144.           Caption = 'long creation times or the generation process may fail.'
  1145.         end
  1146.         object Bevel6: TBevel
  1147.           Left = 0
  1148.           Top = 0
  1149.           Width = 473
  1150.           Height = 4
  1151.           Align = alTop
  1152.           Shape = bsTopLine
  1153.         end
  1154.         object cbDontWarn: TCheckBox
  1155.           Left = 133
  1156.           Top = 230
  1157.           Width = 209
  1158.           Height = 17
  1159.           Caption = 'Do not show this warning again.'
  1160.           TabOrder = 0
  1161.         end
  1162.       end
  1163.       object PanelSizeWarningHeading: TPanel
  1164.         Left = 0
  1165.         Top = 0
  1166.         Width = 473
  1167.         Height = 50
  1168.         Align = alTop
  1169.         BevelOuter = bvNone
  1170.         Color = clWindow
  1171.         TabOrder = 1
  1172.         object Label25: TLabel
  1173.           Left = 13
  1174.           Top = 8
  1175.           Width = 48
  1176.           Height = 13
  1177.           Caption = 'Warning'
  1178.           Font.Charset = DEFAULT_CHARSET
  1179.           Font.Color = clWindowText
  1180.           Font.Height = -11
  1181.           Font.Name = 'MS Sans Serif'
  1182.           Font.Style = [fsBold]
  1183.           ParentFont = False
  1184.         end
  1185.         object Label26: TLabel
  1186.           Left = 96
  1187.           Top = 8
  1188.           Width = 261
  1189.           Height = 13
  1190.           Caption = 'Using this many pictures, you might encounter problems'
  1191.         end
  1192.         object Label2: TLabel
  1193.           Left = 96
  1194.           Top = 24
  1195.           Width = 90
  1196.           Height = 13
  1197.           Caption = ' creating the show.'
  1198.         end
  1199.       end
  1200.     end
  1201.     object TPage
  1202.       Left = 0
  1203.       Top = 0
  1204.       Caption = 'nbSaving'
  1205.       object PanelSavingHeading: TPanel
  1206.         Left = 0
  1207.         Top = 0
  1208.         Width = 458
  1209.         Height = 49
  1210.         Align = alTop
  1211.         BevelOuter = bvNone
  1212.         Color = clWindow
  1213.         TabOrder = 0
  1214.         object Label17: TLabel
  1215.           Left = 13
  1216.           Top = 8
  1217.           Width = 80
  1218.           Height = 13
  1219.           Caption = 'Saving Status'
  1220.           Font.Charset = DEFAULT_CHARSET
  1221.           Font.Color = clWindowText
  1222.           Font.Height = -11
  1223.           Font.Name = 'MS Sans Serif'
  1224.           Font.Style = [fsBold]
  1225.           ParentFont = False
  1226.         end
  1227.         object Label18: TLabel
  1228.           Left = 105
  1229.           Top = 8
  1230.           Width = 146
  1231.           Height = 13
  1232.           Caption = 'Your final show is being saved.'
  1233.         end
  1234.       end
  1235.       object PanelSaving: TPanel
  1236.         Left = 0
  1237.         Top = 49
  1238.         Width = 458
  1239.         Height = 252
  1240.         Align = alClient
  1241.         BevelOuter = bvNone
  1242.         TabOrder = 1
  1243.         DesignSize = (
  1244.           458
  1245.           252)
  1246.         object Bevel7: TBevel
  1247.           Left = 0
  1248.           Top = 0
  1249.           Width = 458
  1250.           Height = 4
  1251.           Align = alTop
  1252.           Shape = bsTopLine
  1253.         end
  1254.         object LblSaveStatus: TLabel
  1255.           Left = 110
  1256.           Top = 88
  1257.           Width = 244
  1258.           Height = 13
  1259.           Alignment = taCenter
  1260.           Anchors = [akLeft, akTop, akRight]
  1261.           AutoSize = False
  1262.           Caption = 'Saving...'
  1263.         end
  1264.         object pbSaveProgress: TProgressBar
  1265.           Left = 106
  1266.           Top = 64
  1267.           Width = 252
  1268.           Height = 16
  1269.           Anchors = [akLeft, akTop, akRight]
  1270.           TabOrder = 0
  1271.         end
  1272.       end
  1273.     end
  1274.     object TPage
  1275.       Left = 0
  1276.       Top = 0
  1277.       Caption = 'nbFinalOk'
  1278.       object PanelFinishedHeading: TPanel
  1279.         Left = 0
  1280.         Top = 0
  1281.         Width = 473
  1282.         Height = 49
  1283.         Align = alTop
  1284.         BevelOuter = bvNone
  1285.         Color = clWindow
  1286.         TabOrder = 0
  1287.         object Label27: TLabel
  1288.           Left = 16
  1289.           Top = 8
  1290.           Width = 48
  1291.           Height = 13
  1292.           Caption = 'Finished'
  1293.           Font.Charset = DEFAULT_CHARSET
  1294.           Font.Color = clWindowText
  1295.           Font.Height = -11
  1296.           Font.Name = 'MS Sans Serif'
  1297.           Font.Style = [fsBold]
  1298.           ParentFont = False
  1299.         end
  1300.         object Label28: TLabel
  1301.           Left = 99
  1302.           Top = 8
  1303.           Width = 222
  1304.           Height = 13
  1305.           Caption = 'Your photo show has been created and saved.'
  1306.         end
  1307.       end
  1308.       object PanelFinished: TPanel
  1309.         Left = 0
  1310.         Top = 49
  1311.         Width = 473
  1312.         Height = 252
  1313.         Align = alClient
  1314.         BevelOuter = bvNone
  1315.         TabOrder = 1
  1316.         object Bevel8: TBevel
  1317.           Left = 0
  1318.           Top = 0
  1319.           Width = 473
  1320.           Height = 2
  1321.           Align = alTop
  1322.           Shape = bsTopLine
  1323.         end
  1324.         object Label29: TLabel
  1325.           Left = 116
  1326.           Top = 64
  1327.           Width = 198
  1328.           Height = 13
  1329.           Caption = 'If you wish to modify this movie, be sure to'
  1330.         end
  1331.         object Label30: TLabel
  1332.           Left = 116
  1333.           Top = 80
  1334.           Width = 207
  1335.           Height = 13
  1336.           Caption = 'choose the same album or group before you'
  1337.         end
  1338.         object Label31: TLabel
  1339.           Left = 116
  1340.           Top = 97
  1341.           Width = 215
  1342.           Height = 13
  1343.           Caption = 'start.  This will ensure all settings are retained.'
  1344.         end
  1345.       end
  1346.     end
  1347.     object TPage
  1348.       Left = 0
  1349.       Top = 0
  1350.       Caption = 'nbDxUpgrade'
  1351.       object PanelDxUpgrade: TPanel
  1352.         Left = 0
  1353.         Top = 0
  1354.         Width = 473
  1355.         Height = 301
  1356.         Align = alClient
  1357.         BevelOuter = bvNone
  1358.         TabOrder = 0
  1359.         object Panel1: TPanel
  1360.           Left = 0
  1361.           Top = 0
  1362.           Width = 473
  1363.           Height = 49
  1364.           Align = alTop
  1365.           BevelOuter = bvNone
  1366.           Color = clWindow
  1367.           TabOrder = 0
  1368.           object Label4: TLabel
  1369.             Left = 16
  1370.             Top = 8
  1371.             Width = 28
  1372.             Height = 13
  1373.             Caption = 'Error'
  1374.             Font.Charset = DEFAULT_CHARSET
  1375.             Font.Color = clWindowText
  1376.             Font.Height = -11
  1377.             Font.Name = 'MS Sans Serif'
  1378.             Font.Style = [fsBold]
  1379.             ParentFont = False
  1380.           end
  1381.           object LblUpdateHeading: TLabel
  1382.             Left = 99
  1383.             Top = 8
  1384.             Width = 326
  1385.             Height = 33
  1386.             AutoSize = False
  1387.             Caption = 'You need to upgrade your version of DirectX.'
  1388.             WordWrap = True
  1389.           end
  1390.         end
  1391.         object Panel2: TPanel
  1392.           Left = 0
  1393.           Top = 49
  1394.           Width = 473
  1395.           Height = 252
  1396.           Align = alClient
  1397.           BevelOuter = bvNone
  1398.           TabOrder = 1
  1399.           object Bevel9: TBevel
  1400.             Left = 0
  1401.             Top = 0
  1402.             Width = 473
  1403.             Height = 2
  1404.             Align = alTop
  1405.             Shape = bsTopLine
  1406.           end
  1407.           object Label38: TLabel
  1408.             Left = 48
  1409.             Top = 32
  1410.             Width = 361
  1411.             Height = 13
  1412.             Caption = 
  1413.               'In order to create a FotoShow Video, you need the following free' +
  1414.               ' downloads:'
  1415.           end
  1416.           object LblDownloadDirectX: TLabel
  1417.             Left = 48
  1418.             Top = 75
  1419.             Width = 338
  1420.             Height = 13
  1421.             Cursor = crHandPoint
  1422.             Caption = 
  1423.               'Click here to go to Microsoft and download the latest version of' +
  1424.               ' DirectX.'
  1425.             Font.Charset = DEFAULT_CHARSET
  1426.             Font.Color = clNavy
  1427.             Font.Height = -11
  1428.             Font.Name = 'MS Sans Serif'
  1429.             Font.Style = [fsUnderline]
  1430.             ParentFont = False
  1431.             OnClick = DownloadDirectXClick
  1432.           end
  1433.           object LblDownloadWindowsMediaPlayer: TLabel
  1434.             Left = 48
  1435.             Top = 99
  1436.             Width = 347
  1437.             Height = 26
  1438.             Cursor = crHandPoint
  1439.             Caption = 
  1440.               'Click here to go to Microsoft and download the latest version of' +
  1441.               ' Windows Media Player.'
  1442.             Font.Charset = DEFAULT_CHARSET
  1443.             Font.Color = clNavy
  1444.             Font.Height = -11
  1445.             Font.Name = 'MS Sans Serif'
  1446.             Font.Style = [fsUnderline]
  1447.             ParentFont = False
  1448.             WordWrap = True
  1449.             OnClick = DownloadWindowsMediaPlayer
  1450.           end
  1451.         end
  1452.       end
  1453.     end
  1454.   end
  1455.   object OpenDialogAudio: TOpenDialog
  1456.     Filter = 'Mpeg audio|*.mp3|Wav Audio|*.wav'
  1457.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
  1458.     Title = 'Select audio file'
  1459.     Left = 416
  1460.     Top = 217
  1461.   end
  1462.   object sdOutput: TSaveDialog
  1463.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  1464.     Left = 414
  1465.     Top = 100
  1466.   end
  1467.   object dxBarManager1: TdxBarManager
  1468.     Font.Charset = DEFAULT_CHARSET
  1469.     Font.Color = clWindowText
  1470.     Font.Height = -11
  1471.     Font.Name = 'Tahoma'
  1472.     Font.Style = []
  1473.     Bars = <
  1474.       item
  1475.         AllowClose = False
  1476.         AllowCustomizing = False
  1477.         AllowQuickCustomizing = False
  1478.         AllowReset = False
  1479.         BorderStyle = bbsNone
  1480.         Caption = 'Color'
  1481.         DockControl = dxBarDockControl1
  1482.         DockedDockControl = dxBarDockControl1
  1483.         DockedLeft = 0
  1484.         DockedTop = 0
  1485.         FloatLeft = 564
  1486.         FloatTop = 432
  1487.         FloatClientWidth = 187
  1488.         FloatClientHeight = 19
  1489.         ItemLinks = <
  1490.           item
  1491.             Item = cbFontFace
  1492.             Visible = True
  1493.           end
  1494.           item
  1495.             Item = cbFontSize
  1496.             Visible = True
  1497.           end
  1498.           item
  1499.             Item = btnSelColor
  1500.             UserDefine = [udWidth]
  1501.             UserWidth = 187
  1502.             Visible = True
  1503.           end
  1504.           item
  1505.             Item = btnBoldFont
  1506.             Visible = True
  1507.           end
  1508.           item
  1509.             Item = btnItalicFont
  1510.             Visible = True
  1511.           end
  1512.           item
  1513.             Item = btnUnderlineFont
  1514.             Visible = True
  1515.           end>
  1516.         MultiLine = True
  1517.         Name = 'Color'
  1518.         NotDocking = [dsNone, dsLeft, dsTop, dsBottom]
  1519.         OneOnRow = True
  1520.         Row = 0
  1521.         UseOwnFont = False
  1522.         Visible = True
  1523.         WholeRow = False
  1524.       end>
  1525.     Categories.Strings = (
  1526.       'Default')
  1527.     Categories.ItemsVisibles = (
  1528.       2)
  1529.     Categories.Visibles = (
  1530.       True)
  1531.     PopupMenuLinks = <>
  1532.     UseSystemFont = True
  1533.     Left = 392
  1534.     Top = 112
  1535.     DockControlHeights = (
  1536.       0
  1537.       0
  1538.       0
  1539.       0)
  1540.     object cbFontFace: TdxBarFontNameCombo
  1541.       Caption = 'Face '
  1542.       Category = 0
  1543.       Hint = 'Face '
  1544.       Visible = ivAlways
  1545.       Text = 'Arial Black'
  1546.       OnChange = Fontchange
  1547.       Glyph.Data = {
  1548.         F6000000424DF600000000000000760000002800000010000000100000000100
  1549.         0400000000008000000000000000000000001000000000000000000000000000
  1550.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  1551.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1552.         8888888888888888888888888888888888888444488844444488887488888744
  1553.         7888888448888744888888874888844788888888444444488888888874884478
  1554.         8888888884484488888888888744478888888888884448888888888888747888
  1555.         8888888888848888888888888888888888888888888888888888}
  1556.       ShowCaption = True
  1557.       Width = 168
  1558.       DropDownCount = 12
  1559.     end
  1560.     object cbFontSize: TdxBarCombo
  1561.       Caption = 'Size  '
  1562.       Category = 0
  1563.       Hint = 'Size  '
  1564.       Visible = ivAlways
  1565.       Text = '10'
  1566.       OnChange = Fontchange
  1567.       ShowCaption = True
  1568.       Width = 169
  1569.       ShowEditor = False
  1570.       Items.Strings = (
  1571.         '8'
  1572.         '10'
  1573.         '12'
  1574.         '14'
  1575.         '16'
  1576.         '18'
  1577.         '20'
  1578.         '24'
  1579.         '36')
  1580.       ItemIndex = 1
  1581.     end
  1582.     object btnSelColor: TdxBarColorCombo
  1583.       Caption = 'Color'
  1584.       Category = 0
  1585.       Hint = 'Color'
  1586.       Visible = ivAlways
  1587.       OnChange = Fontchange
  1588.       Glyph.Data = {
  1589.         36050000424D3605000000000000360400002800000010000000100000000100
  1590.         0800000000000001000000000000000000000001000000000000000000000000
  1591.         80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  1592.         A6000020400000206000002080000020A0000020C0000020E000004000000040
  1593.         20000040400000406000004080000040A0000040C0000040E000006000000060
  1594.         20000060400000606000006080000060A0000060C0000060E000008000000080
  1595.         20000080400000806000008080000080A0000080C0000080E00000A0000000A0
  1596.         200000A0400000A0600000A0800000A0A00000A0C00000A0E00000C0000000C0
  1597.         200000C0400000C0600000C0800000C0A00000C0C00000C0E00000E0000000E0
  1598.         200000E0400000E0600000E0800000E0A00000E0C00000E0E000400000004000
  1599.         20004000400040006000400080004000A0004000C0004000E000402000004020
  1600.         20004020400040206000402080004020A0004020C0004020E000404000004040
  1601.         20004040400040406000404080004040A0004040C0004040E000406000004060
  1602.         20004060400040606000406080004060A0004060C0004060E000408000004080
  1603.         20004080400040806000408080004080A0004080C0004080E00040A0000040A0
  1604.         200040A0400040A0600040A0800040A0A00040A0C00040A0E00040C0000040C0
  1605.         200040C0400040C0600040C0800040C0A00040C0C00040C0E00040E0000040E0
  1606.         200040E0400040E0600040E0800040E0A00040E0C00040E0E000800000008000
  1607.         20008000400080006000800080008000A0008000C0008000E000802000008020
  1608.         20008020400080206000802080008020A0008020C0008020E000804000008040
  1609.         20008040400080406000804080008040A0008040C0008040E000806000008060
  1610.         20008060400080606000806080008060A0008060C0008060E000808000008080
  1611.         20008080400080806000808080008080A0008080C0008080E00080A0000080A0
  1612.         200080A0400080A0600080A0800080A0A00080A0C00080A0E00080C0000080C0
  1613.         200080C0400080C0600080C0800080C0A00080C0C00080C0E00080E0000080E0
  1614.         200080E0400080E0600080E0800080E0A00080E0C00080E0E000C0000000C000
  1615.         2000C0004000C0006000C0008000C000A000C000C000C000E000C0200000C020
  1616.         2000C0204000C0206000C0208000C020A000C020C000C020E000C0400000C040
  1617.         2000C0404000C0406000C0408000C040A000C040C000C040E000C0600000C060
  1618.         2000C0604000C0606000C0608000C060A000C060C000C060E000C0800000C080
  1619.         2000C0804000C0806000C0808000C080A000C080C000C080E000C0A00000C0A0
  1620.         2000C0A04000C0A06000C0A08000C0A0A000C0A0C000C0A0E000C0C00000C0C0
  1621.         2000C0C04000C0C06000C0C08000C0C0A000F0FBFF00A4A0A000808080000000
  1622.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFF000101A6
  1623.         000202B4000404E4FFFFFFFF000101A6000202B4000404E4FFFFFFFF000EF9A7
  1624.         0030FABC00C0FCE4FFFFFFFF0000F9A70000FABC0000FCE4FFFFFFFF000001A7
  1625.         000002BC000004E4FFFFFFFF000001A7000002BC000004E4FFFFFFFF000001A7
  1626.         000002BC000004E4FFFFFFFF000001A7000002BC000004E4FFFFFFFF000001A7
  1627.         000002BC000004E4FFFFFFFF0000F9A70000FABC0000FCE4FFFFFFFF000EF9A7
  1628.         0030FABC00C0FCE4FFFFFFFF000101A6000202B4000404E4FFFFFFFF000101A6
  1629.         000202B4000404E4FFFFFFFF5201F9075202FA075204FC07FFFFFFFF070056FF
  1630.         070072FF0700D2FFFFFFFFFFFF5207FFFF5207FFFF5207FFFFFF}
  1631.       ShowCaption = True
  1632.       Width = 100
  1633.       ShowEditor = True
  1634.       AutoColor = clBtnFace
  1635.       AutoColorText = '(Windows Colors)'
  1636.       Color = clYellow
  1637.       ShowAutoColor = True
  1638.       ShowCustomColorButton = True
  1639.     end
  1640.     object btnBoldFont: TdxBarButton
  1641.       Caption = 'Bold'
  1642.       Category = 0
  1643.       Hint = 'Bold'
  1644.       Visible = ivAlways
  1645.       ButtonStyle = bsChecked
  1646.       Glyph.Data = {
  1647.         F6000000424DF600000000000000760000002800000010000000100000000100
  1648.         0400000000008000000000000000000000001000000000000000000000000000
  1649.         80000080000000808000800000008000800080800000C0C0C000808080000000
  1650.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1651.         7777777777777777777777777777777777777777777777777777777000000007
  1652.         7777777700077000777777770007700077777777000770007777777700000007
  1653.         7777777700077000777777770007700077777777000770007777777000000007
  1654.         7777777777777777777777777777777777777777777777777777}
  1655.       OnClick = Fontchange
  1656.     end
  1657.     object btnItalicFont: TdxBarButton
  1658.       Caption = 'Italic'
  1659.       Category = 0
  1660.       Hint = 'Italic'
  1661.       Visible = ivAlways
  1662.       ButtonStyle = bsChecked
  1663.       Glyph.Data = {
  1664.         F6000000424DF600000000000000760000002800000010000000100000000100
  1665.         0400000000008000000000000000000000001000000000000000000000000000
  1666.         80000080000000808000800000008000800080800000C0C0C000808080000000
  1667.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  1668.         7777777777777777777777777777777777777777777777777777777000000777
  1669.         7777777770087777777777777800777777777777770087777777777777800777
  1670.         7777777777700877777777777778007777777777777700877777777777700000
  1671.         7777777777777777777777777777777777777777777777777777}
  1672.       OnClick = Fontchange
  1673.     end
  1674.     object btnUnderlineFont: TdxBarButton
  1675.       Caption = 'Underline'
  1676.       Category = 0
  1677.       Hint = 'Underline'
  1678.       Visible = ivAlways
  1679.       ButtonStyle = bsChecked
  1680.       Glyph.Data = {
  1681.         F6000000424DF600000000000000760000002800000010000000100000000100
  1682.         0400000000008000000000000000000000001000000000000000000000000000
  1683.         8000008000000080800080000000800080008080000080808000C0C0C0000000
  1684.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00888888888888
  1685.         8888888888888888888888800000000088888888888888888888888880000088
  1686.         8888888800787008888888880088800888888888008880088888888800888008
  1687.         8888888800888008888888880088800888888888008880088888888000080000
  1688.         8888888888888888888888888888888888888888888888888888}
  1689.       OnClick = Fontchange
  1690.     end
  1691.   end
  1692. end
  1693.