object FormOFT2: TFormOFT2 Left = 565 Top = 443 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle ClientHeight = 242 ClientWidth = 360 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 345 Height = 225 BevelInner = bvSpace BevelOuter = bvLowered TabOrder = 0 object LabelFilename: TLabel Left = 12 Top = 9 Width = 62 Height = 13 Caption = '_Current File:' end object LabelFiles: TLabel Left = 216 Top = 51 Width = 30 Height = 13 Caption = '_Files:' end object LabelFileSize: TLabel Left = 12 Top = 51 Width = 85 Height = 13 Caption = '_Done / File Size:' end object LabelProgress: TLabel Left = 12 Top = 93 Width = 50 Height = 13 Caption = '_Progress:' end object LabelStatus: TLabel Left = 12 Top = 131 Width = 39 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 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 = 248 Top = 188 Width = 85 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 = 188 Width = 229 Height = 25 Caption = '_Open Received Files Folder' TabOrder = 6 OnClick = ButtonOpenfolderClick end end object TimerUpdate: TTimer Interval = 200 OnTimer = TimerUpdateTimer Left = 312 Top = 16 end object TimerNeedFree: TTimer Interval = 600000 OnTimer = TimerNeedFreeTimer Left = 280 Top = 16 end end