resource.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:3k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by HexEdit.rc
  4. //
  5. // This file is a part of the XTREME TOOLKIT PRO MFC class library.
  6. // (c)1998-2008 Codejock Software, All Rights Reserved.
  7. //
  8. // THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
  9. // RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN
  10. // CONSENT OF CODEJOCK SOFTWARE.
  11. //
  12. // THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS OUTLINED
  13. // IN THE XTREME TOOLKIT PRO LICENSE AGREEMENT. CODEJOCK SOFTWARE GRANTS TO
  14. // YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE THIS SOFTWARE ON A
  15. // SINGLE COMPUTER.
  16. //
  17. // CONTACT INFORMATION:
  18. // support@codejock.com
  19. // http://www.codejock.com
  20. //
  21. /////////////////////////////////////////////////////////////////////////////
  22. #define IDR_MANIFEST                    1
  23. #define IDM_ABOUTBOX                    0x0010
  24. #define IDS_ABOUTBOX                    101
  25. #define IDD_HEXEDIT_DIALOG              102
  26. #define IDR_MAINFRAME                   128
  27. #define IDC_CHK_ADDRESS                 1001
  28. #define IDC_CHK_HEXCODE                 1002
  29. #define IDC_CHK_ASCII                   1003
  30. #define IDC_CHK_WIDE_ADDRESS            1004
  31. #define IDC_SLIDER                      1005
  32. #define IDC_HEXEDIT                     1006
  33. #define IDC_EDIT_BASEADDR               1007
  34. #define IDC_TXT_BASEADDR                1008
  35. #define IDC_TXT_BYTE                    1009
  36. #define IDC_CHK_ENABLE                  1010
  37. #define IDC_CLR_BACK_ENABLED            1011
  38. #define IDC_CLR_TEXT_ENABLED            1012
  39. #define IDC_CLR_BACK_DISABLED           1013
  40. #define IDC_CLR_TEXT_DISABLED           1014
  41. #define IDC_CLR_BACK_HILITE_ENABLED     1015
  42. #define IDC_CLR_TEXT_HILITE_ENABLED     1016
  43. #define IDC_CLR_BACK_HILITE_DISABLED    1017
  44. #define IDC_CLR_TEXT_HILITE_DISABLED    1018
  45. #define IDC_GBOX_ENABLED                1019
  46. #define IDC_GBOX_DISABLED               1020
  47. #define IDC_CHK_CARET                   1021
  48. #define IDC_TXT_ENABLED                 1022
  49. #define IDC_TXT_DISABLED                1023
  50. #define IDC_TXT_BACK_ENABLED            1024
  51. #define IDC_TXT_TEXT_ENABLED            1025
  52. #define IDC_TXT_BACK_HILITE_ENABLED     1026
  53. #define IDC_TXT_TEXT_HILITE_ENABLED     1027
  54. #define IDC_TXT_BACK_DISABLED           1028
  55. #define IDC_TXT_TEXT_DISABLED           1029
  56. #define IDC_TXT_BACK_HILITE_DISABLED    1030
  57. #define IDC_TXT_TEXT_HILITE_DISABLED    1031
  58. #define IDC_CHK_ALLOWDEL                1032
  59. #define IDC_CHK_READONLY                1033
  60. // Next default values for new objects
  61. //
  62. #ifdef APSTUDIO_INVOKED
  63. #ifndef APSTUDIO_READONLY_SYMBOLS
  64. #define _APS_NEXT_RESOURCE_VALUE        129
  65. #define _APS_NEXT_COMMAND_VALUE         32773
  66. #define _APS_NEXT_CONTROL_VALUE         1034
  67. #define _APS_NEXT_SYMED_VALUE           104
  68. #endif
  69. #endif