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