XXXXDlg.h
上传用户:gzdongxi
上传日期:2007-07-05
资源大小:30k
文件大小:2k
- // XXXXDlg.h : header file
- //
- #if !defined(AFX_XXXXDLG_H__7FD9EB37_E937_42A4_822B_15E54D621A3E__INCLUDED_)
- #define AFX_XXXXDLG_H__7FD9EB37_E937_42A4_822B_15E54D621A3E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CXXXXDlg dialog
- class CXXXXDlg : public CDialog
- {
- // Construction
- public:
- static BOOL CALLBACK EnumWindowsProc(HWND hWnd,LPARAM lParam);
- CXXXXDlg(CWnd* pParent = NULL); // standard constructor
-
- bool online;
- // Dialog Data
- //{{AFX_DATA(CXXXXDlg)
- enum { IDD = IDD_XXXX_DIALOG };
- CString m_fileName;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CXXXXDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CXXXXDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnTimer(UINT nIDEvent);
- afx_msg void OnButton3();
- afx_msg void close();
- afx_msg void settext();
- afx_msg void OnSize(UINT nType, int cx, int cy);
- LRESULT OnHotKey(WPARAM wParam,LPARAM lParam);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_XXXXDLG_H__7FD9EB37_E937_42A4_822B_15E54D621A3E__INCLUDED_)