
//
// misc
//

#define WIZARD_WIDTH           276
#define WIZARD_HEIGTH          140

#define IDC_STATIC              -1

//
// icons
//

#define IDI_NETCENTRIC          501

//
// bitmaps
//

#define IDB_INET                701
#define IDB_WORLD               702
#define IDB_INETWRLD            703
#define IDB_CHECKSTATES         704

//
// dialogs
//

#define IDD_CONFIG              601
#define IDD_SERVER_NAME_PAGE    602
#define IDD_INFO_PAGE           603
#define IDD_ACCT_PAGE           604
#define IDD_BILLING_PAGE        605
#define IDD_ISP_PAGE            606
#define IDD_PLANS_PAGE          607
#define IDD_FINISH_PAGE         608
#define IDD_CREATE_PAGE         609
#define IDD_INFO2_PAGE          610

//
// controls
//

#define IDC_SERVER              101
#define IDC_USERNAME            102
#define IDC_PASSWORD            103
#define IDC_NEW_ACCOUNT         104
#define IDC_FIRST_NAME          105
#define IDC_LAST_NAME           106
#define IDC_EMAIL               107
#define IDC_PHONE_NUMBER        108
#define IDC_ADDRESS             109
#define IDC_CITY                110
#define IDC_ACCOUNT_NAME        111
#define IDC_CREDIT_CARD         112
#define IDC_EXPIRY_MM           113
#define IDC_CC_NAME             114
#define IDC_SERVER_NAME         115
#define IDC_WORLDBMP            116
#define IDC_INETBMP             117
#define IDC_INETWRLDBMP         118
#define IDC_ISP_LIST            119
#define IDC_PLAN_LIST           120
#define IDC_EXPIRY_YY           121
#define IDC_CC_LIST             122
#define IDC_STATE               123
#define IDC_ZIP                 124
#define IDC_AREA_CODE           125

//
// strings
//

#define IDS_TITLE               201
#define IDS_ERR_TITLE           202
#define IDS_WRN_TITLE           203
#define IDS_BAD_SERVER          204
#define IDS_BAD_ISP             205
#define IDS_MISSING_INFO        206
#define IDS_MISSING_ACCNT       207
#define IDS_MISSING_BILLING     208
#define IDS_CC_FIRST            209
#define IDS_CC_AMEX             209
#define IDS_CC_DINERS           210
#define IDS_CC_DISCOVER         211
#define IDS_CC_MASTERCARD       212
#define IDS_CC_VISA             213
#define IDS_CC_LAST             214

