home *** CD-ROM | disk | FTP | other *** search
- object ti: Tti
- Left = 152
- Top = 191
- BorderStyle = bsDialog
- Caption = 'Copy File'
- ClientHeight = 120
- ClientWidth = 394
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 44
- Height = 16
- Caption = 'Label1'
- end
- object Label2: TLabel
- Left = 16
- Top = 32
- Width = 57
- Height = 16
- Caption = 'Copy to :'
- end
- object Edit1: TEdit
- Left = 16
- Top = 56
- Width = 361
- Height = 24
- TabOrder = 0
- end
- object Button1: TButton
- Left = 208
- Top = 88
- Width = 73
- Height = 25
- Caption = 'Copy'
- TabOrder = 1
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 296
- Top = 88
- Width = 73
- Height = 25
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = Button2Click
- end
- end
-