object FileForm: TFileForm Left = 509 Top = 365 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'File Transfer' ClientHeight = 273 ClientWidth = 361 Color = clBtnFace DefaultMonitor = dmMainForm Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 345 Height = 257 BevelInner = bvSpace BevelOuter = bvLowered TabOrder = 0 object LabelFilename: TLabel Left = 12 Top = 9 Width = 56 Height = 13 Caption = 'Current File:' end object LabelFiles: TLabel Left = 216 Top = 51 Width = 24 Height = 13 Caption = 'Files:' end object LabelFileSize: TLabel Left = 12 Top = 51 Width = 79 Height = 13 Caption = 'Done / File Size:' end object LabelProgress: TLabel Left = 12 Top = 93 Width = 44 Height = 13 Caption = 'Progress:' end object LabelStatus: TLabel Left = 12 Top = 131 Width = 33 Height = 13 Caption = 'Status:' end object Bevel1: TBevel Left = 12 Top = 176 Width = 321 Height = 4 Shape = bsTopLine end object PanelCount: TPanel Left = 216 Top = 67 Width = 117 Height = 19 BevelOuter = bvLowered Caption = '0 / 0 ' TabOrder = 0 end object ButtonSkip: TButton Left = 12 Top = 188 Width = 157 Height = 25 Caption = 'Skip File' TabOrder = 6 OnClick = ButtonSkipClick end object PB1: TProgressBar Left = 12 Top = 109 Width = 321 Height = 17 Smooth = True TabOrder = 1 end object PanelCur: TPanel Left = 12 Top = 67 Width = 197 Height = 19 BevelOuter = bvLowered Caption = '0 b / 0 b' TabOrder = 2 end object ButtonAbort: TButton Left = 176 Top = 188 Width = 157 Height = 25 Caption = 'Cancel' TabOrder = 5 OnClick = ButtonAbortClick end object PanelFile: TPanel Left = 12 Top = 25 Width = 321 Height = 19 Alignment = taLeftJustify BevelOuter = bvLowered TabOrder = 3 end object PanelStatus: TPanel Left = 12 Top = 147 Width = 321 Height = 19 BevelOuter = bvLowered TabOrder = 4 end object ButtonOpenfolder: TButton Left = 12 Top = 221 Width = 321 Height = 25 Caption = 'Open Received Files Folder' TabOrder = 7 OnClick = ButtonOpenfolderClick end end object SrvSocket: TWSocket LineMode = False LineLimit = 65536 LineEnd = #13#10 LineEcho = False LineEdit = False Proto = 'tcp' LocalAddr = '0.0.0.0' LocalPort = '0' LastError = 0 MultiThreaded = False MultiCast = False MultiCastIpTTL = 1 ReuseAddr = False ComponentOptions = [] ListenBacklog = 5 ReqVerLow = 1 ReqVerHigh = 1 OnSessionAvailable = SrvSocketSessionAvailable FlushTimeout = 60 SendFlags = wsSendNormal LingerOnOff = wsLingerOn LingerTimeout = 0 KeepAliveOnOff = wsKeepAliveOnSystem KeepAliveTime = 30000 KeepAliveInterval = 1000 SocksLevel = '5' SocksAuthentication = socksNoAuthentication Left = 248 Top = 136 end object CliSocket: TWSocket LineMode = False LineLimit = 65536 LineEnd = #13#10 LineEcho = False LineEdit = False Proto = 'tcp' LocalAddr = '0.0.0.0' LocalPort = '0' LastError = 0 MultiThreaded = False MultiCast = False MultiCastIpTTL = 1 ReuseAddr = False ComponentOptions = [] ListenBacklog = 5 ReqVerLow = 1 ReqVerHigh = 1 OnDataAvailable = CliSocketDataAvailable OnDataSent = CliSocketDataSent OnSessionClosed = CliSocketSessionClosed OnSessionConnected = CliSocketSessionConnected FlushTimeout = 60 SendFlags = wsSendNormal LingerOnOff = wsLingerOn LingerTimeout = 0 KeepAliveOnOff = wsKeepAliveOnSystem KeepAliveTime = 30000 KeepAliveInterval = 1000 SocksLevel = '5' SocksAuthentication = socksNoAuthentication Left = 184 Top = 136 end object RcvSocket: TWSocket LineMode = False LineLimit = 65536 LineEnd = #13#10 LineEcho = False LineEdit = False Proto = 'tcp' LocalAddr = '0.0.0.0' LocalPort = '0' LastError = 0 MultiThreaded = False MultiCast = False MultiCastIpTTL = 1 ReuseAddr = False ComponentOptions = [] ListenBacklog = 5 ReqVerLow = 1 ReqVerHigh = 1 OnDataAvailable = RcvSocketDataAvailable OnSessionClosed = RcvSocketSessionClosed FlushTimeout = 60 SendFlags = wsSendNormal LingerOnOff = wsLingerOn LingerTimeout = 0 KeepAliveOnOff = wsKeepAliveOnSystem KeepAliveTime = 30000 KeepAliveInterval = 1000 SocksLevel = '5' SocksAuthentication = socksNoAuthentication Left = 216 Top = 136 end object TranSocket: TWSocket LineMode = False LineLimit = 65536 LineEnd = #13#10 LineEcho = False LineEdit = False Proto = 'tcp' LocalAddr = '0.0.0.0' LocalPort = '0' LastError = 0 MultiThreaded = False MultiCast = False MultiCastIpTTL = 1 ReuseAddr = False ComponentOptions = [] ListenBacklog = 5 ReqVerLow = 1 ReqVerHigh = 1 FlushTimeout = 60 SendFlags = wsSendNormal LingerOnOff = wsLingerOn LingerTimeout = 0 KeepAliveOnOff = wsKeepAliveOnSystem KeepAliveTime = 30000 KeepAliveInterval = 1000 SocksLevel = '5' SocksAuthentication = socksNoAuthentication Left = 184 Top = 104 end object TimerSend: TTimer Enabled = False Interval = 500 OnTimer = TimerSendTimer Left = 216 Top = 104 end object TimerTryInternal: TTimer Enabled = False OnTimer = TimerTryInternalTimer Left = 248 Top = 104 end end