home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / foto / faprosetup.exe / FotoUpdate.exe / .rsrc / 0 / RCDATA / TFORMMAINFRM / TFORMMAINFRM.txt
Encoding:
Text File  |  2004-04-06  |  1.2 KB  |  62 lines

  1. object FormMainFrm: TFormMainFrm
  2.   Left = 481
  3.   Top = 371
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'FotoAlbum update'
  7.   ClientHeight = 121
  8.   ClientWidth = 316
  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.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     316
  22.     121)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 1
  27.     Top = 19
  28.     Width = 314
  29.     Height = 13
  30.     Alignment = taCenter
  31.     Anchors = [akLeft, akTop, akRight]
  32.     AutoSize = False
  33.     Caption = 'Please wait ..'
  34.   end
  35.   object Label2: TLabel
  36.     Left = 1
  37.     Top = 44
  38.     Width = 314
  39.     Height = 13
  40.     Alignment = taCenter
  41.     Anchors = [akLeft, akTop, akRight]
  42.     AutoSize = False
  43.     Caption = 'The update will finish in one moment.'
  44.   end
  45.   object BtnClose: TButton
  46.     Left = 122
  47.     Top = 87
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Cancel'
  51.     TabOrder = 0
  52.     OnClick = BtnCloseClick
  53.   end
  54.   object Timer1: TTimer
  55.     Enabled = False
  56.     Interval = 2000
  57.     OnTimer = Timer1Timer
  58.     Left = 8
  59.     Top = 72
  60.   end
  61. end
  62.