SelectIndexDlg.h
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. // SelectIndexDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CSelectIndexDlg dialog
  5. class CSelectIndexDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CSelectIndexDlg(CWnd* pParent = NULL);   // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CSelectIndexDlg)
  12. enum { IDD = IDD_SELECTINDEX };
  13. CListBox m_ctlList;
  14. CString m_UseMe;
  15. //}}AFX_DATA
  16. CStringArray *m_pNames;
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CSelectIndexDlg)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. // Generated message map functions
  26. //{{AFX_MSG(CSelectIndexDlg)
  27. virtual BOOL OnInitDialog();
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };