reactos/rosapps/tests/Imagelistviewer/res.rc
Ged Murphy 41ba900587 - test app to display both the system and device image lists.
- this app confirms the overlay icons in the device image list are part of the list.

svn path=/trunk/; revision=24573
2006-10-19 16:55:11 +00:00

15 lines
519 B
Plaintext

#include <windows.h>
#include <commctrl.h>
#include "resource.h"
IDD_IMGLST DIALOGEX 6,6,303,216
CAPTION "Imagelist Viewer"
FONT 8, "MS Sans Serif", 0, 0
STYLE WS_BORDER | WS_VISIBLE | WS_SYSMENU
BEGIN
CONTROL "", IDC_LSTVIEW, "SysListView32", WS_CHILD | WS_VISIBLE | WS_BORDER | LVS_LIST | LVS_SMALLICON | LVS_SHAREIMAGELISTS, 0, 0, 302, 200
DEFPUSHBUTTON "System IL", IDC_SYSTEM, 2, 202, 54, 13
PUSHBUTTON "Device IL", IDC_DEVICE, 60, 202, 54, 13
PUSHBUTTON "Close", IDOK, 248, 202, 54, 13
END