00001 #pragma once
00002
00014 #include "DxBaseClass.h"
00015
00016
00017 namespace jbxwl {
00018
00019
00021
00022
00023 class CDxMGRView : public CDxBaseView
00024 {
00025 protected:
00026 CDxMGRView();
00027 DECLARE_DYNCREATE(CDxMGRView)
00028
00029
00030 public:
00031 RECT renderRect;
00032 void MakeSetTitle();
00033
00034
00035 public:
00036 virtual void InitObject(void);
00037 virtual void ExecRender(void);
00038 virtual BOOL SetNewSurface(int ovsbpos=0);
00039
00040
00041 public:
00042
00043 virtual void OnInitialUpdate();
00044
00045
00046
00047 protected:
00048 virtual ~CDxMGRView();
00049
00050 #ifdef _DEBUG
00051 virtual void AssertValid() const;
00052 virtual void Dump(CDumpContext& dc) const;
00053 #endif
00054
00055 protected:
00056
00057
00058 DECLARE_MESSAGE_MAP()
00059 };
00060
00061
00063
00064
00065
00066
00067 }