Init: Migrate SimpleRemoter (Since v1.3.1) to Gitea
This commit is contained in:
32
server/2015Remote/sys/CCreateTaskDlg.h
Normal file
32
server/2015Remote/sys/CCreateTaskDlg.h
Normal file
@@ -0,0 +1,32 @@
|
||||
#pragma once
|
||||
#include "LangManager.h"
|
||||
|
||||
// CCreateTaskDlg 对话框
|
||||
|
||||
class CCreateTaskDlg : public CDialogLang
|
||||
{
|
||||
DECLARE_DYNAMIC(CCreateTaskDlg)
|
||||
|
||||
public:
|
||||
CCreateTaskDlg(CWnd* pParent = nullptr);
|
||||
virtual ~CCreateTaskDlg();
|
||||
|
||||
// 对话框数据
|
||||
#ifdef AFX_DESIGN_TIME
|
||||
enum { IDD = IDD_CREATETASK };
|
||||
#endif
|
||||
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX);
|
||||
|
||||
DECLARE_MESSAGE_MAP()
|
||||
public:
|
||||
virtual BOOL OnInitDialog();
|
||||
afx_msg void OnBnClickedButtonCREAT();
|
||||
CString m_TaskPath;
|
||||
CEdit m_TaskName;
|
||||
CString m_TaskNames;
|
||||
CString m_ExePath;
|
||||
CString m_Author;
|
||||
CString m_Description;
|
||||
};
|
||||
Reference in New Issue
Block a user