Garmin Fleet Management Controller  2.19.0
CTxtMsgDeleteRequestDlg.h
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * HEADER NAME:
4 * CTxtMsgDeleteRequestDlg.h
5 *
6 * Copyright 2008-2009 by Garmin Ltd. or its subsidiaries.
7 *---------------------------------------------------------------------
8 * $NoKeywords$
9 *********************************************************************/
10 #ifndef CTxtMsgDeleteRequestDlg_H
11 #define CTxtMsgDeleteRequestDlg_H
12 
14 
15 #include "FmiApplicationLayer.h"
16 
17 //----------------------------------------------------------------------
21 //----------------------------------------------------------------------
22 class CTxtMsgDeleteRequestDlg : public CDialog
23 {
24  DECLARE_DYNAMIC( CTxtMsgDeleteRequestDlg )
25  DECLARE_MESSAGE_MAP()
26 
27 public:
29  (
30  CWnd * aParent,
31  FmiApplicationLayer & aCom
32  );
33 
34  virtual ~CTxtMsgDeleteRequestDlg();
35 
36 protected:
37  virtual void DoDataExchange
38  (
39  CDataExchange * aDataExchange
40  );
41 
42  afx_msg void OnEnChangeEditMsgId();
43  afx_msg void OnBnClickedOk();
44  BOOL OnInitDialog();
45 
48 
50  CString mMessageId;
51 };
52 
53 #endif
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation.
afx_msg void OnEnChangeEditMsgId()
Edit Change handler for Message ID text box.
FmiApplicationLayer & mCom
Reference to the FMI communication controller.
virtual ~CTxtMsgDeleteRequestDlg()
Destructor.
afx_msg void OnBnClickedOk()
Click handler for the OK button.
Serial communication controller for Garmin and FMI packets.
BOOL OnInitDialog()
Initialize the dialog.
CString mMessageId
Message ID entered by the user.
CTxtMsgDeleteRequestDlg(CWnd *aParent, FmiApplicationLayer &aCom)
Constructor.
Modal dialog allowing the user to request the status of a server to client text message.