113 lines
2.8 KiB
Plaintext
113 lines
2.8 KiB
Plaintext
|
|
#include <windows.h>
|
|
#include "win_version.h"
|
|
|
|
0 ICON "../Files/download.ico"
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION VMAJOR,VMINOR,0,0
|
|
PRODUCTVERSION VMAJOR,VMINOR,0,0
|
|
FILEFLAGSMASK 0x3fL
|
|
FILEFLAGS 0x0L
|
|
FILEOS 0x4L
|
|
FILETYPE 0x1L
|
|
FILESUBTYPE 0x0L
|
|
{
|
|
BLOCK "StringFileInfo"
|
|
{
|
|
BLOCK "040904b0"
|
|
{
|
|
VALUE "Comments", "g_reconvert\0"
|
|
VALUE "CompanyName", "Leonardo Company\0"
|
|
VALUE "FileDescription", "g_reconvert\0"
|
|
VALUE "FileVersion", "2.1.0.0-A\0"
|
|
VALUE "InternalName", "g_reconvert\0"
|
|
VALUE "LegalCopyright", "Copyright Leonardo Company\0"
|
|
VALUE "OriginalFilename", "g_reconvert.exe\0"
|
|
VALUE "ProductName", "GRIFO SATA Recorder converter\0"
|
|
VALUE "ProductVersion", "2.1.0-A\0"
|
|
}
|
|
}
|
|
BLOCK "VarFileInfo"
|
|
{
|
|
VALUE "Translation", 0x409, 1200
|
|
}
|
|
}
|
|
|
|
DisplayContextMenu MENU
|
|
BEGIN
|
|
POPUP "RIS"
|
|
BEGIN
|
|
POPUP "Mini MCS"
|
|
BEGIN
|
|
MENUITEM "LOCK-ON", 100
|
|
MENUITEM "LOCK-ON DTT", 101
|
|
MENUITEM "TRANSF. HPT BUG", 102
|
|
MENUITEM "REJECT", 103
|
|
MENUITEM "LOCK-ON STT", 104
|
|
MENUITEM "NOT VALID", 107
|
|
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "RWS", 200
|
|
MENUITEM "VS", 201
|
|
MENUITEM "ACM", 202
|
|
MENUITEM "TS", 213
|
|
|
|
MENUITEM SEPARATOR
|
|
|
|
MENUITEM "Zero Antenna", 300
|
|
MENUITEM "Zero Cursor", 301
|
|
END
|
|
|
|
MENUITEM "Targets restart", 20
|
|
MENUITEM "Targets running/stop", 21
|
|
|
|
|
|
MENUITEM "WoW", 40
|
|
|
|
MENUITEM "Data Recording", 1
|
|
|
|
MENUITEM "Open/Close log file", 50
|
|
|
|
POPUP "Scenarios"
|
|
BEGIN
|
|
MENUITEM "Reset", 10
|
|
MENUITEM "Solo", 11
|
|
MENUITEM "Ladder", 12
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Custom 1", 13
|
|
MENUITEM "Custom 2", 14
|
|
MENUITEM "Custom 3", 15
|
|
MENUITEM "Custom 4", 16
|
|
MENUITEM "Custom 5", 17
|
|
MENUITEM "Custom 6", 18
|
|
MENUITEM "Custom 7", 19
|
|
END
|
|
|
|
POPUP "BITE"
|
|
BEGIN
|
|
MENUITEM "Reset", 400
|
|
MENUITEM "REP Fail", 401
|
|
MENUITEM "AESA Fail", 402
|
|
MENUITEM "PPS Fail", 403
|
|
MENUITEM "LCU Fail", 404
|
|
MENUITEM "CAL Fail", 405
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "REP Overtemperature", 411
|
|
MENUITEM "AESA Overtemperature", 412
|
|
MENUITEM "PPS Overtemperature", 413
|
|
MENUITEM "LCU Overtemperature", 414
|
|
END
|
|
|
|
POPUP "Display"
|
|
BEGIN
|
|
MENUITEM "View/Hide Mode label", 30
|
|
MENUITEM "View/Hide Extra info", 31
|
|
END
|
|
MENUITEM SEPARATOR
|
|
MENUITEM "Open Data folder...", 81
|
|
MENUITEM "Open script folder...", 80
|
|
|
|
END
|
|
END
|