object Form1: TForm1
Left = 244
Height = 399
Top = 209
Width = 598
Caption = 'Form1'
ClientHeight = 399
ClientWidth = 598
LCLVersion = '1.6.2.0'
object Edit1: TEdit
Left = 8
Height = 38
Top = 8
Width = 184
TabOrder = 0
Text = '2'
end
object Edit2: TEdit
Left = 8
Height = 38
Top = 88
Width = 184
TabOrder = 1
Text = '3'
end
object Edit3: TEdit
Left = 8
Height = 38
Top = 168
Width = 184
TabOrder = 2
end
object Button1: TButton
Left = 8
Height = 25
Top = 53
Width = 40
Caption = '+'
OnClick = Button1Click
TabOrder = 3
end
object Button2: TButton
Left = 56
Height = 25
Top = 53
Width = 40
Caption = '-'
OnClick = Button2Click
TabOrder = 4
end
object Button3: TButton
Left = 104
Height = 25
Top = 53
Width = 40
Caption = '*'
OnClick = Button3Click
TabOrder = 5
end
object Button4: TButton
Left = 152
Height = 25
Top = 53
Width = 40
Caption = '/'
OnClick = Button4Click
TabOrder = 6
end
object Memo1: TMemo
Left = 200
Height = 376
Top = 8
Width = 384
ScrollBars = ssBoth
TabOrder = 7
end
end