www.pudn.com > ll1forwin.zip > LL1ForWinDlg.h


// LL1ForWinDlg.h : header file 
// 
 
#if !defined(AFX_LL1FORWINDLG_H__9F911286_998A_4FFE_B7E5_A6E995E126CD__INCLUDED_) 
#define AFX_LL1FORWINDLG_H__9F911286_998A_4FFE_B7E5_A6E995E126CD__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CLL1ForWinDlg dialog 
 
class CLL1ForWinDlg : public CDialog 
{ 
// Construction 
public: 
	CLL1ForWinDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CLL1ForWinDlg) 
	enum { IDD = IDD_LL1FORWIN_DIALOG }; 
	CListBox	m_vtlist; 
	CEdit	m_vtedit; 
	CListBox	m_vnlist; 
	CEdit	m_startedit; 
	CListBox	m_plist; 
	CEdit	m_pedit; 
	CEdit	m_vnedit; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CLL1ForWinDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CLL1ForWinDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	virtual void OnOK(); 
	virtual void OnCancel(); 
	afx_msg void OnVnadd(); 
	afx_msg void OnClear(); 
	afx_msg void OnGtable(); 
	afx_msg void OnImport(); 
	afx_msg void OnPadd(); 
	afx_msg void OnPdel(); 
	afx_msg void OnSave(); 
	afx_msg void OnVndel(); 
	afx_msg void OnVtadd(); 
	afx_msg void OnVtdel(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_LL1FORWINDLG_H__9F911286_998A_4FFE_B7E5_A6E995E126CD__INCLUDED_)