📄 productinputform.h
字号:
#if !defined(AFX_PRODUCTINPUTFORM_H__5086D3CF_2D1C_4D05_8E14_9EB74E7B76B2__INCLUDED_)
#define AFX_PRODUCTINPUTFORM_H__5086D3CF_2D1C_4D05_8E14_9EB74E7B76B2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ProductInputForm.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProductInputForm dialog
class CProductInputForm : public CDialog
{
// Construction
public:
CProductInputForm(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CProductInputForm)
enum { IDD = IDD_PRODUCTINPUTFORM_DIALOG };
CComboBox m_houseInTypeCombo;
CComboBox m_dealerCombo;
CComboBox m_departmentCombo;
CComboBox m_storeHouseCombo;
CListCtrl m_list;
COleDateTime m_formDate;
CString m_productInputFormID;
COleDateTime m_produceDate;
CString m_storeHouse;
CString m_department;
CString m_dealer;
CString m_houseInType;
CString m_remark;
int is_search;
int flag;
CWnd* bt_add;
CWnd* bt_delete;
CWnd* bt_modify;
CWnd* bt_addLine;
CWnd* bt_deleteLine;
CWnd* bt_save;
CWnd* bt_cancelation;
CWnd* tx_formDate;
CWnd* tx_productInputFormID;
CWnd* tx_produceDate;
CWnd* tx_storeHouse;
CWnd* tx_department;
CWnd* tx_dealer;
CWnd* tx_houseInType;
CWnd* tx_remark;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CProductInputForm)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CProductInputForm)
virtual BOOL OnInitDialog();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnAdd();
afx_msg void OnModify2();
afx_msg void OnDelete();
afx_msg void OnAddLine();
afx_msg void OnDeleteLine();
afx_msg void OnSave();
afx_msg void OnCancelation();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PRODUCTINPUTFORM_H__5086D3CF_2D1C_4D05_8E14_9EB74E7B76B2__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -