object FormCalculator: TFormCalculator Left = 591 Height = 330 Top = 511 Width = 470 Caption = 'Calculator' ClientHeight = 330 ClientWidth = 470 DesignTimePPI = 144 FormStyle = fsStayOnTop OnClose = FormClose LCLVersion = '2.2.6.0' object ButtonCompute: TButton Left = 394 Height = 66 Top = 250 Width = 65 Caption = '=' OnClick = ButtonComputeClick TabOrder = 0 end object ButtonAdd: TButton Left = 394 Height = 66 Top = 154 Width = 65 Caption = '+' OnClick = ButtonAddClick TabOrder = 1 end object EditInput: TEdit Left = 17 Height = 43 Top = 17 Width = 322 TabOrder = 2 end object ButtonMultiply: TButton Left = 394 Height = 66 Top = 67 Width = 65 Caption = '*' OnClick = ButtonMultiplyClick TabOrder = 3 end end