OSDN Git Service

Add bugtraq to support commit dialog bug track.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / ImportPatchDlg.h
1 #pragma once\r
2 \r
3 #include "StandAloneDlg.h"\r
4 // CImportPatchDlg dialog\r
5 #include "TGitPath.h"\r
6 #include "PatchListCtrl.h"\r
7 \r
8 class CImportPatchDlg : public CResizableStandAloneDialog\r
9 {\r
10         DECLARE_DYNAMIC(CImportPatchDlg)\r
11 \r
12 public:\r
13         CImportPatchDlg(CWnd* pParent = NULL);   // standard constructor\r
14         virtual ~CImportPatchDlg();\r
15 \r
16 // Dialog Data\r
17         enum { IDD = IDD_APPLY_PATCH_LIST };\r
18 \r
19 protected:\r
20         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support\r
21         virtual BOOL OnInitDialog();\r
22 \r
23         CPatchListCtrl m_cList;\r
24         DECLARE_MESSAGE_MAP()\r
25 public:\r
26         afx_msg void OnLbnSelchangeListPatch();\r
27         afx_msg void OnBnClickedButtonAdd();\r
28         afx_msg void OnBnClickedButtonUp();\r
29         afx_msg void OnBnClickedButtonDown();\r
30         afx_msg void OnBnClickedButtonRemove();\r
31         afx_msg void OnBnClickedOk();\r
32 \r
33         CTGitPathList m_PathList;\r
34 };\r