GeniusDlg.h
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. #if !defined(AFX_GENIUSDLG_H__66024CC6_3F22_4C3E_9B66_7CE36BB19D89__INCLUDED_)
  2. #define AFX_GENIUSDLG_H__66024CC6_3F22_4C3E_9B66_7CE36BB19D89__INCLUDED_
  3. /*********************************************
  4. **该文件是属于WolfFTP工程中的。如果有什么问题
  5. **请联系
  6. **         tablejiang@21cn.com
  7. **或者访问
  8. **         http://wolfftp.51.net
  9. **以得到最新的支持。
  10. *********************************************/
  11. #if _MSC_VER > 1000
  12. #pragma once
  13. #endif // _MSC_VER > 1000
  14. // GeniusDlg.h : header file
  15. //
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CGeniusDlg dialog
  18. class CGeniusDlg : public CDialog
  19. {
  20. // Construction
  21. public:
  22. void SetMainWnd( CWnd* pWnd );
  23. void SetTransmitWnd( HWND hWnd );
  24. BOOL SplitterWindow( );
  25. CGeniusDlg(CWnd* pParent = NULL);   // standard constructor
  26. // Dialog Data
  27. //{{AFX_DATA(CGeniusDlg)
  28. enum { IDD = IDD_DIALOG_GENIUS };
  29. // NOTE: the ClassWizard will add data members here
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CGeniusDlg)
  34. public:
  35. virtual BOOL DestroyWindow();
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. virtual LRESULT DefWindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CGeniusDlg)
  44. virtual void OnOK();
  45. virtual void OnCancel();
  46. virtual BOOL OnInitDialog();
  47. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  48. afx_msg void OnPaint();
  49. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  50. afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
  51. afx_msg void OnRButtonDown(UINT nFlags, CPoint point);
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. protected:
  55. CBitmap m_BackBmp ;
  56. int m_iHeight ;
  57. int m_iWidth ;
  58. HWND m_hTransmitWnd ;
  59. CWnd* m_pMainWnd ;
  60. };
  61. //{{AFX_INSERT_LOCATION}}
  62. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  63. #endif // !defined(AFX_GENIUSDLG_H__66024CC6_3F22_4C3E_9B66_7CE36BB19D89__INCLUDED_)