comparison: other-licenses/7zstub/src/7zip/GuiCommon.rc
other-licenses/7zstub/src/7zip/GuiCommon.rc
- branch
- TOR_BUG_9701
- changeset 8
- 97036ab72558
equal
deleted
inserted
replaced
|
1 #include <winnt.h> |
|
2 #include <WinUser.h> |
|
3 #include <CommCtrl.h> |
|
4 |
|
5 #define marg 7 |
|
6 #undef bXSize |
|
7 #undef bYSize |
|
8 #define bXSize 64 |
|
9 #define bYSize 14 |
|
10 #define bDotsSize 20 |
|
11 |
|
12 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
|
13 |
|
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 |
|
32 |
|
33 |
|
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 |
|
36 |
|
37 #define MY_FONT FONT 8, "MS Shell Dlg" |