GME  13
CommitDialog.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "afxwin.h"
00003 
00004 
00005 // CCommitDialog dialog
00006 
00007 class CCommitDialog : public CDialog
00008 {
00009         DECLARE_DYNAMIC(CCommitDialog)
00010 
00011 public:
00012         CCommitDialog(CWnd* pParent = NULL);   // standard constructor
00013         virtual ~CCommitDialog();
00014 
00015 // Dialog Data
00016         enum { IDD = IDD_DIALOG_COMMIT };
00017 
00018 protected:
00019         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
00020         virtual void OnOK();
00021 
00022         DECLARE_MESSAGE_MAP()
00023 public:
00024         
00025         CEdit m_commentEdit;
00026         CString m_comment;
00027 };