resource.h
上传用户:laohuji888
上传日期:2021-04-13
资源大小:2075k
文件大小:2k
源码类别:

组合框控件

开发平台:

Visual C++

  1. //{{NO_DEPENDENCIES}}
  2. // Microsoft Visual C++ generated include file.
  3. // Used by ComboBoxDemo.rc
  4. //
  5. #define IDC_MYICON                      2
  6. #define IDD_COMBOBOXDEMO_DIALOG         102
  7. #define IDS_APP_TITLE                   103
  8. #define IDD_ABOUTBOX                    103
  9. #define IDM_ABOUT                       104
  10. #define IDM_EXIT                        105
  11. #define IDI_COMBOBOXDEMO                107
  12. #define IDI_SMALL                       108
  13. #define IDC_COMBOBOXDEMO                109
  14. #define IDR_MAINFRAME                   128
  15. #define ID_DEMO_CB                      32771
  16. #define ID_DEMO1_ADDSTRING              32775
  17. #define ID_DEMO1_DELETESTRING           32777
  18. #define ID_DEMO1_INSERTSTRING           32778
  19. #define ID_DEMO2_CB_FINDSTRING          32781
  20. #define ID_DEMO2_CB_FINDSTRINGEXACT     32782
  21. #define ID_DEMO2_CB_SELECTSTRING        32784
  22. #define ID_DEMO3_CB_GETCURSEL           32790
  23. #define ID_DEMO3_CB_SETCURSEL           32791
  24. #define ID_DEMO3_CB_SETEDITSEL          32792
  25. #define ID_DEMO3_CB_GETLBTEXT           32793
  26. #define ID_DEMO3_CB_RESETCONTENT        32794
  27. #define ID_FILE_DEMO1                   32795
  28. #define ID_FILE_DELETE                  32796
  29. #define IDC_STATIC                      -1
  30. // Next default values for new objects
  31. // 
  32. #ifdef APSTUDIO_INVOKED
  33. #ifndef APSTUDIO_READONLY_SYMBOLS
  34. #define _APS_NO_MFC                     1
  35. #define _APS_NEXT_RESOURCE_VALUE        129
  36. #define _APS_NEXT_COMMAND_VALUE         32797
  37. #define _APS_NEXT_CONTROL_VALUE         1000
  38. #define _APS_NEXT_SYMED_VALUE           110
  39. #endif
  40. #endif