51 #ifdef AFX_DESIGN_TIME 54 IDD = IDD_DIALOG_UPDATE
64 virtual void OnCancel();
69 afx_msg
void OnShowWindow(BOOL bShow, UINT nStatus);
70 afx_msg
void OnSelchangeComboFile();
71 afx_msg
void OnKillfocusComboFile();
72 afx_msg
void OnBnClickedButtonBrowse();
73 afx_msg
void OnBnClickedRadioErase();
74 afx_msg
void OnBnClickedRadioUnlock();
75 afx_msg
void OnChangeEdit();
76 afx_msg
void OnBnClickedButtonUpdate();
77 afx_msg LRESULT OnUpdateProgress(WPARAM wParam, LPARAM lParam);
BOOL m_useKeytoUnlock
flash-erase-all-unsecure command when updating.
Definition: UpdateDlg.h:86
CProgressCtrl m_progressCtrl
command when updating.
Definition: UpdateDlg.h:88
virtual void DoDataExchange(CDataExchange *pDX)
Generated message map functions.
Definition: UpdateDlg.cpp:62
BOOL m_doErasetoUnlock
Definition: UpdateDlg.h:84
CString m_address
A control variable for the Edit Control, IDC_EDIT_ADDRESS.
Definition: UpdateDlg.h:82
virtual BOOL OnInitDialog()
Generated message map functions.
Definition: UpdateDlg.cpp:98
CComboBox m_ctrlImageFile
A control variable for the Combox, IDC_COMBO_FILE.
Definition: UpdateDlg.h:81
CString m_backdoorKey
A control variable for the Edit Control, IDC_EDIT_KEY.
Definition: UpdateDlg.h:83
void RefreshImageFileList()
Refresh the image file list.
Definition: UpdateDlg.cpp:146
UpdateDlg class is the UI Dialog class for the Update tab page.
Definition: UpdateDlg.h:39