📄 dholiday.h
字号:
#if !defined(AFX_DHOLIDAY_H__25C3AD23_17BD_4A75_AC8A_C639AF387C38__INCLUDED_)
#define AFX_DHOLIDAY_H__25C3AD23_17BD_4A75_AC8A_C639AF387C38__INCLUDED_
//#include "DllHeader.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DHoliday.h : header file
//
#include "BaseEdit.h"
#include "BaseComboBox.h"
#include "BaseDateTimeCtrl.h"
#include "CustomGroup.h"
/////////////////////////////////////////////////////////////////////////////
// CDHoliday dialog
class CDHoliday : public CDialog
{
// Construction
public:
CDHoliday(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDHoliday)
enum { IDD = IDD_DIA_HOL };
// CButton m_Btnsel;
RxGrid m_Sql_Grid;
CBaseEdit m_Edtstaffname;
CBaseEdit m_EdtstaffID;
CBaseComboBox m_Comstaffdep;
CBaseComboBox m_Comdept;
CBaseEdit m_EdtHID;
CButton m_ButUndo;
CButton m_ButSave;
CButton m_ButExit;
CButton m_ButDele;
CButton m_ButChange;
CButton m_ButAdd;
CBaseComboBox m_ComCouse;
CDateTimeCtrl m_DatApp;
CDateTimeCtrl m_DatDes;
CDateTimeCtrl m_DatEnd;
CDateTimeCtrl m_DatSta;
CBaseEdit m_EdtRemark;
CBaseEdit m_EdtName;
CBaseEdit m_EdtMan;
CBaseEdit m_EdtID;
CBaseEdit m_EdtHolnum;
CBaseEdit m_EdtHandleman;
CBaseEdit m_EdtDuty;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDHoliday)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDHoliday)
afx_msg void OnButadd();
afx_msg void OnButchange1();
afx_msg void OnButdele();
afx_msg void OnButsave();
afx_msg void OnButundo();
afx_msg void OnButexit();
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnDblclkListGrid(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBtnsel();
// afx_msg void OnBtnsel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int AddOrChange;
CString m_sID;
CString m_tID;
void Clear();
void Enabled(bool bEnabled);
void Display(CString sID);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DHOLIDAY_H__25C3AD23_17BD_4A75_AC8A_C639AF387C38__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -