25 lines
793 B
C
25 lines
793 B
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by TUT.rc
|
|
//
|
|
#define IDD_DIALOG1 101
|
|
#define IDD_DIALOG_INPUTTEXT 101
|
|
#define IDC_EDIT_TEXT 1000
|
|
#define IDC_EDIT_PATH 1001
|
|
#define IDC_CHECK_RECURSIVE 1002
|
|
#define IDC_BUTTON_READ 1003
|
|
#define IDC_LIST_FILE 1004
|
|
#define IDC_BUTTON_BROWSE 1005
|
|
#define IDC_STATIC_TEXT -1
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 102
|
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
|
#define _APS_NEXT_CONTROL_VALUE 1006
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|