📄 jsgldlg.h
字号:
#if !defined(AFX_JSGLDLG_H__7610BB26_9BD2_4479_B1C3_4CC8DF9D6ED9__INCLUDED_)
#define AFX_JSGLDLG_H__7610BB26_9BD2_4479_B1C3_4CC8DF9D6ED9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JsglDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CJsglDlg dialog
class CJsglDlg : public CDialog
{
// Construction
public:
void ShowYjts();
void ShowKjts();
CJsglDlg(CWnd* pParent = NULL); // standard constructor
//添加一个指向Connection对象的指针:
_ConnectionPtr m_pConnection;
//添加一个指向Recordset对象的指针:
_RecordsetPtr m_pRecordset;
CString s1;
CString m_SJBH,m_SHUMIN,m_TSLB,m_ZUOZ,m_CBS,m_CBRQ,m_DJRQ,m_SHIFOU,m_JIAGE,m_DZBH;
// Dialog Data
//{{AFX_DATA(CJsglDlg)
enum { IDD = IDD_DIALOG_JSGL };
CListCtrl m_list_yjts;
CComboBox m_CJSR;
CListCtrl m_list_jsgl;
CString m_JSR;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CJsglDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CJsglDlg)
virtual BOOL OnInitDialog();
afx_msg void OnClickListKjts(NMHDR* pNMHDR, LRESULT* pResult);
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_JSGLDLG_H__7610BB26_9BD2_4479_B1C3_4CC8DF9D6ED9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -