tuipiaodjdlg.h

来自「航空管理系统 用vc6.0开发环境 odbc连接」· C头文件 代码 · 共 77 行

H
77
字号
#if !defined(AFX_TUIPIAODJDLG_H__CD8189DE_C71A_4CD0_9D97_8C694719D130__INCLUDED_)
#define AFX_TUIPIAODJDLG_H__CD8189DE_C71A_4CD0_9D97_8C694719D130__INCLUDED_

#include "TP_Recordset.h"	// Added by ClassView
#include "CK_Recordset.h"	// Added by ClassView
#include "hangban_Recordset.h"	// Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// tuipiaodjdlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// Ctuipiaodjdlg dialog

class Ctuipiaodjdlg : public CDialog
{
// Construction
public:
	int Show2();
	CString m_comstr2;
	CString m_comstr1;
	int Show();
	BOOL m_Ftp;

	Changban_Recordset m_hb;
	CCK_Recordset m_ck;
	CTP_Recordset m_tp;

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

// Dialog Data
	//{{AFX_DATA(Ctuipiaodjdlg)
	enum { IDD = IDD_tpdjdlg };
	CComboBox	m_tpshijiancom;
	CListCtrl	m_tphbList;
	CListCtrl	m_tpdjList;
	CComboBox	m_com2;
	CComboBox	m_com1;
	CString	m_hbnum;
	CString	m_ckid;
	CString	m_find;
	int		m_tpje;
	int		m_tpdjrtn;
	CString	m_zuowei;
	CString	m_mpzuohao;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(Ctuipiaodjdlg)
	afx_msg void Ontpdjbtn();
	virtual BOOL OnInitDialog();
	afx_msg void OnFindbtn();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void Onjisuanbtn();
	afx_msg void OnClear();
	afx_msg void Onczck();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TUIPIAODJDLG_H__CD8189DE_C71A_4CD0_9D97_8C694719D130__INCLUDED_)

⌨️ 快捷键说明

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