home *** CD-ROM | disk | FTP | other *** search
- object ChangeForm: TChangeForm
- Left = 231
- Top = 99
- AutoScroll = False
- ActiveControl = FromFileName
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'ChangeForm'
- ClientHeight = 106
- ClientWidth = 427
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object CurrentDir: TLabel
- Left = 8
- Top = 8
- Width = 66
- Height = 16
- Caption = 'CurrentDir'
- end
- object Label2: TLabel
- Left = 8
- Top = 40
- Width = 37
- Height = 16
- Caption = '&From:'
- FocusControl = FromFileName
- end
- object Label3: TLabel
- Left = 8
- Top = 72
- Width = 20
- Height = 16
- Caption = '&To:'
- FocusControl = ToFileName
- end
- object FromFileName: TEdit
- Left = 64
- Top = 40
- Width = 257
- Height = 24
- TabOrder = 0
- Text = 'FromFileName'
- end
- object ToFileName: TEdit
- Left = 64
- Top = 72
- Width = 257
- Height = 24
- TabOrder = 1
- Text = 'ToFileName'
- end
- object BitBtn1: TBitBtn
- Left = 328
- Top = 8
- Width = 89
- Height = 33
- TabOrder = 2
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 328
- Top = 48
- Width = 89
- Height = 33
- TabOrder = 3
- Kind = bkCancel
- end
- end
-