Inputdialog.h
上传用户:cjd055
上传日期:2013-04-01
资源大小:608k
文件大小:1k
- #if !defined(AFX_INPUTDIALOG_H__AA90B9D8_B975_11D3_9462_0000000038B2__INCLUDED_)
- #define AFX_INPUTDIALOG_H__AA90B9D8_B975_11D3_9462_0000000038B2__INCLUDED_
- #include "HDib.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // InputDialog.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CInputDialog dialog
- class CInputDialog : public CDialog
- {
- // Construction
- public:
- void Sort(UINT &x0,UINT &x1);
- CRect rcSrc;
- CRect rcDest;
- LPCTSTR m_FileName;
- CDib m_Dib;
- CInputDialog(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CInputDialog)
- enum { IDD = IDD_INPUT };
- CStatic m_Preview;
- UINT m_Xt;
- UINT m_Xb;
- UINT m_Yb;
- UINT m_Yt;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CInputDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CInputDialog)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg void OnChange();
- afx_msg void OnZftBalance();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_INPUTDIALOG_H__AA90B9D8_B975_11D3_9462_0000000038B2__INCLUDED_)