GME  13
SvnTestDlg.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "resource.h"
00003 
00004 // CSvnTestDlg dialog
00005 
00006 class CSvnTestDlg : public CDialog
00007 {
00008         DECLARE_DYNAMIC(CSvnTestDlg)
00009 
00010 public:
00011         CSvnTestDlg(CWnd* pParent = NULL);   // standard constructor
00012         virtual ~CSvnTestDlg();
00013 
00014 // Dialog Data
00015         enum { IDD = IDD_TESTRESULTDIALOG };
00016 
00017 protected:
00018         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00019 
00020         DECLARE_MESSAGE_MAP()
00021 public:
00022         afx_msg void OnSize(UINT nType, int cx, int cy);
00023         CEdit m_field;
00024         CButton m_btn;
00025 
00026 public:
00027         void setContent( const CString& p_cont);
00028 
00029 protected:
00030         CString     m_defContent;
00031 public:
00032         virtual BOOL OnInitDialog();
00033 };