#if !defined(AFX_HIDEWINDOW_H__320F5162_3975_4E9E_BB21_944DE64B66BC__INCLUDED_) #define AFX_HIDEWINDOW_H__320F5162_3975_4E9E_BB21_944DE64B66BC__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // HideWindow.h : header file // ///////////////////////////////////////////////////////////////////////////// // HideWindow dialog class HideWindow : public CDialog { // Construction public: HideWindow(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(HideWindow) enum { IDD = IDD_DLGHideWindow }; // NOTE: the ClassWizard will add data members here //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(HideWindow) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(HideWindow) virtual BOOL OnInitDialog(); virtual void OnOK(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_HIDEWINDOW_H__320F5162_3975_4E9E_BB21_944DE64B66BC__INCLUDED_)