-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change name from test.rc to resource.rc and update
- Loading branch information
1 parent
240e540
commit 7b48963
Showing
2 changed files
with
39 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
#include "menuitems.h" | ||
|
||
1 VERSIONINFO | ||
FILEVERSION 1, 0, 0, 0 | ||
PRODUCTVERSION 1, 0, 0, 0 | ||
FILETYPE 0x1L | ||
{ | ||
BLOCK "StringFileInfo" | ||
BEGIN | ||
BLOCK "041504e2" | ||
BEGIN | ||
VALUE "CompanyName", "Magnetic-Fox\0" | ||
VALUE "FileVersion", "1.0\0" | ||
VALUE "FileDescription", "Testy WinAPI\0" | ||
VALUE "InternalName", "WinAPI_test.exe\0" | ||
VALUE "LegalCopyright", "�2023 Magnetic-Fox\0" | ||
// VALUE "LegalTrademarks", "" | ||
VALUE "OriginalFilename", "WinAPI_test.exe\0" | ||
VALUE "ProductName", "Testy WinAPI\0" | ||
VALUE "ProductVersion", "1.0\0" | ||
END | ||
END | ||
BLOCK "VarFileInfo" | ||
BEGIN | ||
VALUE "Translation", 0x0415, 1250 | ||
END | ||
} | ||
|
||
IDR_MENU1 MENU | ||
BEGIN | ||
POPUP "&Plik" | ||
BEGIN | ||
MENUITEM "Za&ko�cz\tAlt+F4", ID_PLIK_ZAKONCZ | ||
END | ||
POPUP "Pomo&c" | ||
BEGIN | ||
MENUITEM "&O programie", ID_POMOC_O | ||
END | ||
END |