OSDN Git Service

FormatPatch Finished
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / FormatPatchDlg.h
diff --git a/src/TortoiseProc/FormatPatchDlg.h b/src/TortoiseProc/FormatPatchDlg.h
new file mode 100644 (file)
index 0000000..8f12238
--- /dev/null
@@ -0,0 +1,43 @@
+#pragma once\r
+\r
+#include "StandAloneDlg.h"\r
+#include "HistoryCombo.h"\r
+\r
+// CFormatPatchDlg dialog\r
+\r
+class CFormatPatchDlg : public CResizableStandAloneDialog\r
+{\r
+       DECLARE_DYNAMIC(CFormatPatchDlg)\r
+\r
+public:\r
+       CFormatPatchDlg(CWnd* pParent = NULL);   // standard constructor\r
+       virtual ~CFormatPatchDlg();\r
+\r
+// Dialog Data\r
+       enum { IDD = IDD_FORMAT_PATCH };\r
+\r
+protected:\r
+       virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support\r
+       virtual BOOL OnInitDialog();\r
+\r
+       CHistoryCombo m_cDir;\r
+       CHistoryCombo m_cSince;\r
+       CHistoryCombo m_cFrom;\r
+       CHistoryCombo m_cTo;\r
+       CEdit             m_cNum;\r
+\r
+       DECLARE_MESSAGE_MAP()\r
+public:\r
+       int m_Num;\r
+       CString m_Dir;\r
+       CString m_From;\r
+       CString m_To;\r
+       CString m_Since;\r
+       int m_Radio;\r
+\r
+       afx_msg void OnBnClickedButtonDir();\r
+       afx_msg void OnBnClickedButtonFrom();\r
+       afx_msg void OnBnClickedButtonTo();\r
+       afx_msg void OnBnClickedOk();\r
+       afx_msg void OnBnClickedRadio();\r
+};\r