📄 quoteform.h
字号:
#if !defined(AFX_QUOTEFORM_H__AD9F9396_F3CB_4363_A2B2_6ACB3346D3A8__INCLUDED_)
#define AFX_QUOTEFORM_H__AD9F9396_F3CB_4363_A2B2_6ACB3346D3A8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QuoteForm.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CQuoteForm dialog
class CQuoteForm : public CDialog
{
// Construction
public:
CQuoteForm(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CQuoteForm)
enum { IDD = IDD_QUOTEFORM_DIALOG };
CComboBox m_departmentCombo;
CComboBox m_sellerCombo;
CComboBox m_payConditionType;
CComboBox m_transportTypeCombo;
CComboBox m_clientCombo;
CListCtrl m_quoteList;
CString m_quoteID;
COleDateTime m_formDate;
CString m_client;
CString m_transportType;
CString m_payCondition;
CString m_seller;
CString m_department;
CString m_consignmentAddreess;
CString m_remark;
int flag;
CWnd* bt_firstPage;
CWnd* bt_prevPage;
CWnd* bt_nextPage;
CWnd* bt_lastPage;
CWnd* bt_add;
CWnd* bt_save;
CWnd* bt_modify;
CWnd* bt_delete;
CWnd* bt_addLine;
CWnd* bt_deleteLine;
CWnd* bt_checked;
CWnd* bt_cancellation;
CWnd* tx_quoteID;
CWnd* tx_formDate;
CWnd* tx_client;
CWnd* tx_transportType;
CWnd* tx_payCondition;
CWnd* tx_seller;
CWnd* tx_department;
CWnd* tx_consignmentAddreess;
CWnd* tx_remark;
_RecordsetPtr m_pQuoteRecordset;
CString quoteID;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQuoteForm)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CQuoteForm)
afx_msg void OnFirstPage();
afx_msg void OnPrevPage();
afx_msg void OnNextPage();
afx_msg void OnLastPage();
afx_msg void OnModify();
afx_msg void OnDelete();
afx_msg void OnAddLine();
afx_msg void OnDeleteLine();
afx_msg void OnSave();
afx_msg void OnCancellation();
afx_msg void OnAuditing();
afx_msg void OnExit();
virtual BOOL OnInitDialog();
afx_msg void OnNew();
afx_msg void OnDblclkList(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_QUOTEFORM_H__AD9F9396_F3CB_4363_A2B2_6ACB3346D3A8__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -