📄 文件操作dlg.h
字号:
// 文件操作Dlg.h : header file
//
#if !defined(AFX_DLG_H__14F216F3_771B_455E_A1B3_D61BFDF68E69__INCLUDED_)
#define AFX_DLG_H__14F216F3_771B_455E_A1B3_D61BFDF68E69__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMyDlg dialog
class CMyDlg : public CDialog
{
// Construction
public:
CMyDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMyDlg)
enum { IDD = IDD_MY_DIALOG };
CProgressCtrl m_progress;
CButton m_Radio2;
CButton m_Radio1;
CComboBox m_pComSel;
CString m_edit1;
CString m_edit2;
CString m_pInShow;
CString m_pOutShow;
CString m_pSize;
CString m_pList;
CString m_pass;
CString m_pass1;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
BOOL mode;
CString filename1,filename2;
int choose;
int num;
int ss;
char *passwordcheck;
// Generated message map functions
//{{AFX_MSG(CMyDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnChangeEdit1();
afx_msg void OnChangeEdit2();
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnRadio1();
afx_msg int OnEditchangeCombo1();
afx_msg void OnRadio2();
afx_msg int OnChangeEdit3();
afx_msg void OnChangeEdit4(int);
afx_msg void OnOutofmemoryProgress1(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnChangeEdit5(int);
afx_msg void OnChangeEdit6(CString);
afx_msg void OnRadio4();
afx_msg void OnRadio5();
afx_msg void OnButton3();
virtual void OnCancel();
afx_msg void OnButton4();
afx_msg void OnRadio6();
afx_msg void OnRadio7();
afx_msg __int64 epass();
afx_msg void OnChangeEdit8();
afx_msg void OnChangeEdit7();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_H__14F216F3_771B_455E_A1B3_D61BFDF68E69__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -