www.pudn.com > 44757463.rar > GraphInfoExtendDlg.h
#if !defined(AFX_GRAPHINFOEXTENDDLG_H__C2A5DF55_D4BA_4332_911D_6706DD0D1247__INCLUDED_)
#define AFX_GRAPHINFOEXTENDDLG_H__C2A5DF55_D4BA_4332_911D_6706DD0D1247__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GraphInfoExtendDlg.h : header file
//
#include "MyCombo.h"
/////////////////////////////////////////////////////////////////////////////
// CGraphInfoExtendDlg dialog
class CGraphInfoExtendDlg : public CDialog
{
// Construction
public:
CGraphInfoExtendDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CGraphInfoExtendDlg)
enum { IDD = IDD_GRAPHINFO_EXTEND };
CMyCombo m_CombAngle;
CSpinButtonCtrl m_ctrlAngleSpin;
int m_nPointFlag;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGraphInfoExtendDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGraphInfoExtendDlg)
virtual BOOL OnInitDialog();
afx_msg void OnEditchangeComboAngle();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GRAPHINFOEXTENDDLG_H__C2A5DF55_D4BA_4332_911D_6706DD0D1247__INCLUDED_)