?? bufdlg.h
字號:
#if !defined(AFX_BUFDLG_H__F2E19444_DA57_4F35_B74F_C78D93D7D5F2__INCLUDED_)
#define AFX_BUFDLG_H__F2E19444_DA57_4F35_B74F_C78D93D7D5F2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BufDlg.h : header file
//
#include "SetParaDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CBufDlg dialog
class CBufDlg : public CDialog
{
// Construction
public:
int m_nAct;
CBufDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBufDlg)
enum { IDD = IDD_BUFPARA };
CString m_bfCode;
CString m_bfName;
CString m_bfNumber;
//}}AFX_DATA
CString m_bfProperty; //串、并口
CString m_bfInUse; //是否啟用
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBufDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
BOOL DataCheck();
void AddNew();
void Editbf();
void FillRecord(_RecordsetPtr r);
// Generated message map functions
//{{AFX_MSG(CBufDlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
afx_msg void OnChangeEditcode();
afx_msg void OnChangeEditport();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BUFDLG_H__F2E19444_DA57_4F35_B74F_C78D93D7D5F2__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -