Initial
This commit is contained in:
26
test/TEST.~RC
Normal file
26
test/TEST.~RC
Normal 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user