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

  1. object FormMergeDupProgress: TFormMergeDupProgress
  2.   Left = 510
  3.   Top = 337
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Merge progress'
  7.   ClientHeight = 169
  8.   ClientWidth = 302
  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.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 88
  23.     Top = 32
  24.     Width = 123
  25.     Height = 13
  26.     Caption = 'Merging duplicate images.'
  27.   end
  28.   object LblStatus: TLabel
  29.     Left = 112
  30.     Top = 72
  31.     Width = 54
  32.     Height = 13
  33.     Caption = 'Please wait'
  34.   end
  35.   object pbMergeStatus: TProgressBar
  36.     Left = 40
  37.     Top = 48
  38.     Width = 233
  39.     Height = 16
  40.     TabOrder = 0
  41.   end
  42.   object BtnCancel: TButton
  43.     Left = 112
  44.     Top = 128
  45.     Width = 75
  46.     Height = 25
  47.     Caption = 'Cancel'
  48.     Default = True
  49.     TabOrder = 1
  50.     OnClick = BtnCancelClick
  51.   end
  52.   object Timer1: TTimer
  53.     Enabled = False
  54.     Interval = 50
  55.     OnTimer = Timer1Timer
  56.     Left = 16
  57.     Top = 16
  58.   end
  59. end
  60.