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