123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #if !defined(AFX_SYSTEMFUNCTIONLIST_H__EFCA1D02_44EB_4BE9_B3AC_8876E635591C__INCLUDED_)
- #define AFX_SYSTEMFUNCTIONLIST_H__EFCA1D02_44EB_4BE9_B3AC_8876E635591C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // SystemFunctionList.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSystemFunctionList dialog
- class CSystemFunctionList : public CDialog
- {
- // Construction
- public:
- CString m_strFunction;
- CSystemFunctionList(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSystemFunctionList)
- enum { IDD = IDD_SYSFUNCTIONLIST };
- CListBox m_ctrlFunctionList;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSystemFunctionList)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSystemFunctionList)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SYSTEMFUNCTIONLIST_H__EFCA1D02_44EB_4BE9_B3AC_8876E635591C__INCLUDED_)
|