📄 ustomertractsetdlg.h
字号:
#if !defined(AFX_USTOMERTRACTSETDLG_H__C980A00A_5BE8_4551_A012_F2DC77DF00EF__INCLUDED_)
#define AFX_USTOMERTRACTSETDLG_H__C980A00A_5BE8_4551_A012_F2DC77DF00EF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ustomerTractSetDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CustomerTractSetDlg dialog
#include "BtnST.h"
#include "3DBar.h"
class CustomerTractSetDlg : public CDialog
{
// Construction
public:
CustomerTractSetDlg(CWnd* pParent = NULL); // standard constructor
void InsertData();
void InitialListView();
void SetButtonBkColor();
// Dialog Data
//{{AFX_DATA(CustomerTractSetDlg)
enum { IDD = IDD_DIALOG_CUSTOMER_TRACT };
CButtonST m_ok;
CButtonST m_cancel;
CButtonST m_save;
CButtonST m_modify;
CButtonST m_add;
CListCtrl m_list;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CustomerTractSetDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
C3DBar bar;//画边框
BOOL bIsAdd;
BOOL bIsModify;
// Generated message map functions
//{{AFX_MSG(CustomerTractSetDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnButtonCustomerTractAdd();
afx_msg void OnButtonCustomerTractModify();
afx_msg void OnButtonCustomerTractSave();
afx_msg void OnClickListCustomerTract(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDeleteTract();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_USTOMERTRACTSETDLG_H__C980A00A_5BE8_4551_A012_F2DC77DF00EF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -