SetYCDlg.h
资源名称:PasRTDat.rar [点击查看]
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Visual C++
- // SetYCDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // SetYCDlg dialog
- class CRtListView;
- class SetYCDlg : public CDialog
- {
- // Construction
- public:
- SetYCDlg(CWnd* pParent = NULL); // standard constructor
- public:
- CRtListView *m_pListV;
- // Dialog Data
- //{{AFX_DATA(SetYCDlg)
- enum { IDD = IDD_YCEDIT };
- float m_NewValue;
- float m_OldValue;
- CString m_YCName;
- int RowIndex;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(SetYCDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(SetYCDlg)
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };