1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2024-11-28 13:12:05 +00:00
TegraRcmGUI/TegraRcmGUI/DialogTab03.h

51 lines
965 B
C
Raw Normal View History

2018-06-10 15:21:59 +01:00
#pragma once
#include <string>
#include "TegraRcmGUIDlg.h"
#include "TegraRcm.h"
#include "stdafx.h"
#include <Windows.h>
#include <shlobj.h>
#include <winnls.h>
#include <shobjidl.h>
#include <objbase.h>
#include <objidl.h>
#include <shlguid.h>
#include <atlbase.h>
#include <atlconv.h>
2018-06-10 15:21:59 +01:00
// DialogTab03 dialog
class DialogTab03 : public CDialogEx
{
DECLARE_DYNAMIC(DialogTab03)
public:
DialogTab03(TegraRcm *pTegraRcm, CWnd* Parent = NULL); // standard constructor
virtual ~DialogTab03();
// Dialog Data
#ifdef AFX_DESIGN_TIME
enum { IDD = ID_DIALOGTAB_03 };
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnInitDialog();
DECLARE_MESSAGE_MAP()
private:
TegraRcm *m_TegraRcm;
public:
afx_msg void OnClickedAutoInject();
afx_msg void OnClickedMinToTray();
afx_msg void OnBnClickedInstallDriver();
afx_msg void OnBnClickedWinstart();
void CreateLink();
afx_msg void CleanRegestry();
2018-06-10 15:21:59 +01:00
};