22 #ifndef HODJNPODJ_HNPLIBS_CBOFDLG_H 23 #define HODJNPODJ_HNPLIBS_CBOFDLG_H 25 #include "bagel/afxwin.h" 26 #include "bagel/hodjnpodj/hnplibs/dibdoc.h" 34 CBmpDialog(
CWnd *,
CPalette *,
int,
const char *,
const int dx = -1,
const int dy = -1,
bool bSaveBackground =
true);
35 CBmpDialog(
CWnd *,
CPalette *,
int,
int,
const int dx = -1,
const int dy = -1,
bool bSaveBackground =
true);
37 void RefreshBackground(
CDC *pDC =
nullptr);
53 bool OnInitDialog()
override;
54 afx_msg
bool OnEraseBkgnd(
CDC *pDC);
55 afx_msg
void OnPaint();
56 afx_msg
void OnDestroy();
57 afx_msg
void OnShowWindow(
bool bShow,
unsigned int nStatus);
58 afx_msg
void OnSize(
unsigned int nType,
int cx,
int cy);
59 afx_msg
void OnMouseMove(
unsigned int nFlags,
CPoint point);
60 afx_msg
void OnLButtonDown(
unsigned int nFlags,
CPoint point);
64 CBitmap *m_pDlgBackground =
nullptr;
66 const char *m_pBmpFileName =
nullptr;
70 bool m_bSaveBackground =
false;
Definition: afxwin.h:1141
Definition: minwindef.h:292
Definition: afxwin.h:1116
Definition: afxwin.h:1599
Definition: atltypes.h:79