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

  1. object FormVersionCheck: TFormVersionCheck
  2.   Left = 477
  3.   Top = 232
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Upgrade FotoAlbum'
  7.   ClientHeight = 242
  8.   ClientWidth = 369
  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.   OnResize = FormResize
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 201
  24.     Width = 369
  25.     Height = 41
  26.     Align = alBottom
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       369
  30.       41)
  31.     object BtnUpgradeLater: TButton
  32.       Left = 178
  33.       Top = 8
  34.       Width = 83
  35.       Height = 25
  36.       Anchors = [akTop]
  37.       Caption = 'Upgrade Later'
  38.       TabOrder = 0
  39.       OnClick = BtnUpgradeLaterClick
  40.     end
  41.     object BtnUpgradeNow: TButton
  42.       Left = 269
  43.       Top = 8
  44.       Width = 89
  45.       Height = 25
  46.       Anchors = [akTop]
  47.       Caption = 'Upgrade Now..'
  48.       Default = True
  49.       TabOrder = 1
  50.       OnClick = BtnUpgradeNowClick
  51.     end
  52.     object BtnWhatsNew: TButton
  53.       Left = 8
  54.       Top = 8
  55.       Width = 75
  56.       Height = 25
  57.       Caption = 'Whats New..'
  58.       TabOrder = 2
  59.       Visible = False
  60.       OnClick = BtnWhatsNewClick
  61.     end
  62.   end
  63.   object Panel2: TPanel
  64.     Left = 0
  65.     Top = 0
  66.     Width = 369
  67.     Height = 201
  68.     Align = alClient
  69.     TabOrder = 1
  70.     DesignSize = (
  71.       369
  72.       201)
  73.     object LblCurTask: TLabel
  74.       Left = 7
  75.       Top = 178
  76.       Width = 139
  77.       Height = 13
  78.       Alignment = taRightJustify
  79.       Anchors = [akLeft, akBottom]
  80.       AutoSize = False
  81.       Caption = 'Retrieving Update:'
  82.     end
  83.     object MemoMsg: TMemo
  84.       Left = 6
  85.       Top = 12
  86.       Width = 355
  87.       Height = 158
  88.       Anchors = [akLeft, akTop, akRight, akBottom]
  89.       ReadOnly = True
  90.       TabOrder = 0
  91.     end
  92.     object pbStatus: TProgressBar
  93.       Left = 151
  94.       Top = 177
  95.       Width = 158
  96.       Height = 16
  97.       TabOrder = 1
  98.     end
  99.   end
  100.   object Timer1: TTimer
  101.     Enabled = False
  102.     Interval = 100
  103.     OnTimer = Timer1Timer
  104.     Left = 32
  105.     Top = 8
  106.   end
  107. end
  108.