RFDlg.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. // RFDlg.h : header file
  2. //
  3. #if !defined(AFX_RFDLG_H__542A6158_9B38_4874_8AEA_4D74833E52E4__INCLUDED_)
  4. #define AFX_RFDLG_H__542A6158_9B38_4874_8AEA_4D74833E52E4__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRFDlg dialog
  10. class CRFDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CRFDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CRFDlg)
  17. enum { IDD = IDD_RF_DIALOG };
  18. CComboBox m_sector;
  19. CComboBox m_mode;
  20. CComboBox m_port;
  21. CComboBox m_baud;
  22. CListBox m_list;
  23. CString m_data;
  24. CString m_key;
  25. CString m_cmd;
  26. //}}AFX_DATA
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CRFDlg)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. HICON m_hIcon;
  35. // Generated message map functions
  36. //{{AFX_MSG(CRFDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  39. afx_msg void OnPaint();
  40. afx_msg HCURSOR OnQueryDragIcon();
  41. afx_msg void OnButtonConnect();
  42. afx_msg void OnButtonExit();
  43. afx_msg void OnButtonCard();
  44. afx_msg void OnButtonCheckkey();
  45. afx_msg void OnButtonRead();
  46. afx_msg void OnButtonWrite();
  47. afx_msg void OnButtonRead2();
  48. afx_msg void OnButtonCpucard();
  49. afx_msg void OnButtonReset();
  50. afx_msg void OnButtonCmd();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_RFDLG_H__542A6158_9B38_4874_8AEA_4D74833E52E4__INCLUDED_)