GME  13
SVNDialogPlaintext.h
Go to the documentation of this file.
00001 #pragma once
00002 
00003 
00004 // CSVNDialogPlaintext dialog
00005 
00006 class CSVNDialogPlaintext : public CDialogEx
00007 {
00008         DECLARE_DYNAMIC(CSVNDialogPlaintext)
00009 
00010 public:
00011         CSVNDialogPlaintext(CWnd* pParent = NULL);   // standard constructor
00012         virtual ~CSVNDialogPlaintext();
00013 
00014 // Dialog Data
00015         enum { IDD = IDD_DIALOG_SVNPLAINTEXT };
00016 
00017 protected:
00018         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00019 
00020         DECLARE_MESSAGE_MAP()
00021 public:
00022         CString realm;
00023 };