home *** CD-ROM | disk | FTP | other *** search
- object CONNECT: TCONNECT
- Tag = 1
- Left = 172
- Top = 198
- HelpContext = 450
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Connect to ftp server'
- ClientHeight = 321
- ClientWidth = 477
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Connectto: TLabel
- Tag = 2
- Left = 7
- Top = 7
- Width = 346
- Height = 14
- AutoSize = False
- Caption = 'Connect &to:'
- FocusControl = id_Connect_List
- end
- object id_Connect_List: TListBox
- Left = 4
- Top = 25
- Width = 353
- Height = 264
- IntegralHeight = True
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- OnDblClick = ConnectClick
- end
- object New: TButton
- Tag = 3
- Left = 363
- Top = 67
- Width = 110
- Height = 25
- Caption = '&New connection...'
- TabOrder = 2
- OnClick = NewClick
- end
- object Edit: TButton
- Tag = 4
- Left = 363
- Top = 164
- Width = 110
- Height = 25
- Caption = '&Edit...'
- TabOrder = 5
- OnClick = EditClick
- end
- object Delete: TButton
- Tag = 5
- Left = 363
- Top = 193
- Width = 110
- Height = 25
- Caption = '&Delete'
- TabOrder = 6
- OnClick = DeleteClick
- end
- object Connect: TButton
- Tag = 6
- Left = 363
- Top = 25
- Width = 110
- Height = 25
- Caption = '&Connect'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = ConnectClick
- end
- object Cancel: TButton
- Tag = 4002
- Left = 363
- Top = 222
- Width = 110
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 7
- end
- object HelpButton: TButton
- Tag = 4003
- Left = 363
- Top = 259
- Width = 110
- Height = 25
- Caption = '&Help'
- TabOrder = 8
- OnClick = HelpButtonClick
- end
- object NewUrl: TButton
- Tag = 7
- Left = 363
- Top = 95
- Width = 110
- Height = 25
- Caption = 'New &URL...'
- TabOrder = 3
- OnClick = NewUrlClick
- end
- object DuplicateEntry: TButton
- Tag = 8
- Left = 363
- Top = 123
- Width = 110
- Height = 25
- Caption = 'Duplicate entry...'
- TabOrder = 4
- OnClick = DuplicateEntryClick
- end
- object ResolutionFix1: TResolutionFix
- Left = 368
- Top = 292
- end
- object Translate1: TTranslate
- Tag = 6000
- Left = 404
- Top = 292
- end
- end
-