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

📄 dialog_flexgrid.h

📁 库存管理,有MSHflexgrid的使用和网络数据库存储
💻 H
字号:
//{{AFX_INCLUDES()
#include "msflexgrid.h"
#include "mshflexgrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_DIALOG_FLEXGRID_H__46C2CAA8_45E5_459F_B5B4_9ACF00F2D86B__INCLUDED_)
#define AFX_DIALOG_FLEXGRID_H__46C2CAA8_45E5_459F_B5B4_9ACF00F2D86B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CDialog_Flexgrid dialog

class CDialog_Flexgrid : public CDialog
{
// Construction
public:
	CDialog_Flexgrid(CWnd* pParent = NULL);   // standard constructor
    int last_row,last_col;
	unsigned long bk_color;
// Dialog Data
	//{{AFX_DATA(CDialog_Flexgrid)
	enum { IDD = IDD_DIALOG2 };
	CTreeCtrl	m_tree;
	CMSHFlexGrid	m_flexgrid2;
	CString	m_col;
	CString	m_one;
	CString	m_row;
	CString	m_thi;
	CString	m_two;
	CString	m_value; 
	CString	m_strlist;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CDialog_Flexgrid)
	virtual BOOL OnInitDialog();
	afx_msg void OnClickMshflexgrid1();
	afx_msg void OnDblClickMshflexgrid1();
	afx_msg void OnButtonOutexcel();
	afx_msg void OnButtonInexcel();
	afx_msg void OnClickTree1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnSelchangedTree1(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnButton1();
	afx_msg void OnCxptotxt();
	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_DIALOG_FLEXGRID_H__46C2CAA8_45E5_459F_B5B4_9ACF00F2D86B__INCLUDED_)

⌨️ 快捷键说明

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