mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 22:07:07 -06:00
4.53 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
33ccab7e72
commit
051769bbc5
25
CPP/7zip/UI/FileManager/MessagesDialog.rc
Executable file
25
CPP/7zip/UI/FileManager/MessagesDialog.rc
Executable file
@@ -0,0 +1,25 @@
|
||||
#include "MessagesDialogRes.h"
|
||||
#include "../../GuiCommon.rc"
|
||||
|
||||
#define xSize2 430
|
||||
#define ySize2 140
|
||||
#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
|
||||
Reference in New Issue
Block a user