InstFunDlg.h
上传用户:wenjimin
上传日期:2014-08-12
资源大小:111k
文件大小:1k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. #if !defined(AFX_INSTFUNDLG_H__434AABFF_2AC4_4A14_B88B_FB8A63038FAD__INCLUDED_)
  2. #define AFX_INSTFUNDLG_H__434AABFF_2AC4_4A14_B88B_FB8A63038FAD__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // InstFunDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CInstFunDlg dialog
  10. class CInstFunDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString str;
  15. CInstFunDlg(CWnd* pParent = NULL);   // standard constructor
  16. typedef struct FunTable //函数表
  17. {
  18. CString fun;
  19. CString str;
  20. };
  21. FunTable *ftab;
  22. // Dialog Data
  23. //{{AFX_DATA(CInstFunDlg)
  24. enum { IDD = IDD_INSTFUNDLG };
  25. CListBox m_list2;
  26. CEdit m_edit;
  27. CListBox m_list1;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CInstFunDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CInstFunDlg)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnSelchangeList2();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_INSTFUNDLG_H__434AABFF_2AC4_4A14_B88B_FB8A63038FAD__INCLUDED_)