OSDN Git Service

Add Git config and remote at setting dialog
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / SettingGitRemote.h
1 #pragma once\r
2 #include "afxwin.h"\r
3 \r
4 \r
5 // CSettingGitRemote dialog\r
6 \r
7 class CSettingGitRemote : public CPropertyPage\r
8 {\r
9         DECLARE_DYNAMIC(CSettingGitRemote)\r
10 \r
11 public:\r
12         CSettingGitRemote();\r
13         virtual ~CSettingGitRemote();\r
14 \r
15 // Dialog Data\r
16         enum { IDD = IDD_SETTINREMOTE };\r
17 \r
18 protected:\r
19         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support\r
20 \r
21         DECLARE_MESSAGE_MAP()\r
22 public:\r
23     CListBox m_ctrlRemoteList;\r
24     CString m_strRemote;\r
25     CString m_strUrl;\r
26     CButton m_bAutoLoad;\r
27     CString m_strPuttyKeyfile;\r
28     afx_msg void OnBnClickedButtonBrowse();\r
29     afx_msg void OnBnClickedButtonAdd();\r
30     afx_msg void OnLbnSelchangeListRemote();\r
31 };\r