To add a tab or wizard page after you have closed the Origin Dialog AppWizard, perform the following steps:
#define IDD_SECONDTAB 3001 directive and press ENTER.
#define IDD_STRING VALUE
Replace STRING with a unique and descriptive string ID for the tab (or wizard page). Replace VALUE with a unique numeric ID that is in the range of 3000 - 5000. For example, you could enter:
#define IDD_THIRDTAB 3002
See the section Defining (or Re-defining) Resource IDs in the Symbol Include Header File for related information.
Note the size of the dialog listed on the right side of the status bar.