ODRes.h 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* OpenDoors Online Software Programming Toolkit
  2. * (C) Copyright 1991 - 1999 by Brian Pirie.
  3. *
  4. * This library is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU Lesser General Public
  6. * License as published by the Free Software Foundation; either
  7. * version 2 of the License, or (at your option) any later version.
  8. *
  9. * This library is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  12. * Lesser General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU Lesser General Public
  15. * License along with this library; if not, write to the Free Software
  16. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  17. *
  18. *
  19. * File: ODRes.h
  20. *
  21. * Description: OpenDoors resource-related definitions. This file is only
  22. * applicable when building the Win32 version of OpenDoors.
  23. *
  24. * Revisions: Date Ver Who Change
  25. * ---------------------------------------------------------------
  26. * Dec 02, 1995 6.00 BP Created.
  27. * Jan 20, 1996 6.00 BP Added login dialog box.
  28. * Jan 21, 1996 6.00 BP Added message dialog box.
  29. * Feb 19, 1996 6.00 BP Changed version number to 6.00.
  30. * Feb 23, 1996 6.00 BP Remove unused IDs.
  31. * Mar 03, 1996 6.10 BP Begin version 6.10.
  32. * Mar 14, 1996 6.10 BP Added configuration menu option.
  33. */
  34. /* Resource IDs. */
  35. #define IDR_FRAME_MENU 200
  36. #define IDD_ABOUT 201
  37. #define IDI_OPENDOORS 202
  38. #define IDB_TOOLBAR 203
  39. #define IDR_FRAME 204
  40. #define IDD_LOGIN 205
  41. #define IDI_MESSAGE_INFO 206
  42. #define IDD_MESSAGE 207
  43. /* Dialog box control IDs. (The same values can safely be used by other */
  44. /* dialog boxes.) */
  45. /* Help dialog box. */
  46. #define IDC_DOORNAME 1000
  47. #define IDC_COPYRIGHT 1001
  48. #define IDC_VERSION 1002
  49. /* Login dialog box. */
  50. #define IDC_USER_NAME 1000
  51. /* Message dialog box. */
  52. #define IDC_MESSAGE_ICON 1000
  53. #define IDC_MESSAGE_TEXT1 1001
  54. /* Command IDs. */
  55. #define ID_DOOR_CHATMODE 50000
  56. #define ID_DOOR_USERKEYBOARDOFF 50001
  57. #define ID_DOOR_SYSOPNEXT 50002
  58. #define ID_DOOR_HANGUP 50003
  59. #define ID_VIEW_STATUSBAR 50006
  60. #define ID_USER_ADDONEMINUTE 50007
  61. #define ID_USER_ADDFIVEMINUTES 50008
  62. #define ID_USER_SUBTRACTONEMINUTE 50009
  63. #define ID_USER_SUBTRACTFIVEMINUTES 50010
  64. #define ID_USER_INACTIVITYTIMER 50011
  65. #define ID_HELP_ABOUT 50012
  66. #define ID_HELP_CONTENTS 50013
  67. #define ID_VIEW_TOOL_BAR 50014
  68. #define ID_DOOR_EXIT 50015
  69. #define ID_DOOR_LOCKOUT 50016
  70. #define ID_VIEW_STAT_BAR 50017
  71. #define ID_DOOR_CONFIG 50018