staticoff.h

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

H
78
字号
#if !defined(AFX_STATICOFF_H__E1A0AB2E_B7D4_4416_A2DB_37429E14A507__INCLUDED_)
#define AFX_STATICOFF_H__E1A0AB2E_B7D4_4416_A2DB_37429E14A507__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StaticOff.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CStaticOff dialog

class CStaticOff : public CDialog
{
// Construction
public:
	CStaticOff(CWnd* pParent = NULL);   // standard constructor

	void OffsetJiao(int Cu_Jin) ;

// Dialog Data
	//{{AFX_DATA(CStaticOff)
	enum { IDD = IDD_StaticOff };
	int		m_OB1;
	int		m_OR1;
	int		m_OG1;
	int		m_OB2;
	int		m_OR2;
	int		m_OG2;
	int		m_OB3;
	int		m_OR3;
	int		m_OG3;
	int		m_OB4;
	int		m_OR4;
	int		m_OG4;
	int		m_OB5;
	int		m_OR5;
	int		m_OG5;
	int		m_OB6;
	int		m_OR6;
	int		m_OG6;
	int		m_OB7;
	int		m_OR7;
	int		m_OG7;
	int		m_OB8;
	int		m_OR8;
	int		m_OG8;
	CString	m_TSH;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CStaticOff)
	afx_msg void OnCuJiao();
	afx_msg void OnJingJiao();
	afx_msg void OnSave();
	virtual void OnCancel();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STATICOFF_H__E1A0AB2E_B7D4_4416_A2DB_37429E14A507__INCLUDED_)

⌨️ 快捷键说明

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