home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / dpdlg / dirpickd.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-12  |  1.5 KB  |  64 lines

  1. // DirPickDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "dpdlg.h"
  5. //}}AFX_INCLUDES
  6.  
  7. #if !defined(AFX_DIRPICKDLG_H__B1EE6A47_FB28_11D0_9F5E_B42103C10710__INCLUDED_)
  8. #define AFX_DIRPICKDLG_H__B1EE6A47_FB28_11D0_9F5E_B42103C10710__INCLUDED_
  9.  
  10. #if _MSC_VER >= 1000
  11. #pragma once
  12. #endif // _MSC_VER >= 1000
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CDirPickDlg dialog
  16.  
  17. class CDirPickDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21.     CDirPickDlg(CWnd* pParent = NULL);    // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CDirPickDlg)
  25.     enum { IDD = IDD_DIRPICK_DIALOG };
  26.     CButton    m_bfc;
  27.     CButton    m_bfp;
  28.     CEdit    m_caption;
  29.     CButton    m_dgbd;
  30.     CButton    m_rfsa;
  31.     CButton    m_rofsd;
  32.     CComboBox    m_root;
  33.     CEdit    m_folder;
  34.     CEdit    m_path;
  35.     CStatic    m_icon;
  36.     CDPDlg    m_dpdlg;
  37.     //}}AFX_DATA
  38.  
  39.     // ClassWizard generated virtual function overrides
  40.     //{{AFX_VIRTUAL(CDirPickDlg)
  41.     protected:
  42.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43.     //}}AFX_VIRTUAL
  44.  
  45. // Implementation
  46. protected:
  47.     HICON m_hIcon;
  48.  
  49.     // Generated message map functions
  50.     //{{AFX_MSG(CDirPickDlg)
  51.     virtual BOOL OnInitDialog();
  52.     afx_msg void OnPaint();
  53.     afx_msg HCURSOR OnQueryDragIcon();
  54.     afx_msg void OnHowdoi();
  55.     virtual void OnOK();
  56.     //}}AFX_MSG
  57.     DECLARE_MESSAGE_MAP()
  58. };
  59.  
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  62.  
  63. #endif // !defined(AFX_DIRPICKDLG_H__B1EE6A47_FB28_11D0_9F5E_B42103C10710__INCLUDED_)
  64.