Files
easy7zip/7zip/FileManager/Resource/MessagesDialog/resource.rc
Igor Pavlov af1fe52701 4.25 beta
2016-05-28 00:15:43 +01:00

26 lines
690 B
Plaintext
Executable File

#include "resource.h"
#include "../../../GuiCommon.rc"
#define xSize2 335
#define ySize2 121
#define xSize (xSize2 + marg + marg)
#define ySize (ySize2 + marg + marg)
#define bXPos (xSize - marg - bXSize)
#define bYPos (ySize - marg - bYSize)
IDD_DIALOG_MESSAGES DIALOG 0, 0, xSize, ySize MY_MODAL_DIALOG_STYLE
CAPTION "7-Zip: Diagnostic messages"
MY_FONT
BEGIN
DEFPUSHBUTTON "&Close", IDOK, bXPos, bYPos, bXSize, bYSize
CONTROL "List1",IDC_MESSAGE_LIST,"SysListView32",
LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,
marg, marg, xSize2, ySize2 - bYSize - 6
END
STRINGTABLE
BEGIN
IDS_MESSAGES_DIALOG_MESSAGE_COLUMN "Message"
END