📄 tiaoxinqiu.h
字号:
#if !defined(AFX_TIAOXINQIU_H__628FF962_40D8_4C03_A5F1_9B4EF55CA772__INCLUDED_)
#define AFX_TIAOXINQIU_H__628FF962_40D8_4C03_A5F1_9B4EF55CA772__INCLUDED_
#include "ADODatabase.h" // Added by ClassView
#include "ADORecordset.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// tiaoxinqiu.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Ctiaoxinqiu dialog
class Ctiaoxinqiu : public CDialog
{
// Construction
public:
Ctiaoxinqiu(CWnd* pParent = NULL); // standard constructor
double strtodouble(CString pp);
CADORecordset m_ADORecordset;
CADODatabase m_ADODatabase;
// Dialog Data
//{{AFX_DATA(Ctiaoxinqiu)
enum { IDD = IDD_DIALOG15 };
CComboBox m_list;
CListCtrl m_listctrl2;
CListCtrl m_listctrl1;
BOOL m_TCXT;
double m_D;
double m_B;
double m_d2;
double m_D2;
double m_r;
double m_d;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Ctiaoxinqiu)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Ctiaoxinqiu)
virtual void OnOK();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
virtual BOOL OnInitDialog();
virtual void OnCancel();
afx_msg void OnHelpBtn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TIAOXINQIU_H__628FF962_40D8_4C03_A5F1_9B4EF55CA772__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -