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/splash.rc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/wlib/test/splash.rc (limited to 'app/wlib/test/splash.rc') diff --git a/app/wlib/test/splash.rc b/app/wlib/test/splash.rc new file mode 100644 index 0000000..5fb8a8c --- /dev/null +++ b/app/wlib/test/splash.rc @@ -0,0 +1,17 @@ +#define IDD_DLG1 1000 +#define IDC_IMG1 1001 +#define IDC_STC1 1002 +#define IDC_STC2 1003 +#define IDC_IMG2 1004 +#define IDI_LOGO 1000 +IDD_DLG1 DIALOGEX 6,6,194,102 +CAPTION "IDD_DLG" +FONT 8,"MS Sans Serif",0,0 +STYLE 0x10CF0000 +BEGIN + CONTROL "",IDC_IMG1,"Static",0x50000203,196,99,92,26 + CONTROL "Testapplication",IDC_STC1,"Static",0x50000201,0,57,194,9 + CONTROL "Application is starting",IDC_STC2,"Static",0x50000000,-2,68,199,9 + CONTROL "",IDC_IMG2,"Static",0x50000203,0,0,226,57 +END +IDI_LOGO IMAGE DISCARDABLE "logo.bmp" -- cgit v1.2.3