mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
Feature: Support download payload from http(s) server
This commit is contained in:
@@ -62,4 +62,10 @@ public:
|
||||
afx_msg void OnEnKillfocusEditInstallDir();
|
||||
afx_msg void OnEnKillfocusEditInstallName();
|
||||
afx_msg void OnRandomName();
|
||||
CButton m_BtnFileServer;
|
||||
CStatic m_StaticDownload;
|
||||
CEdit m_EditDownloadUrl;
|
||||
CString m_sDownloadUrl;
|
||||
afx_msg void OnBnClickedCheckFileserver();
|
||||
afx_msg void OnCbnSelchangeComboPayload();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user