D:/Zythum/DinoKod/MapEditor/BrushLevelDialog.h

00001 #pragma once
00002 #include "afxcmn.h"
00003 #include "afxwin.h"
00004 
00005 
00006 // Boîte de dialogue CBrushLevelDialog
00007 
00008 class CBrushLevelDialog : public CDialog
00009 {
00010         DECLARE_DYNAMIC(CBrushLevelDialog)
00011 
00012 public:
00013         CBrushLevelDialog(CWnd* pParent = NULL);   // constructeur standard
00014         virtual ~CBrushLevelDialog();
00015 
00016 // Données de boîte de dialogue
00017         enum { IDD = IDD_DIALOG_BRUSHLEVEL };
00018 
00019 protected:
00020         virtual void DoDataExchange(CDataExchange* pDX);    // Prise en charge DDX/DDV
00021 
00022         DECLARE_MESSAGE_MAP()
00023 public:
00024         CSpinButtonCtrl m_SpinSize;
00025         virtual BOOL OnInitDialog();
00026 protected:
00027         virtual void OnOK();
00028         virtual void OnCancel();
00029 public:
00030         CButton m_CheckCircle;
00031         CButton m_CheckSquare;
00032         afx_msg void OnDeltaposSpinSize(NMHDR *pNMHDR, LRESULT *pResult);
00033         afx_msg void OnPaint();
00034         afx_msg void OnBnClickedRadioShapecircle();
00035         afx_msg void OnBnClickedRadioShapesquare();
00036         afx_msg void OnEnChangeEditSize();
00037         afx_msg void OnNMReleasedcaptureSpinSize(NMHDR *pNMHDR, LRESULT *pResult);
00038 };

Generated on Sun Mar 25 20:02:12 2007 for Zythum Project by  doxygen 1.5.1-p1