OpacityDlg.h

Go to the documentation of this file.
00001 #pragma once
00002 #include "afxcmn.h"
00003 
00004 #include "resource.h"       // Hauptsymbole
00005 
00006 
00007 // COpacityDlg-Dialogfeld
00008 
00012 class COpacityDlg : public CDialog
00013 {
00014         DECLARE_DYNAMIC(COpacityDlg)
00015 
00016 public:
00017         COpacityDlg(int opacity, CWnd* pParent = NULL);   // Standardkonstruktor
00018         virtual ~COpacityDlg();
00019 
00020 // Dialogfelddaten
00021         enum { IDD = IDD_DLG_OPACITY };
00022 
00023 protected:
00024         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV-Unterstützung
00025 
00026         DECLARE_MESSAGE_MAP()
00027 public:
00028         int m_nOpacity;
00029         CSliderCtrl m_slider;
00030         virtual BOOL OnInitDialog();
00031 };

Generated on Wed Jan 17 11:58:35 2007 for VisLuBsp1 by  doxygen 1.5.1-p1