Windows NT 4.0 source code leak
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.

53 lines
1.8 KiB

4 years ago
  1. /***************************************************************************/
  2. /** Microsoft Windows **/
  3. /** Copyright(c) Microsoft Corp., 1994 **/
  4. /***************************************************************************/
  5. /****************************************************************************
  6. Resource.h
  7. Defined constants for BugBoard
  8. ****************************************************************************/
  9. #define IDD_MAIN 101
  10. #define IDD_PASSWORD 102
  11. #define IDD_FIND 103
  12. #define IDC_TEXTEDIT 1002
  13. #define IDC_QUIT 1003
  14. #define IDC_EDIT 1004
  15. #define IDC_STATUS 1005
  16. #define IDC_NAME 1006
  17. #define IDC_PASSWORD 1007
  18. #define IDC_UPDATE 1008
  19. #define IDC_UPDATE_TIME 1009
  20. #define IDC_CLIENT 1010
  21. #define IDC_SERVER 1011
  22. #define IDC_MILL 1012
  23. #define IDC_EDIT_TIME 1013
  24. #define IDC_STATIC -1
  25. #define IDM_CUT 2001
  26. #define IDM_COPY 2002
  27. #define IDM_PASTE 2003
  28. #define IDM_SELECTALL 2004
  29. #define IDM_DELETE 2005
  30. #define IDM_ABOUT 2006
  31. #define IDM_RESTORE 2007
  32. #define IDM_SOUND 2008
  33. #define IDM_SHOWDELTA 2009
  34. #define BUGBOARDICON 3001
  35. #define BUGBOARDMENU 3002
  36. #define IDS_NONDDE 4001
  37. #define IDS_CANTREAD 4002
  38. #define IDS_COMMENT 4003
  39. #define IDS_EDIT 4004
  40. #define IDS_DONE 4005
  41. #define IDS_INSTRUCT 4006
  42. #define IDS_BBON 4007
  43. #define IDS_BBOFF 4008
  44. #define IDS_BBSERV 4009