home *** CD-ROM | disk | FTP | other *** search
- object FormMergeDupProgress: TFormMergeDupProgress
- Left = 510
- Top = 337
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Merge progress'
- ClientHeight = 169
- ClientWidth = 302
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 88
- Top = 32
- Width = 123
- Height = 13
- Caption = 'Merging duplicate images.'
- end
- object LblStatus: TLabel
- Left = 112
- Top = 72
- Width = 54
- Height = 13
- Caption = 'Please wait'
- end
- object pbMergeStatus: TProgressBar
- Left = 40
- Top = 48
- Width = 233
- Height = 16
- TabOrder = 0
- end
- object BtnCancel: TButton
- Left = 112
- Top = 128
- Width = 75
- Height = 25
- Caption = 'Cancel'
- Default = True
- TabOrder = 1
- OnClick = BtnCancelClick
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 50
- OnTimer = Timer1Timer
- Left = 16
- Top = 16
- end
- end
-