tiaoxingunzi.h
来自「基于UG平台」· C头文件 代码 · 共 64 行
H
64 行
#if !defined(AFX_TIAOXINGUNZI_H__2900CCE4_D2BF_4238_BAD5_3ED58FBE4BC3__INCLUDED_)
#define AFX_TIAOXINGUNZI_H__2900CCE4_D2BF_4238_BAD5_3ED58FBE4BC3__INCLUDED_
#include "ADODatabase.h" // Added by ClassView
#include "ADORecordset.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// tiaoxingunzi.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// Ctiaoxingunzi dialog
class Ctiaoxingunzi : public CDialog
{
// Construction
public:
Ctiaoxingunzi(CWnd* pParent = NULL); // standard constructor
double strtodouble(CString pp);
CADORecordset m_ADORecordset;
CADODatabase m_ADODatabase;
// Dialog Data
//{{AFX_DATA(Ctiaoxingunzi)
enum { IDD = IDD_DIALOG17 };
CListCtrl m_listctrl2;
CListCtrl m_listctrl1;
CComboBox m_list;
double m_D;
double m_d1;
double m_b;
double m_d2;
double m_D2;
double m_r;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Ctiaoxingunzi)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Ctiaoxingunzi)
virtual BOOL OnInitDialog();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
virtual void OnOK();
afx_msg void OnHelpBtn();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TIAOXINGUNZI_H__2900CCE4_D2BF_4238_BAD5_3ED58FBE4BC3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?