?? makedictdlg.h
字號:
// MakeDictDlg.h : header file
//
#if !defined(AFX_MAKEDICTDLG_H__05E4A265_B49E_11D5_942F_0050BAF080E4__INCLUDED_)
#define AFX_MAKEDICTDLG_H__05E4A265_B49E_11D5_942F_0050BAF080E4__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CAboutDlg : public CDialog
{
public:
CAboutDlg();
//{{AFX_DATA(CAboutDlg)
enum { IDD = IDD_ABOUTBOX };
//}}AFX_DATA
//{{AFX_VIRTUAL(CAboutDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
protected:
//{{AFX_MSG(CAboutDlg)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
class CMakeDictDlg : public CDialog
{
// Construction
public:
void EnableWnd();
void GetCount();
void StopThread();
int m_nStart;
int m_nEnd;
CStdioFile m_file;
int ReadWord();
CMakeDictDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMakeDictDlg)
enum { IDD = IDD_MAKEDICT_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMakeDictDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
BOOL m_bIsDoing;
CWinThread *m_pMakeThread;
// Generated message map functions
afx_msg HRESULT OnMsgMakeInfo(WPARAM, LPARAM);
//{{AFX_MSG(CMakeDictDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnBtnFile();
afx_msg void OnChangeEditLen();
afx_msg void OnBtnSave();
afx_msg void OnSelchangeComboStart();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MAKEDICTDLG_H__05E4A265_B49E_11D5_942F_0050BAF080E4__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -