1 // TortoiseGit - a Windows shell extension for easy version control
3 // Copyright (C) 2003-2006, 2008 - Stefan Kueng
4 // Copyright (C) 2008-2011, 2013, 2015 - TortoiseGit
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.
21 #include "HorizontalResizableStandAloneDialog.h"
22 #include "ChooseVersion.h"
25 * \ingroup TortoiseProc
26 * Prompts the user for required information for an export command. The information
27 * is the module name and the repository url.
29 class CExportDlg
: public CHorizontalResizableStandAloneDialog
, public CChooseVersion
31 DECLARE_DYNAMIC(CExportDlg
)
34 CExportDlg(CWnd
* pParent
= NULL
); ///< standard constructor
35 virtual ~CExportDlg();
38 enum { IDD
= IDD_EXPORT
};
41 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
43 virtual BOOL
OnInitDialog();
45 afx_msg
void OnDestroy();
46 afx_msg
void OnBnClickedCheckoutdirectoryBrowse();
47 afx_msg
void OnEnChangeCheckoutdirectory();
48 afx_msg
void OnBnClickedWholeProject();
49 afx_msg
void OnBnClickedShowlog();
56 CHOOSE_EVENT_RADIO() ;