43 lines
595 B
C
43 lines
595 B
C
|
/*++
|
||
|
|
||
|
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
|