Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

CropFilterDlg.h

00001 #if !defined(AFX_CROPFILTERDLG_H__41840B01_8737_11D3_9BDF_0020A9004404__INCLUDED_)
00002 #define AFX_CROPFILTERDLG_H__41840B01_8737_11D3_9BDF_0020A9004404__INCLUDED_
00003 
00004 #if _MSC_VER >= 1000
00005 #pragma once
00006 #endif // _MSC_VER >= 1000
00007 // CropFilterDlg.h : header file
00008 //
00009 
00010 /////////////////////////////////////////////////////////////////////////////
00011 // CCropFilterDlg dialog
00012 
00013 class CCropFilterDlg : public CDialog
00014 {
00015     // Construction
00016 public:
00017     CCropFilterDlg(CWnd* pParent = NULL);   // standard constructor
00018 
00019     // Dialog Data
00020     //{{AFX_DATA(CCropFilterDlg)
00021     enum { IDD = IDD_CROPFILTER };
00022     int    m_XMax;
00023     int    m_XMin;
00024     int    m_YMax;
00025     int    m_YMin;
00026     //}}AFX_DATA
00027 
00028 
00029     // Overrides
00030     // ClassWizard generated virtual function overrides
00031     //{{AFX_VIRTUAL(CCropFilterDlg)
00032 protected:
00033     virtual void DoDataExchange(CDataExchange* pDX);  // DDX/DDV support
00034     //}}AFX_VIRTUAL
00035 
00036     // Implementation
00037 protected:
00038 
00039     // Generated message map functions
00040     //{{AFX_MSG(CCropFilterDlg)
00041     virtual void OnOK();
00042     //}}AFX_MSG
00043     DECLARE_MESSAGE_MAP()
00044 };
00045 
00046 //{{AFX_INSERT_LOCATION}}
00047 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
00048 
00049 #endif // !defined(AFX_CROPFILTERDLG_H__41840B01_8737_11D3_9BDF_0020A9004404__INCLUDED_)

Generated on Sun Jun 6 13:42:21 2004 for paintlib by doxygen 1.3.2