This commit is contained in:
2024-08-07 09:16:27 -04:00
parent fdfadd5c7e
commit 5f971cf684
5200 changed files with 731717 additions and 0 deletions

26
test/TEST.~RC Normal file
View File

@@ -0,0 +1,26 @@
#include <windows.h>
#include <test/test.h>
RISK BITMAP "risks.bmp"
mainMenu MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "File &Open...", MAINMENU_FILEOPEN
MENUITEM "File &Print...", MAINMENU_FILEPRINT
MENUITEM SEPARATOR
MENUITEM "E&xit", MAINMENU_FILEQUIT
END
END
PRINTING DIALOG 36, 49, 165, 41
STYLE DS_MODALFRAME | 0x4L | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Printing"
FONT 8, "MS Sans Serif"
{
PUSHBUTTON "Cancel", IDCANCEL, 57, 20, 50, 14
}