📄 spdjdlg.h
字号:
#if !defined(AFX_SPDJDLG_H__7BB211AC_E314_4DF0_9907_5FFDE1DC814E__INCLUDED_)
#define AFX_SPDJDLG_H__7BB211AC_E314_4DF0_9907_5FFDE1DC814E__INCLUDED_
#include "hangban_Recordset.h" // Added by ClassView
#include "CK_Recordset.h" // Added by ClassView
#include "tuipiaodjdlg.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// spdjdlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Cspdjdlg dialog
class Cspdjdlg : public CDialog
{
// Construction
public:
CString m_dpgetshijianstr;
void Clear();
BOOL m_Fsp;
int Show();
CString m_cm2;
CString m_strcm1;
CCK_Recordset m_spCk;
Changban_Recordset m_spHb;
Cspdjdlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(Cspdjdlg)
enum { IDD = IDD_spdjdlg };
CComboBox m_dpshijian;
CComboBox m_com2;
CComboBox m_com1;
CListCtrl m_spList;
CString m_spfind;
CString m_hbnum;
CString m_ckname;
CString m_ckid;
short m_dpzs;
int m_spdj;
int m_spysje;
int m_spdjrtn;
int m_hbyps;
CString m_zuohao1;
CString m_zuohao2;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Cspdjdlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Cspdjdlg)
afx_msg void OnBtnfind();
virtual BOOL OnInitDialog();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void Ondingpiaobtn();
afx_msg void Ondpjisuanbtn();
afx_msg void OnClearbtn();
afx_msg void Onyupiaobtn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SPDJDLG_H__7BB211AC_E314_4DF0_9907_5FFDE1DC814E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -