Create a new form and add 2 pages.
Draw a rectangle corresponding to the area on a file folder. Draw it on the master layer (preferred) or on each page the same position. Change it's BorderStyle property to "3 - Raised".
For each page, add 3 buttons at the top. Label them "Page 1", "Page 2" and "Page 3", respectively.
For each page, change the Button Shape property (on Visual property tab) which corresponds to the current page as "1 - Property Tab (Active)", and the other two as "1 - Property Tab (Inactive)".
For each page, double-click each button and add to its List of Commands the following command: GotoPage {+/-}Index, and enter the page number as the parameter (1 for the "Page 1" button, etc.).
For each page, insert its specific contents (text, drawings, controls) in the area delimited by the rectangle drawn at the step 2.
(Optional) If you want to add a control which is common to all pages, insert an exact copy in all the pages. For text and drawings, you can put them in the master layer and they will appear on all pages.
Note: To simplify the operation, you can design the first page and then copy the tab buttons to the rest of the pages, changing the appearance of the tabs (active/inactive) accordingly.