📄 hfcxdlg.h
字号:
// hfcxDlg.h : header file
//
#if !defined(AFX_HFCXDLG_H__05633EEB_E2E7_11D4_8775_000103027259__INCLUDED_)
#define AFX_HFCXDLG_H__05633EEB_E2E7_11D4_8775_000103027259__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
/************************************************************************************************
* FUNCTION: RegiterGCA(void)
* 参数:无
* 说明:向全局通讯区注册程序主窗口名。
************************************************************************************************/
bool RegisterGCA(void);
/************************************************************************************************
* FUNCTION: PostQueryCommad(int chn,char * QueryDemand, char * month, char * index_value)
* 参数:
* chn : 通道号
* QueryDemand : 查询方法名,如 Query_CTXD, Query_BDWXD, etc.
* month : 查询月份
* index_value : 索引值,对于 Query_QF 模式此参数无效。
* 返回:1 成功发送查询请求, 0 失败
* 说明:向全局通讯区注册程序主窗口名。
************************************************************************************************/
//int PostQueryCommand(int chn,char * QueryDemand, char * month, char * index_value);
// CHfcxDlg dialog
class CHfcxDlg : public CDialog
{
// Construction
public:
CHfcxDlg(CWnd* pParent = NULL); // standard constructor
bool ControlExist;
// Dialog Data
//{{AFX_DATA(CHfcxDlg)
enum { IDD = IDD_HFCX_DIALOG };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHfcxDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CHfcxDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void Onexit();
afx_msg void OnOpenDev();
afx_msg void OnMessageQueryDone(WPARAM wParam, LPARAM lParam);
afx_msg void OnMessageResetDone(WPARAM wParam, LPARAM lParam);
afx_msg void OnMessageStopWork(WPARAM wParam, LPARAM lParam);
afx_msg void OnMessageShowMyWin(WPARAM wParam, LPARAM lParam);
afx_msg void OnMessageHideMyWin(WPARAM wParam, LPARAM lParam);
afx_msg void OnMessageDataOperate(WPARAM wParam, LPARAM lParam);
afx_msg void OnMessageUpdateMonth(WPARAM wParam, LPARAM lParam);
afx_msg void OnMessageUpdateQfTable(WPARAM wParam, LPARAM lParam);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HFCXDLG_H__05633EEB_E2E7_11D4_8775_000103027259__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -