// SendMsgDlg.h : header file // #if !defined(AFX_SENDMSGDLG_H__57C7E005_A778_4E8C_B02C_911EA8DD3458__INCLUDED_) #define AFX_SENDMSGDLG_H__57C7E005_A778_4E8C_B02C_911EA8DD3458__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 ///////////////////////////////////////////////////////////////////////////// // CSendMsgDlg dialog class CSendMsgDlg : public CDialog { // Construction public: CSendMsgDlg(CWnd* pParent = NULL); // standard constructor void FormInit(void); // Dialog Data //{{AFX_DATA(CSendMsgDlg) enum { IDD = IDD_SENDMSG_DIALOG }; CEdit m_DataLen; CButton m_11bit; CButton m_29bit; CComboBox m_Slot; CButton m_Send; CButton m_RTR; CButton m_Reset; CButton m_Init; CEdit m_ID; CEdit m_Data; CComboBox m_Baud; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSendMsgDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: HICON m_hIcon; // Generated message map functions //{{AFX_MSG(CSendMsgDlg) virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnSelendokSlotCombo(); afx_msg void OnInitButton(); afx_msg void OnResetButton(); afx_msg void OnSendButton(); afx_msg void On29bitRadio(); afx_msg void On11bitRadio(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SENDMSGDLG_H__57C7E005_A778_4E8C_B02C_911EA8DD3458__INCLUDED_)