📄 200432590201dlg.h
字号:
// 200432590201Dlg.h : header file
//
#if !defined(AFX_200432590201DLG_H__5C6E9530_3DD5_4136_887D_9EAA14F3DF84__INCLUDED_)
#define AFX_200432590201DLG_H__5C6E9530_3DD5_4136_887D_9EAA14F3DF84__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMy200432590201Dlg dialog
class CMy200432590201Dlg : public CDialog
{
// Construction
public:
CMy200432590201Dlg(CWnd* pParent = NULL); // standard constructor
_ConnectionPtr m_pConnection;
// Dialog Data
//{{AFX_DATA(CMy200432590201Dlg)
enum { IDD = IDD_MY200432590201_DIALOG };
CListBox m_listTablename;
CString m_strTablename;
int m_lstuID;
CString m_strstuname;
int m_lage;
int m_lclass;
int m_sstuID;
int m_scourseID;
int m_sscore;
int m_courseID;
int m_credit;
CString m_strcoursename;
CString m_strteacher;
int m_id;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy200432590201Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CMy200432590201Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnSelchangeList1Tablename();
afx_msg void OnButton1Connectdb();
afx_msg void OnBTableselectok();
afx_msg void OnButAddrecord();
afx_msg void OnBut2Add();
afx_msg void OnButton3();
afx_msg void OnButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_200432590201DLG_H__5C6E9530_3DD5_4136_887D_9EAA14F3DF84__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -