From 955d4e00adc9f39ab93bf21f07506eb75b013c70 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/T42/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8 --- (limited to 'SecretaryPage.h') diff --git a/SecretaryPage.h b/SecretaryPage.h new file mode 100644 index 0000000..108d933 --- a/dev/null +++ b/SecretaryPage.h @@ -0,0 +1,59 @@ +// SecretaryPage.h : header file +// + +///////////////////////////////////////////////////////////////////////////// +// CSecretaryPage dialog + +class CSecretaryPage : public CPropertyPage +{ + DECLARE_DYNCREATE(CSecretaryPage) + +// Construction +public: + void SetWinLimit(); + void SetBytesLimit(); + void SetTimeLimit(); + CSecretaryPage(); + ~CSecretaryPage(); + +// Dialog Data + //{{AFX_DATA(CSecretaryPage) + enum { IDD = IDD_OPTIONS_SECRETARY }; + CButton m_bLimitWinCtl; + CSpinButtonCtrl m_WinSpinCtl; + CSpinButtonCtrl m_TimeSpinCtl; + CEdit m_limitWinCtl; + CSpinButtonCtrl m_CharSpinCtl; + CEdit m_limitTimeCtl; + CButton m_bLimitTimeCtl; + CButton m_bLimitBytesCtl; + CEdit m_limitBytesCtl; + UINT m_limitBytes; + BOOL m_bLimitBytes; + BOOL m_bLimitTime; + CString m_Greeting; + UINT m_limitTime; + BOOL m_bLimitWin; + UINT m_limitWin; + //}}AFX_DATA + + +// Overrides + // ClassWizard generate virtual function overrides + //{{AFX_VIRTUAL(CSecretaryPage) + protected: + virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support + //}}AFX_VIRTUAL + +// Implementation +protected: + // Generated message map functions + //{{AFX_MSG(CSecretaryPage) + virtual BOOL OnInitDialog(); + afx_msg void OnDobytelimit(); + afx_msg void OnDotimelimit(); + afx_msg void OnDowinlimit(); + //}}AFX_MSG + DECLARE_MESSAGE_MAP() + +}; -- cgit v0.9.0.2