Imported Upstream version 9.20
[platform/upstream/7zip.git] / CPP / 7zip / UI / FileManager / MessagesDialog.rc
1 #include "MessagesDialogRes.h"\r
2 #include "../../GuiCommon.rc"\r
3 \r
4 #define xc 440\r
5 #define yc 160\r
6 \r
7 IDD_DIALOG_MESSAGES  MY_RESIZE_DIALOG\r
8 CAPTION "7-Zip: Diagnostic messages"\r
9 {\r
10   DEFPUSHBUTTON "&Close", IDOK, bx, by, bxs, bys\r
11   CONTROL "List1", IDC_MESSAGE_LIST, "SysListView32",\r
12           LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,\r
13           m, m, xc, yc - bys - m\r
14 }\r