⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dlgbasicinf.h

📁 web
💻 H
字号:
#if !defined(AFX_DLGBASICINF_H__73224BF1_1C79_4DAE_9470_68C7BE3FF5BC__INCLUDED_)
#define AFX_DLGBASICINF_H__73224BF1_1C79_4DAE_9470_68C7BE3FF5BC__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dlgbasicinf.h : header file
//
#include "myadoclass.h"
/////////////////////////////////////////////////////////////////////////////
// CDlgbasicinf dialog

class CDlgbasicinf : public CDialog
{
// Construction
public:
	CDlgbasicinf(CWnd* pParent = NULL);   // standard constructor
	void SaveData();
	void SetButtonStatus(BOOL m_STATUS);
	void CtrListInsertItem(long m_currentsel);
	void PutData();
	void GetData();
	void List();
	 _variant_t vXh,vXm,vXb,vMz,vNl,vBd,vBp;	
    int m_nCurrentSel;
	LRunSql m_runsql;
	CString sql;
// Dialog Data
	//{{AFX_DATA(CDlgbasicinf)
	enum { IDD = IDD_DIALOG_basicinf };
	CDateTimeCtrl	m_edit_chushengriqi;
	CEdit	m_ctr_xuehao;
	CListCtrl	m_ListCtrl;
	CString	m_edit_xingming;
	CButton	m_ctr_statictis;
	CButton	m_ctr_sort;
	CButton	m_PREV;
	CButton	m_NEXT;
	CButton	m_LAST;
	CButton	m_ctr_isok;
	CButton	m_ctr_inquiry;
	CButton	m_FIRST;
	CButton	m_ctr_edit;
	CButton	m_ctr_add;
	CString	m_xuehao;
	CString	m_chushengdi;
	CString	m_minzu;
	CString	m_xingbie;
	int		m_nianling;
	CTime	m_chushengriqi;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDlgbasicinf)
	virtual BOOL OnInitDialog();
	afx_msg void OnButtonFirst();
	afx_msg void OnButtonPrev();
	afx_msg void OnButtonNext();
	afx_msg void OnButtonLast();
	afx_msg void OnButtonAdd();
	afx_msg void OnButtonIsok();
	afx_msg void OnButtonInquiry();
	afx_msg void OnButtonEdit();
	afx_msg void OnItemchangedList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnDblclkList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButtonSort();
	afx_msg void OnButtonStatictis();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_DLGBASICINF_H__73224BF1_1C79_4DAE_9470_68C7BE3FF5BC__INCLUDED_)

⌨️ 快捷键说明

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