From fb8b43dbce8bc310718614384297aeaabb9a3cbb Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Mon, 05 Jul 2004 01:53:09 +0000 Subject: initial commit into svn repository git-svn-id: http://svn.klever.net/kin/bigbrother/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'Preferences.h') diff --git a/Preferences.h b/Preferences.h new file mode 100644 index 0000000..04885f2 --- a/dev/null +++ b/Preferences.h @@ -0,0 +1,48 @@ +// Preferences.h : header file +// + +///////////////////////////////////////////////////////////////////////////// +// CPreferences dialog + +class CPreferences : public CDialog +{ +// Construction +public: + CPreferences(CWnd* pParent = NULL); // standard constructor + +// Dialog Data + //{{AFX_DATA(CPreferences) + enum { IDD = IDD_PREFS }; + CSpinButtonCtrl m_LogMinSpinCtl; + CEdit m_LogFileCtl; + CSpinButtonCtrl m_ThreadsSpinCtl; + CSpinButtonCtrl m_DatasizeSpinCtl; + CButton m_BrowseCtl; + CSpinButtonCtrl m_AutosaveSpinCtl; + UINT m_AutosaveMinutes; + CString m_LogFile; + UINT m_MaxThreads; + UINT m_PingSize; + BOOL m_SaveOnShutdown; + UINT m_LogMins; + BOOL m_bStoreLastActivity; + //}}AFX_DATA + + +// Overrides + // ClassWizard generated virtual function overrides + //{{AFX_VIRTUAL(CPreferences) + protected: + virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + //}}AFX_VIRTUAL + +// Implementation +protected: + + // Generated message map functions + //{{AFX_MSG(CPreferences) + virtual BOOL OnInitDialog(); + afx_msg void OnBrowse(); + //}}AFX_MSG + DECLARE_MESSAGE_MAP() +}; -- cgit v0.9.0.2