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

DitherDialog.h

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

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