mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
59 lines
2.3 KiB
C
59 lines
2.3 KiB
C
|
//{{NO_DEPENDENCIES}}
|
||
|
// Microsoft Developer Studio generated include file.
|
||
|
// Used by npapi.rc
|
||
|
//
|
||
|
#define IDC_STATIC -1
|
||
|
#define IDD_DIALOG_TESTER 102
|
||
|
#define IDD_DIALOG_MANUAL 107
|
||
|
#define IDD_DIALOG_AUTO 109
|
||
|
#define IDC_RADIO_MODE_MANUAL 1002
|
||
|
#define IDC_RADIO_MODE_AUTO 1003
|
||
|
#define IDC_STATIC_MODE 1004
|
||
|
#define IDC_STATIC_APICALL 1005
|
||
|
#define IDC_COMBO_API_CALL 1006
|
||
|
#define IDC_EDIT_ARG1 1007
|
||
|
#define IDC_EDIT_ARG2 1008
|
||
|
#define IDC_EDIT_ARG3 1009
|
||
|
#define IDC_EDIT_ARG4 1010
|
||
|
#define IDC_EDIT_ARG5 1011
|
||
|
#define IDC_EDIT_ARG6 1012
|
||
|
#define IDC_EDIT_ARG7 1013
|
||
|
#define IDC_STATIC_ARG1 1014
|
||
|
#define IDC_STATIC_ARG2 1015
|
||
|
#define IDC_STATIC_ARG3 1016
|
||
|
#define IDC_STATIC_ARG4 1017
|
||
|
#define IDC_STATIC_ARG5 1018
|
||
|
#define IDC_STATIC_ARG6 1019
|
||
|
#define IDC_STATIC_ARG7 1020
|
||
|
#define IDC_BUTTON_GO 1021
|
||
|
#define IDC_BUTTON_PASTE 1022
|
||
|
#define IDC_STATIC_INFO 1023
|
||
|
#define IDC_COMBO_ARG1 1024
|
||
|
#define IDC_COMBO_ARG6 1025
|
||
|
#define IDC_COMBO_ARG2 1026
|
||
|
#define IDC_COMBO_ARG3 1028
|
||
|
#define IDC_EDIT_SCRIPT_FILE_NAME 1032
|
||
|
#define IDC_BUTTON_START 1035
|
||
|
#define IDC_BUTTON_STOP 1036
|
||
|
#define IDC_EDIT_LOG_FILE_NAME 1037
|
||
|
#define IDC_BUTTON_FLUSH 1038
|
||
|
#define IDC_CHECK_SHOW_LOG 1039
|
||
|
#define IDC_BUTTON_CLEAR 1040
|
||
|
#define IDC_CHECK_LOG_TO_FILE 1042
|
||
|
#define IDC_CHECK_LOG_TO_FRAME 1043
|
||
|
#define IDC_STATIC_REPETITIONS_LEFT 1044
|
||
|
#define IDC_CHECK_REMEMBER_LAST 1045
|
||
|
#define IDC_STATIC_REPETITIONS_LABEL 1046
|
||
|
#define IDI_ICON_APP 1047
|
||
|
|
||
|
// Next default values for new objects
|
||
|
//
|
||
|
#ifdef APSTUDIO_INVOKED
|
||
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||
|
#define _APS_NEXT_RESOURCE_VALUE 115
|
||
|
#define _APS_NEXT_COMMAND_VALUE 40001
|
||
|
#define _APS_NEXT_CONTROL_VALUE 1048
|
||
|
#define _APS_NEXT_SYMED_VALUE 101
|
||
|
#endif
|
||
|
#endif
|