📄 fatdlg.h
字号:
// fatDlg.h : header file
//
#if !defined(AFX_FATDLG_H__B9A96771_104C_4441_9F32_2F5E5FF2279A__INCLUDED_)
#define AFX_FATDLG_H__B9A96771_104C_4441_9F32_2F5E5FF2279A__INCLUDED_
#include "tongSet.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CFatDlg dialog
class CFatDlg : public CDialog
{
// Construction
public:
CtongSet tongdb;
CFatDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFatDlg)
enum { IDD = IDD_FAT_DIALOG };
CComboBox m_com1;
CButton m_bt4;
CButton m_bt3;
CButton m_ok;
CButton m_can;
CButton m_bt2;
CButton m_bt1;
CString m_edt1;
CString m_edt10;
CString m_edt2;
CString m_edt3;
CString m_edt4;
CString m_edt5;
CString m_edt6;
CString m_edt7;
CString m_edt8;
CString m_edt9;
CString m_edt11;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFatDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CFatDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButton1();
afx_msg void OnButton2();
virtual void OnOK();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FATDLG_H__B9A96771_104C_4441_9F32_2F5E5FF2279A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -