resource.h
上传用户:y440e3
上传日期:2010-03-08
资源大小:200k
文件大小:5k
源码类别:

GIS编程

开发平台:

Visual C++

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Developer Studio generated include file.
  3. // Used by draw.rc
  4. //
  5. #define ID_ADD                          3
  6. #define ID_OR_ADD                       3
  7. #define ID_AND_ADD                      4
  8. #define ID_OR_DEL                       5
  9. #define IDR_DRAWTYPE_CNTR_IP            6
  10. #define ID_AND_DEL                      6
  11. #define ID_OR_MODIFY                    7
  12. #define IDD_ABOUTBOX                    100
  13. #define IDP_OLE_INIT_FAILED             100
  14. #define IDP_FAILED_TO_CREATE            102
  15. #define IDR_MAINFRAME                   128
  16. #define IDR_DRAWTYPE                    129
  17. #define ID_WRITE_TEXT                   130
  18. #define IDR_DRAWDATA                    130
  19. #define IDR_TOOLBAR1                    131
  20. #define IDD_DRAW_PARA                   132
  21. #define IDD_DIALOGBAR                   132
  22. #define IDD_DATA1                       134
  23. #define IDD_FILTER                      135
  24. #define IDD_SORT                        137
  25. #define IDD_LINK                        138
  26. #define IDD_SELECT_DATA                 139
  27. #define IDD_DATA_LINK                   140
  28. #define ID_TX_REDRAW                    207
  29. #define ID_TX_ZOOM                      208
  30. #define ID_TX_PAN                       209
  31. #define ID_TX_UP                        210
  32. #define ID_TX_FIRST                     211
  33. #define ID_TX_ALL                       212
  34. #define ID_SELECT_CLEAR                 213
  35. #define ID_SELECT_MOUSE                 214
  36. #define ID_SELECT_DELETE                215
  37. #define ID_DELETE_UNDO                  216
  38. #define ID_TEXT_FONT                    261
  39. #define IDC_CS                          600
  40. #define BZ_EDIT1                        602
  41. #define IDC_TEXT_EDIT1                  602
  42. #define BZCS_STATIC1                    603
  43. #define BZCS_STATIC2                    604
  44. #define BZCS_STATIC3                    605
  45. #define BZCS_STATIC4                    606
  46. #define BZCS_STATIC5                    607
  47. #define IDC_EDIT1                       608
  48. #define IDC_EDIT2                       609
  49. #define IDC_EDIT3                       610
  50. #define IDC_EDIT4                       611
  51. #define IDC_EDIT5                       612
  52. #define IDC_BZ1                         613
  53. #define IDC_SCROLLBAR1                  1000
  54. #define IDC_SCROLLBAR2                  1001
  55. #define IDC_STATIC1                     1002
  56. #define IDC_STATIC2                     1003
  57. #define IDC_COMBO1                      1003
  58. #define IDC_STATIC3                     1004
  59. #define IDC_EDIT6                       1006
  60. #define IDC_LIST1                       1007
  61. #define IDC_COMBO2                      1009
  62. #define IDC_LIST2                       1010
  63. #define IDC_SORT_ADD                    1013
  64. #define IDC_CHECK1                      1014
  65. #define IDC_SORT_INSERT                 1015
  66. #define IDC_LIST3                       1015
  67. #define IDC_SORT_MODIFY                 1016
  68. #define IDC_LINK_ADD                    1016
  69. #define IDC_SORT_DELETE                 1017
  70. #define IDC_LINK_ADD2                   1017
  71. #define IDC_LINK_ADDALL                 1017
  72. #define IDC_LINK_ADD3                   1018
  73. #define IDC_LINK_DELETE                 1018
  74. #define IDC_LINK_ADD4                   1019
  75. #define IDC_LINK_DELALL                 1019
  76. #define IDC_DATA_MODIFY                 1021
  77. #define ID_CANCEL_EDIT_CNTR             32768
  78. #define ID_DRAW_LINE                    32771
  79. #define ID_DRAW_PLINE                   32772
  80. #define ID_DRAW_RGN                     32773
  81. #define ID_DRAW_CIRCLE                  32774
  82. #define ID_DRAW_CIRCLE1                 32775
  83. #define ID_DRAW_ARC                     32776
  84. #define ID_DRAW_TEXT                    32777
  85. #define ID_GRAPH_REDRAW                 32779
  86. #define ID_GRAPH_ZOOM                   32780
  87. #define ID_GRAPH_PAN                    32781
  88. #define ID_GRAPH_UP                     32782
  89. #define ID_GRAPH_FIRST                  32783
  90. #define ID_GRAPH_ALL                    32784
  91. #define ID_EDIT_PASTE1                  32785
  92. #define ID_EDIT_CC                      32786
  93. #define ID_BITMAP_CUT                   32786
  94. #define ID_BITMAP_PASTE                 32787
  95. #define ID_GRAPH_DRAW                   32788
  96. #define ID_VIEW_TOOLBAR1                32789
  97. #define ID_RECORD_SORT                  32790
  98. #define ID_RECORD_ADD                   32792
  99. #define ID_RECORD_MODIFY                32793
  100. #define ID_RECORD_DELETE                32794
  101. #define ID_RECORD_LINK                  32795
  102. #define ID_RECORD_FILTER                32796
  103. #define ID_VIEW_DATABASE                32797
  104. #define ID_RECORD_DELETE_ALL            32798
  105. #define ID_FILE_SELECT                  32799
  106. #define ID_DATA_SEACHER                 32800
  107. #define IDC_TEST                        32801
  108. // Next default values for new objects
  109. // 
  110. #ifdef APSTUDIO_INVOKED
  111. #ifndef APSTUDIO_READONLY_SYMBOLS
  112. #define _APS_3D_CONTROLS                     1
  113. #define _APS_NEXT_RESOURCE_VALUE        141
  114. #define _APS_NEXT_COMMAND_VALUE         32802
  115. #define _APS_NEXT_CONTROL_VALUE         1022
  116. #define _APS_NEXT_SYMED_VALUE           108
  117. #endif
  118. #endif
  119. #define ID_TEXT_ONOK WM_USER+10
  120. #define ID_TEXT_ONCANCEL WM_USER+11
  121. #define ID_TEXT_MESSAGE WM_USER+12