object FormMain: TFormMain Left = -1987 Height = 695 Top = -223 Width = 975 Caption = 'FormMain' ClientHeight = 695 ClientWidth = 975 OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.1.0.0' object Button1: TButton Left = 46 Height = 25 Top = 102 Width = 138 Action = actCheckForUpdate TabOrder = 0 end object MainActList: TActionList Left = 914 Top = 212 object actCheckForUpdate: TAction Caption = 'actCheckForUpdate' OnExecute = actCheckForUpdateExecute end end end