📄 edit_dlg.h
字号:
#if !defined(AFX_EDIT_DLG_H__98DD2043_216B_4DBB_A54D_F9C1E725D554__INCLUDED_)
#define AFX_EDIT_DLG_H__98DD2043_216B_4DBB_A54D_F9C1E725D554__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EDIT_DLG.h : header file
//
#include "BtnST.h"
/////////////////////////////////////////////////////////////////////////////
// CEDIT_DLG dialog
class CEDIT_DLG : public CDialog
{
// Construction
public:
BOOL flag;
CEDIT_DLG(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEDIT_DLG)
enum { IDD = IDD_DIALOG_EDIT };
CString m_date;
CString m_sBianh;
CString m_sCfax;
CString m_sChangj;
CString m_sClianxr;
CString m_sCtel;
float m_fDuibj;
CString m_sGfax;
CString m_sGlianxr;
CString m_sGongys;
CString m_sGtel;
float m_fJinj;
CString m_sMim;
CString m_sMingc;
float m_fChuj;
CString m_sXingh;
CButtonST m_btnOK;
CButtonST m_btnCancel;
CString m_sBeiz;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEDIT_DLG)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CEDIT_DLG)
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_EDIT_DLG_H__98DD2043_216B_4DBB_A54D_F9C1E725D554__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -