oderefdlg.h

来自「access dao 数据库」· C头文件 代码 · 共 48 行

H
48
字号
#pragma once
#include "afxcmn.h"
#include "kaoqing.h"
#include "afxdao.h"
#include "XPButton.h"
//#include "kaoqingDlg.h"

// coderefdlg 对话框

class coderefdlg : public CDialog
{
	DECLARE_DYNAMIC(coderefdlg)

public:
	coderefdlg(CWnd* pParent);   // 标准构造函数
	virtual ~coderefdlg();

// 对话框数据
	enum { IDD = IDD_DIALOG1 };

protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 支持

	DECLARE_MESSAGE_MAP()
public:
	CListCtrl codereflist;
	virtual BOOL OnInitDialog();
protected:
CWnd *m_pParent;
	virtual void OnCancel();
public:
	int refreshreflist(bool condition);
protected:
	virtual void PostNcDestroy();
public:
	CDaoDatabase  kaoqingbu;
	CString refcode;
	CString refname;
	CString getcode;
	CString getname;
	afx_msg void OnNMClickList1(NMHDR *pNMHDR, LRESULT *pResult);
	
	virtual BOOL PreTranslateMessage(MSG* pMsg);
//	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnBnClickedButton1();
	CXPButton hidebt;
};

⌨️ 快捷键说明

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