home *** CD-ROM | disk | FTP | other *** search
- object FormMainFrm: TFormMainFrm
- Left = 481
- Top = 371
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'FotoAlbum update'
- ClientHeight = 121
- ClientWidth = 316
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- DesignSize = (
- 316
- 121)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 1
- Top = 19
- Width = 314
- Height = 13
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'Please wait ..'
- end
- object Label2: TLabel
- Left = 1
- Top = 44
- Width = 314
- Height = 13
- Alignment = taCenter
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Caption = 'The update will finish in one moment.'
- end
- object BtnClose: TButton
- Left = 122
- Top = 87
- Width = 75
- Height = 25
- Caption = 'Cancel'
- TabOrder = 0
- OnClick = BtnCloseClick
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 2000
- OnTimer = Timer1Timer
- Left = 8
- Top = 72
- end
- end
-