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);
66 const char *m_pBmpFileName;
70 bool m_bSaveBackground;
Definition: afxwin.h:1125
Definition: atltypes.h:79
Definition: afxwin.h:1581
Definition: minwindef.h:291
Definition: afxwin.h:1100