From caef99b21536d9e8c2f9c637fcf020b4e082db5d Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Wed, 28 Sep 2011 21:02:14 +0000 Subject: Initial import of KFW 3.2.2 Leash32 code Signed-off-by: Alexey Melnikov git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25278 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/leash/LeashControlPanel.cpp | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/windows/leash/LeashControlPanel.cpp (limited to 'src/windows/leash/LeashControlPanel.cpp') diff --git a/src/windows/leash/LeashControlPanel.cpp b/src/windows/leash/LeashControlPanel.cpp new file mode 100644 index 000000000..47273a077 --- /dev/null +++ b/src/windows/leash/LeashControlPanel.cpp @@ -0,0 +1,43 @@ +// LeashControlPanel.cpp : implementation file +// + +#include "stdafx.h" +#include "leash.h" +#include "LeashControlPanel.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif + +///////////////////////////////////////////////////////////////////////////// +// CLeashControlPanel dialog + + +CLeashControlPanel::CLeashControlPanel(CWnd* pParent /*=NULL*/) + : CDialog(CLeashControlPanel::IDD, pParent) +{ + //{{AFX_DATA_INIT(CLeashControlPanel) + // NOTE: the ClassWizard will add member initialization here + //}}AFX_DATA_INIT +} + + +void CLeashControlPanel::DoDataExchange(CDataExchange* pDX) +{ + CDialog::DoDataExchange(pDX); + //{{AFX_DATA_MAP(CLeashControlPanel) + // NOTE: the ClassWizard will add DDX and DDV calls here + //}}AFX_DATA_MAP +} + + +BEGIN_MESSAGE_MAP(CLeashControlPanel, CDialog) + //{{AFX_MSG_MAP(CLeashControlPanel) + // NOTE: the ClassWizard will add message map macros here + //}}AFX_MSG_MAP +END_MESSAGE_MAP() + +///////////////////////////////////////////////////////////////////////////// +// CLeashControlPanel message handlers -- cgit