postioninfo.h

来自「又VC++实现的基于TWAIN的扫描仪图像输入处理软件」· C头文件 代码 · 共 58 行

H
58
字号

/////////////////////////////////////////////////////////////////////////////
// CpostionInfo dialog

class CpostionInfo : public CDialog
{
// Construction
public:
	CpostionInfo(CWnd* pParent = NULL);   // standard constructor
    BOOL Create(void);
    void SetPosition(RECT rt,int n);
	//{{AFX_DATA(CpostionInfo)
	     enum { IDD = IDD_POSITONINFO };
         double m_nX0;
	     double m_nY0;
         double m_nX10;
	     double m_nY10;
	     double m_nWidth;
	     double m_nLength;
         double m_nWidth1;
	     double m_nLength1;
         double m_nSize;
	     int x;
		 int channel;
         int m_nRd;
	     CString m_sType;

         CString m_sJZModeD;
		 CString m_sEnahD;

         CString m_sScanType;
         CString m_sHuiGuiType;

         CString m_nUNIT;
	     CString m_sChannel;

	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CpostionInfo)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
    int m_nID;
	CWnd* m_pParent;
	// Generated message map functions
	//{{AFX_MSG(CpostionInfo)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?