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

Fri, 16 Jan 2015 18:13:44 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 18:13:44 +0100
branch
TOR_BUG_9701
changeset 14
925c144e1f1f
permissions
-rw-r--r--

Integrate suggestion from review to improve consistency with existing code.

     1 #include <winnt.h>
     2 #include <WinUser.h>
     3 #include <CommCtrl.h>
     5 #define marg 7
     6 #undef bXSize
     7 #undef bYSize
     8 #define bXSize 64
     9 #define bYSize 14
    10 #define bDotsSize 20
    12 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
    14 #undef xSize2
    15 #undef ySize2
    16 #undef xSize
    17 #undef ySize
    18 #undef bXPos
    19 #undef bYPos
    20 #undef b1XPos
    21 #undef b1YPos
    22 #undef b2XPos
    23 #undef b2YPos
    24 #undef b3XPos
    25 #undef b3YPos
    26 #undef gPos
    27 #undef gPos2
    28 #undef gSpace
    29 #undef gSize
    30 #undef marg2
    31 #undef marg3
    34 #define MY_MODAL_DIALOG_STYLE  STYLE  DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU
    35 #define MY_PAGE_STYLE  STYLE  DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
    37 #define MY_FONT FONT 8, "MS Shell Dlg"

mercurial