DropSizeDLG.h
上传用户:lbr_007
上传日期:2019-05-31
资源大小:282k
文件大小:1k
源码类别:

传真(Fax)编程

开发平台:

Visual C++

  1. #if !defined(AFX_DROPSIZEDLG_H__92094328_DEF5_4F91_A014_3A9147B88C62__INCLUDED_)
  2. #define AFX_DROPSIZEDLG_H__92094328_DEF5_4F91_A014_3A9147B88C62__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DropSizeDLG.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // DropSizeDLG dialog
  10. class DropSizeDLG : public CDialogBar
  11. {
  12. // Construction
  13. public:
  14. DropSizeDLG(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(DropSizeDLG)
  17. enum { IDD = IDD_DROPSIZE_DLG };
  18. CComboBox m_sizeCombo;
  19. //}}AFX_DATA
  20. void Setup(void);
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(DropSizeDLG)
  24. public:
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(DropSizeDLG)
  32. afx_msg void OnSize(UINT nType, int cx, int cy);
  33. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  34. afx_msg void OnChangeScale();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_DROPSIZEDLG_H__92094328_DEF5_4F91_A014_3A9147B88C62__INCLUDED_)