www.pudn.com > 44757463.rar > GraphInfoDlg.h
#if !defined(AFX_GRAPHINFODLG_H__D9EBAF17_2CA7_4D82_AA32_9E9E5EEA4F15__INCLUDED_)
#define AFX_GRAPHINFODLG_H__D9EBAF17_2CA7_4D82_AA32_9E9E5EEA4F15__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GraphInfoDlg.h : header file
//
#include "GraphInfoBasicDlg.h"
#include "GraphInfoExtendDlg.h"
#include "XPButton.h"
/////////////////////////////////////////////////////////////////////////////
// CGraphInfoDlg dialog
class CGraphInfoDlg : public CDialog
{
// Construction
public:
CGraphInfoDlg(CWnd* pParent = NULL); // standard constructor
//Attributes
public:
CGraphInfoBasicDlg m_sheetBasic;
CGraphInfoExtendDlg m_sheetExtend;
CWnd *m_pWndParent;
int m_nAngle;
// Dialog Data
//{{AFX_DATA(CGraphInfoDlg)
enum { IDD = IDD_GRAPH_PROPERTY };
CXPButton m_BtnCancel;
CXPButton m_BtnOK;
CTabCtrl m_ctrlMainTab;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGraphInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGraphInfoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangingMaintab(NMHDR* pNMHDR, LRESULT* pResult);
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GRAPHINFODLG_H__D9EBAF17_2CA7_4D82_AA32_9E9E5EEA4F15__INCLUDED_)