Main Page | File List

ProfileDialog.h

00001 #if !defined(AFX_PROFILEDIALOG_H__4731544D_B022_4033_8F7C_A3D43827475A__INCLUDED_)
00002 #define AFX_PROFILEDIALOG_H__4731544D_B022_4033_8F7C_A3D43827475A__INCLUDED_
00003 
00004 #if _MSC_VER > 1000
00005 #pragma once
00006 #endif // _MSC_VER > 1000
00007 // ProfileDialog.h : header file
00008 //
00009 
00010 #include "Client.h"
00011 
00013 // CProfileDialog dialog
00014 
00015 class CProfileDialog : public CDialog
00016 {
00017 // Construction
00018 public:
00019         CProfileDialog(CWnd* pParent = NULL, ClientProfile *profile = NULL);   // standard constructor
00020     profile *pProfile;
00021 
00022 // Dialog Data
00023         //{{AFX_DATA(CProfileDialog)
00024         enum { IDD = IDD_PROFILE };
00025         CComboBox       m_FRCtrl;
00026         int             m_FrameSize;
00027         int             m_Color;
00028         int             m_FrameRate;
00029         UINT    m_BitRate;
00030         //}}AFX_DATA
00031 
00032 
00033 // Overrides
00034         // ClassWizard generated virtual function overrides
00035         //{{AFX_VIRTUAL(CProfileDialog)
00036         protected:
00037         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00038         //}}AFX_VIRTUAL
00039 
00040 // Implementation
00041 protected:
00042 
00043         // Generated message map functions
00044         //{{AFX_MSG(CProfileDialog)
00045         virtual void OnOK();
00046         virtual BOOL OnInitDialog();
00047         //}}AFX_MSG
00048         DECLARE_MESSAGE_MAP()
00049 };
00050 
00051 //{{AFX_INSERT_LOCATION}}
00052 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00053 
00054 #endif // !defined(AFX_PROFILEDIALOG_H__4731544D_B022_4033_8F7C_A3D43827475A__INCLUDED_)

Generated on Mon May 8 22:27:08 2006 by  doxygen 1.3.9.1