object frmTest: TfrmTest Left = 347 Top = 156 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'RAS Test' ClientHeight = 83 ClientWidth = 393 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Menu = MainMenu1 Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 72 Top = 51 Width = 257 Height = 13 Caption = ' ' end object Label1: TLabel Left = 72 Top = 19 Width = 241 Height = 13 end object Image1: TImage Left = 352 Top = 24 Width = 33 Height = 41 Picture.Data = {} end object Timer1: TTimer OnTimer = Timer1Timer Left = 24 Top = 16 end object MainMenu1: TMainMenu Left = 16 Top = 56 object Quit: TMenuItem Caption = 'Quit' ShortCut = 0 OnClick = QuitClick end object Help1: TMenuItem Caption = 'Help' ShortCut = 0 OnClick = Help1Click end end end