?? vchomeworkdlg.h
字號:
// VcHomeworkDlg.h : header file
//
//#include "stdafx.h"
#if !defined(AFX_VCHOMEWORKDLG_H__8E6D1263_94B6_4AC6_B092_85ED6FEF5B19__INCLUDED_)
#define AFX_VCHOMEWORKDLG_H__8E6D1263_94B6_4AC6_B092_85ED6FEF5B19__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CVcHomeworkDlg dialog
class CVcHomeworkDlg : public CDialog
{
// Construction
public:
void OnNihe(double m_x[], double m_y[], int n, double a[], int power);
int m_Eflag;
long m_id;
_RecordsetPtr m_Ptr;
int m_mark;
int flag;
void Refurbish();
CVcHomeworkDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CVcHomeworkDlg)
enum { IDD = IDD_VCHOMEWORK_DIALOG };
CListCtrl m_info;
CListCtrl m_list;
CString m_str1;
CString m_str2;
CString m_str3;
int m_radio1;
int m_radio2;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVcHomeworkDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
_ConnectionPtr m_conn;
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CVcHomeworkDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnDestroy();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnRadio1();
afx_msg void OnRadio2();
afx_msg void OnRadio3();
afx_msg void OnRadio4();
afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButtonAdd();
afx_msg void OnButtonDelete();
afx_msg void OnRadio5();
afx_msg void OnRadio6();
afx_msg void OnRadio7();
afx_msg void OnRadio8();
afx_msg void OnClickListInfo(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButtonSearch();
afx_msg void OnButtonAbout();
afx_msg void OnButtonFit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VCHOMEWORKDLG_H__8E6D1263_94B6_4AC6_B092_85ED6FEF5B19__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -