ChildFrm.h
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
开发平台:

Visual C++

  1. // ChildFrm.h : interface of the CChildFrame class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // 长字符串输入结构
  5. class CChildFrame : public CMDIChildWnd
  6. {
  7. DECLARE_DYNCREATE(CChildFrame)
  8. public:
  9. CChildFrame();
  10. // Attributes
  11. public:
  12. CSplitterWnd m_wndSplitter;
  13. CDialogBar   m_RtuDlg;
  14. // Operations
  15. public:
  16. protected:
  17. short int barRTUID;
  18. // Overrides
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CChildFrame)
  21. public:
  22. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  23. protected:
  24. virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. virtual ~CChildFrame();
  29. #ifdef _DEBUG
  30. virtual void AssertValid() const;
  31. virtual void Dump(CDumpContext& dc) const;
  32. #endif
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(CChildFrame)
  36. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  37. afx_msg void OnDropdownRtuname();
  38. afx_msg void OnCloseupRtuname();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////