dlgjbzl_sp.h

来自「面向软件工程的Visual C++网络程序开发」· C头文件 代码 · 共 70 行

H
70
字号
//{{AFX_INCLUDES()
#include "msflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_DLGJBZL_SP_H__6E4BB7CF_D061_45C2_BF03_3C775D43611B__INCLUDED_)
#define AFX_DLGJBZL_SP_H__6E4BB7CF_D061_45C2_BF03_3C775D43611B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDlgJBZL_SP dialog

class CDlgJBZL_SP : public CDialog
{
// Construction
public:
	int m_iColNum;
	int m_iDelRow;
	int m_iRow;
	CDlgJBZL_SP(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CDlgJBZL_SP)
	enum { IDD = IDD_DIALOG_JBZL_SPZL };
	CComboBox	m_ctrChaxuntiaojian1;
	CComboBox	m_ctrChaxuntiaojian;
	CMSFlexGrid	m_ctrMSFlexGrid;
	CString	m_sGuanjianzi;
	CString	m_sChaxuntiaojian;
	CString	m_sChaxuntiaojian1;
	CString	m_sGuanjianzi1;
	//}}AFX_DATA


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

// Implementation
protected:
	BOOL m_bSave ;

	// Generated message map functions
	//{{AFX_MSG(CDlgJBZL_SP)
	afx_msg void OnTianjia();
	virtual BOOL OnInitDialog();
	afx_msg void OnClickMsflexgrid1();
	afx_msg void OnShanchu();
	afx_msg void OnQueding();
	afx_msg void OnChaxun();
	afx_msg void OnJiagezhekou();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnTuichu();
	DECLARE_EVENTSINK_MAP()
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGJBZL_SP_H__6E4BB7CF_D061_45C2_BF03_3C775D43611B__INCLUDED_)

⌨️ 快捷键说明

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