If there are submodule changes in the file list when resolving conflicts while rebasi...
[TortoiseGit.git] / src / TortoiseProc / SinglePropSheetDlg.h
blobc76a844d665acefaacbb43e900619f27b76e5ab3
1 #pragma once
3 #include "Settings/SettingsPropPage.h"
4 #include "TreePropSheet/TreePropSheet.h"
6 class CSinglePropSheetDlg : public TreePropSheet::CTreePropSheet
8 DECLARE_DYNAMIC(CSinglePropSheetDlg)
10 public:
11 CSinglePropSheetDlg(const TCHAR* szCaption, ISettingsPropPage* pThePropPage, CWnd* pParent = NULL); // standard constructor
12 virtual ~CSinglePropSheetDlg();
14 void AddPropPages();
15 void RemovePropPages();
17 protected:
18 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
20 DECLARE_MESSAGE_MAP()
22 private:
23 ISettingsPropPage* m_pThePropPage;
25 public:
26 virtual BOOL OnInitDialog();