| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- // ChiToLetterDlg.h : header file
- //
- #if !defined(AFX_CHITOLETTERDLG_H__39123F0D_BE17_478A_8377_D547D3EE58EA__INCLUDED_)
- #define AFX_CHITOLETTERDLG_H__39123F0D_BE17_478A_8377_D547D3EE58EA__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CChiToLetterDlg dialog
- class CChiToLetterDlg : public CDialog
- {
- // Construction
- public:
- CChiToLetterDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CChiToLetterDlg)
- enum { IDD = IDD_CHITOLETTER_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChiToLetterDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CChiToLetterDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- void Func(BOOL blnEnd);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHITOLETTERDLG_H__39123F0D_BE17_478A_8377_D547D3EE58EA__INCLUDED_)
|