rptdlgspsgdh.h

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

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

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

//Andrew------------------------------------------
class CFALCON_JXCView;
//------------------------------------------------
/////////////////////////////////////////////////////////////////////////////
// CRptDlgSpsgdh dialog

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

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

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

// Dialog Data
	//{{AFX_DATA(CRptDlgSpsgdh)
	enum { IDD = IDD_RPTDLG_SPSGDH };
	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(CRptDlgSpsgdh)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	BOOL m_bSave;

	// Generated message map functions
	//{{AFX_MSG(CRptDlgSpsgdh)
	afx_msg void OnTianjia();
	afx_msg void OnShanchu();
	afx_msg void OnBaocun();
	afx_msg void OnPrtPrint();
	afx_msg void OnTuichu();
	virtual BOOL OnInitDialog();
	virtual void OnOK();
	virtual void OnCancel();
	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_RPTDLGSPSGDH_H__0E16C4E1_FC64_4838_8CA2_FCA6DFFE4216__INCLUDED_)

⌨️ 快捷键说明

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