📄 dlgkcpd.h
字号:
#include "ListKcpd1.h"
#include "DrawDlg.h"
#include "WhiteFrame.h"
#include "WhiteRect.h"
#include "myfunction.h"
#if !defined(AFX_DLGKCPD_H__BF5960B6_01A2_48EE_AAD0_43C85A8CDC76__INCLUDED_)
#define AFX_DLGKCPD_H__BF5960B6_01A2_48EE_AAD0_43C85A8CDC76__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DlgKCPD.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CDlgKCPD dialog
class CDrawKCPD;
class CDlgKCPD : public CDialog
{
// Construction
public:
bool SetTheFocus();
CString ChanShengPh();
bool InitBaseInfo();
bool InitnListKcpd();
CDlgKCPD(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDlgKCPD)
enum { IDD = IDD_DIALOG_KCPD };
CEdit m_editPh;
CButton m_btnDel;
CButton m_btnCancel;
CButton m_btnOk;
CDateTimeCtrl m_tcRq;
CComboBox m_comboJsr;
int m_iJsr;
CTime m_tRq;
//}}AFX_DATA
CListKCPD* m_listKcpd;
LRunSql m_runsql;
CFont m_font;
CFont m_headfont;
CWhiteFrame m_wfRq;
// CWhiteFrame m_wfJsfs;
CWhiteFrame m_wfJsr;
CWhiteRect m_wt;
CDrawKCPD* m_draw;
friend class CDrawKCPD ;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlgKCPD)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlgKCPD)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnButtonDelete();
afx_msg void OnButtonOk();
afx_msg void OnMove(int x, int y);
afx_msg void OnButtonPrint();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
class CDrawKCPD : public CDrawDlg
{
public:
CListCtrl* GetListCtrl();
CDrawKCPD(CDlgKCPD* dlg);
virtual ~CDrawKCPD();
virtual void PrintDlg(CDC* pDC, CPrintInfo* pInfo);
virtual void PrintPageHeader(CDC* pDC, CPrintInfo* pInfo);
CDlgKCPD* parent;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLGKCPD_H__BF5960B6_01A2_48EE_AAD0_43C85A8CDC76__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -