22 lines
635 B
C
22 lines
635 B
C
/****************************** Module Header ******************************\
|
|
* Module Name: dialogs.h
|
|
*
|
|
* Copyright (c) 1991, Microsoft Corporation
|
|
*
|
|
* Define contants used by dialog edit when editting dialog.dlg
|
|
*
|
|
* NOTE - this file is maintained by dlgedit. Do not edit directly
|
|
*
|
|
* History:
|
|
* 12-09-91 Davidc Created.
|
|
\***************************************************************************/
|
|
|
|
//
|
|
// Hydra Dialogs
|
|
//
|
|
#define IDD_CONNECT 2300
|
|
#define IDC_CONNECTBOX 2301
|
|
#define IDD_CALLBACK 2310
|
|
#define IDD_PHONENUMBER 2311
|
|
#define IDD_CALLBACK_WAIT 2320
|