GdiplusDemoDlg.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. //Download by http://www.NewXing.com
  2. #if !defined(AFX_GDIPLUSDEMODLG_H__315E0925_1877_423F_92ED_F7CA6B814544__INCLUDED_)
  3. #define AFX_GDIPLUSDEMODLG_H__315E0925_1877_423F_92ED_F7CA6B814544__INCLUDED_
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // GdiplusDemoDlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CGdiplusDemoDlg dialog
  11. class CGdiplusDemoDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CGdiplusDemoDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CGdiplusDemoDlg)
  18. enum { IDD = IDD_DIALOG1 };
  19. CTreeCtrl m_ctrlTree;
  20. //}}AFX_DATA
  21. int m_index1, m_index2;
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CGdiplusDemoDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CGdiplusDemoDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnButton1();
  34. virtual void OnOK();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_GDIPLUSDEMODLG_H__315E0925_1877_423F_92ED_F7CA6B814544__INCLUDED_)