1 // TortoiseGit - a Windows shell extension for easy version control
3 // Copyright (C) 2010,2012 - TortoiseGit
4 // Copyright (C) 2008 - TortoiseSVN
6 // This program is free software; you can redistribute it and/or
7 // modify it under the terms of the GNU General Public License
8 // as published by the Free Software Foundation; either version 2
9 // of the License, or (at your option) any later version.
11 // This program is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License
17 // along with this program; if not, write to the Free Software Foundation,
18 // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 #include "StandAloneDlg.h"
24 class CSetExtMenu
: public ISettingsPropPage
26 DECLARE_DYNAMIC(CSetExtMenu
)
30 virtual ~CSetExtMenu();
32 UINT
GetIconID() {return IDI_MISC
;}
35 enum { IDD
= IDD_SETTINGSEXTMENU
};
38 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
39 virtual BOOL
PreTranslateMessage(MSG
* pMsg
);
40 virtual BOOL
OnApply();
41 afx_msg
void OnLvnItemchangedMenulist(NMHDR
*pNMHDR
, LRESULT
*pResult
);
42 afx_msg
void OnBnClickedSelectall();
43 afx_msg
void OnBnClickedRestoreDefaults();
44 afx_msg
void OnChange();
48 virtual BOOL
OnInitDialog();
53 CRegStdDWORD m_regExtmenu
;
54 CRegStdDWORD m_regExtmenuhigh
;
56 unsigned __int64 m_extmenu
;
59 CListCtrl m_cMenuList
;