mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 23:14:54 -06:00
easy 7-zip mod for 23.01: rebased from 19.00
This commit is contained in:
committed by
shunf4
parent
082657f61b
commit
18725aeba6
18
CPP/7zip/UI/FileManager/AboutEasy7ZipDialog.h
Normal file
18
CPP/7zip/UI/FileManager/AboutEasy7ZipDialog.h
Normal file
@@ -0,0 +1,18 @@
|
||||
// AboutEasy7ZipDialog.h
|
||||
|
||||
#ifndef __ABOUT_EASY7ZIP_DIALOG_H
|
||||
#define __ABOUT_EASY7ZIP_DIALOG_H
|
||||
|
||||
#include "AboutEasy7ZipDialogRes.h"
|
||||
#include "../../../Windows/Control/Dialog.h"
|
||||
|
||||
class CAboutEasy7ZipDialog: public NWindows::NControl::CModalDialog
|
||||
{
|
||||
public:
|
||||
virtual bool OnInit();
|
||||
virtual void OnHelp();
|
||||
virtual bool OnButtonClicked(int buttonID, HWND buttonHWND);
|
||||
INT_PTR Create(HWND wndParent = 0) { return CModalDialog::Create(IDD_ABOUT_EASY_7ZIP, wndParent); }
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user