[BACK]Return to winfepDlg.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / winfep

Diff for /OpenXM_contrib2/windows/winfep/winfepDlg.h between version 1.1 and 1.2

version 1.1, 2010/01/20 08:24:23 version 1.2, 2010/01/21 03:00:21
Line 20  class CWinfepDlg : public CDialog (public)
Line 20  class CWinfepDlg : public CDialog (public)
 // ダイアログ データ  // ダイアログ データ
         //{{AFX_DATA(CWinfepDlg)          //{{AFX_DATA(CWinfepDlg)
         enum { IDD = IDD_WINFEP_DIALOG };          enum { IDD = IDD_WINFEP_DIALOG };
           CEdit   m_currentline;
         CStatic m_after;          CStatic m_after;
         CStatic m_before;          CStatic m_before;
         CStatic m_currentline;  
         CStatic m_currentfile;          CStatic m_currentfile;
         //}}AFX_DATA          //}}AFX_DATA
   
Line 51  class CWinfepDlg : public CDialog (public)
Line 51  class CWinfepDlg : public CDialog (public)
         afx_msg void OnPrev();          afx_msg void OnPrev();
         afx_msg void OnPrev10();          afx_msg void OnPrev10();
         afx_msg void OnNext10();          afx_msg void OnNext10();
           virtual void OnOK();
           afx_msg void OnQuit();
         //}}AFX_MSG          //}}AFX_MSG
         DECLARE_MESSAGE_MAP()          DECLARE_MESSAGE_MAP()
         void show_line(int);          void show_line(int);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>