other-licenses/7zstub/src/7zip/GuiCommon.rc

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/other-licenses/7zstub/src/7zip/GuiCommon.rc	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,37 @@
     1.4 +#include <winnt.h>
     1.5 +#include <WinUser.h>
     1.6 +#include <CommCtrl.h>
     1.7 +
     1.8 +#define marg 7
     1.9 +#undef bXSize
    1.10 +#undef bYSize
    1.11 +#define bXSize 64
    1.12 +#define bYSize 14
    1.13 +#define bDotsSize 20
    1.14 +
    1.15 +LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
    1.16 +
    1.17 +#undef xSize2
    1.18 +#undef ySize2
    1.19 +#undef xSize
    1.20 +#undef ySize
    1.21 +#undef bXPos
    1.22 +#undef bYPos
    1.23 +#undef b1XPos
    1.24 +#undef b1YPos
    1.25 +#undef b2XPos
    1.26 +#undef b2YPos
    1.27 +#undef b3XPos
    1.28 +#undef b3YPos
    1.29 +#undef gPos
    1.30 +#undef gPos2
    1.31 +#undef gSpace
    1.32 +#undef gSize
    1.33 +#undef marg2
    1.34 +#undef marg3
    1.35 +
    1.36 +
    1.37 +#define MY_MODAL_DIALOG_STYLE  STYLE  DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
    1.38 +#define MY_PAGE_STYLE  STYLE  DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
    1.39 +
    1.40 +#define MY_FONT FONT 8, "MS Shell Dlg"

mercurial