19 ON_BN_CLICKED( IDOK, OnBnClickedOk )
27 CTxtMsgStatusRequestDlg::CTxtMsgStatusRequestDlg
34 , mMessageId( _T("") )
51 CDataExchange * aDataExchange
54 CDialog::DoDataExchange( aDataExchange );
67 CDialog::OnInitDialog();
82 GetDlgItem( IDOK )->EnableWindow(
TRUE );
86 GetDlgItem( IDOK )->EnableWindow(
FALSE );
BOOL OnInitDialog()
Initialize the dialog.
Modal dialog allowing the user to request the status of a server to client text message.
afx_msg void OnEnChangeEditMsgId()
Edit Change handler for Message ID text box.
void sendTextMessageStatusRequest(const MessageId &aMessageId)
Ask the server for the aStopStatus of a text message.
CString mMessageId
Message ID entered by the user.
codepage_type mClientCodepage
Code page used for encoding of text fields when communicating with the client.
FmiApplicationLayer & mCom
Reference to the FMI communication controller that this dialog uses.
Serial communication controller for Garmin and FMI packets.
#define IDD_TXT_MSG_STATUS_REQUEST
afx_msg void OnBnClickedOk()
Click handler for the OK button.
virtual ~CTxtMsgStatusRequestDlg()
Destructor.
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation.
#define IDC_STATUSREQ_EDIT_MSG_ID
Encapsulation of a message ID.