OSDN Git Service

Add SetModified at Git Config dialog
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / Settings / SettingGitRemote.cpp
index 0329290..d71f45c 100644 (file)
@@ -38,6 +38,10 @@ BEGIN_MESSAGE_MAP(CSettingGitRemote, CPropertyPage)
     ON_BN_CLICKED(IDC_BUTTON_BROWSE, &CSettingGitRemote::OnBnClickedButtonBrowse)\r
     ON_BN_CLICKED(IDC_BUTTON_ADD, &CSettingGitRemote::OnBnClickedButtonAdd)\r
     ON_LBN_SELCHANGE(IDC_LIST_REMOTE, &CSettingGitRemote::OnLbnSelchangeListRemote)\r
+    ON_EN_CHANGE(IDC_EDIT_REMOTE, &CSettingGitRemote::OnEnChangeEditRemote)\r
+    ON_EN_CHANGE(IDC_EDIT_URL, &CSettingGitRemote::OnEnChangeEditUrl)\r
+    ON_BN_CLICKED(IDC_CHECK_ISAUTOLOADPUTTYKEY, &CSettingGitRemote::OnBnClickedCheckIsautoloadputtykey)\r
+    ON_EN_CHANGE(IDC_EDIT_PUTTY_KEY, &CSettingGitRemote::OnEnChangeEditPuttyKey)\r
 END_MESSAGE_MAP()\r
 \r
 \r
@@ -57,3 +61,38 @@ void CSettingGitRemote::OnLbnSelchangeListRemote()
 {\r
     // TODO: Add your control notification handler code here\r
 }\r
+\r
+void CSettingGitRemote::OnEnChangeEditRemote()\r
+{\r
+    // TODO:  If this is a RICHEDIT control, the control will not\r
+    // send this notification unless you override the ISettingsPropPage::OnInitDialog()\r
+    // function and call CRichEditCtrl().SetEventMask()\r
+    // with the ENM_CHANGE flag ORed into the mask.\r
+\r
+    // TODO:  Add your control notification handler code here\r
+}\r
+\r
+void CSettingGitRemote::OnEnChangeEditUrl()\r
+{\r
+    // TODO:  If this is a RICHEDIT control, the control will not\r
+    // send this notification unless you override the ISettingsPropPage::OnInitDialog()\r
+    // function and call CRichEditCtrl().SetEventMask()\r
+    // with the ENM_CHANGE flag ORed into the mask.\r
+\r
+    // TODO:  Add your control notification handler code here\r
+}\r
+\r
+void CSettingGitRemote::OnBnClickedCheckIsautoloadputtykey()\r
+{\r
+    // TODO: Add your control notification handler code here\r
+}\r
+\r
+void CSettingGitRemote::OnEnChangeEditPuttyKey()\r
+{\r
+    // TODO:  If this is a RICHEDIT control, the control will not\r
+    // send this notification unless you override the ISettingsPropPage::OnInitDialog()\r
+    // function and call CRichEditCtrl().SetEventMask()\r
+    // with the ENM_CHANGE flag ORed into the mask.\r
+\r
+    // TODO:  Add your control notification handler code here\r
+}\r