📄 dadjxsdlg.h
字号:
#if !defined(AFX_DADJXSDLG_H__A5762184_C986_45F6_B011_C2CB03F1CE21__INCLUDED_)
#define AFX_DADJXSDLG_H__A5762184_C986_45F6_B011_C2CB03F1CE21__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DaDjxsDlg.h : header file
//
#include "ado.h"
#include "Picture.h" // Added by ClassView
/////////////////////////////////////////////////////////////////////////////
// CDaDjxsDlg dialog
class CStudentView;
class CDaDjxsDlg : public CDialog
{
// Construction
public:
CStudentView *m_parent;
CDaDjxsDlg(CWnd* pParent = NULL); // standard constructor
~CDaDjxsDlg();
void ShowDataImage();
// Dialog Data
//{{AFX_DATA(CDaDjxsDlg)
enum { IDD = IDD_DLG_DA_DJXS };
CComboBox m_S_Zsqk_Con;
CComboBox m_S_Xb_Con;
CComboBox m_S_Xjzk_Con;
CComboBox m_S_Zy_Con;
CStatic m_S_Zp;
CListCtrl m_S_JT;
CListCtrl m_S_JL;
CString m_S_Jb;
CString m_S_Bj;
CString m_S_ID;
CString m_S_Xm;
CString m_S_Xsly;
CString m_S_Yb;
CString m_S_Zzmm;
CString m_S_Hkd;
CString m_S_Jzzz;
CString m_S_Tcah;
CString m_S_Mz;
CString m_S_Lxdh;
CString m_S_Jzxm;
CString m_S_Jtxm;
CString m_S_Jtnl;
CString m_S_Jtgzdw;
CString m_S_Jtgx;
CString m_S_Jtdh;
CString m_S_Jlrm;
CString m_S_Jlm;
CString m_S_Jkzk;
CString m_S_Jg;
CString m_S_Bz;
CString m_S_Byxx;
BOOL m_S_Sfyd;
CString m_S_Xb;
CString m_S_Xjzk;
CString m_S_Zsqk;
CTime m_S_Csrq;
CTime m_S_Jlf;
CTime m_S_Jlt;
CString m_S_Zy;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDaDjxsDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
public:
bool IsInit;
struct MYPIC
{
BYTE *Buffer;
int Size;
}m_zp;
protected:
// Generated message map functions
//{{AFX_MSG(CDaDjxsDlg)
afx_msg void OnBuClose();
afx_msg void OnBuUp();
afx_msg void OnBuJtcy();
afx_msg void OnBuJtcyDel();
afx_msg void OnBuJl();
afx_msg void OnBuJlDel();
afx_msg void OnBuPicLl();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CPicture m_Pic;
void InitValues();
CString ErrorText;
bool TestValues();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DADJXSDLG_H__A5762184_C986_45F6_B011_C2CB03F1CE21__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -