From 7b358424ebad9349421acd533c2fa1cbf6cf3e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 28 Dec 2016 16:52:56 +0100 Subject: Initial import of xtrkcad version 1:4.0.2-2 --- app/wlib/test/wtest.rc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 app/wlib/test/wtest.rc (limited to 'app/wlib/test/wtest.rc') diff --git a/app/wlib/test/wtest.rc b/app/wlib/test/wtest.rc new file mode 100644 index 0000000..13d6d46 --- /dev/null +++ b/app/wlib/test/wtest.rc @@ -0,0 +1,22 @@ +#include +#include "w.h" +#include "mswlib.h" +MSWAPPICON ICON wtest.ico +Generic MENU +BEGIN + POPUP "&Help" + BEGIN + MENUITEM "About Generic...", IDM_ABOUT + END +END + +AboutBox DIALOG 22, 17, 144, 75 +STYLE DS_MODALFRAME | WS_CAPTION | WS_SYSMENU +CAPTION "About Generic" +BEGIN + CTEXT "WLIB Windows", -1, 0, 5, 144, 8 + CTEXT "Test Application", -1, 0, 14, 144, 8 + CTEXT "Version 0.1", -1, 0, 34, 144, 8 + DEFPUSHBUTTON "OK" IDOK, 53, 59, 32, 14, WS_GROUP +END +#include "mswlib.rc" -- cgit v1.2.3