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

  1. object FormAcctWizard: TFormAcctWizard
  2.   Left = 325
  3.   Top = 165
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Account Wizard'
  7.   ClientHeight = 317
  8.   ClientWidth = 503
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnResize = FormResize
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PanelButtons: TPanel
  25.     Left = 0
  26.     Top = 276
  27.     Width = 503
  28.     Height = 41
  29.     Align = alBottom
  30.     BevelOuter = bvNone
  31.     TabOrder = 0
  32.     object Bevel1: TBevel
  33.       Left = 0
  34.       Top = 0
  35.       Width = 503
  36.       Height = 2
  37.       Align = alTop
  38.     end
  39.     object BtnBack: TButton
  40.       Left = 220
  41.       Top = 8
  42.       Width = 75
  43.       Height = 25
  44.       Caption = '< Back'
  45.       TabOrder = 0
  46.       OnClick = BtnBackClick
  47.     end
  48.     object BtnNext: TButton
  49.       Left = 295
  50.       Top = 8
  51.       Width = 75
  52.       Height = 25
  53.       Caption = 'Next >'
  54.       Default = True
  55.       TabOrder = 1
  56.       OnClick = BtnNextClick
  57.     end
  58.     object BtnCancel: TButton
  59.       Left = 391
  60.       Top = 8
  61.       Width = 75
  62.       Height = 25
  63.       Cancel = True
  64.       Caption = 'Cancel'
  65.       TabOrder = 2
  66.       OnClick = BtnCancelClick
  67.     end
  68.   end
  69.   object NoteWizard: TNotebook
  70.     Left = 0
  71.     Top = 49
  72.     Width = 503
  73.     Height = 227
  74.     Align = alClient
  75.     PageIndex = 13
  76.     TabOrder = 1
  77.     object TPage
  78.       Left = 0
  79.       Top = 0
  80.       Caption = 'tsIntro'
  81.       object PanelIntro: TPanel
  82.         Left = 0
  83.         Top = 0
  84.         Width = 503
  85.         Height = 227
  86.         Align = alClient
  87.         BevelOuter = bvNone
  88.         TabOrder = 0
  89.         object Panel2: TPanel
  90.           Left = 0
  91.           Top = 0
  92.           Width = 160
  93.           Height = 227
  94.           Align = alLeft
  95.           BevelOuter = bvNone
  96.           TabOrder = 0
  97.           object Image1: TImage
  98.             Left = 0
  99.             Top = 0
  100.             Width = 160
  101.             Height = 227
  102.             Align = alClient
  103.           end
  104.         end
  105.         object Panel3: TPanel
  106.           Left = 160
  107.           Top = 0
  108.           Width = 343
  109.           Height = 227
  110.           Align = alClient
  111.           BevelOuter = bvNone
  112.           Color = clWindow
  113.           TabOrder = 1
  114.           DesignSize = (
  115.             343
  116.             227)
  117.           object Label1: TLabel
  118.             Left = 14
  119.             Top = 11
  120.             Width = 211
  121.             Height = 40
  122.             Caption = 'Welcome to the FotoTime Account Wizard'
  123.             Font.Charset = DEFAULT_CHARSET
  124.             Font.Color = clWindowText
  125.             Font.Height = -16
  126.             Font.Name = 'MS Sans Serif'
  127.             Font.Style = [fsBold]
  128.             ParentFont = False
  129.             WordWrap = True
  130.           end
  131.           object Label2: TLabel
  132.             Left = 21
  133.             Top = 56
  134.             Width = 249
  135.             Height = 39
  136.             Anchors = [akLeft, akTop, akRight]
  137.             Caption = 
  138.               'This helps you setup a FotoTime account or enter activation id'#39's' +
  139.               '. FotoTime accounts are used to share pictures on the web and ev' +
  140.               'aluate optional features.'
  141.             WordWrap = True
  142.           end
  143.           object RbUseExist: TRadioButton
  144.             Left = 21
  145.             Top = 146
  146.             Width = 277
  147.             Height = 17
  148.             Anchors = [akLeft, akTop, akRight]
  149.             Caption = 'I already have a FotoTime account'
  150.             TabOrder = 0
  151.           end
  152.           object rbAddNew: TRadioButton
  153.             Left = 21
  154.             Top = 120
  155.             Width = 309
  156.             Height = 25
  157.             Anchors = [akLeft, akTop, akRight]
  158.             Caption = 'I want to create a new FotoTime account'
  159.             Checked = True
  160.             TabOrder = 1
  161.             TabStop = True
  162.           end
  163.         end
  164.       end
  165.     end
  166.     object TPage
  167.       Left = 0
  168.       Top = 0
  169.       Caption = 'tsAddNew'
  170.       object PanelAddNew: TPanel
  171.         Left = 0
  172.         Top = 0
  173.         Width = 503
  174.         Height = 227
  175.         Align = alClient
  176.         BevelOuter = bvNone
  177.         TabOrder = 0
  178.         DesignSize = (
  179.           503
  180.           227)
  181.         object Label5: TLabel
  182.           Left = 96
  183.           Top = 53
  184.           Width = 70
  185.           Height = 13
  186.           Caption = 'E-Mail Address'
  187.         end
  188.         object Label7: TLabel
  189.           Left = 116
  190.           Top = 77
  191.           Width = 50
  192.           Height = 13
  193.           Caption = 'First Name'
  194.         end
  195.         object Label6: TLabel
  196.           Left = 115
  197.           Top = 101
  198.           Width = 51
  199.           Height = 13
  200.           Caption = 'Last Name'
  201.         end
  202.         object Label8: TLabel
  203.           Left = 120
  204.           Top = 135
  205.           Width = 46
  206.           Height = 13
  207.           Caption = 'Password'
  208.         end
  209.         object Label9: TLabel
  210.           Left = 82
  211.           Top = 159
  212.           Width = 84
  213.           Height = 13
  214.           Caption = 'Confirm Password'
  215.         end
  216.         object lbAddNewStatus: TLabel
  217.           Left = 24
  218.           Top = 207
  219.           Width = 79
  220.           Height = 13
  221.           Anchors = [akLeft, akBottom]
  222.           Caption = 'lbAddNewStatus'
  223.           Visible = False
  224.         end
  225.         object Label4: TLabel
  226.           Left = 48
  227.           Top = 8
  228.           Width = 340
  229.           Height = 26
  230.           Anchors = [akLeft, akTop, akRight]
  231.           Caption = 
  232.             'Enter your FotoTime account information below.  When you are fin' +
  233.             'ished click the Create button and the new account will be create' +
  234.             'd.'
  235.           WordWrap = True
  236.         end
  237.         object Label13: TLabel
  238.           Left = 80
  239.           Top = 186
  240.           Width = 175
  241.           Height = 13
  242.           Anchors = [akLeft, akBottom]
  243.           Caption = 'Refer to FotoTime'#39's Privacy policy at:'
  244.         end
  245.         object Label32: TLabel
  246.           Left = 264
  247.           Top = 186
  248.           Width = 87
  249.           Height = 13
  250.           Cursor = crHandPoint
  251.           Anchors = [akLeft, akBottom]
  252.           Caption = 'www.fototime.com'
  253.           Font.Charset = DEFAULT_CHARSET
  254.           Font.Color = clBlue
  255.           Font.Height = -11
  256.           Font.Name = 'MS Sans Serif'
  257.           Font.Style = [fsUnderline]
  258.           ParentFont = False
  259.           OnClick = Label32Click
  260.         end
  261.         object Label37: TLabel
  262.           Left = 417
  263.           Top = 124
  264.           Width = 36
  265.           Height = 13
  266.           Caption = 'Country'
  267.           Visible = False
  268.         end
  269.         object EditEmailAddress: TEdit
  270.           Left = 176
  271.           Top = 49
  272.           Width = 177
  273.           Height = 21
  274.           TabOrder = 0
  275.         end
  276.         object EditFirstName: TEdit
  277.           Left = 176
  278.           Top = 73
  279.           Width = 177
  280.           Height = 21
  281.           TabOrder = 1
  282.         end
  283.         object EditLastName: TEdit
  284.           Left = 176
  285.           Top = 97
  286.           Width = 177
  287.           Height = 21
  288.           TabOrder = 2
  289.         end
  290.         object EditPwd: TEdit
  291.           Left = 176
  292.           Top = 131
  293.           Width = 177
  294.           Height = 21
  295.           PasswordChar = '*'
  296.           TabOrder = 3
  297.         end
  298.         object EditConfirmPwd: TEdit
  299.           Left = 176
  300.           Top = 155
  301.           Width = 177
  302.           Height = 21
  303.           PasswordChar = '*'
  304.           TabOrder = 4
  305.         end
  306.         object cbRegisterCountry: TComboBox
  307.           Left = 456
  308.           Top = 121
  309.           Width = 145
  310.           Height = 21
  311.           Style = csDropDownList
  312.           ItemHeight = 0
  313.           TabOrder = 5
  314.           Visible = False
  315.         end
  316.       end
  317.     end
  318.     object TPage
  319.       Left = 0
  320.       Top = 0
  321.       Caption = 'tsUseExist'
  322.       object PanelUseExist: TPanel
  323.         Left = 0
  324.         Top = 0
  325.         Width = 503
  326.         Height = 227
  327.         Align = alClient
  328.         BevelOuter = bvNone
  329.         TabOrder = 0
  330.         DesignSize = (
  331.           503
  332.           227)
  333.         object Label3: TLabel
  334.           Left = 48
  335.           Top = 16
  336.           Width = 341
  337.           Height = 13
  338.           Caption = 
  339.             'Enter the E-Mail address and password of an existing FotoTime ac' +
  340.             'count.'
  341.           WordWrap = True
  342.         end
  343.         object Label11: TLabel
  344.           Left = 64
  345.           Top = 67
  346.           Width = 70
  347.           Height = 13
  348.           Caption = 'E-Mail Address'
  349.         end
  350.         object Label12: TLabel
  351.           Left = 88
  352.           Top = 98
  353.           Width = 46
  354.           Height = 13
  355.           Caption = 'Password'
  356.         end
  357.         object lbUseExistStatus: TLabel
  358.           Left = 48
  359.           Top = 205
  360.           Width = 79
  361.           Height = 13
  362.           Anchors = [akLeft, akBottom]
  363.           Caption = 'lbUseExistStatus'
  364.         end
  365.         object EditExistEmailAddress: TEdit
  366.           Left = 147
  367.           Top = 65
  368.           Width = 161
  369.           Height = 21
  370.           TabOrder = 0
  371.         end
  372.         object EditExistPwd: TEdit
  373.           Left = 147
  374.           Top = 95
  375.           Width = 161
  376.           Height = 21
  377.           PasswordChar = '*'
  378.           TabOrder = 1
  379.         end
  380.       end
  381.     end
  382.     object TPage
  383.       Left = 0
  384.       Top = 0
  385.       Caption = 'tsModifyEmail'
  386.       object PanelModifyEmail: TPanel
  387.         Left = 0
  388.         Top = 0
  389.         Width = 503
  390.         Height = 227
  391.         Align = alClient
  392.         BevelOuter = bvNone
  393.         TabOrder = 0
  394.         DesignSize = (
  395.           503
  396.           227)
  397.         object lbModifyEmailStatus: TLabel
  398.           Left = 47
  399.           Top = 208
  400.           Width = 94
  401.           Height = 13
  402.           Anchors = [akLeft, akBottom]
  403.           Caption = 'lbModifyEmailStatus'
  404.           Visible = False
  405.         end
  406.         object Label10: TLabel
  407.           Left = 40
  408.           Top = 8
  409.           Width = 321
  410.           Height = 13
  411.           Caption = 
  412.             'Enter your new E-Mail address, then click Next to make the chang' +
  413.             'e.'
  414.         end
  415.         object Label15: TLabel
  416.           Left = 50
  417.           Top = 47
  418.           Width = 89
  419.           Height = 13
  420.           Caption = 'Old E-Mail Address'
  421.         end
  422.         object Label16: TLabel
  423.           Left = 50
  424.           Top = 73
  425.           Width = 95
  426.           Height = 13
  427.           Caption = 'New E-Mail Address'
  428.         end
  429.         object Label17: TLabel
  430.           Left = 50
  431.           Top = 99
  432.           Width = 90
  433.           Height = 13
  434.           Caption = 'Confirm new E-Mail'
  435.         end
  436.         object EditOrigEmail: TEdit
  437.           Left = 157
  438.           Top = 44
  439.           Width = 175
  440.           Height = 21
  441.           Color = clBtnFace
  442.           ReadOnly = True
  443.           TabOrder = 0
  444.         end
  445.         object EditNewEmail: TEdit
  446.           Left = 157
  447.           Top = 70
  448.           Width = 175
  449.           Height = 21
  450.           TabOrder = 1
  451.         end
  452.         object EditConfirmEMail: TEdit
  453.           Left = 157
  454.           Top = 96
  455.           Width = 175
  456.           Height = 21
  457.           TabOrder = 2
  458.         end
  459.       end
  460.     end
  461.     object TPage
  462.       Left = 0
  463.       Top = 0
  464.       Caption = 'tsFinished'
  465.       object PanelComplete: TPanel
  466.         Left = 0
  467.         Top = 0
  468.         Width = 503
  469.         Height = 227
  470.         Align = alClient
  471.         BevelOuter = bvNone
  472.         TabOrder = 0
  473.         object Image2: TImage
  474.           Left = 0
  475.           Top = 0
  476.           Width = 160
  477.           Height = 227
  478.           Align = alLeft
  479.         end
  480.         object PanelFinished: TPanel
  481.           Left = 160
  482.           Top = 0
  483.           Width = 343
  484.           Height = 227
  485.           Align = alClient
  486.           BevelOuter = bvNone
  487.           Color = clWindow
  488.           TabOrder = 0
  489.           DesignSize = (
  490.             343
  491.             227)
  492.           object Label20: TLabel
  493.             Left = 16
  494.             Top = 16
  495.             Width = 263
  496.             Height = 41
  497.             Anchors = [akLeft, akTop, akRight]
  498.             AutoSize = False
  499.             Caption = 'Completing the FotoTime Account Wizard'
  500.             Font.Charset = DEFAULT_CHARSET
  501.             Font.Color = clWindowText
  502.             Font.Height = -16
  503.             Font.Name = 'MS Sans Serif'
  504.             Font.Style = [fsBold]
  505.             ParentFont = False
  506.             WordWrap = True
  507.           end
  508.           object Label21: TLabel
  509.             Left = 16
  510.             Top = 72
  511.             Width = 250
  512.             Height = 13
  513.             Caption = 'You have successfully setup your FotoTime account.'
  514.           end
  515.           object Label22: TLabel
  516.             Left = 16
  517.             Top = 224
  518.             Width = 151
  519.             Height = 13
  520.             Caption = 'To close this wizard, click Finish'
  521.           end
  522.           object lbFinishedMsg: TLabel
  523.             Left = 16
  524.             Top = 104
  525.             Width = 293
  526.             Height = 113
  527.             Anchors = [akLeft, akTop, akRight]
  528.             AutoSize = False
  529.             Caption = 'lbFinishedMsg'
  530.             WordWrap = True
  531.           end
  532.         end
  533.       end
  534.     end
  535.     object TPage
  536.       Left = 0
  537.       Top = 0
  538.       Caption = 'tsIntroExist'
  539.       object Panel11: TPanel
  540.         Left = 0
  541.         Top = 0
  542.         Width = 503
  543.         Height = 227
  544.         Align = alClient
  545.         BevelOuter = bvNone
  546.         TabOrder = 0
  547.         object Image3: TImage
  548.           Left = 0
  549.           Top = 0
  550.           Width = 160
  551.           Height = 227
  552.           Align = alLeft
  553.         end
  554.         object Panel12: TPanel
  555.           Left = 160
  556.           Top = 0
  557.           Width = 343
  558.           Height = 227
  559.           Align = alClient
  560.           BevelOuter = bvNone
  561.           Color = clWindow
  562.           TabOrder = 0
  563.           DesignSize = (
  564.             343
  565.             227)
  566.           object Label23: TLabel
  567.             Left = 16
  568.             Top = 11
  569.             Width = 315
  570.             Height = 46
  571.             Anchors = [akLeft, akTop, akRight]
  572.             AutoSize = False
  573.             Caption = 'Welcome to the Account Wizard'
  574.             Font.Charset = DEFAULT_CHARSET
  575.             Font.Color = clWindowText
  576.             Font.Height = -16
  577.             Font.Name = 'MS Sans Serif'
  578.             Font.Style = [fsBold]
  579.             ParentFont = False
  580.             WordWrap = True
  581.           end
  582.           object lbCurAccount: TLabel
  583.             Left = 16
  584.             Top = 90
  585.             Width = 137
  586.             Height = 13
  587.             AutoSize = False
  588.             Caption = 'Current FotoTime Account:'
  589.             WordWrap = True
  590.           end
  591.           object Label24: TLabel
  592.             Left = 16
  593.             Top = 41
  594.             Width = 311
  595.             Height = 48
  596.             Anchors = [akLeft, akTop, akRight]
  597.             AutoSize = False
  598.             Caption = 
  599.               'The account wizard helps you setup your FotoTime account.  Using' +
  600.               ' this wizard you can change account information or switch accoun' +
  601.               'ts.'
  602.             WordWrap = True
  603.           end
  604.           object lbCurEmail: TLabel
  605.             Left = 43
  606.             Top = 107
  607.             Width = 60
  608.             Height = 13
  609.             Caption = 'lbCurEmail'
  610.             Font.Charset = DEFAULT_CHARSET
  611.             Font.Color = clWindowText
  612.             Font.Height = -11
  613.             Font.Name = 'MS Sans Serif'
  614.             Font.Style = [fsBold]
  615.             ParentFont = False
  616.           end
  617.           object rbChange: TRadioButton
  618.             Left = 18
  619.             Top = 158
  620.             Width = 292
  621.             Height = 17
  622.             Caption = 'I want to change my account (e-mail, name, etc.)'
  623.             TabOrder = 0
  624.           end
  625.           object rbSwitch: TRadioButton
  626.             Left = 18
  627.             Top = 178
  628.             Width = 288
  629.             Height = 17
  630.             Caption = 'I want to change which account I'#39'm associated with'
  631.             TabOrder = 1
  632.           end
  633.           object rbViewStatus: TRadioButton
  634.             Left = 18
  635.             Top = 138
  636.             Width = 290
  637.             Height = 17
  638.             Caption = 'I want to view my account status or start evaluations'
  639.             Checked = True
  640.             TabOrder = 2
  641.             TabStop = True
  642.             OnClick = rbViewStatusClick
  643.           end
  644.         end
  645.       end
  646.     end
  647.     object TPage
  648.       Left = 0
  649.       Top = 0
  650.       Caption = 'tsSwitch'
  651.       object Panel14: TPanel
  652.         Left = 0
  653.         Top = 0
  654.         Width = 503
  655.         Height = 227
  656.         Align = alClient
  657.         BevelOuter = bvNone
  658.         TabOrder = 0
  659.         DesignSize = (
  660.           503
  661.           227)
  662.         object Label14: TLabel
  663.           Left = 40
  664.           Top = 24
  665.           Width = 391
  666.           Height = 26
  667.           Anchors = [akLeft, akTop, akRight]
  668.           Caption = 
  669.             'To change the account FotoAlbum syncs to, choose one of the opti' +
  670.             'ons below and click the next button.'
  671.           WordWrap = True
  672.         end
  673.         object rbSwitchExist: TRadioButton
  674.           Left = 80
  675.           Top = 72
  676.           Width = 353
  677.           Height = 17
  678.           Caption = 'I want to switch to an existing FotoTime account'
  679.           Checked = True
  680.           TabOrder = 0
  681.           TabStop = True
  682.         end
  683.         object rbSwitchNew: TRadioButton
  684.           Left = 80
  685.           Top = 112
  686.           Width = 353
  687.           Height = 17
  688.           Caption = 'I want to create a new FotoTime account and switch'
  689.           TabOrder = 1
  690.         end
  691.       end
  692.     end
  693.     object TPage
  694.       Left = 0
  695.       Top = 0
  696.       Caption = 'tsModifyChoice'
  697.       object PanelModifyChoice: TPanel
  698.         Left = 0
  699.         Top = 0
  700.         Width = 503
  701.         Height = 227
  702.         Align = alClient
  703.         BevelOuter = bvNone
  704.         TabOrder = 0
  705.         object Label26: TLabel
  706.           Left = 42
  707.           Top = 24
  708.           Width = 383
  709.           Height = 13
  710.           Caption = 
  711.             'Choose what account information you want to change, and click th' +
  712.             'e Next button.'
  713.         end
  714.         object lbModifyChoiceStatus: TLabel
  715.           Left = 56
  716.           Top = 208
  717.           Width = 102
  718.           Height = 13
  719.           Caption = 'lbModifyChoiceStatus'
  720.         end
  721.         object RbModifyPassword: TRadioButton
  722.           Left = 83
  723.           Top = 112
  724.           Width = 305
  725.           Height = 17
  726.           Caption = 'I want to change my password'
  727.           TabOrder = 0
  728.         end
  729.         object RbModifyEmail: TRadioButton
  730.           Left = 83
  731.           Top = 64
  732.           Width = 305
  733.           Height = 17
  734.           Caption = 'I want to change my email address'
  735.           Checked = True
  736.           TabOrder = 1
  737.           TabStop = True
  738.         end
  739.         object RbModifyPersonal: TRadioButton
  740.           Left = 83
  741.           Top = 88
  742.           Width = 353
  743.           Height = 17
  744.           Caption = 'I want to change my personal information (name)'
  745.           TabOrder = 2
  746.         end
  747.         object rbModifyActivationId: TRadioButton
  748.           Left = 84
  749.           Top = 136
  750.           Width = 317
  751.           Height = 17
  752.           Caption = 'I want to enter/change an activation ID'
  753.           TabOrder = 3
  754.         end
  755.       end
  756.     end
  757.     object TPage
  758.       Left = 0
  759.       Top = 0
  760.       Caption = 'tsModifyPersonal'
  761.       object PanelModifyPersonal: TPanel
  762.         Left = 0
  763.         Top = 0
  764.         Width = 503
  765.         Height = 227
  766.         Align = alClient
  767.         BevelOuter = bvNone
  768.         TabOrder = 0
  769.         DesignSize = (
  770.           503
  771.           227)
  772.         object Label18: TLabel
  773.           Left = 56
  774.           Top = 16
  775.           Width = 332
  776.           Height = 13
  777.           Caption = 
  778.             'Change your personal information below, then click the Update bu' +
  779.             'tton.'
  780.         end
  781.         object Label19: TLabel
  782.           Left = 88
  783.           Top = 53
  784.           Width = 50
  785.           Height = 13
  786.           Caption = 'First Name'
  787.         end
  788.         object Label27: TLabel
  789.           Left = 88
  790.           Top = 85
  791.           Width = 51
  792.           Height = 13
  793.           Caption = 'Last Name'
  794.         end
  795.         object lbModifyPersonalStatus: TLabel
  796.           Left = 56
  797.           Top = 209
  798.           Width = 110
  799.           Height = 13
  800.           Anchors = [akLeft, akBottom]
  801.           Caption = 'lbModifyPersonalStatus'
  802.         end
  803.         object EditModifyFirstName: TEdit
  804.           Left = 152
  805.           Top = 48
  806.           Width = 201
  807.           Height = 21
  808.           TabOrder = 0
  809.         end
  810.         object EditModifyLastName: TEdit
  811.           Left = 152
  812.           Top = 80
  813.           Width = 201
  814.           Height = 21
  815.           TabOrder = 1
  816.         end
  817.       end
  818.     end
  819.     object TPage
  820.       Left = 0
  821.       Top = 0
  822.       Caption = 'tsModifyPassword'
  823.       object PanelModifyPassword: TPanel
  824.         Left = 0
  825.         Top = 0
  826.         Width = 503
  827.         Height = 227
  828.         Align = alClient
  829.         BevelOuter = bvNone
  830.         TabOrder = 0
  831.         object Label30: TLabel
  832.           Left = 88
  833.           Top = 64
  834.           Width = 71
  835.           Height = 13
  836.           Caption = 'New Password'
  837.         end
  838.         object Label28: TLabel
  839.           Left = 32
  840.           Top = 16
  841.           Width = 260
  842.           Height = 13
  843.           Caption = 'Enter your new password, then click the Update button'
  844.         end
  845.         object Label31: TLabel
  846.           Left = 50
  847.           Top = 91
  848.           Width = 109
  849.           Height = 13
  850.           Caption = 'Confirm New Password'
  851.         end
  852.         object lbModifyPasswordStatus: TLabel
  853.           Left = 48
  854.           Top = 224
  855.           Width = 115
  856.           Height = 13
  857.           Caption = 'lbModifyPasswordStatus'
  858.         end
  859.         object EditNewPassword: TEdit
  860.           Left = 174
  861.           Top = 60
  862.           Width = 141
  863.           Height = 21
  864.           PasswordChar = '*'
  865.           TabOrder = 0
  866.         end
  867.         object EditConfirmPassword: TEdit
  868.           Left = 174
  869.           Top = 88
  870.           Width = 141
  871.           Height = 21
  872.           PasswordChar = '*'
  873.           TabOrder = 1
  874.         end
  875.       end
  876.     end
  877.     object TPage
  878.       Left = 0
  879.       Top = 0
  880.       Caption = 'tsError'
  881.       object PanelError: TPanel
  882.         Left = 0
  883.         Top = 0
  884.         Width = 503
  885.         Height = 227
  886.         Align = alClient
  887.         BevelOuter = bvNone
  888.         TabOrder = 0
  889.         DesignSize = (
  890.           503
  891.           227)
  892.         object MemoError: TMemo
  893.           Left = 11
  894.           Top = 8
  895.           Width = 478
  896.           Height = 184
  897.           Anchors = [akLeft, akTop, akRight, akBottom]
  898.           TabOrder = 0
  899.         end
  900.         object BtnServer: TButton
  901.           Left = 17
  902.           Top = 196
  903.           Width = 75
  904.           Height = 25
  905.           Anchors = [akLeft, akBottom]
  906.           Caption = 'BtnServer'
  907.           TabOrder = 1
  908.           OnClick = BtnServerClick
  909.         end
  910.       end
  911.     end
  912.     object TPage
  913.       Left = 0
  914.       Top = 0
  915.       Caption = 'tsNotActivated'
  916.       object PanelNotActivated: TPanel
  917.         Left = 0
  918.         Top = 0
  919.         Width = 503
  920.         Height = 227
  921.         Align = alClient
  922.         BevelOuter = bvNone
  923.         TabOrder = 0
  924.         object Label33: TLabel
  925.           Left = 40
  926.           Top = 21
  927.           Width = 317
  928.           Height = 13
  929.           Caption = 
  930.             'You must respond to an e-mail that is sent to activate your acco' +
  931.             'unt.'
  932.         end
  933.         object Label29: TLabel
  934.           Left = 40
  935.           Top = 40
  936.           Width = 72
  937.           Height = 13
  938.           Caption = 'You can either:'
  939.         end
  940.         object rbChangeEmail: TRadioButton
  941.           Left = 80
  942.           Top = 101
  943.           Width = 409
  944.           Height = 17
  945.           Caption = 'Change your e-mail address (sends welcome message to new e-mail)'
  946.           TabOrder = 0
  947.         end
  948.         object rbResendWelcome: TRadioButton
  949.           Left = 80
  950.           Top = 72
  951.           Width = 353
  952.           Height = 17
  953.           Caption = 
  954.             'Have another welcome e-mail message sent (that you must reply to' +
  955.             ')'
  956.           Checked = True
  957.           TabOrder = 1
  958.           TabStop = True
  959.         end
  960.       end
  961.     end
  962.     object TPage
  963.       Left = 0
  964.       Top = 0
  965.       Caption = 'tsActivateId'
  966.       object PanelActivateId: TPanel
  967.         Left = 0
  968.         Top = 0
  969.         Width = 503
  970.         Height = 227
  971.         Align = alClient
  972.         BevelOuter = bvNone
  973.         TabOrder = 0
  974.         object Label34: TLabel
  975.           Left = 40
  976.           Top = 40
  977.           Width = 297
  978.           Height = 13
  979.           Caption = 'Enter the Activation ID you received with the CD or from e-mail.'
  980.         end
  981.         object Label35: TLabel
  982.           Left = 54
  983.           Top = 92
  984.           Width = 61
  985.           Height = 13
  986.           Caption = 'Activation ID'
  987.         end
  988.         object BtnPaste: TButton
  989.           Left = 361
  990.           Top = 86
  991.           Width = 75
  992.           Height = 25
  993.           Caption = 'Paste'
  994.           TabOrder = 4
  995.           OnClick = BtnPasteClick
  996.         end
  997.         object ID1: TEdit
  998.           Left = 128
  999.           Top = 88
  1000.           Width = 51
  1001.           Height = 21
  1002.           CharCase = ecUpperCase
  1003.           MaxLength = 5
  1004.           TabOrder = 0
  1005.           OnEnter = ID1Enter
  1006.           OnKeyUp = ID1KeyUp
  1007.         end
  1008.         object ID2: TEdit
  1009.           Left = 184
  1010.           Top = 88
  1011.           Width = 51
  1012.           Height = 21
  1013.           CharCase = ecUpperCase
  1014.           MaxLength = 5
  1015.           TabOrder = 1
  1016.           OnEnter = ID1Enter
  1017.           OnKeyUp = ID1KeyUp
  1018.         end
  1019.         object ID3: TEdit
  1020.           Left = 240
  1021.           Top = 88
  1022.           Width = 51
  1023.           Height = 21
  1024.           CharCase = ecUpperCase
  1025.           MaxLength = 5
  1026.           TabOrder = 2
  1027.           OnEnter = ID1Enter
  1028.           OnKeyUp = ID1KeyUp
  1029.         end
  1030.         object ID4: TEdit
  1031.           Left = 296
  1032.           Top = 88
  1033.           Width = 51
  1034.           Height = 21
  1035.           CharCase = ecUpperCase
  1036.           MaxLength = 5
  1037.           TabOrder = 3
  1038.           OnEnter = ID1Enter
  1039.           OnKeyUp = ID1KeyUp
  1040.         end
  1041.       end
  1042.     end
  1043.     object TPage
  1044.       Left = 0
  1045.       Top = 0
  1046.       Caption = 'tsAcctStatus'
  1047.       object Panel5: TPanel
  1048.         Left = 0
  1049.         Top = 0
  1050.         Width = 503
  1051.         Height = 227
  1052.         Align = alClient
  1053.         BevelOuter = bvNone
  1054.         TabOrder = 0
  1055.         DesignSize = (
  1056.           503
  1057.           227)
  1058.         object LblAcctStatusTxnStatus: TLabel
  1059.           Left = 5
  1060.           Top = 210
  1061.           Width = 495
  1062.           Height = 13
  1063.           Alignment = taCenter
  1064.           Anchors = [akLeft, akRight, akBottom]
  1065.           AutoSize = False
  1066.           Caption = 'LblAcctStatusTxnStatus'
  1067.         end
  1068.         object Panel8: TPanel
  1069.           Left = 397
  1070.           Top = 33
  1071.           Width = 490
  1072.           Height = 72
  1073.           Anchors = [akLeft, akTop, akRight]
  1074.           BevelOuter = bvLowered
  1075.           TabOrder = 0
  1076.           Visible = False
  1077.           object LblFAPro: TLabel
  1078.             Left = 7
  1079.             Top = 8
  1080.             Width = 133
  1081.             Height = 13
  1082.             Cursor = crHandPoint
  1083.             Caption = 'FotoAlbum Professional'
  1084.             Color = clBtnFace
  1085.             Font.Charset = DEFAULT_CHARSET
  1086.             Font.Color = clBlue
  1087.             Font.Height = -11
  1088.             Font.Name = 'MS Sans Serif'
  1089.             Font.Style = [fsBold, fsUnderline]
  1090.             ParentColor = False
  1091.             ParentFont = False
  1092.             OnClick = LblFAProClick
  1093.           end
  1094.           object LblActivationIdMsg: TLabel
  1095.             Left = 20
  1096.             Top = 27
  1097.             Width = 70
  1098.             Height = 13
  1099.             Caption = 'Activation Msg'
  1100.             Font.Charset = DEFAULT_CHARSET
  1101.             Font.Color = clWindowText
  1102.             Font.Height = -11
  1103.             Font.Name = 'MS Sans Serif'
  1104.             Font.Style = []
  1105.             ParentFont = False
  1106.           end
  1107.           object BtnEvalFAPro: TSpeedButton
  1108.             Left = 444
  1109.             Top = -7
  1110.             Width = 100
  1111.             Height = 23
  1112.             Caption = 'Free Evaluation'
  1113.             Visible = False
  1114.             OnClick = BtnEvalFAProClick
  1115.           end
  1116.           object BtnEnterActivationId: TSpeedButton
  1117.             Left = 372
  1118.             Top = 41
  1119.             Width = 100
  1120.             Height = 23
  1121.             Caption = 'Enter Activation ID'
  1122.             OnClick = BtnEnterActivationIdClick
  1123.           end
  1124.           object BtnBuyFAPro: TSpeedButton
  1125.             Left = 372
  1126.             Top = 13
  1127.             Width = 100
  1128.             Height = 23
  1129.             Caption = 'Buy Now !'
  1130.             OnClick = BtnBuyFAProClick
  1131.           end
  1132.           object LblActivationId: TLabel
  1133.             Left = 20
  1134.             Top = 47
  1135.             Width = 62
  1136.             Height = 13
  1137.             Caption = 'Activation_Id'
  1138.           end
  1139.         end
  1140.         object Panel9: TPanel
  1141.           Left = 7
  1142.           Top = 60
  1143.           Width = 490
  1144.           Height = 168
  1145.           Anchors = [akLeft, akTop, akRight]
  1146.           BevelOuter = bvLowered
  1147.           TabOrder = 1
  1148.           object LblFtimePics: TLabel
  1149.             Left = 7
  1150.             Top = 9
  1151.             Width = 130
  1152.             Height = 13
  1153.             Cursor = crHandPoint
  1154.             Caption = 'FotoTime Web Sharing'
  1155.             Font.Charset = DEFAULT_CHARSET
  1156.             Font.Color = clBlue
  1157.             Font.Height = -11
  1158.             Font.Name = 'MS Sans Serif'
  1159.             Font.Style = [fsBold, fsUnderline]
  1160.             ParentFont = False
  1161.             OnClick = LblFtimePicsClick
  1162.           end
  1163.           object LblSubscriberInfo: TLabel
  1164.             Left = 158
  1165.             Top = 9
  1166.             Width = 182
  1167.             Height = 13
  1168.             Caption = 'Subscribed (Renewal Date=7/1/2003)'
  1169.           end
  1170.           object btnRenewAcct: TSpeedButton
  1171.             Left = 374
  1172.             Top = 13
  1173.             Width = 100
  1174.             Height = 23
  1175.             Caption = 'Renew/Increase/Buy'
  1176.             OnClick = btnRenewAcctClick
  1177.           end
  1178.           object LabelSpaceUsed: TLabel
  1179.             Left = 20
  1180.             Top = 34
  1181.             Width = 57
  1182.             Height = 13
  1183.             Caption = 'Space used'
  1184.           end
  1185.           object LabelBandwidthUsed: TLabel
  1186.             Left = 20
  1187.             Top = 55
  1188.             Width = 76
  1189.             Height = 13
  1190.             Caption = 'Bandwidth used'
  1191.           end
  1192.           object LblSubBandwidthUsed: TLabel
  1193.             Left = 206
  1194.             Top = 55
  1195.             Width = 66
  1196.             Height = 13
  1197.             Caption = '500/1500 MB'
  1198.           end
  1199.           object LblSubSpaceUsed: TLabel
  1200.             Left = 206
  1201.             Top = 34
  1202.             Width = 60
  1203.             Height = 13
  1204.             Caption = '200/250 MB'
  1205.           end
  1206.           object BtnEvalWebAcct: TSpeedButton
  1207.             Left = 374
  1208.             Top = 47
  1209.             Width = 100
  1210.             Height = 23
  1211.             Caption = 'Free Evaluation'
  1212.             OnClick = BtnEvalWebAcctClick
  1213.           end
  1214.           object Bevel4: TBevel
  1215.             Left = 4
  1216.             Top = 85
  1217.             Width = 491
  1218.             Height = 4
  1219.             Shape = bsBottomLine
  1220.           end
  1221.           object LblFtimeVideo: TLabel
  1222.             Left = 7
  1223.             Top = 97
  1224.             Width = 136
  1225.             Height = 13
  1226.             Cursor = crHandPoint
  1227.             Caption = 'FotoTime Video Sharing'
  1228.             Font.Charset = DEFAULT_CHARSET
  1229.             Font.Color = clBlue
  1230.             Font.Height = -11
  1231.             Font.Name = 'MS Sans Serif'
  1232.             Font.Style = [fsBold, fsUnderline]
  1233.             ParentFont = False
  1234.             OnClick = LblFtimeVideoClick
  1235.           end
  1236.           object LblVideoInfo: TLabel
  1237.             Left = 20
  1238.             Top = 117
  1239.             Width = 157
  1240.             Height = 13
  1241.             Caption = 'Evaluation (Expires on 7/1/2003)'
  1242.           end
  1243.           object BtnBuySubVideo: TSpeedButton
  1244.             Left = 374
  1245.             Top = 99
  1246.             Width = 100
  1247.             Height = 23
  1248.             Caption = 'Buy Now !'
  1249.             OnClick = BtnBuySubVideoClick
  1250.           end
  1251.           object pbSubSpaceUsed: TProgressBar
  1252.             Left = 102
  1253.             Top = 33
  1254.             Width = 98
  1255.             Height = 16
  1256.             Max = 250
  1257.             Position = 200
  1258.             Smooth = True
  1259.             TabOrder = 0
  1260.           end
  1261.           object pbSubBandwidthUsed: TProgressBar
  1262.             Left = 102
  1263.             Top = 55
  1264.             Width = 98
  1265.             Height = 16
  1266.             Max = 1500
  1267.             Position = 500
  1268.             Smooth = True
  1269.             TabOrder = 1
  1270.           end
  1271.           object BtnEvalVideo: TButton
  1272.             Left = 374
  1273.             Top = 132
  1274.             Width = 100
  1275.             Height = 23
  1276.             Caption = 'Free Evaluation'
  1277.             TabOrder = 2
  1278.             OnClick = BtnEvalVideoClick
  1279.           end
  1280.         end
  1281.         object Panel13: TPanel
  1282.           Left = 0
  1283.           Top = 0
  1284.           Width = 503
  1285.           Height = 41
  1286.           Align = alTop
  1287.           BevelOuter = bvNone
  1288.           Color = clWindow
  1289.           TabOrder = 2
  1290.           object Label49: TLabel
  1291.             Left = 12
  1292.             Top = 4
  1293.             Width = 52
  1294.             Height = 13
  1295.             Caption = 'Account:'
  1296.             Font.Charset = DEFAULT_CHARSET
  1297.             Font.Color = clWindowText
  1298.             Font.Height = -11
  1299.             Font.Name = 'MS Sans Serif'
  1300.             Font.Style = [fsBold]
  1301.             ParentFont = False
  1302.           end
  1303.           object Bevel3: TBevel
  1304.             Left = 0
  1305.             Top = 39
  1306.             Width = 503
  1307.             Height = 2
  1308.             Align = alBottom
  1309.           end
  1310.           object LblStatEmail: TLabel
  1311.             Left = 72
  1312.             Top = 5
  1313.             Width = 124
  1314.             Height = 13
  1315.             Caption = 'Retrieving account status.'
  1316.           end
  1317.           object LblStatUserName: TLabel
  1318.             Left = 72
  1319.             Top = 20
  1320.             Width = 63
  1321.             Height = 13
  1322.             Caption = 'Please wait...'
  1323.           end
  1324.           object btnChgAcct: TButton
  1325.             Left = 393
  1326.             Top = 8
  1327.             Width = 100
  1328.             Height = 23
  1329.             Caption = 'Edit Account'
  1330.             TabOrder = 0
  1331.             Visible = False
  1332.             OnClick = btnChgAcctClick
  1333.           end
  1334.         end
  1335.         object PanelWait: TPanel
  1336.           Left = 72
  1337.           Top = 200
  1338.           Width = 193
  1339.           Height = 65
  1340.           BevelOuter = bvNone
  1341.           TabOrder = 3
  1342.           DesignSize = (
  1343.             193
  1344.             65)
  1345.           object LblWaitMsg: TLabel
  1346.             Left = 1
  1347.             Top = 32
  1348.             Width = 191
  1349.             Height = 25
  1350.             Alignment = taCenter
  1351.             Anchors = [akLeft, akTop, akRight]
  1352.             AutoSize = False
  1353.             Caption = 'Retrieving account status ...'
  1354.           end
  1355.         end
  1356.       end
  1357.     end
  1358.     object TPage
  1359.       Left = 0
  1360.       Top = 0
  1361.       Caption = 'tsWebTxn'
  1362.       object Panel15: TPanel
  1363.         Left = 0
  1364.         Top = 0
  1365.         Width = 503
  1366.         Height = 227
  1367.         Align = alClient
  1368.         BevelOuter = bvNone
  1369.         TabOrder = 0
  1370.         DesignSize = (
  1371.           503
  1372.           227)
  1373.         object LblWebTxnMsg: TLabel
  1374.           Left = 1
  1375.           Top = 105
  1376.           Width = 500
  1377.           Height = 13
  1378.           Alignment = taCenter
  1379.           Anchors = [akLeft, akTop, akRight]
  1380.           AutoSize = False
  1381.           Caption = 'Set LblWebTxnMsg.Caption to use this'
  1382.         end
  1383.         object pbWebTxn: TProgressBar
  1384.           Left = 128
  1385.           Top = 81
  1386.           Width = 244
  1387.           Height = 16
  1388.           Anchors = [akLeft, akTop, akRight]
  1389.           Smooth = True
  1390.           TabOrder = 0
  1391.         end
  1392.       end
  1393.     end
  1394.   end
  1395.   object PanelHdg: TPanel
  1396.     Left = 0
  1397.     Top = 0
  1398.     Width = 503
  1399.     Height = 49
  1400.     Align = alTop
  1401.     BevelOuter = bvNone
  1402.     Color = clWindow
  1403.     TabOrder = 2
  1404.     Visible = False
  1405.     object Bevel2: TBevel
  1406.       Left = 0
  1407.       Top = 47
  1408.       Width = 503
  1409.       Height = 2
  1410.       Align = alBottom
  1411.     end
  1412.     object lbHdg: TLabel
  1413.       Left = 43
  1414.       Top = 8
  1415.       Width = 325
  1416.       Height = 13
  1417.       Caption = 'Set lbHdg.Caption to change this message for each page'
  1418.       Font.Charset = DEFAULT_CHARSET
  1419.       Font.Color = clWindowText
  1420.       Font.Height = -11
  1421.       Font.Name = 'MS Sans Serif'
  1422.       Font.Style = [fsBold]
  1423.       ParentFont = False
  1424.     end
  1425.   end
  1426.   object TimerGetStatus: TTimer
  1427.     Enabled = False
  1428.     Interval = 100
  1429.     OnTimer = TimerGetStatusTimer
  1430.     Left = 304
  1431.     Top = 24
  1432.   end
  1433. end
  1434.