support specifying output filename (#380)
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#define IDC_SPEED 1003
|
||||
#define IDC_TEXT 1004
|
||||
#define IDC_HINT 1005
|
||||
#define IDC_EDIT1 1006
|
||||
#define IDC_OUTPUT_FILENAME 1006
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
@@ -18,7 +20,7 @@
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 130
|
||||
#define _APS_NEXT_COMMAND_VALUE 32771
|
||||
#define _APS_NEXT_CONTROL_VALUE 1006
|
||||
#define _APS_NEXT_CONTROL_VALUE 1007
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user