www.pudn.com > subject_1_113294.rar > FillDlg.h, change:2002-05-25,size:1678b


#if !defined(AFX_FILLDLG_H__2B6AA13B_F2D3_48DF_8EA8_EF98323EC27F__INCLUDED_) 
#define AFX_FILLDLG_H__2B6AA13B_F2D3_48DF_8EA8_EF98323EC27F__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// FillDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CFillDlg dialog 
 
#include "modeselect.h" 
 
class CFillDlg : public CDialog 
{ 
// Construction 
public: 
	CFillDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CFillDlg) 
	enum { IDD = IDD_DIALOG2 }; 
	int		m_IsFill; 
	int		m_Width; 
	int		m_FillMode; 
	COLORREF m_LineColor; 
	COLORREF m_FillColor; 
	int		m_Style; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CFillDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CFillDlg) 
	afx_msg void OnPaint(); 
	afx_msg void OnLinecolor(); 
	afx_msg void OnNofill(); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnFill(); 
	afx_msg void OnMode(); 
	afx_msg void OnFillcolor(); 
	afx_msg void OnStyle3(); 
	afx_msg void OnStyle4(); 
	afx_msg void OnStyle2(); 
	afx_msg void OnStyle1(); 
	afx_msg void OnChangeWidth(); 
	virtual void OnCancel(); 
	afx_msg void OnColorfill(); 
	afx_msg void OnModefill(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_FILLDLG_H__2B6AA13B_F2D3_48DF_8EA8_EF98323EC27F__INCLUDED_)