From 15855fa84a09fd1fd486d357c38db0f2bd181e74 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 4 Mar 2014 23:23:45 +0000 Subject: HistoryStats compiles ok now git-svn-id: http://svn.miranda-ng.org/main/trunk@8399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/HistoryStats/dlgconfigure.h | 41 ------------------------- 1 file changed, 41 deletions(-) delete mode 100644 plugins/!NotAdopted/HistoryStats/dlgconfigure.h (limited to 'plugins/!NotAdopted/HistoryStats/dlgconfigure.h') diff --git a/plugins/!NotAdopted/HistoryStats/dlgconfigure.h b/plugins/!NotAdopted/HistoryStats/dlgconfigure.h deleted file mode 100644 index bec300eca9..0000000000 --- a/plugins/!NotAdopted/HistoryStats/dlgconfigure.h +++ /dev/null @@ -1,41 +0,0 @@ -#if !defined(HISTORYSTATS_GUARD_DLGCONFIGURE_H) -#define HISTORYSTATS_GUARD_DLGCONFIGURE_H - -#include "_globals.h" -#include "_consts.h" - -class DlgConfigure - : private pattern::NotCopyable -{ -private: - static HWND m_hCfgWnd; - static bool m_bHookedEvent; - -private: - static BOOL CALLBACK staticConfigureProc(HWND hDlg, UINT msg, WPARAM wParam, LPARAM lParam); - static int staticEventPreShutdown(WPARAM wParam, LPARAM lParam); - -public: - static void showModal(); - -private: - HWND m_hWnd; - bool m_bChanged; - HWND m_hOptWnd; - int m_nPadY; - int m_nOKPadX; - int m_nCancelPadX; - int m_nApplyPadX; - -private: - void onWMInitDialog(); - void onCancel(); - void onApply(); - void rearrangeControls(); - -private: - explicit DlgConfigure(HWND hWnd); - ~DlgConfigure(); -}; - -#endif // HISTORYSTATS_GUARD_DLG_CONFIGURE_H \ No newline at end of file -- cgit v1.2.3