home *** CD-ROM | disk | FTP | other *** search
- object ConnectForm: TConnectForm
- Left = 437
- Top = 104
- ActiveControl = RemoteHostEdit
- BorderStyle = bsDialog
- Caption = 'FTP Connection Information'
- ClientHeight = 111
- ClientWidth = 347
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 6
- Top = 8
- Width = 65
- Height = 13
- Caption = '&Remote Host:'
- FocusControl = RemoteHostEdit
- end
- object Label2: TLabel
- Left = 14
- Top = 34
- Width = 56
- Height = 13
- Caption = '&User Name:'
- FocusControl = UserNameEdit
- end
- object Label3: TLabel
- Left = 21
- Top = 59
- Width = 49
- Height = 13
- Caption = '&Password:'
- FocusControl = PasswordEdit
- end
- object Label4: TLabel
- Left = 9
- Top = 85
- Width = 62
- Height = 13
- Caption = 'Remote &Port:'
- FocusControl = RemotePortEdit
- end
- object RemoteHostEdit: TEdit
- Left = 77
- Top = 5
- Width = 195
- Height = 21
- TabOrder = 0
- Text = 'ftp.borland.com'
- end
- object UserNameEdit: TEdit
- Left = 77
- Top = 31
- Width = 195
- Height = 21
- TabOrder = 1
- Text = 'anonymous'
- end
- object PasswordEdit: TEdit
- Left = 77
- Top = 57
- Width = 195
- Height = 21
- PasswordChar = '*'
- TabOrder = 2
- Text = 'emailaddr'
- end
- object RemotePortEdit: TEdit
- Left = 77
- Top = 83
- Width = 38
- Height = 21
- TabOrder = 3
- Text = '21'
- end
- object OkBtn: TButton
- Left = 281
- Top = 4
- Width = 61
- Height = 20
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object CancelBtn: TButton
- Left = 281
- Top = 32
- Width = 61
- Height = 20
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- end
-