GME  13
SVNDialogPlaintext.cpp
Go to the documentation of this file.
00001 // SVNDialogPlaintext.cpp : implementation file
00002 //
00003 
00004 #include "stdafx.h"
00005 #include "SVNDialogPlaintext.h"
00006 #include "afxdialogex.h"
00007 
00008 
00009 // CSVNDialogPlaintext dialog
00010 
00011 IMPLEMENT_DYNAMIC(CSVNDialogPlaintext, CDialogEx)
00012 
00013 CSVNDialogPlaintext::CSVNDialogPlaintext(CWnd* pParent /*=NULL*/)
00014         : CDialogEx(CSVNDialogPlaintext::IDD, pParent)
00015         , realm(_T(""))
00016 {
00017 
00018 }
00019 
00020 CSVNDialogPlaintext::~CSVNDialogPlaintext()
00021 {
00022 }
00023 
00024 void CSVNDialogPlaintext::DoDataExchange(CDataExchange* pDX)
00025 {
00026         CDialogEx::DoDataExchange(pDX);
00027         DDX_Text(pDX, IDC_EDIT1, realm);
00028 }
00029 
00030 
00031 BEGIN_MESSAGE_MAP(CSVNDialogPlaintext, CDialogEx)
00032 END_MESSAGE_MAP()
00033 
00034 
00035 // CSVNDialogPlaintext message handlers