DropSizeDLG.h
上传用户:lbr_007
上传日期:2019-05-31
资源大小:282k
文件大小:1k
- #if !defined(AFX_DROPSIZEDLG_H__92094328_DEF5_4F91_A014_3A9147B88C62__INCLUDED_)
- #define AFX_DROPSIZEDLG_H__92094328_DEF5_4F91_A014_3A9147B88C62__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DropSizeDLG.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // DropSizeDLG dialog
- class DropSizeDLG : public CDialogBar
- {
- // Construction
- public:
- DropSizeDLG(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(DropSizeDLG)
- enum { IDD = IDD_DROPSIZE_DLG };
- CComboBox m_sizeCombo;
- //}}AFX_DATA
- void Setup(void);
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DropSizeDLG)
- public:
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(DropSizeDLG)
- afx_msg void OnSize(UINT nType, int cx, int cy);
- afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
- afx_msg void OnChangeScale();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DROPSIZEDLG_H__92094328_DEF5_4F91_A014_3A9147B88C62__INCLUDED_)