📄 spillterdlg.h
字号:
// SpillterDlg.h : header file
//
#if !defined(AFX_SPILLTERDLG_H__148402C0_A335_4967_92F6_4C6CD7C8FEE9__INCLUDED_)
#define AFX_SPILLTERDLG_H__148402C0_A335_4967_92F6_4C6CD7C8FEE9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CSpillterDlg dialog
class CSpillterDlg : public CDialog
{
// Construction
public:
void SetColor();
CString GetText(int & flag, long);
CString ChangeIntToChar(unsigned);
CSpillterDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSpillterDlg)
enum { IDD = IDD_SPILLTER_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSpillterDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CSpillterDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnScan();
afx_msg void OnRadio_KB();
afx_msg void OnRadio_M();
afx_msg void OnIncise();
virtual void OnCancel();
afx_msg void OnFileSizeM();
afx_msg void OnSavePath();
afx_msg void OnFileSizeKB();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CBrush m_brush;
CFile m_TempFile;
CFile m_OpenFile;
BOOL m_flag;
unsigned file_size;
CString m_expan;
int m_unit;
long m_FileSize;
CString m_OpenFileInfo;
CString m_SaveFileInfo;
CString m_OpenFileName;
CString m_SaveFileName;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SPILLTERDLG_H__148402C0_A335_4967_92F6_4C6CD7C8FEE9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -