Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

42 lines
595 B

/*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
resource.h
Abstract:
This file contains all resources defines for faxstres.exe
Author:
Wesley Witt (wesw) 1-Nov-1996
Environment:
User Mode
--*/
//
// dialogs
//
#define IDD_STRESS 501
//
// controls
//
#define IDC_STATIC -1
#define IDC_ADD_DOCUMENTS 101
#define IDC_ADD_RECIPIENTS 102
#define IDC_COPIES 103
#define IDC_DOCUMENT_LIST 104
#define IDC_RECIPIENT_LIST 105
#define IDC_USE_EXCHANGE 106
#define APPICON 601