rptdlgspzddh.h

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

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

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

//Andrew------------------------------------------
class CFALCON_JXCView;
//------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
// CRptDlgSpzddh dialog

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

	CString m_sDingdanhao;
	int m_iRow;
	int m_iSelectRow;
//Andrew---------------------------------------------------------
 	BOOL Create();
	CRptDlgSpzddh(CFALCON_JXCView *pView);   // constructor
	void OnColSata(void);

	CFALCON_JXCView *m_pView;
//-----------------------------------------------------------------

// Dialog Data
	//{{AFX_DATA(CRptDlgSpzddh)
	enum { IDD = IDD_RPTDLG_SPZDDH };
	CComboBox	m_ctrBumen;
	CString	m_strBaobiaomingcheng;
	CString	m_strBumen;
	CMSFlexGrid	m_CMSFlexGrid;
	CString	m_strZhibiaoren;
	CString	m_strZhibiaoriqi;
	//}}AFX_DATA


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

// Implementation
protected:
	BOOL m_bSave;
	// Generated message map functions
	//{{AFX_MSG(CRptDlgSpzddh)
	afx_msg void OnBaocun();
	afx_msg void OnPrtPrint();
	afx_msg void OnTuichu();
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnDinghuo();
	afx_msg void OnXiugai();
	afx_msg void OnClickMsflexgrid1();
	afx_msg void OnKillfocusComboBumen();
	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_RPTDLGSPZDDH_H__DE9A803B_E93A_43CC_95BE_D4D975781E69__INCLUDED_)

⌨️ 快捷键说明

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