?? ljdbtestdlg.h
字號:
// ljdbTestDlg.h : header file
//
#if !defined(AFX_LJDBTESTDLG_H__8713D804_35A9_452F_B4A3_667621EF5C91__INCLUDED_)
#define AFX_LJDBTESTDLG_H__8713D804_35A9_452F_B4A3_667621EF5C91__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CLjdbTestDlg dialog
#include "ljfiledb.h"
#include "DlgField.h"
#include "DlgRecord.h"
class CLjdbTestDlg : public CDialog
{
// Construction
public:
CLjdbTestDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLjdbTestDlg)
enum { IDD = IDD_LJDBTEST_DIALOG };
CTabCtrl m_tab;
CString m_dbname;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLjdbTestDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
filedbns::CFileDB m_fileDB;
CDlgField m_pgField;
CDlgRecord m_pgRecord;
// Generated message map functions
//{{AFX_MSG(CLjdbTestDlg)
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();
afx_msg void OnButton3();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void OnButton6();
afx_msg void OnButton7();
afx_msg void OnButton8();
afx_msg void OnButton9();
afx_msg void OnButton10();
afx_msg void OnSelchangeTab(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButton11();
afx_msg void OnButton12();
afx_msg void OnButton13();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LJDBTESTDLG_H__8713D804_35A9_452F_B4A3_667621EF5C91__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -