There is a few ways you are able to do this, but the easiest way for you I would recommend to do is use panels and on each tab click event have it set the property visible to true, example
tab1
panel1.visible = true;
panel2.visible = false;
tab2
panel1.visible = false;
panel2.visible = true;