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

📄 takeoutmandlg.h

📁 用VC++和SQL做的仓库管理系统
💻 H
字号:
//{{AFX_INCLUDES()
#include "adodc.h"
#include "datagrid.h"
//}}AFX_INCLUDES
#if !defined(AFX_TAKEOUTMANDLG_H__A80D5E7B_116D_4816_B4BB_18490A6CFBED__INCLUDED_)
#define AFX_TAKEOUTMANDLG_H__A80D5E7B_116D_4816_B4BB_18490A6CFBED__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CTakeOutManDlg dialog

class CTakeOutManDlg : public CDialog
{
// Construction
public:
	CTakeOutManDlg(CWnd* pParent = NULL);   // standard constructor
	void Refresh_Data();

// Dialog Data
	//{{AFX_DATA(CTakeOutManDlg)
	enum { IDD = IDD_TAKEOUTMAN_DIALOG };
	CComboBox	m_year;
	CComboBox	m_month;
	CAdodc	m_adodc;
	CDataGrid	m_datagrid;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CTakeOutManDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnAddButton();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_TAKEOUTMANDLG_H__A80D5E7B_116D_4816_B4BB_18490A6CFBED__INCLUDED_)

⌨️ 快捷键说明

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