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

📄 editdlg.h

📁 利用OLEDB以数据库的方式打开Excell文件
💻 H
字号:
#if !defined(AFX_EDITDLG_H__64EEF98A_22A0_4C20_A657_BC854FA21388__INCLUDED_)
#define AFX_EDITDLG_H__64EEF98A_22A0_4C20_A657_BC854FA21388__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CEditDlg dialog

class CEditDlg : public CDialog
{
// Construction
public:
	CEditDlg(CWnd* pParent = NULL);   // standard constructor
	CDatabase * m_pCDataBase;
// Dialog Data
	//{{AFX_DATA(CEditDlg)
	enum { IDD = IDD_DIALOG1 };
	CComboBox	m_use_money;
	CComboBox	m_qianfei;
	CComboBox	m_yongjin;
	CString	m_cdma_type;
	CString	m_company;
	CString	m_contract_id;
	CString	m_getphone;
	CString	m_givemoney;
	CString	m_id;
	CString	m_lowest;
	CString	m_money;
	CString	m_name;
	CString	m_person;
	CString	m_person_id;
	CString	m_phone_id;
	CString	m_six;
	CString	m_three;
	CString	m_type;
	CString	m_uim;
	CString	m_use_money1;
	CString	m_yongjin1;
	CString	m_qianfei1;
	CDBManagerDlg bufferDlg;
	CDBManagerDlg biaoming_DBManagerDlg;
	CString m_biaoming;
	CStringArray *buff;
	CString	m_six_shuoming;
	CString	m_three_shuoming;

	BOOL m_bFlag;
	//}}AFX_DATA
#define biaoming "whole";

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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CEditDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnXiugai();
	afx_msg void OnDelete();
	virtual void OnOK();
	afx_msg void OnSelchangeDatatime();
	afx_msg void OnSelchangeUseMoney();
	afx_msg void OnSelchangeQianfei();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_EDITDLG_H__64EEF98A_22A0_4C20_A657_BC854FA21388__INCLUDED_)

⌨️ 快捷键说明

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