Adding Tabs or Wizard Pages after the Origin Dialog AppWizard is Closed

To add a tab or wizard page after you have closed the Origin Dialog AppWizard, perform the following steps:

Steps 1 - 4: Add a resource ID string for the new tab (or wizard page) to the Symbol include header file.

Adding Tabs or Wizard Pages After the Origin Dialog AppWizard is Closed image118.gif

Adding Tabs or Wizard Pages After the Origin Dialog AppWizard is Closed image119.gif

  #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.

Steps 5 - 11: Create the tab (or wizard page) resource.

Adding Tabs or Wizard Pages After the Origin Dialog AppWizard is Closed image128.gif

Adding Tabs or Wizard Pages After the Origin Dialog AppWizard is Closed image129.gif

Adding Tabs or Wizard Pages After the Origin Dialog AppWizard is Closed image131.gif

Steps 12 - 13: Resizing your tab or wizard page

Note the size of the dialog listed on the right side of the status bar.