DlgGuessWidth.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:2k
- #if !defined(AFX_DLGGUESSWIDTH_H__36B13475_7ECC_4651_B476_D1F06259439B__INCLUDED_)
- #define AFX_DLGGUESSWIDTH_H__36B13475_7ECC_4651_B476_D1F06259439B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgGuessWidth.h : header file
- //
- #include "importsbtnst.h"
- /////////////////////////////////////////////////////////////////////////////
- // CDlgGuessWidth dialog
- class CDlgGuessWidth : public CDialog
- {
- private:
- // CButtonST m_btOK;
- // CButtonST m_btCancel;
- public:
- char PATHNAME[_MAX_PATH];
- char TITLE[30];
- double m_dCorr;
- private:
- DWORD FILELENGTH;
- // Construction
- public:
- CDlgGuessWidth(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgGuessWidth)
- enum { IDD = IDD_GUESSWIDTH };
- int m_iDepth;
- DWORD m_iHeight;
- DWORD m_iWidth;
- DWORD m_iHeaderSize;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgGuessWidth)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgGuessWidth)
- afx_msg void OnKillfocusEditWidth();
- afx_msg void OnSetfocusEditWidth();
- afx_msg void OnKillfocusEditHeight();
- afx_msg void OnSetfocusEditHeight();
- afx_msg void OnKillfocusEditHeaderSize();
- afx_msg void OnSetfocusEditHeaderSize();
- afx_msg void OnGuess();
- afx_msg void OnSwap();
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- //}}AFX_MSG
- afx_msg void OnChannels(UINT uID);
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGGUESSWIDTH_H__36B13475_7ECC_4651_B476_D1F06259439B__INCLUDED_)