Main Page   Class Hierarchy   Compound List   File List   Compound Members  

MyContTranfPropDialog.h

00001 #if !defined(AFX_MYCONTTRANFPROPDIALOG_H__7DDCF36D_4059_4D9A_86A1_FB8C1D9F8D4F__INCLUDED_)
00002 #define AFX_MYCONTTRANFPROPDIALOG_H__7DDCF36D_4059_4D9A_86A1_FB8C1D9F8D4F__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // MyContTransfPropDialog.h : header file
00008 //
00009 
00011 // MyContTranfPropDialog dialog
00012 
00013 class MyContTransfPropDialog : public CDialog
00014 {
00015 // Construction
00016 public:
00017         CColorDialog m_ColorDialog;
00018         MyContTranfPropDialog(CWnd* pParent = NULL);   // standard constructor
00019 
00020 // Dialog Data
00021         //{{AFX_DATA(MyContTranfPropDialog)
00022         enum { IDD = IDD_CONTTRANSF_PROP_DIALOG };
00023         int             m_LineWidth;
00024         int             m_Res;
00025         int             m_Opacity;
00026         //}}AFX_DATA
00027 
00028 
00029 // Overrides
00030         // ClassWizard generated virtual function overrides
00031         //{{AFX_VIRTUAL(MyContTranfPropDialog)
00032         protected:
00033         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00034         //}}AFX_VIRTUAL
00035 
00036 // Implementation
00037 protected:
00038 
00039         // Generated message map functions
00040         //{{AFX_MSG(MyContTranfPropDialog)
00041         virtual BOOL OnInitDialog();
00042         afx_msg void OnColorButton();
00043         //}}AFX_MSG
00044         DECLARE_MESSAGE_MAP()
00045 };
00046 
00047 //{{AFX_INSERT_LOCATION}}
00048 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00049 
00050 #endif // !defined(AFX_MYCONTTRANFPROPDIALOG_H__7DDCF36D_4059_4D9A_86A1_FB8C1D9F8D4F__INCLUDED_)

Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002