JMultiColSampleDlg.h
上传用户:xzhdjhq
上传日期:2007-01-01
资源大小:46k
文件大小:2k
源码类别:

组合框控件

开发平台:

Visual C++

  1. // JMultiColSampleDlg.h : header file
  2. //
  3. #if !defined(AFX_JMULTICOLSAMPLEDLG_H__2AF0C2AA_09E9_11D2_B3DF_00104B307E8C__INCLUDED_)
  4. #define AFX_JMULTICOLSAMPLEDLG_H__2AF0C2AA_09E9_11D2_B3DF_00104B307E8C__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #include "JComboBx.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CJMultiColSampleDlg dialog
  11. class CJMultiColSampleDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. //CWnd * m_pWndPopDown;
  16. //void DisplayPopdownWindow();
  17. void OnInitShowTitletip();
  18. void OnInitCheckBox();
  19. void OnInitHideColumn();
  20. void OnInitSearchComboBox();
  21. CJMultiColSampleDlg(CWnd* pParent = NULL); // standard constructor
  22. // Dialog Data
  23. //{{AFX_DATA(CJMultiColSampleDlg)
  24. enum { IDD = IDD_JMULTICOLSAMPLE_DIALOG };
  25. CJComboBox m_jcbCheckBox;
  26. CJComboBox m_jcbShowTitletip;
  27. CJComboBox m_jcbHideColumn;
  28. CJComboBox m_jcbSearch;
  29. //}}AFX_DATA
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CJMultiColSampleDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. HICON m_hIcon;
  38. // Generated message map functions
  39. //{{AFX_MSG(CJMultiColSampleDlg)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  42. afx_msg void OnPaint();
  43. afx_msg HCURSOR OnQueryDragIcon();
  44. afx_msg void OnChangeEdit1();
  45. afx_msg void OnButton1();
  46. //afx_msg void OnDropdownCombo2();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_JMULTICOLSAMPLEDLG_H__2AF0C2AA_09E9_11D2_B3DF_00104B307E8C__INCLUDED_)