⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 adjustfractal.h

📁 visual c++ 实例编程
💻 H
字号:
#if !defined(AFX_ADJUSTFRACTAL_H__F7B2E98B_6B63_475C_866F_EDA364FD1323__INCLUDED_)
#define AFX_ADJUSTFRACTAL_H__F7B2E98B_6B63_475C_866F_EDA364FD1323__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AdjustFractal.h : header file
//
#include "colorbutton.h"
/////////////////////////////////////////////////////////////////////////////
// CAdjustFractal dialog

class CAdjustFractal : public CDialog
{
// Construction
public:
	COLORREF m_Color;
	CAdjustFractal(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CAdjustFractal)
	enum { IDD = IDD_ADJUST_BOX };
	CColorButton	m_btnColor;
	UINT	m_iBranchLength;
	UINT	m_iBranchNum;
	double	m_dblCutRate;
	UINT	m_iLastBranchLength;
	UINT	m_iLeftAngle;
	UINT	m_iLineWidth;
	UINT	m_iRightAngle;
	BOOL	m_bDrawPixel;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CAdjustFractal)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	afx_msg BOOL OnQueryNewPalette();
	afx_msg void OnPaletteChanged(CWnd* pFocusWnd);
	CPalette* SetPalette(CPalette* pPalette);
	CPalette* m_pPalette;
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	UINT m_AdjustMsg;

	// Generated message map functions
	//{{AFX_MSG(CAdjustFractal)
	afx_msg void OnApplyNow();
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_ADJUSTFRACTAL_H__F7B2E98B_6B63_475C_866F_EDA364FD1323__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -