📄 dlgpr0003day.h
字号:
#if !defined(AFX_DLGPR0003DAY_H__0AB2363A_6803_4E11_B23E_F47A2A6BEE9E__INCLUDED_)
#define AFX_DLGPR0003DAY_H__0AB2363A_6803_4E11_B23E_F47A2A6BEE9E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgPr0003Day.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgPr0003Day form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "MaskEdit\amsEdit.H"
#include "DataWin\dataWin.H"
#include "ado\ado.H"
#include "ado\Adocommand.H"
#include "MyMdi.H"
#include "StringSQL.H"
#include "DlgPr0003DayTx.H"
class CDlgPr0003Day : public CFormView
{
protected:
CDlgPr0003Day(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CDlgPr0003Day)
CAdoConnection *m_pConnection;
CKvipApp *m_pApp;
// CDataWin m_Report;
CDlgPr0003DayTx m_Report;
CAdoRecordSet m_RecordSet;
// Form Data
public:
//{{AFX_DATA(CDlgPr0003Day)
enum { IDD = IDD_PR0003_Day };
CDateTimeCtrl m_Date;
CComboBox m_Project;
CAMSMaskedEdit m_edCode;
CButton m_btUp;
CButton m_btPrint;
CButton m_btDown;
CComboBox m_Dep;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgPr0003Day)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CDlgPr0003Day();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CDlgPr0003Day)
afx_msg void OnUp();
afx_msg void OnDown();
afx_msg void OnCancel();
afx_msg void OnPrint();
afx_msg void OnRetrieve();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGPR0003DAY_H__0AB2363A_6803_4E11_B23E_F47A2A6BEE9E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -