www.pudn.com > tongyongkongjianlei.rar > EditComboDlg.h


// EditComboDlg.h : header file
//

#if !defined(AFX_EDITCOMBODLG_H__D9B0693A_DD83_484D_9662_396E8DDC9C66__INCLUDED_)
#define AFX_EDITCOMBODLG_H__D9B0693A_DD83_484D_9662_396E8DDC9C66__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// CEditComboDlg dialog

class CEditComboDlg : public CDialog
{
// Construction
public:
CEditComboDlg(CWnd* pParent = NULL); // standard constructor

// Dialog Data
//{{AFX_DATA(CEditComboDlg)
enum { IDD = IDD_EDITCOMBO_DIALOG };
CScrollBar m_scrollbar;
CSliderCtrl m_slider;
CSpinButtonCtrl m_spin;
CIPAddressCtrl m_ip;
CComboBox m_combo;
CString m_info;
//}}AFX_DATA

// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEditComboDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL

// Implementation
protected:
HICON m_hIcon;

// Generated message map functions
//{{AFX_MSG(CEditComboDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnDisplay();
afx_msg void OnReset();
afx_msg void OnAdjust();
afx_msg void OnOrigion();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_EDITCOMBODLG_H__D9B0693A_DD83_484D_9662_396E8DDC9C66__INCLUDED_)