xref: /aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/MessagesDialog.rc (revision f6dc9357d832569d4d1f5d24eacdb3935a1ae8e6)
1#include "MessagesDialogRes.h"
2#include "../../GuiCommon.rc"
3
4#define xc 440
5#define yc 160
6
7IDD_MESSAGES  DIALOG  0, 0, xs, ys  MY_MODAL_RESIZE_DIALOG_STYLE  MY_FONT
8CAPTION "7-Zip: Diagnostic messages"
9{
10  DEFPUSHBUTTON "&Close", IDOK, bx, by, bxs, bys
11  CONTROL "List1", IDL_MESSAGE, "SysListView32",
12          LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,
13          m, m, xc, yc - bys - m
14}
15