michael@0: #include michael@0: #include michael@0: #include michael@0: michael@0: #define marg 7 michael@0: #undef bXSize michael@0: #undef bYSize michael@0: #define bXSize 64 michael@0: #define bYSize 14 michael@0: #define bDotsSize 20 michael@0: michael@0: LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US michael@0: michael@0: #undef xSize2 michael@0: #undef ySize2 michael@0: #undef xSize michael@0: #undef ySize michael@0: #undef bXPos michael@0: #undef bYPos michael@0: #undef b1XPos michael@0: #undef b1YPos michael@0: #undef b2XPos michael@0: #undef b2YPos michael@0: #undef b3XPos michael@0: #undef b3YPos michael@0: #undef gPos michael@0: #undef gPos2 michael@0: #undef gSpace michael@0: #undef gSize michael@0: #undef marg2 michael@0: #undef marg3 michael@0: michael@0: michael@0: #define MY_MODAL_DIALOG_STYLE STYLE DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU michael@0: #define MY_PAGE_STYLE STYLE DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION michael@0: michael@0: #define MY_FONT FONT 8, "MS Shell Dlg"