RetroZilla/modules/plugin/tools/tester/os2/resource.h
2015-10-20 23:03:22 -04:00

75 lines
2.8 KiB
C

/* RC_DATA types for version info - required */
#define NP_INFO_ProductVersion 1
#define NP_INFO_MIMEType 2
#define NP_INFO_FileOpenName 3
#define NP_INFO_FileExtents 4
/* RC_DATA types for version info - used if found */
#define NP_INFO_FileDescription 5
#define NP_INFO_ProductName 6
/* RC_DATA types for version info - optional */
#define NP_INFO_CompanyName 7
#define NP_INFO_FileVersion 8
#define NP_INFO_InternalName 9
#define NP_INFO_LegalCopyright 10
#define NP_INFO_OriginalFilename 11
//{{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
// 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 1047
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif