OSDN Git Service

Add auto load putty key option at clone, pull and push dialog.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / PullFetchDlg.h
1 #pragma once\r
2 \r
3 #include "StandAloneDlg.h"\r
4 #include "HistoryCombo.h"\r
5 #include "HyperLink.h"\r
6 // CPullFetchDlg dialog\r
7 \r
8 class CPullFetchDlg : public CResizableStandAloneDialog\r
9 {\r
10         DECLARE_DYNAMIC(CPullFetchDlg)\r
11 \r
12 public:\r
13         CPullFetchDlg(CWnd* pParent = NULL);   // standard constructor\r
14         virtual ~CPullFetchDlg();\r
15 \r
16 // Dialog Data\r
17         enum { IDD = IDD_PULLFETCH };\r
18 \r
19 protected:\r
20         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support\r
21         CHistoryCombo   m_Remote;\r
22         CHistoryCombo   m_Other;\r
23         CHistoryCombo   m_RemoteBranch;\r
24         virtual BOOL OnInitDialog();\r
25 \r
26         \r
27         DECLARE_MESSAGE_MAP()\r
28 public:\r
29         BOOL        m_IsPull;\r
30     BOOL        m_bAutoLoad;\r
31     BOOL        m_bAutoLoadEnable;\r
32     CHyperLink  m_RemoteManage;\r
33 \r
34         afx_msg void OnBnClickedRd();\r
35         afx_msg void OnBnClickedOk();\r
36         CString m_RemoteURL;\r
37         CString m_RemoteBranchName;\r
38     afx_msg void OnStnClickedRemoteManage();\r
39 };\r