home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / kvfon2.exe / PHONERC.H < prev    next >
Text File  |  1994-11-16  |  3KB  |  84 lines

  1. /****************************************************************************
  2. **    File:    PHONERC.H
  3. **
  4. **    Desc:    Include files for the dialpad program.
  5. **
  6. **    This file is an include file for the dialpad program.  It contains the
  7. **    constant #define's for use in the resources.
  8. **
  9. **    It is written for OWL 2.0 with Borland C++ 4.x.  To compile this program,
  10. **    create a project in BC4.x, similar to the .IDE project file included.
  11. **
  12. **        DISCLAIMER
  13. **
  14. **    Novell, Inc. makes no representations or warranties with respect to
  15. **    any NetWare software, and specifically disclaims any express or
  16. **    implied warranties of merchantability, title, or fitness for a
  17. **    particular purpose.
  18. **
  19. **    You may use this sample code in your own programs.
  20. **
  21. **    Distribution of any NetWare software is forbidden without the
  22. **    express written consent of Novell, Inc.  Further, Novell reserves
  23. **    the right to discontinue distribution of any NetWare software.
  24. **
  25. **    Novell is not responsible for lost profits or revenue, loss of use
  26. **    of the software, loss of data, costs of re-creating lost data, the
  27. **    cost of any substitute equipment or program, or claims by any party
  28. **    other than you.  Novell strongly recommends a backup be made before
  29. **    any software is installed.   Technical support for this software
  30. **    may be provided at the discretion of Novell.
  31. **
  32. **    Programmers:
  33. **
  34. **        Ini    Who                        Firm
  35. **        -----------------------------------------------------------------------
  36. **        KVW    Kevin V White        Novell Developer Support.
  37. **
  38. **    History:
  39. **
  40. **        When        Who    What
  41. **        -----------------------------------------------------------------------
  42. **        11-2        KVW    First code release
  43. **        11-16        KVW    Added resources for conference, transfer, hold, unhold
  44. */
  45. #define DIALOG_6    6
  46. #define DIALOG_5    5
  47. #define IDC_EDIT2    101
  48. #define DIALOG_1    1
  49. #define IDC_EDIT1    101
  50. #define ICON_3    3
  51. #define ICON_2    2
  52. #define ICON_1    1
  53.  
  54. #define DIALOG_4  4
  55. #define DIALOG_3    3
  56. #define IDC_PASSWORD    301
  57. #define IDC_PHONEEXT    304
  58. #define IDC_USERNAME    302
  59. #define IDC_COMBOBOX1    303
  60.  
  61. #define CM_APPEXIT    201
  62.  
  63. #define DIALOG_2    2
  64. #define IDC_DIAL    111
  65. #define IDC_HELP    113
  66. #define IDC_NUMDISPLAY    114
  67. #define IDC_UNHOLD    120
  68. #define IDC_TRANSFER    117
  69. #define IDC_HOLD    118
  70. #define IDC_HANGUPCONN    119
  71. #define IDC_HANGUPCALL    112
  72. #define IDC_CONFERENCE    116
  73. #define IDC_CLEARENTRY    115
  74. #define IDC_10    110
  75. #define IDC_9    109
  76. #define IDC_8    108
  77. #define IDC_7    107
  78. #define IDC_6    106
  79. #define IDC_5    105
  80. #define IDC_4    104
  81. #define IDC_3    103
  82. #define IDC_2    102
  83. #define IDC_1    101
  84.