📄 anandlg.h
字号:
// ANANDlg.h : header file
//
#if !defined(AFX_ANANDLG_H__FDEB4013_8AAC_40AC_BB12_9D8B9818417E__INCLUDED_)
#define AFX_ANANDLG_H__FDEB4013_8AAC_40AC_BB12_9D8B9818417E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CANANDlg dialog
class CANANDlg : public CDialog
{
// Construction
public:
CANANDlg(CWnd* pParent = NULL); // standard constructor
// CString filename1;
// CString folename2;
// Dialog Data
//{{AFX_DATA(CANANDlg)
enum { IDD = IDD_ANAN_DIALOG };
CString m_Browse1;
CString m_Browse2;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CANANDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
void changefile1(char * bf22,char * buffer1);
// Generated message map functions
//{{AFX_MSG(CANANDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBrowse1();
afx_msg void OnBrowse2();
afx_msg void OnDLfile1();
afx_msg void OnDLfile2();
afx_msg void OnDLfile3();
afx_msg void OnChangeFile1();
afx_msg void OnChangeFile2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ANANDLG_H__FDEB4013_8AAC_40AC_BB12_9D8B9818417E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -