?? ddj.h
字號:
#if !defined(AFX_DDJ_H__E2073E26_EFBB_4E69_9163_74CB3865C3A2__INCLUDED_)
#define AFX_DDJ_H__E2073E26_EFBB_4E69_9163_74CB3865C3A2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DDJ.h : header file
//
#include "RxGrid.h"
#include "RxRecordset.h" // Added by ClassView
#include "BaseDateTimeCtrl.h"
#include"BaseButton.h"
#include "BaseComboBox.h"
/////////////////////////////////////////////////////////////////////////////
// CDDJ dialog
class CDDJ : public CDialog
{
// Construction
public:
void Query(CTime ttime1,CTime ttime2);
CDDJ(CWnd* pParent = NULL); // standard constructor
int IsAdd;
// Dialog Data
//{{AFX_DATA(CDDJ)
enum { IDD = IDD_DIA_DJB };
CBaseComboBox m_ComFind;
CBaseButton m_ButFind;
CBaseDateTimeCtrl m_DtDate1;
CBaseDateTimeCtrl m_DtDate2;
RxGrid m_Grid;
CStatic m_StaTit;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDDJ)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDDJ)
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnKillfocusDtdate1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnKillfocusDtdate2(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnDblclkList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButfind();
afx_msg void OnKillfocusComfind();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
RxRecordset rst;
CFont m_font;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DDJ_H__E2073E26_EFBB_4E69_9163_74CB3865C3A2__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -