home *** CD-ROM | disk | FTP | other *** search
- object frmCopy: TfrmCopy
- Left = 388
- Top = 251
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Setup'
- ClientHeight = 109
- ClientWidth = 249
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblCopyStatus: TLabel
- Left = 8
- Top = 8
- Width = 3
- Height = 13
- end
- object Bevel1: TBevel
- Left = 8
- Top = 50
- Width = 233
- Height = 19
- end
- object lblFilename: TLabel
- Left = 8
- Top = 26
- Width = 3
- Height = 13
- end
- object Progress: TGauge
- Left = 9
- Top = 51
- Width = 231
- Height = 17
- BorderStyle = bsNone
- Progress = 0
- end
- object btnCancel: TButton
- Left = 96
- Top = 77
- Width = 76
- Height = 23
- Caption = '&Cancel'
- Default = True
- TabOrder = 0
- OnClick = btnCancelClick
- end
- end
-