information.h
来自「一款基于VC+MSSQL的书店销售管理系统」· C头文件 代码 · 共 60 行
H
60 行
#if !defined(AFX_INFORDLG_H__1DFFF35B_BFFB_457B_87F9_2F80ADDDE259__INCLUDED_)
#define AFX_INFORDLG_H__1DFFF35B_BFFB_457B_87F9_2F80ADDDE259__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// InforDlg.h : header file
//
#include "SellInfor.h"
#include "BuyInfor.h"
#include "RunInfor.h"
#include "Stockinfor.h"
/////////////////////////////////////////////////////////////////////////////
// CInforDlg dialog
class AFX_EXT_CLASS CInforDlg : public CDialog
{
public:
CInforDlg(CWnd* pParent = NULL); // standard constructor
_ConnectionPtr pConn;
void HideAllTabWindow();
virtual ~CInforDlg();
// Dialog Data
//{{AFX_DATA(CInforDlg)
enum { IDD = IDD_INFORMATION };
CTabCtrl m_InfoTab;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CInforDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnInitDialog();
//}}AFX_VIRTUAL
// Implementation
protected:
CSellInfor sellinfor;
CBuyInfor buyinfor;
CRunInfor runinfor;
CStockinfor stockinfor;
// Generated message map functions
//{{AFX_MSG(CInforDlg)
afx_msg void OnSelchangeInfotab(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_INFORDLG_H__1DFFF35B_BFFB_457B_87F9_2F80ADDDE259__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?