JHCTech FEBC-3158 User Manual page 57

Table of Contents

Advertisement

CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutDlg)
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
// No message handlers
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CL706_GPIO_TESTDlg dialog
CL706_GPIO_TESTDlg::CL706_GPIO_TESTDlg(CWnd* pParent /*=NULL*/)
: CDialog(CL706_GPIO_TESTDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CL706_GPIO_TESTDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
// Note that LoadIcon does not require a subsequent DestroyIcon in Win32
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}
void CL706_GPIO_TESTDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CL706_GPIO_TESTDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
DDX_Control(pDX, IDC_BTN_LED1, m_ButtonLED1);
DDX_Control(pDX, IDC_BTN_LED2, m_ButtonLED2);
DDX_Control(pDX, IDC_BTN_LED3, m_ButtonLED3);
DDX_Control(pDX, IDC_BTN_LED4, m_ButtonLED4);
DDX_Control(pDX, IDC_BTN_LED5, m_ButtonLED5);
DDX_Control(pDX, IDC_BTN_LED6, m_ButtonLED6);
DDX_Control(pDX, IDC_BTN_LED7, m_ButtonLED7);
DDX_Control(pDX, IDC_BTN_LED8, m_ButtonLED8);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CL706_GPIO_TESTDlg, CDialog)
//{{AFX_MSG_MAP(CL706_GPIO_TESTDlg)
ON_WM_SYSCOMMAND()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
ON_WM_TIMER()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
User's Manual
50

Advertisement

Table of Contents
loading

Table of Contents