GotoDlg.h
上传用户:ycdyang2
上传日期:2007-01-07
资源大小:126k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

Visual C++

  1. /* ---------------------------------------------------------------------------
  2.    This code can be used as you wish but without warranties as to performance 
  3.    of merchantability or any other warranties whether expressed or implied.
  4.    
  5.  Written by Mike Funduc, Funduc Software Inc. 8/1/96
  6.  To download the code and more useful utilities (including Search and
  7.  Replace for Windows 95/NT, 3.1x) go to: http://www.funduc.com
  8. ----------------------------------------------------------------------------*/
  9. // GotoDlg.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CGotoDlg dialog
  13. class CGotoDlg : public CDialog
  14. {
  15. // Construction
  16. public:
  17. CGotoDlg(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CGotoDlg)
  20. enum { IDD = IDD_GOTO };
  21. long m_lNewOffset;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CGotoDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CGotoDlg)
  33. // NOTE: the ClassWizard will add member functions here
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };