1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- //Download by http://www.NewXing.com
- //{{NO_DEPENDENCIES}}
- // Microsoft Developer Studio generated include file.
- // Used by d.rc
- //
- #define IDM_ABOUTBOX 0x0010
- #define IDD_ABOUTBOX 100
- #define IDS_ABOUTBOX 101
- #define IDD_D_DIALOG 102
- #define IDR_MAINFRAME 128
- #define IDB_LOGO 129
- #define IDD_LOGO 130
- #define IDR_WAVE1 132
- #define IDR_WAVE2 133
- #define IDD_SELECTION 134
- #define IDI_RENAME 137
- #define IDI_MODIFY 138
- #define IDI_ADDNEW 139
- #define IDI_OTHER 140
- #define IDI_DEL 141
- #define IDC_LIST1 1000
- #define IDC_START 1001
- #define IDC_CLEAR 1002
- #define IDC_BTN_ALWAYS_ON_TOP 1003
- #define IDC_ABOUT 1004
- #define IDC_CHECK_AUTORUN 1005
- #define IDC_CHECK_MINIMIZED 1007
- #define IDC_SELECT_DIR 1008
- #define IDC_STATE 1010
- #define IDC_STOP 1012
- #define IDC_SELECTIONS 1013
- #define IDC_CHECK1_ADDNEW 1014
- #define IDC_CHECK2_DEL 1015
- #define IDC_CHECK3_RENAME 1016
- #define IDC_CHECK4_MODIFY 1017
- #define IDC_CHECK5_OTHER 1018
- #define IDC_YESALL 1019
- #define IDC_NOALL 1020
- #define IDC_NOSOUND 1021
- // Next default values for new objects
- //
- #ifdef APSTUDIO_INVOKED
- #ifndef APSTUDIO_READONLY_SYMBOLS
- #define _APS_NEXT_RESOURCE_VALUE 142
- #define _APS_NEXT_COMMAND_VALUE 32771
- #define _APS_NEXT_CONTROL_VALUE 1022
- #define _APS_NEXT_SYMED_VALUE 101
- #endif
- #endif
|