📄 tgbasform.h
字号:
//{{AFX_INCLUDES()
#include "spreadsheet.h"
//}}AFX_INCLUDES
#if !defined(AFX_TGBASFORM_H__B4B99C81_EA98_11D6_888A_5254AB281610__INCLUDED_)
#define AFX_TGBASFORM_H__B4B99C81_EA98_11D6_888A_5254AB281610__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TGBasForm.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTGBasForm form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
#include "TGData.h"
class CTGBasForm : public CFormView
{
protected:
CTGBasForm(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CTGBasForm)
// Form Data
public:
//{{AFX_DATA(CTGBasForm)
enum { IDD = IDD_TAOGUAN_BAS };
CString m_strCombo1;
int m_iCombo2;
int m_iCombo3;
CString m_strEdit1;
CString m_strEdit11;
CString m_strEdit10;
CString m_strEdit2;
CString m_strEdit3;
CString m_strEdit4;
CString m_strEdit5;
CString m_strEdit6;
CString m_strEdit7;
CString m_strEdit8;
CString m_strEdit9;
CSpreadSheet m_ctrlSpread;
//}}AFX_DATA
// Attributes
public:
private:
CTGData* m_pTGData;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTGBasForm)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CTGBasForm();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CTGBasForm)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnSelchangeCombo3();
afx_msg void OnChangeSpread1(long Col, long Row);
afx_msg void OnChangeEdit1();
afx_msg void OnSelchangeCombo2();
afx_msg void OnSelchangeCombo1();
afx_msg void OnEditchangeCombo1();
DECLARE_EVENTSINK_MAP()
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TGBASFORM_H__B4B99C81_EA98_11D6_888A_5254AB281610__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -