home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / editctls / logon / logon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-29  |  777 b   |  25 lines

  1. //************************************************************
  2. // Edit Controls - Using an Edit Handler example
  3. //
  4. // Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. // Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. // All Rights Reserved.
  7. //************************************************************
  8.  
  9. #define MAIN_MENU          1001
  10. #define ID_STATUS          1002
  11. #define ID_LOGON           1003
  12. #define ID_LOGONMCC        1010
  13. #define ID_LOGONIDPMT      1011
  14. #define ID_LOGONPWPMT      1012
  15. #define ID_LOGONID         1013
  16. #define ID_LOGONPW         1014
  17. #define ID_PASSWORD        1015
  18. #define ID_OKBUTTON        1
  19.  
  20. #define MI_OPTIONS         1050
  21. #define MI_LOGON           1051
  22. #define SI_LOGONPASSED     1060
  23. #define SI_LOGONFAILED     1061
  24.  
  25.