home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Encyclopedia 96-1
/
novell-nsepro-1996-1-cd2.iso
/
download
/
netware
/
kvfon3.exe
/
PHONERC.H
< prev
next >
Wrap
Text File
|
1994-11-22
|
3KB
|
86 lines
/****************************************************************************
** File: PHONERC.H
**
** Desc: Include files for the dialpad program.
**
** This file is an include file for the dialpad program. It contains the
** constant #define's for use in the resources.
**
** It is written for OWL 2.0 with Borland C++ 4.x. To compile this program,
** create a project in BC4.x, similar to the .IDE project file included.
**
** DISCLAIMER
**
** Novell, Inc. makes no representations or warranties with respect to
** any NetWare software, and specifically disclaims any express or
** implied warranties of merchantability, title, or fitness for a
** particular purpose.
**
** You may use this sample code in your own programs.
**
** Distribution of any NetWare software is forbidden without the
** express written consent of Novell, Inc. Further, Novell reserves
** the right to discontinue distribution of any NetWare software.
**
** Novell is not responsible for lost profits or revenue, loss of use
** of the software, loss of data, costs of re-creating lost data, the
** cost of any substitute equipment or program, or claims by any party
** other than you. Novell strongly recommends a backup be made before
** any software is installed. Technical support for this software
** may be provided at the discretion of Novell.
**
** Programmers:
**
** Ini Who Firm
** -----------------------------------------------------------------------
** KVW Kevin V White Novell Developer Support.
**
** History:
**
** When Who What
** -----------------------------------------------------------------------
** 11-2 KVW First code release
** 11-16 KVW Added resources for conference, transfer, hold, unhold
*/
#define DIALOG_8 8
#define BITMAP_1 1
#define DIALOG_5 5
#define IDC_EDIT2 101
#define DIALOG_1 1
#define IDC_EDIT1 101
#define ICON_3 3
#define ICON_2 2
#define ICON_1 1
#define DIALOG_3 3
#define IDC_PASSWORD 301
#define IDC_PHONEEXT 304
#define IDC_USERNAME 302
#define IDC_COMBOBOX1 303
#define CM_APPEXIT 201
#define DIALOG_2 2
#define IDC_DIAL 111
#define IDC_HELP 113
#define IDC_NUMDISPLAY 114
#define IDC_SENDCALLS 121
#define IDC_FORWARD 122
#define IDC_UNHOLD 120
#define IDC_TRANSFER 117
#define IDC_HOLD 118
#define IDC_HANGUPCONN 119
#define IDC_HANGUPCALL 112
#define IDC_CONFERENCE 116
#define IDC_CLEARENTRY 115
#define IDC_10 110
#define IDC_9 109
#define IDC_8 108
#define IDC_7 107
#define IDC_6 106
#define IDC_5 105
#define IDC_4 104
#define IDC_3 103
#define IDC_2 102
#define IDC_1 101