📄 dcustoms.h
字号:
#if !defined(AFX_DCUSTOMS_H__AB221B8D_D941_48AA_9E31_3646509A7D39__INCLUDED_)
#define AFX_DCUSTOMS_H__AB221B8D_D941_48AA_9E31_3646509A7D39__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DCustoms.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDCustoms dialog
#include "RxGrid.h"
#include "BaseEdit.h"
#include "BaseDateTimeCtrl.h"
#include "BaseComboBox.h"
class CDCustoms : public CDialog
{
// Construction
public:
bool m_IsAdd;
void Clear();
void Add(CBaseComboBox* pComboBox,CString sText);
void Display(CString sID);
void Enabled(bool bEnabled);
CDCustoms(int nStyle,CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDCustoms)
enum { IDD = IDD_CUSTOMS };
CBaseComboBox m_ComYWLB;
RxGrid m_Grid;
CBaseEdit m_EdtZYWBH2;
CBaseEdit m_EdtZYWBH;
CBaseEdit m_EdtZXG;
CBaseEdit m_EdtZSBL;
CBaseEdit m_EdtZF;
CBaseEdit m_EdtZDY;
CBaseEdit m_EdtYT;
CBaseEdit m_EdtYSGJ;
CBaseEdit m_EdtYLRBH;
CBaseEdit m_EdtXKZH;
CBaseEdit m_EdtYF;
CBaseEdit m_EdtTYDH;
CBaseEdit m_EdtSHY;
CBaseEdit m_EdtSHDW;
CBaseEdit m_EdtSFDJ;
CBaseEdit m_EdtQYG;
CBaseEdit m_EdtPZWH;
CBaseEdit m_EdtMZ;
CBaseEdit m_EdtLRRBM;
CBaseEdit m_EdtLRR;
CBaseEdit m_EdtJZXH;
CBaseEdit m_EdtJZ;
CBaseEdit m_EdtJYDW;
CBaseEdit m_EdtJS;
CBaseEdit m_EdtJNMDD;
CBaseEdit m_EdtHTXY;
CBaseEdit m_EdtHGBH;
CBaseEdit m_EdtCKKA;
CBaseEdit m_EdtBGYWBH;
CBaseEdit m_EdtBZ;
CBaseEdit m_EdtBGY;
CBaseEdit m_EdtTBGFB;
CBaseEdit m_EdtTBF;
CBaseEdit m_EdtBAH;
CBaseEdit m_EdtConditiom;
CDateTimeCtrl m_DtFind1;
CDateTimeCtrl m_DtFind2;
BaseDateTimeCtrl m_DtSHSJ;
BaseDateTimeCtrl m_DtSBRQ;
BaseDateTimeCtrl m_DtLRSL;
BaseDateTimeCtrl m_DtJKRQ;
BaseDateTimeCtrl m_DtDate2;
BaseDateTimeCtrl m_DtDate1;
CBaseComboBox m_ComZMXZ;
CBaseComboBox m_ComYSFS;
CBaseComboBox m_ComMYFS;
CBaseComboBox m_ComCJFS;
CBaseComboBox m_ComBzzl;
CBaseComboBox m_ComBZ;
CBaseComboBox m_ComBGLB;
CBaseComboBox m_ComField;
CBaseComboBox m_ComEmblem;
CButton m_CHKSHBZ;
CButton m_ChkDate;
CButton m_ChkSFJZ;
CButton m_ButUndo;
CButton m_ButSave;
CButton m_ButNew;
CButton m_ButExit;
CButton m_ButDele;
CButton m_ButChange;
CButton m_ButQuery;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDCustoms)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDCustoms)
virtual void OnOK();
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg void OnButnew();
afx_msg void OnKillfocusComysfs();
afx_msg void OnKillfocusCommyfs();
afx_msg void OnKillfocusComzmxz();
afx_msg void OnKillfocusCombzzl();
afx_msg void OnKillfocusCombz();
afx_msg void OnKillfocusComcjfs();
afx_msg void OnChangeEdtzywbh();
afx_msg void OnButchange();
afx_msg void OnButdele();
afx_msg void OnButsave();
afx_msg void OnButundo();
afx_msg void OnButexit();
afx_msg void OnChkdate();
afx_msg void OnButQuery();
afx_msg void OnStabut();
afx_msg void OnMenuysfs();
afx_msg void OnMenumyfs() ;
afx_msg void OnMenuzmxz();
afx_msg void OnMenucjfs();
afx_msg void OnMenubz() ;
afx_msg void OnMenubzzl();
afx_msg void OnComEdtChange();
afx_msg void OnComSelChange();
afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnKillfocusCombglb();
afx_msg void OnKillfocusEdtbgywbh();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CStatic m_StaZXG;
CStatic m_StaYWBH;
int m_nStyle;
CRect m_rcMemBZ;
CStatic m_StaSFDJ;
CStatic m_StaBZ;
CStatic m_StaJZXH;
CRect m_rcBak;
CStatic m_StaYT;
CStatic m_StaJN;
CStatic m_StaDW;
CStatic m_StaMDD;
CStatic m_StaRQ;
CStatic m_StaGJ;
CStatic m_StaKA;
CStatic m_StaSS;
CStatic m_StaGK;
CString m_sID;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DCUSTOMS_H__AB221B8D_D941_48AA_9E31_3646509A7D39__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -