#include "stdafx.h"
#include "SDKInterface.h"
#include "DiaAddAction.h"
Go to the source code of this file.
Functions | |
IMPLEMENT_DYNAMIC (CDiaAddAction, CDialog) CDiaAddAction | |
BEGIN_MESSAGE_MAP (CDiaAddAction, CDialog) ON_BN_CLICKED(IDC_BUTTON1 | |
OnBnClickedButton1 | ON_BN_CLICKED (IDC_BUTTON2, OnBnClickedButton2) END_MESSAGE_MAP() void CDiaAddAction |
|
|
|
Definition at line 10 of file DiaAddAction.cpp.
00013 : CDialog(CDiaAddAction::IDD, pParent) 00014 , m_TopX(_T("0")) 00015 , m_TopY(_T("0")) 00016 , m_BottomX(_T("0")) 00017 , m_BottomY(_T("0")) 00018 , m_Param(_T("NONE")) 00019 , m_EditAction(_T("0")) 00020 , m_EditEvent(_T("40000")) 00021 { 00022 |
|
Definition at line 43 of file DiaAddAction.cpp. References IDC_BUTTON1, and IDC_BUTTON2.
00051 {
00052 // TODO : ajoutez ici le code de votre gestionnaire de notification de contrôle
|