linkgendlg.h

来自「通信标准研究与开发是通讯行业的制高点。当前发展最为兴旺」· C头文件 代码 · 共 71 行

H
71
字号
// 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_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?