18    enum { IDD = IDD_CHINESECHESSMFC_DIALOG };
 
   22    virtual void DoDataExchange(CDataExchange* pDX);    
 
   29    virtual BOOL OnInitDialog();
 
   30    afx_msg 
void OnSysCommand(UINT nID, LPARAM lParam);
 
   31    afx_msg 
void OnPaint();
 
   32    afx_msg HCURSOR OnQueryDragIcon();
 
   33    afx_msg 
void OnBnClickedPreviou();
 
   34    afx_msg 
void OnBnClickedNext();
 
   35    afx_msg 
void OnBnClickedSave();
 
   36    afx_msg 
void OnBnClickedLoad();
 
   37    afx_msg 
void OnSize(UINT nType, 
int cx, 
int cy);
 
   40    int ReSize(
int cx, 
int cy);