QDlg.h
上传用户:cszhwei
上传日期:2007-01-01
资源大小:37k
文件大小:2k
源码类别:

组合框控件

开发平台:

Visual C++

  1. // QDlg.h : header file
  2. //
  3. #if !defined(AFX_QDLG_H__9BBB0D1B_4EC1_11D2_8697_0040055C08D9__INCLUDED_)
  4. #define AFX_QDLG_H__9BBB0D1B_4EC1_11D2_8697_0040055C08D9__INCLUDED_
  5. #include "QComboBox.h" // Added by ClassView
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CQDlg dialog
  11. class CQDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. virtual  ~CQDlg();
  16. static CStringArray m_arItems[5];
  17. static LPCTSTR Line(int iLine, LPARAM& lParamItem, LPARAM lParam);
  18. CQComboBox* m_pCombo[5];
  19. CQDlg(CWnd* pParent = NULL); // standard constructor
  20. // Dialog Data
  21. //{{AFX_DATA(CQDlg)
  22. enum { IDD = IDD_Q_DIALOG };
  23. CComboBox m_test;
  24. CEdit m_edit;
  25. //}}AFX_DATA
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CQDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. HICON m_hIcon;
  35. // Generated message map functions
  36. //{{AFX_MSG(CQDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  39. afx_msg void OnPaint();
  40. afx_msg HCURSOR OnQueryDragIcon();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_QDLG_H__9BBB0D1B_4EC1_11D2_8697_0040055C08D9__INCLUDED_)