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.
|
|
/****************************** 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
|