refactor: add a dialog for choosing export encoding
This commit is contained in:
@@ -1,8 +1,21 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Visual C++ generated include file.
|
||||
// Used by RCEditor.rc
|
||||
//
|
||||
#define IDD_EXPORT_DIALOG 101
|
||||
#define IDC_EDIT1 1001
|
||||
#define IDC_BUTTON1 1002
|
||||
#define IDC_RADIO1 1003
|
||||
#define IDC_RADIO2 1004
|
||||
#define IDC_EDIT2 1005
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 10003
|
||||
#define _APS_NEXT_COMMAND_VALUE 32771
|
||||
#define _APS_NEXT_CONTROL_VALUE 10000
|
||||
#define _APS_NEXT_SYMED_VALUE 10000
|
||||
#define _APS_NEXT_RESOURCE_VALUE 103
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1006
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user