//////////////////////////////////////////////////////////////////////////
//
//  resource.h
//
//      This file contains all of the resource ids used by the application.
//
//  (C) Copyright 1997 by Microsoft Corporation. All rights reserved.
//
//////////////////////////////////////////////////////////////////////////

#ifndef _RESOURCE_H_
#define _RESOURCE_H_

#include <winuser.h>

//
//  icons.
//
#define IDI_WEBAPP             1

//
//  cursors.
//
#define IDC_BRHAND             1

//
//  bitmaps.
//

#define IDB_PANEL              20
#define IDB_CENTER             21

#define IDB_FLAG               40
#define IDB_FLAG_RTL           41

#define IDB_BACK               70
#define IDB_BACK_HOVER         71
#define IDB_NEXT               72
#define IDB_NEXT_HOVER         73
#define IDB_CLOSE              74
#define IDB_CLOSE_HOVER        75
#define IDB_CANCEL             76
#define IDB_CANCEL_HOVER       77
#define IDB_RADIO_ON           78
#define IDB_RADIO_ON_HOVER     79
#define IDB_RADIO_OFF          80
#define IDB_RADIO_OFF_HOVER    81

#define IDB_GRADIENT_TOP      110
#define IDB_GRADIENT_BOTTOM   111

#define IDB_FLAG_256              540
#define IDB_FLAG_RTL_256          541

#define IDB_BACK_256               570
#define IDB_BACK_HOVER_256         571
#define IDB_NEXT_256               572
#define IDB_NEXT_HOVER_256         573
#define IDB_CLOSE_256              574
#define IDB_CLOSE_HOVER_256        575
#define IDB_CANCEL_256             576
#define IDB_CANCEL_HOVER_256       577
#define IDB_RADIO_ON_256           578
#define IDB_RADIO_ON_HOVER_256     579
#define IDB_RADIO_OFF_256          580
#define IDB_RADIO_OFF_HOVER_256    581

#define IDB_GRADIENT_TOP_256      610
#define IDB_GRADIENT_BOTTOM_256   611


//
//  string table entries.
//
#define IDS_TITLE              1000
#define IDS_TITLEBAR           1001

#define IDS_TEXT0_TITLE        1500
#define IDS_TEXT1_TITLE        1501
#define IDS_TEXT2_TITLE        1502
#define IDS_TEXT3_TITLE        1503
#define IDS_TEXT4_TITLE        1504
#define IDS_TEXT5_TITLE        1505
#define IDS_TEXT6_TITLE        1506

#define IDS_TEXT0              1510
#define IDS_TEXT1              1511
#define IDS_TEXT2              1512
#define IDS_TEXT3              1513
#define IDS_TEXT4              1514
#define IDS_TEXT5              1515
#define IDS_TEXT6              1516

#define IDS_TEXT0_SUB          1520
#define IDS_TEXT1_SUB          1521
#define IDS_TEXT2_SUB          1522
#define IDS_TEXT3_SUB          1523
#define IDS_TEXT4_SUB          1524
#define IDS_TEXT5_SUB          1525
#define IDS_TEXT6_SUB          1526

#define IDS_TEXT0_HEADER       1530
#define IDS_TEXT1_HEADER       1531
#define IDS_TEXT2_HEADER       1532
#define IDS_TEXT3_HEADER       1533
#define IDS_TEXT4_HEADER       1534
#define IDS_TEXT5_HEADER       1535
#define IDS_TEXT6_HEADER       1536

#define IDS_EXECUTABLE           2000
#define IDS_EXECUTABLE_ARGS_DU   2001
#define IDS_EXECUTABLE_ARGS_NODU 2002
#define IDS_LINK                 2010

#define IDS_FONTFACE_TITLE          3000
#define IDS_FONTFACE_HEADER         3001
#define IDS_FONTFACE_MENU           3002
#define IDS_FONTFACE_TEXT           3003
#define IDS_FONTFACE_TITLE_BACKUP   3004
#define IDS_FONTFACE_HEADER_BACKUP  3005
#define IDS_FONTFACE_MENU_BACKUP    3006
#define IDS_FONTFACE_TEXT_BACKUP    3007

#define IDS_FONTCY_TITLE            3100
#define IDS_FONTCY_HEADER           3101
#define IDS_FONTCY_MENU             3102
#define IDS_FONTCY_TEXT             3103
#define IDS_FONTCY_TITLE_BACKUP     3104
#define IDS_FONTCY_HEADER_BACKUP    3105
#define IDS_FONTCY_MENU_BACKUP      3106
#define IDS_FONTCY_TEXT_BACKUP      3107

#define IDS_FONTCY_TITLE_LIL         3200
#define IDS_FONTCY_HEADER_LIL        3201
#define IDS_FONTCY_MENU_LIL          3202
#define IDS_FONTCY_TEXT_LIL          3203
#define IDS_FONTCY_TITLE_BACKUP_LIL  3204
#define IDS_FONTCY_HEADER_BACKUP_LIL 3205
#define IDS_FONTCY_MENU_BACKUP_LIL   3206
#define IDS_FONTCY_TEXT_BACKUP_LIL   3207

#define IDS_MENULABEL0           3300
#define IDS_MENULABEL1           3301
#define IDS_MENULABEL2           3302
#define IDS_MENULABEL3           3303
#define IDS_MENULABEL4           3304
#define IDS_MENULABEL5           3305
#define IDS_MENULABEL6           3306

//
//  commands.
//
#define IDM_MENUITEM0          500
#define IDM_MENUITEM1          501
#define IDM_MENUITEM2          502
#define IDM_MENUITEM3          503
#define IDM_MENUITEM4          504

// wait dialog
#define IDD_WAIT                7000
#define IDC_TEXT_WELCOME        7001
#endif
