In this case you should rather use TPageControl. You can simply paste it on the form, then right click and select Add Page.
If I understand correctly, you have already finished calculator on the form.
I would do this:
1) Backup everything !

2) Paste new TPageControl on the form
3) Add page (TPageControl consists of TTabSheets)
4) Select all components of your calculator (using Left mouse button + Shift key)
5) Change their Parent property using right click Change Parent... and select TabSheet1
That's all. Good luck.
Now you can add the second TabSheet and start to design scientific calculator directly on it.