home *** CD-ROM | disk | FTP | other *** search
- object FormVersionCheck: TFormVersionCheck
- Left = 477
- Top = 232
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Upgrade FotoAlbum'
- ClientHeight = 242
- ClientWidth = 369
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 201
- Width = 369
- Height = 41
- Align = alBottom
- TabOrder = 0
- DesignSize = (
- 369
- 41)
- object BtnUpgradeLater: TButton
- Left = 178
- Top = 8
- Width = 83
- Height = 25
- Anchors = [akTop]
- Caption = 'Upgrade Later'
- TabOrder = 0
- OnClick = BtnUpgradeLaterClick
- end
- object BtnUpgradeNow: TButton
- Left = 269
- Top = 8
- Width = 89
- Height = 25
- Anchors = [akTop]
- Caption = 'Upgrade Now..'
- Default = True
- TabOrder = 1
- OnClick = BtnUpgradeNowClick
- end
- object BtnWhatsNew: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Caption = 'Whats New..'
- TabOrder = 2
- Visible = False
- OnClick = BtnWhatsNewClick
- end
- end
- object Panel2: TPanel
- Left = 0
- Top = 0
- Width = 369
- Height = 201
- Align = alClient
- TabOrder = 1
- DesignSize = (
- 369
- 201)
- object LblCurTask: TLabel
- Left = 7
- Top = 178
- Width = 139
- Height = 13
- Alignment = taRightJustify
- Anchors = [akLeft, akBottom]
- AutoSize = False
- Caption = 'Retrieving Update:'
- end
- object MemoMsg: TMemo
- Left = 6
- Top = 12
- Width = 355
- Height = 158
- Anchors = [akLeft, akTop, akRight, akBottom]
- ReadOnly = True
- TabOrder = 0
- end
- object pbStatus: TProgressBar
- Left = 151
- Top = 177
- Width = 158
- Height = 16
- TabOrder = 1
- end
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 100
- OnTimer = Timer1Timer
- Left = 32
- Top = 8
- end
- end
-