GeniusDlg.h
资源名称:FTP总集.rar [点击查看]
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:
Ftp客户端
开发平台:
Visual C++
- #if !defined(AFX_GENIUSDLG_H__66024CC6_3F22_4C3E_9B66_7CE36BB19D89__INCLUDED_)
- #define AFX_GENIUSDLG_H__66024CC6_3F22_4C3E_9B66_7CE36BB19D89__INCLUDED_
- /*********************************************
- **该文件是属于WolfFTP工程中的。如果有什么问题
- **请联系
- ** tablejiang@21cn.com
- **或者访问
- ** http://wolfftp.51.net
- **以得到最新的支持。
- *********************************************/
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // GeniusDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CGeniusDlg dialog
- class CGeniusDlg : public CDialog
- {
- // Construction
- public:
- void SetMainWnd( CWnd* pWnd );
- void SetTransmitWnd( HWND hWnd );
- BOOL SplitterWindow( );
- CGeniusDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CGeniusDlg)
- enum { IDD = IDD_DIALOG_GENIUS };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CGeniusDlg)
- public:
- virtual BOOL DestroyWindow();
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CGeniusDlg)
- virtual void OnOK();
- virtual void OnCancel();
- virtual BOOL OnInitDialog();
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnPaint();
- afx_msg BOOL OnEraseBkgnd(CDC* pDC);
- afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
- afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- protected:
- CBitmap m_BackBmp ;
- int m_iHeight ;
- int m_iWidth ;
- HWND m_hTransmitWnd ;
- CWnd* m_pMainWnd ;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_GENIUSDLG_H__66024CC6_3F22_4C3E_9B66_7CE36BB19D89__INCLUDED_)