PropPage2.h
上传用户:wujian85
上传日期:2010-04-08
资源大小:227k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_PROPPAGE2_H__91A4B004_0AB6_11D2_8412_0000B43382FE__INCLUDED_)
  2. #define AFX_PROPPAGE2_H__91A4B004_0AB6_11D2_8412_0000B43382FE__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PropPage2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPropPage2 dialog
  10. class Doc;
  11. class View;
  12. class CPropPage2 : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CPropPage2(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CPropPage2)
  19. enum { IDD = IDD_PROP_PAGE2 };
  20. CComboBox wndCbId2;
  21. CComboBox wndCbId;
  22. CComboBox wndCbCond;
  23. CComboBox wndCbVAlign;
  24. CComboBox wndCbHAlign;
  25. CString csCond;
  26. CString csId;
  27. CString csId2;
  28. //}}AFX_DATA
  29. Doc * pDoc;
  30. View * pView;
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CPropPage2)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CPropPage2)
  41. virtual BOOL OnInitDialog();
  42. virtual void OnCancel();
  43. virtual void OnOK();
  44. afx_msg void OnSelendokCbCond();
  45. afx_msg void OnSelendokCbHalign();
  46. afx_msg void OnSelendokCbId();
  47. afx_msg void OnSelendokCbId2();
  48. afx_msg void OnSelendokCbValign();
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_PROPPAGE2_H__91A4B004_0AB6_11D2_8412_0000B43382FE__INCLUDED_)