goodinformation.h
来自「这是一个不错的商店管理系统」· C头文件 代码 · 共 73 行
H
73 行
#if !defined(AFX_GOODINFORMATION_H__53D9F2CC_99D3_4C0E_85A8_53E5B197E0D6__INCLUDED_)
#define AFX_GOODINFORMATION_H__53D9F2CC_99D3_4C0E_85A8_53E5B197E0D6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// goodinformation.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cgoodinformation dialog
class Cgoodinformation : public CDialog
{
// Construction
public:
Cgoodinformation(CWnd* pParent = NULL); // standard constructor
_RecordsetPtr m_pRecordset;
void SaveData();
void LoadData();
void LoadData0();
void displayintheuserlist();
int m_nCurrentSel;
int nItem;
_variant_t vgoodno,vgoodname,vunit,vdeptname,voffno,voffname,vprovideprice,vsellprice,vamount,vdate;
CString mode1,mode2,option1,option2,andor,condition1,condition2;
CString sql;
bool option11,option22,andor00;
// Dialog Data
//{{AFX_DATA(Cgoodinformation)
enum { IDD = IDD_goodinformation };
CListCtrl m_userlist;
CString m_condition1;
CString m_condition2;
CString m_mode1;
CString m_mode2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cgoodinformation)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cgoodinformation)
virtual BOOL OnInitDialog();
afx_msg void OnButton1();
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnRadio3();
afx_msg void OnRadio7();
afx_msg void OnRadio8();
afx_msg void OnRadio4();
afx_msg void OnRadio5();
afx_msg void OnRadio6();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GOODINFORMATION_H__53D9F2CC_99D3_4C0E_85A8_53E5B197E0D6__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?