?? dbreaderdlg.h
字號:
// DBReaderDlg.h : header file
//
#if !defined(AFX_DBREADERDLG_H__8ABB1ADC_D240_459D_95DE_CEF2E89BFBE4__INCLUDED_)
#define AFX_DBREADERDLG_H__8ABB1ADC_D240_459D_95DE_CEF2E89BFBE4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Reader.h"
/////////////////////////////////////////////////////////////////////////////
// CDBReaderDlg dialog
class CDBReaderDlg : public CDialog
{
// Construction
public:
CDBReaderDlg(CWnd* pParent = NULL); // standard constructor
static bool IsFileExists(const CString szFileFullPath);
// Dialog Data
//{{AFX_DATA(CDBReaderDlg)
enum { IDD = IDD_DBREADER_DIALOG };
CStatic m_state;
CProgressCtrl m_progress;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDBReaderDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CDBReaderDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonDo();
afx_msg void OnButtonFile();
afx_msg void OnButtonTxt();
virtual void OnCancel();
//}}AFX_MSG
LRESULT OnWorkingNotify(WPARAM tp1=0, LPARAM tp2=0);
DECLARE_MESSAGE_MAP()
CReader *m_pReader;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DBREADERDLG_H__8ABB1ADC_D240_459D_95DE_CEF2E89BFBE4__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -