Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

60 lines
2.6 KiB

// --------------------------------------------------------------------------------
// Resource.h
// --------------------------------------------------------------------------------
#ifndef __RESOURCE_H
#define __RESOURCE_H
// --------------------------------------------------------------------------------
// Dialog Ids
// --------------------------------------------------------------------------------
#define IDD_PROGRESS 101
#define IDD_MIGRATEERROR 102
// --------------------------------------------------------------------------------
// Icon Ids
// --------------------------------------------------------------------------------
#define IDI_MIGRATE 102
// --------------------------------------------------------------------------------
// Dialog Control Ids
// --------------------------------------------------------------------------------
#define IDC_STATIC -1
#define IDC_PROGRESS 1000
#define IDS_STATUS 1001
#define IDS_DESCRIPT 1002
#define IDR_STARTOE 1003
#define IDR_DONTSTARTOE 1004
#define IDS_MESSAGE 1005
#define IDS_NEWSOUTBOX 1006
#define IDS_NEWSPOSTED 1007
#define IDS_NEWSSAVED 1008
#define IDS_POSTEDITEMS 1009
#define IDS_SAVEDITEMS 1010
#define IDS_COMPLETE 1011
#define IDS_TITLE 1012
#define IDS_MIGRATING 1013
#define IDS_UPGRADEMESSAGE 1014
#define IDS_DISKSPACEERROR 1015
#define IDS_GENERALERROR 1016
#define IDS_IMPORTMSG 1017
#define IDS_V1NYI 1018
#define IDS_SHARINGVIOLATION 1019
#define IDS_INBOX 5000
#define IDS_OUTBOX 5001
#define IDS_SENTITEMS 5002
#define IDS_DELETED 5003
#define IDS_DRAFT 5004
// --------------------------------------------------------------------------------
// Strings
// --------------------------------------------------------------------------------
#define IDS_BYTES 0x103
#define IDS_ORDERKB 0x104
#define IDS_ORDERMB 0x105
#define IDS_ORDERGB 0x106
#define IDS_ORDERTB 0x107
#define IDS_ORDERPB 0x108
#define IDS_ORDEREB 0x109
#endif // __RESOURCE_H