home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / code / visualc / zipfin~1.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-12  |  997 b   |  40 lines

  1. // ZIPFindDlg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CZIPFindDlg dialog
  6.  
  7. class CZIPFindDlg : public CDialog
  8. {
  9. // Construction
  10. public:
  11.     CZIPFindDlg(CWnd* pParent = NULL);    // standard constructor
  12.  
  13. // Dialog Data
  14.     //{{AFX_DATA(CZIPFindDlg)
  15.     enum { IDD = IDD_ZIPFIND_DIALOG };
  16.         // NOTE: the ClassWizard will add data members here
  17.     //}}AFX_DATA
  18.  
  19.     // ClassWizard generated virtual function overrides
  20.     //{{AFX_VIRTUAL(CZIPFindDlg)
  21.     protected:
  22.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  23.     virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
  24.     //}}AFX_VIRTUAL
  25.  
  26. // Implementation
  27. protected:
  28.     HICON m_hIcon;
  29.  
  30.     // Generated message map functions
  31.     //{{AFX_MSG(CZIPFindDlg)
  32.     virtual BOOL OnInitDialog();
  33.     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34.     afx_msg void OnPaint();
  35.     afx_msg HCURSOR OnQueryDragIcon();
  36.     afx_msg void OnSearch();
  37.     //}}AFX_MSG
  38.     DECLARE_MESSAGE_MAP()
  39. };
  40.