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
00008
00009
00010 #include "Client.h"
00011
00013
00014
00015 class CProfileDialog : public CDialog
00016 {
00017
00018 public:
00019 CProfileDialog(CWnd* pParent = NULL, ClientProfile *profile = NULL);
00020 profile *pProfile;
00021
00022
00023
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
00031
00032
00033
00034
00035
00036 protected:
00037 virtual void DoDataExchange(CDataExchange* pDX);
00038
00039
00040
00041 protected:
00042
00043
00044
00045 virtual void OnOK();
00046 virtual BOOL OnInitDialog();
00047
00048 DECLARE_MESSAGE_MAP()
00049 };
00050
00051
00052
00053
00054 #endif // !defined(AFX_PROFILEDIALOG_H__4731544D_B022_4033_8F7C_A3D43827475A__INCLUDED_)