mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 16:11:38 -06:00
3.13
This commit is contained in:
20
7zip/FileManager/Resource/SettingsPage/SettingsPage.h
Executable file
20
7zip/FileManager/Resource/SettingsPage/SettingsPage.h
Executable file
@@ -0,0 +1,20 @@
|
||||
// SettingsPage.h
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __SETTINGSPAGE_H
|
||||
#define __SETTINGSPAGE_H
|
||||
|
||||
#include "Windows/Control/PropertyPage.h"
|
||||
#include "Windows/Control/Edit.h"
|
||||
|
||||
class CSettingsPage: public NWindows::NControl::CPropertyPage
|
||||
{
|
||||
public:
|
||||
virtual bool OnInit();
|
||||
virtual void OnNotifyHelp();
|
||||
virtual bool OnCommand(int code, int itemID, LPARAM param);
|
||||
virtual LONG OnApply();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user