home *** CD-ROM | disk | FTP | other *** search
- object FileTransForm: TFileTransForm
- Left = 363
- Top = 154
- BorderIcons = [biSystemMenu]
- BorderStyle = bsToolWindow
- Caption = 'File Transfer'
- ClientHeight = 152
- ClientWidth = 325
- Color = clTeal
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDefault
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label2: TLabel
- Left = 233
- Top = 1
- Width = 85
- Height = 13
- Caption = 'Auto Accept From'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 68
- Top = 1
- Width = 30
- Height = 13
- Caption = 'Status'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWhite
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- OnDblClick = Label3DblClick
- end
- object TypeSel: TRadioGroup
- Left = 5
- Top = 70
- Width = 236
- Height = 49
- Caption = 'Select to'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clAqua
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Items.Strings = (
- 'Send a File to'
- 'Receive a File From')
- ParentFont = False
- TabOrder = 8
- OnClick = TypeSelClick
- end
- object Memo1: TMemo
- Left = 6
- Top = 13
- Width = 151
- Height = 53
- Color = clSilver
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- OnDblClick = Memo1DblClick
- end
- object ReqSendBtn: TButton
- Left = 5
- Top = 126
- Width = 112
- Height = 22
- Caption = 'Request to Send File'
- TabOrder = 1
- OnClick = ReqSendBtnClick
- end
- object SendFile: TEdit
- Left = 117
- Top = 125
- Width = 205
- Height = 21
- Color = clAqua
- TabOrder = 2
- OnChange = SendFileChange
- end
- object SendUIN: TEdit
- Left = 156
- Top = 95
- Width = 80
- Height = 21
- Color = 8454143
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 3
- end
- object BrowseBtn: TButton
- Left = 275
- Top = 110
- Width = 48
- Height = 17
- Caption = 'Browse'
- TabOrder = 4
- OnClick = BrowseBtnClick
- end
- object AutoAcceptList: TListBox
- Left = 254
- Top = 14
- Width = 67
- Height = 85
- Color = clLime
- ItemHeight = 13
- PopupMenu = PopupMenu1
- TabOrder = 5
- end
- object CancelBtn: TButton
- Left = 161
- Top = 49
- Width = 91
- Height = 18
- Caption = 'Cancel Request'
- TabOrder = 6
- OnClick = CancelBtnClick
- end
- object HelpBtn: TButton
- Left = 186
- Top = 5
- Width = 34
- Height = 18
- Caption = 'Help'
- TabOrder = 7
- OnClick = HelpBtnClick
- end
- object NameBox: TEdit
- Left = 156
- Top = 77
- Width = 80
- Height = 21
- Color = 12713921
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ReadOnly = True
- TabOrder = 9
- end
- object Button1: TButton
- Left = 161
- Top = 27
- Width = 91
- Height = 18
- Caption = 'Received Files'
- TabOrder = 10
- OnClick = Button1Click
- end
- object FTP: TFtpClient
- Timeout = 15
- MultiThreaded = False
- Port = 'ftp'
- DisplayFileFlag = False
- Binary = True
- ShareMode = ftpShareExclusive
- Options = [ftpAcceptLF]
- ConnectionType = ftpDirect
- OnDisplay = FTPDisplay
- OnDisplayFile = FTPDisplayFile
- OnCommand = FTPCommand
- OnResponse = FTPResponse
- OnProgress = FTPProgress
- OnRequestDone = FTPRequestDone
- OnStateChange = FTPStateChange
- Left = 15
- Top = 33
- end
- object OpenDialog1: TOpenDialog
- Left = 18
- Top = 3
- end
- object PopupMenu1: TPopupMenu
- Left = 277
- Top = 20
- object AddUIN1: TMenuItem
- Caption = 'Add UIN'
- OnClick = AddUIN1Click
- end
- object DeleteUIN1: TMenuItem
- Caption = 'Delete UIN'
- OnClick = DeleteUIN1Click
- end
- end
- end
-