📄 cfxtxdlg.h
字号:
// CFxTxDlg.h : header file
//
#if !defined(AFX_CFXTXDLG_H__0D157847_EA6E_11D4_9C3B_444553540000__INCLUDED_)
#define AFX_CFXTXDLG_H__0D157847_EA6E_11D4_9C3B_444553540000__INCLUDED_
#include "MyTextButton.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CCFxTxDlg dialog
class CCFxTxDlg : public CDialog
{
// Construction
public:
CCFxTxDlg(CWnd* pParent = NULL); // standard constructor
CFile file;
// Dialog Data
//{{AFX_DATA(CCFxTxDlg)
enum { IDD = IDD_CFXTX_DIALOG };
CMyTextButton m_btn;
CEdit m_offtel_ctrl;
CEdit m_movetel_ctrl;
CEdit m_icq_ctrl;
CEdit m_famtel_ctrl;
CEdit m_birday_ctrl;
CEdit m_addr_ctrl;
CEdit m_name_ctrl;
CListCtrl m_listctrl;
CString m_addr;
CString m_birday;
CString m_famtel;
CString m_icq;
CString m_movetel;
CString m_name;
CString m_offtel;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCFxTxDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
FeiXiang record;
int recordsize;
BOOL Status;
// Generated message map functions
//{{AFX_MSG(CCFxTxDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnAdd();
afx_msg void OnButton2();
afx_msg void OnQuery();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CFXTXDLG_H__0D157847_EA6E_11D4_9C3B_444553540000__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -