SelectIndexDlg.h
资源名称:warftpd.zip [点击查看]
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:1k
源码类别:
Ftp客户端
开发平台:
Visual C++
- // SelectIndexDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CSelectIndexDlg dialog
- class CSelectIndexDlg : public CDialog
- {
- // Construction
- public:
- CSelectIndexDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSelectIndexDlg)
- enum { IDD = IDD_SELECTINDEX };
- CListBox m_ctlList;
- CString m_UseMe;
- //}}AFX_DATA
- CStringArray *m_pNames;
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSelectIndexDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CSelectIndexDlg)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };