PDAEditor_resource.h 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /*
  2. ===========================================================================
  3. Doom 3 GPL Source Code
  4. Copyright (C) 1999-2011 id Software LLC, a ZeniMax Media company.
  5. This file is part of the Doom 3 GPL Source Code (?Doom 3 Source Code?).
  6. Doom 3 Source Code is free software: you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation, either version 3 of the License, or
  9. (at your option) any later version.
  10. Doom 3 Source Code is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with Doom 3 Source Code. If not, see <http://www.gnu.org/licenses/>.
  16. In addition, the Doom 3 Source Code is also subject to certain additional terms. You should have received a copy of these additional terms immediately following the terms and conditions of the GNU General Public License which accompanied the Doom 3 Source Code. If not, please request a copy in writing from id Software at the address below.
  17. If you have questions concerning this license or the applicable additional terms, you may contact in writing id Software LLC, c/o ZeniMax Media Inc., Suite 120, Rockville, Maryland 20850 USA.
  18. ===========================================================================
  19. */
  20. #define IDD_DIALOG_PDA_EDITOR 8000
  21. #define IDD_DIALOG_PDA_EDIT_EMAIL 8001
  22. #define IDD_DIALOG_PDA_ADD 8002
  23. #define IDC_LIST_PDAS 8200
  24. #define IDC_EDIT_FULLNAME 8201
  25. #define IDC_EDIT_SHORTNAME 8202
  26. #define IDC_EDIT_POST 8203
  27. #define IDC_EDIT_TITLE 8204
  28. #define IDC_EDIT_SECURITY 8205
  29. #define IDC_EDIT_IDNUM 8206
  30. #define IDC_BUTTON_RANDOMID 8207
  31. #define IDC_LIST_EMAILS 8208
  32. #define IDC_LIST_VIDEO 8209
  33. #define IDC_BUTTON_VIDEO_DELETE 8210
  34. #define IDC_BUTTON_VIDEO_EDIT 8211
  35. #define IDC_BUTTON_VIDEO_ADD 8212
  36. #define IDC_LIST_AUDIO 8213
  37. #define IDC_BUTTON_AUDIO_DELETE 8214
  38. #define IDC_BUTTON_AUDIO_EDIT 8215
  39. #define IDC_BUTTON_AUDIO_ADD 8216
  40. #define IDC_LIST_EMAIL 8217
  41. #define IDC_BUTTON_EMAIL_DELETE 8218
  42. #define IDC_BUTTON_EMAIL_EDIT 8219
  43. #define IDC_BUTTON_EMAIL_ADD 8220
  44. #define IDC_EDIT_SUBJECT 8221
  45. #define IDC_EDIT_TO 8222
  46. #define IDC_EDIT_FROM 8223
  47. #define IDC_EDIT_DATE 8224
  48. #define IDC_EDIT_BODY 8225
  49. #define IDC_BUTTON_SAVE 8226
  50. #define IDC_BUTTON_PDA_ADD 8227
  51. #define IDC_BUTTON_PDA_ 8228
  52. #define IDC_BUTTON_PDA_DEL 8229
  53. #define IDC_EDIT1 8230
  54. // Next default values for new objects
  55. //
  56. #ifdef APSTUDIO_INVOKED
  57. #ifndef APSTUDIO_READONLY_SYMBOLS
  58. #define _APS_3D_CONTROLS 1
  59. #define _APS_NEXT_RESOURCE_VALUE 8003
  60. #define _APS_NEXT_COMMAND_VALUE 28000
  61. #define _APS_NEXT_CONTROL_VALUE 8231
  62. #define _APS_NEXT_SYMED_VALUE 8003
  63. #endif
  64. #endif