22 #ifndef HODJNPODJ_WORDSEARCH_CLONGDLG_H 23 #define HODJNPODJ_WORDSEARCH_CLONGDLG_H 25 #include "bagel/afxwin.h" 29 namespace WordSearch {
32 #define CBUTTON2 IDCANCEL 38 const char *,
const char *pszText2 =
nullptr);
41 void ClearDialogImage();
54 afx_msg
void OnPaint();
55 virtual void OnOK()
override;
56 virtual void OnCancel()
override;
57 virtual bool OnInitDialog()
override;
58 afx_msg
void OnDestroy();
59 afx_msg
bool OnEraseBkgnd(
CDC *pDC);
64 CText *m_cTextMessage1;
65 CText *m_cTextMessage2;
66 CText *m_cWordList[WORDSPERLIST];
67 const char *m_pszMessage1;
68 const char *m_pszMessage2;
69 const char *m_pszButton1Text;
Definition: afxwin.h:1125
Definition: minwindef.h:291
Definition: clongdlg.h:34