📄 provide.h
字号:
#if !defined(AFX_PROVIDE_H__80B5CA50_DBE1_434D_A57A_71058E1C55AE__INCLUDED_)
#define AFX_PROVIDE_H__80B5CA50_DBE1_434D_A57A_71058E1C55AE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// provide.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cprovide dialog
class Cprovide : public CDialog
{
// Construction
public:
Cprovide(CWnd* pParent = NULL); // standard constructor
void displayintheuserlist();
int nItem;
_variant_t vgoodno,voffno,vamount,vdate;
_RecordsetPtr m_pRecordset;
void LoadData0();
CString sql;
int m_nCurrentSel;
void fun1();
void fun2();
bool fun11,fun22;
CString str1,str2;
void fun();
void funoffno();
int quanju;
// CString option1,mode,condition;
// bool option11;
// Dialog Data
//{{AFX_DATA(Cprovide)
enum { IDD = IDD_provide };
CComboBox m_offno1;
CComboBox m_goodno1;
CListCtrl m_userlist;
CString m_amount;
CString m_date;
CString m_goodno;
CString m_offno;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cprovide)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cprovide)
virtual BOOL OnInitDialog();
afx_msg void OnItemchangedUserlist(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDropdownoffno();
afx_msg void OnSelchangegoodno();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnKillfocusgoodno();
afx_msg void OnButton3();
afx_msg void OnButton4();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROVIDE_H__80B5CA50_DBE1_434D_A57A_71058E1C55AE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -