?? linkgendlg.h
字號:
// LinkGenDlg.h : header file
//
#if !defined(AFX_LINKGENDLG_H__5CBEB5DE_A965_4BD9_B77F_C8C18B8E2EAA__INCLUDED_)
#define AFX_LINKGENDLG_H__5CBEB5DE_A965_4BD9_B77F_C8C18B8E2EAA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CLinkGenDlg dialog
class CLinkGenDlg : public CDialog
{
// Construction
public:
CLinkGenDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLinkGenDlg)
enum { IDD = IDD_LINKGEN_DIALOG };
CRichEditCtrl m_redtState;
CButton m_btnTopDesk;
CEdit m_edtMeetingNumber;
CEdit m_edtCRNumber;
CComboBox m_cmbWorkGroup;
CStatic m_stcNum;
CEdit m_edtOutFile;
CEdit m_edtInFile;
CEdit m_edtBaseAddr;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLinkGenDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CLinkGenDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnBtnInfile();
afx_msg void OnBtnOutfile();
afx_msg void OnBtnGen();
afx_msg void OnBtnDownload();
afx_msg void OnRadiobatch();
afx_msg void OnChecktop();
afx_msg void OnRadiosinglecr();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
UINT m_nMsgNum;
void ShowMessage(CString strMsg, INT nMode=0);
void EnableBatchWindow(BOOL bFlag);
void SingleRCDownload();
void BatchDownload();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LINKGENDLG_H__5CBEB5DE_A965_4BD9_B77F_C8C18B8E2EAA__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -