home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / edectl / edgedlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-16  |  1.6 KB  |  64 lines

  1. // EdgeDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "edgectl.h"
  5. //}}AFX_INCLUDES
  6.  
  7. #if !defined(AFX_EDGEDLG_H__7E220B1E_FE0B_11D0_9F5E_B42103C10710__INCLUDED_)
  8. #define AFX_EDGEDLG_H__7E220B1E_FE0B_11D0_9F5E_B42103C10710__INCLUDED_
  9.  
  10. #if _MSC_VER >= 1000
  11. #pragma once
  12. #endif // _MSC_VER >= 1000
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CEdgeDlg dialog
  16.  
  17. class CEdgeDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21.     CEdgeDlg(CWnd* pParent = NULL);    // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CEdgeDlg)
  25.     enum { IDD = IDD_EDGE_DIALOG };
  26.     CButton    m_top;
  27.     CButton    m_right;
  28.     CButton    m_left;
  29.     CComboBox    m_edgestyle;
  30.     CButton    m_bottom;
  31.     CEdgeCtl    m_ecmain;
  32.     //}}AFX_DATA
  33.  
  34.     // ClassWizard generated virtual function overrides
  35.     //{{AFX_VIRTUAL(CEdgeDlg)
  36.     protected:
  37.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38.     //}}AFX_VIRTUAL
  39.  
  40. // Implementation
  41. protected:
  42.     HICON m_hIcon;
  43.  
  44.     // Generated message map functions
  45.     //{{AFX_MSG(CEdgeDlg)
  46.     virtual BOOL OnInitDialog();
  47.     afx_msg void OnPaint();
  48.     afx_msg HCURSOR OnQueryDragIcon();
  49.     afx_msg void OnExample();
  50.     afx_msg void OnHowdoi();
  51.     afx_msg void OnBottom();
  52.     afx_msg void OnLeft();
  53.     afx_msg void OnRight();
  54.     afx_msg void OnTop();
  55.     afx_msg void OnSelchangeEdgestyle();
  56.     //}}AFX_MSG
  57.     DECLARE_MESSAGE_MAP()
  58. };
  59.  
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  62.  
  63. #endif // !defined(AFX_EDGEDLG_H__7E220B1E_FE0B_11D0_9F5E_B42103C10710__INCLUDED_)
  64.