📄 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 + -