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 =
nullptr;
65 CText *m_cTextMessage2 =
nullptr;
66 CText *m_cWordList[WORDSPERLIST] = {};
67 const char *m_pszMessage1 =
nullptr;
68 const char *m_pszMessage2 =
nullptr;
69 const char *m_pszButton1Text =
nullptr;
Definition: afxwin.h:1140
Definition: minwindef.h:292
Definition: clongdlg.h:34