libui/windows/resources.rc

15 lines
324 B
Plaintext

// 30 may 2015
#include "winapi.h"
#include "resources.h"
// this is a UTF-8 file
#pragma code_page(65001)
// this is the dialog template used by tab pages; see windows/tabpage.c for details
rcTabPageDialog DIALOGEX 0, 0, 100, 100
STYLE DS_CONTROL | WS_CHILD | WS_VISIBLE
EXSTYLE WS_EX_CONTROLPARENT
BEGIN
// nothing
END