RESOURCE.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:7k
源码类别:

Windows编程

开发平台:

Visual C++

  1. //{{NO_DEPENDENCIES}}
  2. // App Studio generated include file.
  3. // Used by CRSRDEMO.RC
  4. //
  5. #define IDM_STMT                        0
  6. #define IDR_INIT                        1
  7. #define IDM_FETCH                       1
  8. #define IDR_MAIN                        2
  9. #define IDM_FETCHCHILD                  2
  10. #define IDM_WINDOWINIT                  2
  11. #define IDM_WINDOWFRAME                 2
  12. #define IDR_CHILD                       3
  13. #define IDM_WINDOWCHILD                 2
  14. #define IDS_SQL                         16
  15. #define IDS_MSGFMT                      17
  16. #define IDS_CONNECTED                   18
  17. #define IDS_NOROWDELETE                 19
  18. #define IDS_NOROW                       20
  19. #define IDS_NODATAFOUND                 21
  20. #define IDS_STILLEXEC                   22
  21. #define IDS_BADROWSET                   23
  22. #define IDS_BIGROWSET                   24
  23. #define IDS_NULL                        26
  24. #define IDS_ROWDELETED                  27
  25. #define IDS_DELROWDELETE                28
  26. #define IDS_NODATAFETCHED               29
  27. #define IDS_NOROWUPDATE                 30
  28. #define IDS_DELROWUPDATE                31
  29. #define IDS_TABLE                       32
  30. #define IDS_DROPTABLE                   33
  31. #define IDS_INSERTREC                   35
  32. #define IDS_CLEANUP                     36
  33. #define IDS_DATADLG                     37
  34. #define IDS_UNKNOWN                     38
  35. #define IDS_CANCEL                      39
  36. #define IDS_CANNOTUPDATE                40
  37. #define IDS_DELETEROW                   41
  38. #define IDS_NOUPDATE                    42
  39. #define IDS_COLNAME                     43
  40. #define IDS_TOOMANYCOLS                 44
  41. #define IDS_CONWARN                     45
  42. #define IDS_ROWERROR                    46
  43. #define IDS_ERRORROWDELETE              47
  44. #define IDS_ERRORROWUPDATE              48
  45. #define IDD_ABOUTBOX                    100
  46. #define IDC_EDIT1                       101
  47. #define IDD_TABLE_INFO                  101
  48. #define IDC_CHECK1                      102
  49. #define IDD_BIND_OPTIONS                102
  50. #define IDC_RADIO1                      103
  51. #define IDD_OPTION_DIALOG               103
  52. #define IDC_RADIO_MAYBESIMCUR           103
  53. #define IDC_RADIO2                      104
  54. #define IDD_CURSOR_LIB                  104
  55. #define IDC_RADIO_NOSIMCUR              104
  56. #define IDC_RADIO3                      105
  57. #define IDC_RADIO_SIMCUR                105
  58. #define IDC_RADIO4                      106
  59. #define IDC_RADIO5                      107
  60. #define IDC_RADIO6                      108
  61. #define IDC_RADIO7                      109
  62. #define IDC_RADIO8                      110
  63. #define IDD_STATEMENT                   111
  64. #define IDD_ABSOLUTE                    112
  65. #define IDD_RELATIVE                    113
  66. #define IDC_EDIT2                       113
  67. #define IDD_OPTIONS                     114
  68. #define IDD_MAKETABLE1                  115
  69. #define IDC_CHECK2                      115
  70. #define IDD_MAKETABLE2                  116
  71. #define IDC_TEXT1                       116
  72. #define IDC_STATIC1                     117
  73. #define IDD_UPDATEROW                   117
  74. #define IDD_DATADLG                     118
  75. #define IDD_FIND                        119
  76. #define IDC_CHECK3                      120
  77. #define IDD_CONCURRENCY_OPTIONS         120
  78. #define IDC_RADIO_BINDROW               121
  79. #define IDC_RADIO_BINDCOL               122
  80. #define IDD_GENERAL_OPTIONS             122
  81. #define IDC_CHECK_BINDALL               123
  82. #define IDC_EDIT_BIND                   124
  83. #define IDC_RADIO_READONLY              125
  84. #define IDC_RADIO_OPTIMISTIC            126
  85. #define IDC_RADIO_OPTIMVALUE            127
  86. #define IDC_RADIO_LOCKING               128
  87. #define IDC_CHECK_ASYNC                 129
  88. #define IDC_CHECK_FETCH                 130
  89. #define IDC_RADIO_FORWARD               131
  90. #define IDC_RADIO_SNAPSHOT              132
  91. #define IDC_RADIO_KEYSET                133
  92. #define IDC_EDIT_ROWSETSIZE             134
  93. #define IDM_FETCH_FIRST                 200
  94. #define IDM_FETCH_PRIOR                 201
  95. #define IDM_FETCH_NEXT                  202
  96. #define IDM_FETCH_LAST                  203
  97. #define IDM_FETCH_ABSOLUTE              204
  98. #define IDM_FETCH_RELATIVE              205
  99. #define IDM_FETCH_RESUME                206
  100. #define IDM_FETCH_DELETEROW             207
  101. #define IDM_FETCH_UPDATEROW             208
  102. #define IDM_FETCH_GET                   209
  103. #define IDM_STMT_OPTIONS                300
  104. #define IDM_STMT_EXIT                   301
  105. #define IDM_STMT_NEW                    302
  106. #define IDM_STMT_SEND                   303
  107. #define IDM_STMT_CLOSE                  304
  108. #define IDM_STMT_CLOSEALL               305
  109. #define IDM_STMT_CONNECT                306
  110. #define IDM_STMT_ADDDSN                 307
  111. #define IDM_STMT_DISCONNECT             308
  112. #define IDM_STMT_TABLE                  309
  113. #define IDM_STMT_COLUMNS                310
  114. #define IDM_STMT_DRIVER                 311
  115. #define IDM_STMT_CANCEL                 312
  116. #define IDM_WINDOW_CASCADE              400
  117. #define IDM_WINDOW_TILEH                401
  118. #define IDM_WINDOW_TILEV                402
  119. #define IDM_WINDOW_ARRANGE              403
  120. #define IDM_HELP_ABOUT                  404
  121. #define IDM_TEST_MAKETABLE              500
  122. #define IDM_SEEK_EQ                     600
  123. #define IDM_SEEK_LT                     601
  124. #define IDM_SEEK_GT                     602
  125. #define IDM_SEEK_LE                     603
  126. #define IDM_SEEK_GE                     604
  127. #define IDM_FIND_FIRST                  605
  128. #define IDM_FIND_PRIOR                  606
  129. #define IDM_FIND_NEXT                   607
  130. #define IDM_FIND_LAST                   608
  131. #define IDM_FIRSTCHILD                  1000
  132. #define IDC_TABLEINFO_QUALIFIER         1002
  133. #define IDC_TABLEINFO_OWNER             1003
  134. #define IDC_TABLEINFO_NAME              1004
  135. #define IDC_TABLEINFO_TYPE              1005
  136. #define IDC_TYPETAG                     1006
  137. #define IDC_TABLE_RAD_TABLE             1007
  138. #define IDC_TABLE_RAD_PROC              1008
  139. #define IDC_TABLE_RAD_STATISTICS        1009
  140. #define IDC_TABLE_RAD_PRIV              1010
  141. #define IDC_COLTAG                      1011
  142. #define IDC_TABLEINFO_COLNAME           1012
  143. #define IDC_ALWAYSFETCH                 1013
  144. #define IDC_TABLE_RAD_COLUMN            1014
  145. #define IDD_SCROLLING_OPTIONS           1015
  146. #define IDC_OPTIONLIST                  1016
  147. #define IDC_OPTION_WINPOS               1017
  148. #define IDC_OPTIONAREA_TITLE            1018
  149. #define IDC_STATIC_NBIND                1020
  150. #define IDS_NODSN                       1021
  151. #define IDC_MAXCOL                      1022
  152. #define IDM_STMT_TYPE                   1023
  153. #define IDM_HELP_HELP                   1024
  154. #define IDC_RADIO_DYNAMIC               1025
  155. #define IDC_STATIC                      -1
  156. // Next default values for new objects
  157. // 
  158. #ifdef APSTUDIO_INVOKED
  159. #ifndef APSTUDIO_READONLY_SYMBOLS
  160. #define _APS_NEXT_RESOURCE_VALUE        1026
  161. #define _APS_NEXT_COMMAND_VALUE         1100
  162. #define _APS_NEXT_CONTROL_VALUE         1023
  163. #define _APS_NEXT_SYMED_VALUE           1200
  164. #endif
  165. #endif
  166. #define IDS_BADNUMERIC          1201