mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 19:14:56 -06:00
22.00
This commit is contained in:
5
CPP/7zip/UI/FileManager/MenuPage.h
Normal file → Executable file
5
CPP/7zip/UI/FileManager/MenuPage.h
Normal file → Executable file
@@ -4,6 +4,7 @@
|
||||
#define __MENU_PAGE_H
|
||||
|
||||
#include "../../../Windows/Control/PropertyPage.h"
|
||||
#include "../../../Windows/Control/ComboBox.h"
|
||||
#include "../../../Windows/Control/ListView.h"
|
||||
|
||||
struct CShellDll
|
||||
@@ -24,6 +25,7 @@ class CMenuPage: public NWindows::NControl::CPropertyPage
|
||||
bool _cascaded_Changed;
|
||||
bool _menuIcons_Changed;
|
||||
bool _elimDup_Changed;
|
||||
bool _writeZone_Changed;
|
||||
bool _flags_Changed;
|
||||
|
||||
void Clear_MenuChanged()
|
||||
@@ -31,6 +33,7 @@ class CMenuPage: public NWindows::NControl::CPropertyPage
|
||||
_cascaded_Changed = false;
|
||||
_menuIcons_Changed = false;
|
||||
_elimDup_Changed = false;
|
||||
_writeZone_Changed = false;
|
||||
_flags_Changed = false;
|
||||
}
|
||||
|
||||
@@ -39,6 +42,7 @@ class CMenuPage: public NWindows::NControl::CPropertyPage
|
||||
#endif
|
||||
|
||||
NWindows::NControl::CListView _listView;
|
||||
NWindows::NControl::CComboBox _zoneCombo;
|
||||
|
||||
virtual bool OnInit();
|
||||
virtual void OnNotifyHelp();
|
||||
@@ -46,6 +50,7 @@ class CMenuPage: public NWindows::NControl::CPropertyPage
|
||||
virtual bool OnItemChanged(const NMLISTVIEW *info);
|
||||
virtual LONG OnApply();
|
||||
virtual bool OnButtonClicked(int buttonID, HWND buttonHWND);
|
||||
virtual bool OnCommand(int code, int itemID, LPARAM param);
|
||||
public:
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user