?? desexampledlg.h
字號:
// DESEXAMPLEDlg.h : header file
//
#if !defined(AFX_DESEXAMPLEDLG_H__F5D937C4_F27E_4365_A734_AA827C413D52__INCLUDED_)
#define AFX_DESEXAMPLEDLG_H__F5D937C4_F27E_4365_A734_AA827C413D52__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CDESEXAMPLEDlg dialog
class CDESEXAMPLEDlg : public CDialog
{
// Construction
public:
CDESEXAMPLEDlg(CWnd* pParent = NULL); // standard constructor
//--------------------------自定義函數(shù)和變量
bool enBool;
bool deBool;
int t1[65];
CString source_string;
void FileDialog(void);
void formKey();
void DESJIEMI();
void DESDIEDAI();
int K1[49],K2[49],K3[49],K4[49],K5[49],K6[49],K7[49],K8[49],K9[49],K10[49],K11[49],K12[49],K13[49],K14[49],K15[49],K16[49];
int R0[33];
int L0[33];
void initial();
void MIYAOERJINZHI();
void Mingwenerjinzhi();
//---------------------------------------------
// Dialog Data
//{{AFX_DATA(CDESEXAMPLEDlg)
enum { IDD = IDD_DESEXAMPLE_DIALOG };
CEdit m_PASSWORD;
CString m_MIYAO;
CString m_MIWEN;
CString m_YUANWEN;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDESEXAMPLEDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
HBRUSH m_BkBrush;
// Generated message map functions
//{{AFX_MSG(CDESEXAMPLEDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonDe();
afx_msg void OnButtonEn();
afx_msg void OnButtonEnable();
afx_msg void OnButtonEopen();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DESEXAMPLEDLG_H__F5D937C4_F27E_4365_A734_AA827C413D52__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -