国产免费AV|泡泡玛特欧洲总部将设在伦敦|中文天堂网www新版资源在线|一本久道综合在线中文|国精产品一二三产区的使用方法|香蕉鱼在线观看|www.27eee
ELEOK
標(biāo)題:
電力系統(tǒng)故障錄波數(shù)據(jù)管理系統(tǒng)分析儀vc++源碼
[打印本頁]
作者:
山海致遠(yuǎn)
時(shí)間:
2020-5-2 00:51
標(biāo)題:
電力系統(tǒng)故障錄波數(shù)據(jù)管理系統(tǒng)分析儀vc++源碼
電力系統(tǒng)故障錄波數(shù)據(jù)管理系統(tǒng)分析儀vc 源碼.rar
(8.36 MB, 售價(jià): 1 E幣)
2020-5-2 00:52 上傳
點(diǎn)擊文件名下載附件
售價(jià): 1 E幣
[記錄]
[
購買
]
1.png
(47.08 KB)
下載附件
2020-5-2 00:50 上傳
DDCJ.cpp implementation file
#include stdafx.h
#include wgl_32.h
#include DDCJ.h
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
CDDCJ dialog
CDDCJCDDCJ(CWnd pParent =NULL)
CDialog(CDDCJIDD, pParent)
{
{{AFX_DATA_INIT(CDDCJ)
NOTE the ClassWizard will add member initialization here
}}AFX_DATA_INIT
}
void CDDCJDoDataExchange(CDataExchange pDX)
{
CDialogDoDataExchange(pDX);
{{AFX_DATA_MAP(CDDCJ)
NOTE the ClassWizard will add DDX and DDV calls here
}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CDDCJ, CDialog)
{{AFX_MSG_MAP(CDDCJ)
ON_WM_PAINT()
}}AFX_MSG_MAP
END_MESSAGE_MAP()
CDDCJ message handlers
BOOL CDDCJOnInitDialog()
{
CDialogOnInitDialog();
GetDlgItem(IDC_RESULT)-GetWindowRect(&m_ResultRect);
ScreenToClient(&m_ResultRect);
return TRUE; return TRUE unless you set the focus to a control
EXCEPTION OCX Property Pages should return FALSE
}
void CDDCJOnPaint()
{
CPaintDC dc(this); device context for painting
char temp[20];
dc.SetBkMode(TRANSPARENT);
if(fFaultJL == -1)
dc.TextOut(m_ResultRect.left+20, m_ResultRect.top+40, 故障距離未知!);
else
{
sprintf(temp, 故障距離=%-.2fKM, fFaultJL);
dc.TextOut(m_ResultRect.left+20, m_ResultRect.top+40, temp);
}
}
詳細(xì)完整源碼見附件
復(fù)制代碼
歡迎光臨 ELEOK (http://m.afoofa.cn/)
Powered by Discuz! X5.0