📄 quotemandlg.h
字号:
//{{AFX_INCLUDES()
#include "datagrid.h"
#include "adodc.h"
//}}AFX_INCLUDES
#if !defined(AFX_QUOTEMANDLG_H__DE907D6B_B5BF_4BFB_8D8A_30335AA7E519__INCLUDED_)
#define AFX_QUOTEMANDLG_H__DE907D6B_B5BF_4BFB_8D8A_30335AA7E519__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// QuoteManDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CQuoteManDlg dialog
class CQuoteManDlg : public CDialog
{
public:
CString cTId; // 装机编号
CString CustomerId; // 客户Id
bool IsSubmit; // 成交状态
// Construction
public:
void RefreshData();
CQuoteManDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CQuoteManDlg)
enum { IDD = IDD_QUOTE_MAN_DIALOG };
CComboBox m_type;
CDataGrid m_Datagrid;
CAdodc m_Adodc;
CString m_tel;
CString m_num;
CString m_Id;
CString m_price;
CString m_FitTime;
CString m_user;
CString m_customer;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQuoteManDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CQuoteManDlg)
virtual BOOL OnInitDialog();
afx_msg void OnAddButton();
afx_msg void OnModiButton();
afx_msg void OnDelButton();
afx_msg void OnRecommendButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_QUOTEMANDLG_H__DE907D6B_B5BF_4BFB_8D8A_30335AA7E519__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -