dialogcontrolsDlg.h
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:2k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // dialogcontrolsDlg.h : header file
  2. //
  3. #if !defined(AFX_DIALOGCONTROLSDLG_H__B07B822C_4CBF_4E25_A68D_635760C57139__INCLUDED_)
  4. #define AFX_DIALOGCONTROLSDLG_H__B07B822C_4CBF_4E25_A68D_635760C57139__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDialogcontrolsDlg dialog
  10. #include "GuiFolder.h"
  11. #include "GuiOutLook.h"
  12. #include "GuiStaticStandar.h"
  13. #include "GuiSplitter.h"
  14. #include "GuiMiniTool.h"
  15. #include "GuiMiniSplitter.h"
  16. #include "GuiCapOutBar.h"
  17. #include "GuiComboBoxExt.h"
  18. class CDialogcontrolsDlg : public CDialog
  19. {
  20. // Construction
  21. public:
  22. CDialogcontrolsDlg(CWnd* pParent = NULL); // standard constructor
  23. // Dialog Data
  24. //{{AFX_DATA(CDialogcontrolsDlg)
  25. enum { IDD = IDD_DIALOGCONTROLS_DIALOG };
  26. // CStatic m_outllok;
  27. CGuiStaticStandar m_minitools;
  28. //}}AFX_DATA
  29. CGuiSplitter    m_Splitter;
  30. CGuiStaticStandar m_outllok;
  31. CGuiFolder cf;
  32. CTreeCtrl tc;
  33. CTreeCtrl tc1;
  34. CGuiOutLook out;
  35. //------------------------------------
  36. //caption bar
  37. CGuiMiniTool  m_guiMiniToolLeft;
  38. CGuiMiniTool  m_guiMiniToolRight;
  39. CGuiMiniSplitter m_MiniSplitter;
  40. GuiCapOutBar m_CapOutBar;
  41. CGuiComboBoxExt   m_cb;
  42. //------------------------------------
  43. // ClassWizard generated virtual function overrides
  44. //{{AFX_VIRTUAL(CDialogcontrolsDlg)
  45. protected:
  46. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  47. //}}AFX_VIRTUAL
  48. // Implementation
  49. protected:
  50. HICON m_hIcon;
  51. // Generated message map functions
  52. //{{AFX_MSG(CDialogcontrolsDlg)
  53. virtual BOOL OnInitDialog();
  54. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  55. afx_msg void OnPaint();
  56. afx_msg HCURSOR OnQueryDragIcon();
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_DIALOGCONTROLSDLG_H__B07B822C_4CBF_4E25_A68D_635760C57139__INCLUDED_)