OSDN Git Service

Save and restore column widths for log and blame in registry.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseProc / ResetDlg.h
1 #pragma once\r
2 \r
3 #include "StandAloneDlg.h"\r
4 // CResetDlg dialog\r
5 \r
6 class CResetDlg : public CResizableStandAloneDialog\r
7 {\r
8         DECLARE_DYNAMIC(CResetDlg)\r
9 \r
10 public:\r
11         CResetDlg(CWnd* pParent = NULL);   // standard constructor\r
12         virtual ~CResetDlg();\r
13 \r
14 // Dialog Data\r
15         enum { IDD = IDD_RESET };\r
16 \r
17 protected:\r
18         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support\r
19         virtual BOOL OnInitDialog();\r
20         virtual void OnOK();\r
21 \r
22         DECLARE_MESSAGE_MAP()\r
23 public:\r
24     int m_ResetType;\r
25 };\r