⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gainps.h

📁 又VC++实现的基于TWAIN的扫描仪图像输入处理软件
💻 H
字号:
#if !defined(AFX_GAINPS_H__405E41AF_89AD_471D_91DB_4920BE2A4306__INCLUDED_)
#define AFX_GAINPS_H__405E41AF_89AD_471D_91DB_4920BE2A4306__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CGainPS dialog

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

	void CGainPS::GainPSJiao(int Cu_Jin) ;

// Dialog Data
	//{{AFX_DATA(CGainPS)
	enum { IDD = IDD_GainPS };
	int		m_GB1;
	int		m_GR1;
	int		m_GG1;
	int		m_GB2;
	int		m_GR2;
	int		m_GG2;
	int		m_GB3;
	int		m_GR3;
	int		m_GG3;
	int		m_GB4;
	int		m_GR4;
	int		m_GG4;
	int		m_GB5;
	int		m_GR5;
	int		m_GG5;

	int		m_GanR1;
	int		m_GanR2;
	int		m_GanR3;
	int		m_GanR4;
	int		m_GanR5;
	
	int		m_PSB1;
	int		m_PSR1;
	int		m_PSG1;
	int		m_PSB2;
	int		m_PSR2;
	int		m_PSG2;
	int		m_PSB3;
	int		m_PSR3;
	int		m_PSG3;
	int		m_PSB4;
	int		m_PSR4;
	int		m_PSG4;
	int		m_PSB5;
	int		m_PSR5;
	int		m_PSG5;
	int		m_GainCode;
	int		m_PSMax;
	int		m_PSMin;
	int		m_ZTPSB;
	int		m_ZTPSG;
	int		m_ZTPSR;
	CString	m_TSH;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CGainPS)
	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_GAINPS_H__405E41AF_89AD_471D_91DB_4920BE2A4306__INCLUDED_)

⌨️ 快捷键说明

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