2015-05-30 13:33:23 -05:00
|
|
|
// 30 may 2015
|
2015-05-31 10:12:29 -05:00
|
|
|
#include "winapi.h"
|
2015-05-30 14:01:21 -05:00
|
|
|
#include "resources.h"
|
2015-05-30 13:33:23 -05:00
|
|
|
|
|
|
|
// this is a UTF-8 file
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2015-05-30 14:01:21 -05:00
|
|
|
// this is the dialog template used by tab pages; see windows/tabpage.c for details
|
2015-05-30 13:33:23 -05:00
|
|
|
rcTabPageDialog DIALOGEX 0, 0, 100, 100
|
2015-06-07 21:21:08 -05:00
|
|
|
STYLE DS_CONTROL | WS_CHILD | WS_VISIBLE
|
2015-05-30 14:01:21 -05:00
|
|
|
EXSTYLE WS_EX_CONTROLPARENT
|
2015-05-30 13:33:23 -05:00
|
|
|
BEGIN
|
|
|
|
// nothing
|
|
|
|
END
|