object JavaClient: TJavaClient Left = 329 Top = 382 Width = 112 Height = 70 Caption = 'Java-client' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object TimeOut: TTimer Enabled = False Interval = 15000 OnTimer = TimeOutTimer Left = 4 Top = 8 end end