电力系统故障录波数据管理系统分析仪vc 源码.rar
(8.36 MB, 售价: 1 E币)
- 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);
- }
-
- }
- 详细完整源码见附件
复制代码
【必读】版权免责声明
1、本主题所有言论和内容纯属会员个人意见,与本论坛立场无关。2、本站对所发内容真实性、客观性、可用性不做任何保证也不负任何责任,网友之间仅出于学习目的进行交流。3、对提供的数字内容不拥有任何权利,其版权归原著者拥有。请勿将该数字内容进行商业交易、转载等行为,该内容只为学习所提供,使用后发生的一切问题与本站无关。 4、本网站不保证本站提供的下载资源的准确性、安全性和完整性;同时本网站也不承担用户因使用这些下载资源对自己和他人造成任何形式的损失或伤害。 5、本网站所有软件和资料均为网友推荐收集整理而来,仅供学习用途使用,请务必下载后两小时内删除,禁止商用。6、如有侵犯你版权的,请及时联系我们(电子邮箱1370723259@qq.com)指出,本站将立即改正。
|