setparameter.h

来自「连接oracle」· C头文件 代码 · 共 65 行

H
65
字号
#if !defined(AFX_SETPARAMETER_H__B0E8CEEB_1036_4970_826C_5FE2C590E41E__INCLUDED_)
#define AFX_SETPARAMETER_H__B0E8CEEB_1036_4970_826C_5FE2C590E41E__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CSetParameter dialog

class CSetParameter : public CDialog
{
// Construction
public:

	COLORREF m_crBackgColorOil;
	COLORREF m_crBackgColorOWSame;
	COLORREF m_crBackgColorWater;

	
	CSetParameter(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CSetParameter)
	enum { IDD = IDD_PARAMETER };
	BOOL	m_LinkType;
	CString	m_owsame;
	CString	m_oil;
	CString	m_water;
	//}}AFX_DATA


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

// Implementation
protected:
//	LOGBRUSH m_logbrush;
	HBRUSH m_brBkgnd;
	COLORREF m_crTextColor;

	// Generated message map functions
	//{{AFX_MSG(CSetParameter)
	virtual void OnOK();
	virtual BOOL OnInitDialog();
	afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
	afx_msg void OnButtonOil();
	afx_msg void OnButtonOwsame();
	afx_msg void OnButtonWater();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
};

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

#endif // !defined(AFX_SETPARAMETER_H__B0E8CEEB_1036_4970_826C_5FE2C590E41E__INCLUDED_)

⌨️ 快捷键说明

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