www.pudn.com > 2DCAD_duojiemian.rar > LineStyle.h
#if !defined(AFX_LINESTYLE_H__A311706B_3548_49D0_89FC_8FED785B32A6__INCLUDED_)
#define AFX_LINESTYLE_H__A311706B_3548_49D0_89FC_8FED785B32A6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LineStyle.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLineStyle dialog
class CLineStyle : public CDialog
{
// Construction
public:
CLineStyle(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLineStyle)
enum { IDD = IDD_LINESTYLE };
CComboBox m_ComboBox;
int m_nLineStyle;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLineStyle)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLineStyle)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeComboLinestyle();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LINESTYLE_H__A311706B_3548_49D0_89FC_8FED785B32A6__INCLUDED_)