From d577d991b97ae2b5ee1af23641bcffc3f83af5b2 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 4 Nov 2009 11:56:41 -0800 Subject: Initial import. Contains the im, cd and iup librairies, and a "working" Makefile for them under linux. --- iup/test/iuptest.rc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 iup/test/iuptest.rc (limited to 'iup/test/iuptest.rc') diff --git a/iup/test/iuptest.rc b/iup/test/iuptest.rc new file mode 100755 index 0000000..94e5ca1 --- /dev/null +++ b/iup/test/iuptest.rc @@ -0,0 +1,31 @@ +TECGRAF_ICON ICON "../etc/tecgraf.ico" +TECGRAF_BITMAP BITMAP "../test/tecgraf.bmp" + +CURSOR_PEN CURSOR "../etc/pen.cur" + +/* To avoid the inclusion of */ +#define WS_CHILD 0x40000000L +#define WS_VISIBLE 0x10000000L +#define WS_CLIPSIBLINGS 0x04000000L +#define DS_3DLOOK 0x0004L +#define DS_CONTROL 0x0400L +#define SS_OWNERDRAW 0x0000000DL +#define WS_EX_STATICEDGE 0x00020000L + +#define IUP_PREVIEWCANVAS 3000 + +iupPreviewDlg DIALOG DISCARDABLE 0, 0, 250, 95 +STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL +FONT 8, "MS Shell Dlg" +BEGIN + CONTROL "", IUP_PREVIEWCANVAS, "STATIC", SS_OWNERDRAW, 70, 0, 120, 90, WS_EX_STATICEDGE +END + +#ifndef IUP_DLL +/* The following line will enable Windows XP Visual Styles */ +#ifdef WIN64 +1 24 "../etc/iup64.manifest" +#else +1 24 "../etc/iup.manifest" +#endif +#endif -- cgit v1.2.3