00001 #if !defined(AFX_CDocumentProperties_H__10EEC2CE_C881_4F77_8BC6_C814E24C08D1__INCLUDED_)
00002 #define AFX_CDocumentProperties_H__10EEC2CE_C881_4F77_8BC6_C814E24C08D1__INCLUDED_
00003
00004 #include "Color.h"
00005
00006 #if _MSC_VER >= 1000
00007 #pragma once
00008 #endif // _MSC_VER >= 1000
00009
00010
00011
00013
00014
00015 class CDocumentProperties : public CDialog
00016 {
00017
00018 public:
00019 CDocumentProperties(CWnd* pParent = NULL);
00020
00021 void SetCanvasColor(VColor* pColor);
00022
00023
00024 enum { IDD = IDD_DOCPROP };
00025 int m_canvasheight;
00026 int m_canvaswidth;
00027 int m_frameend;
00028 int m_framestart;
00029 int m_fps;
00030
00031
00032
00033
00034
00035
00036 public:
00037 virtual int DoModal();
00038 virtual BOOL DestroyWindow();
00039 protected:
00040 virtual void DoDataExchange(CDataExchange* pDX);
00041
00042
00043
00044 protected:
00045 VColor* pColorCanvas;
00046 VAbstractEditor* pColorEditor;
00047
00048
00049
00050 virtual BOOL OnInitDialog();
00051
00052 DECLARE_MESSAGE_MAP()
00053 };
00054
00055
00056
00057
00058 #endif // !defined(AFX_CDocumentProperties_H__10EEC2CE_C881_4F77_8BC6_C814E24C08D1__INCLUDED_)