www.pudn.com > NetScan.rar > SoftDlg.h
#if !defined(AFX_SOFTDLG_H__E2D54C86_48D8_4F0B_9665_1CCD28F356FE__INCLUDED_)
#define AFX_SOFTDLG_H__E2D54C86_48D8_4F0B_9665_1CCD28F356FE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SoftDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSoftDlg dialog
class CSoftDlg : public CDialog
{
// Construction
public:
void addList();
CSoftDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
int m_softTypeCount;
int m_softNameCount;
int m_softIndexCount;
LPTSTR* m_SoftType;
LPTSTR * m_SoftIndex;
LPTSTR * m_SoftName;
//{{AFX_DATA(CSoftDlg)
enum { IDD = IDD_SOFTDIALOG };
CListCtrl m_softList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSoftDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSoftDlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SOFTDLG_H__E2D54C86_48D8_4F0B_9665_1CCD28F356FE__INCLUDED_)