123456789101112131415161718192021222324252627282930313233 |
- //{{NO_DEPENDENCIES}}
- // Microsoft Visual C++ generated include file.
- // Used by InjectDLL.rc
- //
- #define IDM_ABOUTBOX 0x0010
- #define IDD_ABOUTBOX 100
- #define IDS_ABOUTBOX 101
- #define IDD_INJECTDLL_DIALOG 102
- #define IDR_MAINFRAME 128
- #define COMBO_PROCESS 1000
- #define BTN_INJECT 1001
- #define BTN_EJECT 1002
- #define BTN_REFLESH 1003
- #define BTN_HIDE_WND 1004
- #define BTN_SHOW_WND 1005
- #define BTN_TEST 1006
- #define TX_DATA 1007
- #define COMBOX_BTN_NAME 1008
- #define TX_ID 1009
- #define BTN_SETDATA 1010
- #define IDC_CHECK1 1011
- #define CH_DROPLIST 1011
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 129
- #define _APS_NEXT_COMMAND_VALUE 32771
- #define _APS_NEXT_CONTROL_VALUE 1012
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
|