📄 supplierif_tjdlg.h
字号:
#if !defined(AFX_SUPPLIERIF_TJDLG_H__D12D2311_FE07_4E18_A006_D46018D1E535__INCLUDED_)
#define AFX_SUPPLIERIF_TJDLG_H__D12D2311_FE07_4E18_A006_D46018D1E535__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Supplierif_TJDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSupplierif_TJDlg dialog
class CSupplierifSet;
class CSupplierif_TJDlg : public CDialog
{
// Construction
public:
CSupplierif_TJDlg(CWnd* pParent = NULL); // standard constructor
CSupplierifSet *m_pSet;
// Dialog Data
//{{AFX_DATA(CSupplierif_TJDlg)
enum { IDD = IDD_SUPPLIERIF_TJ };
CString m_aires;
CString m_beizhu;
CString m_city;
CString m_conadr;
CString m_conn;
CString m_conPh;
CString m_cpnn;
CString m_ctmid;
CString m_fax;
CString m_home;
CString m_ybhm;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSupplierif_TJDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSupplierif_TJDlg)
afx_msg void Onadd();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SUPPLIERIF_TJDLG_H__D12D2311_FE07_4E18_A006_D46018D1E535__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -