AUTODDLG.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:2k
源码类别:

Windows编程

开发平台:

Visual C++

  1. // autoddlg.h : header file
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CAutoDrivDlg dialog
  14. class CAutoDrivDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18. CAutoDrivDlg(CWnd* pParent = NULL); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CAutoDrivDlg)
  21. enum { IDD = IDD_AUTODRIV_DIALOG };
  22. CString m_szText;
  23. int     m_x;
  24. int     m_y;
  25. BOOL    m_bUseDispatch;
  26. //}}AFX_DATA
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CAutoDrivDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. HICON m_hIcon;
  35. CAutoClik m_autoClikObject;
  36. IDualAClick* m_pDualAutoClikObject;
  37. // Generated message map functions
  38. //{{AFX_MSG(CAutoDrivDlg)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnPaint();
  41. afx_msg HCURSOR OnQueryDragIcon();
  42. afx_msg void OnClose();
  43. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  44. afx_msg void OnAnimateXY();
  45. afx_msg void OnAnimatePos();
  46. afx_msg void OnSetAll();
  47. afx_msg void OnSetPosition();
  48. afx_msg void OnSetText();
  49. afx_msg void OnSetX();
  50. afx_msg void OnSetY();
  51. afx_msg void OnRefresh();
  52. afx_msg void OnGetAll();
  53. afx_msg void OnGetPosition();
  54. afx_msg void OnUseDispatch();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };