Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbseifert <none@none>2003-11-03 08:05:36 +0300
committerbseifert <none@none>2003-11-03 08:05:36 +0300
commitc12aeb3edd90e95f624add3f48f90eea93d2066b (patch)
tree8a9ce64aec5666b019930fab1a7da29dc7da7612 /windirstat/PageGeneral.h
parentf049e2df4b09dc19a7d76e2d33b8cfcb5370e9dc (diff)
New option 'Show time spent in directory list'.
Diffstat (limited to 'windirstat/PageGeneral.h')
-rw-r--r--windirstat/PageGeneral.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/windirstat/PageGeneral.h b/windirstat/PageGeneral.h
index a23057e..307222c 100644
--- a/windirstat/PageGeneral.h
+++ b/windirstat/PageGeneral.h
@@ -36,18 +36,20 @@ public:
protected:
virtual void DoDataExchange(CDataExchange* pDX);
+ virtual BOOL OnInitDialog();
+ virtual void OnOK();
+ BOOL m_pacmanAnimation;
+ BOOL m_followMountPoints;
BOOL m_humanFormat;
+ BOOL m_showTimeSpent;
+
+ CComboBox m_combo;
+ CButton m_ctlFollowMountPoints;
DECLARE_MESSAGE_MAP()
- virtual BOOL OnInitDialog();
- virtual void OnOK();
afx_msg void OnBnClickedHumanformat();
-public:
- BOOL m_followMountPoints;
afx_msg void OnBnClickedFollowmountpoints();
- BOOL m_pacmanAnimation;
afx_msg void OnBnClickedPacmananimation();
- CComboBox m_combo;
- CButton m_ctlFollowMountPoints;
+ afx_msg void OnBnClickedShowTimeSpent();
};