home *** CD-ROM | disk | FTP | other *** search
- object ConnectForm: TConnectForm
- Left = 225
- Top = 224
- BorderStyle = bsDialog
- Caption = 'FTP Connection Information'
- ClientHeight = 303
- ClientWidth = 372
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnMouseMove = FormMouseMove
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 6
- Top = 80
- Width = 65
- Height = 13
- Caption = 'Remote Host:'
- end
- object Label2: TLabel
- Left = 14
- Top = 106
- Width = 56
- Height = 13
- Caption = 'User Name:'
- FocusControl = UserNameEdit
- end
- object Label3: TLabel
- Left = 21
- Top = 131
- Width = 49
- Height = 13
- Caption = 'Password:'
- FocusControl = PasswordEdit
- end
- object Label4: TLabel
- Left = 9
- Top = 157
- Width = 62
- Height = 13
- Caption = 'Remote Port:'
- FocusControl = RemotePortEdit
- end
- object Label7: TLabel
- Left = 40
- Top = 16
- Width = 31
- Height = 13
- Caption = 'Name:'
- end
- object UserNameEdit: TEdit
- Left = 77
- Top = 103
- Width = 195
- Height = 21
- TabOrder = 5
- end
- object PasswordEdit: TEdit
- Left = 77
- Top = 129
- Width = 195
- Height = 21
- PasswordChar = '*'
- TabOrder = 6
- end
- object RemotePortEdit: TEdit
- Left = 77
- Top = 155
- Width = 38
- Height = 21
- Hint = 'In most cases it should be 21'
- TabOrder = 7
- Text = '21'
- end
- object ConnectionName: TComboBox
- Left = 77
- Top = 13
- Width = 196
- Height = 21
- Hint = 'Connection Name'
- DropDownCount = 20
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnChange = ConnectionNameChange
- end
- object NewBtn: TButton
- Left = 79
- Top = 36
- Width = 61
- Height = 20
- Hint = 'Create New Connection'
- Caption = '&New'
- Default = True
- TabOrder = 1
- TabStop = False
- OnClick = NewBtnClick
- end
- object SaveBtn: TButton
- Left = 143
- Top = 36
- Width = 61
- Height = 20
- Hint = 'Save Current Connection'
- Caption = '&Save'
- Default = True
- TabOrder = 2
- TabStop = False
- OnClick = SaveBtnClick
- end
- object DeleteBtn: TButton
- Left = 207
- Top = 36
- Width = 61
- Height = 20
- Hint = 'Delete Current Connection'
- Caption = '&Delete'
- Default = True
- TabOrder = 3
- TabStop = False
- OnClick = DeleteBtnClick
- end
- object BitBtn1: TBitBtn
- Left = 288
- Top = 8
- Width = 75
- Height = 25
- Hint = 'Close This Window and Connect'
- Caption = 'C&onnect'
- TabOrder = 10
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 288
- Top = 40
- Width = 75
- Height = 25
- Hint = 'Close This Window'
- Caption = '&Cancel'
- TabOrder = 11
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 204
- Width = 353
- Height = 93
- Caption = 'Initial File Folders'
- TabOrder = 9
- object Label5: TLabel
- Left = 5
- Top = 42
- Width = 91
- Height = 13
- Caption = 'Remote File Folder:'
- FocusControl = RemotePortEdit
- end
- object Label6: TLabel
- Left = 14
- Top = 19
- Width = 80
- Height = 13
- Caption = 'Local File Folder:'
- end
- object LocalDirEdit: TEdit
- Left = 104
- Top = 16
- Width = 241
- Height = 21
- Hint = 'Change to this local file folder after logging in'
- TabOrder = 0
- end
- object RemoteDirEdit: TComboBox
- Left = 104
- Top = 39
- Width = 242
- Height = 21
- Hint = 'Change to this remote file folder after logging in'
- ItemHeight = 13
- TabOrder = 1
- end
- object Button2: TButton
- Left = 192
- Top = 63
- Width = 75
- Height = 25
- Hint = 'Add File Folder to the List'
- Caption = '&Add'
- TabOrder = 2
- OnClick = Button2Click
- end
- object Button1: TButton
- Left = 272
- Top = 63
- Width = 75
- Height = 25
- Hint = 'Delete File Folder from the List'
- Caption = '&Delete'
- TabOrder = 3
- OnClick = Button1Click
- end
- end
- object CheckBox1: TCheckBox
- Left = 80
- Top = 183
- Width = 121
- Height = 17
- Caption = 'Anonymous Login'
- TabOrder = 8
- OnClick = CheckBox1Click
- end
- object RemoteHostEdit: TEdit
- Left = 77
- Top = 77
- Width = 195
- Height = 21
- TabOrder = 4
- end
- object BitBtn3: TBitBtn
- Left = 288
- Top = 72
- Width = 75
- Height = 25
- TabOrder = 12
- OnClick = BitBtn3Click
- Kind = bkHelp
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 30000
- OnTimer = Timer1Timer
- Top = 8
- end
- end
-