📄 xianxingdlg.h
字号:
#if !defined(AFX_XIANXINGDLG_H__A49BDA10_6F16_4417_9500_FA7216F9E351__INCLUDED_)
#define AFX_XIANXINGDLG_H__A49BDA10_6F16_4417_9500_FA7216F9E351__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// XianxingDlg.h : header file
//
#include"ADOConn.h"
/////////////////////////////////////////////////////////////////////////////
// CXianxingDlg dialog
#include "PPToolTip.h"
class CXianxingDlg : public CDialog
{
// Construction
private:
friend class CBaojiaDlg;
public:
void queding1();
void Queding();
void XianxingExcel();
CXianxingDlg(CWnd* pParent = NULL); // standard constructor
ADOConn m_com;
_RecordsetPtr m_nRecordset;
_bstr_t vSQL;
float m_e1;
CString str;
CPPToolTip m_tooltip3;
//CButton *m_check;
//jizu Jizu[20];
// Dialog Data
//{{AFX_DATA(CXianxingDlg)
enum { IDD = IDD_XIANXING_DIALOG };
CComboBox m_shebei1;
CComboBox m_shebei;
float m_zong;
float s_feng;
float m_bu;
float s_bu;
float m_a1;
float m_a2;
float m_a3;
float m_a4;
float t_di;
float t_gao;
float m_jisuan;
float p_dian;
float w_dian;
float v;
int tai;
float w_zong;
float w_ji;
float w_1;
float m_e;
float m_shuiliang;
int tai1;
CString num;
CString m_wencha;
CString m_xiaolv;
CString m_num;
CString t_ji;
CString m_feng;
CString t_feng;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CXianxingDlg)
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CXianxingDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeCombo1();
afx_msg void OnOk2();
afx_msg void OnSelchangeCombo4();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnChangeEdit6();
afx_msg void OnChangeEdit23();
afx_msg void OnChangeEdit25();
afx_msg void OnChangeEdit26();
afx_msg void OnChangeEdit27();
afx_msg void OnChangeEdit10();
afx_msg void OnChangeEdit9();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_XIANXINGDLG_H__A49BDA10_6F16_4417_9500_FA7216F9E351__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -