summaryrefslogtreecommitdiffabout
path: root/SecretaryPage.h
Unidiff
Diffstat (limited to 'SecretaryPage.h') (more/less context) (ignore whitespace changes)
-rw-r--r--SecretaryPage.h59
1 files changed, 59 insertions, 0 deletions
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 @@
1// SecretaryPage.h : header file
2//
3
4/////////////////////////////////////////////////////////////////////////////
5// CSecretaryPage dialog
6
7class CSecretaryPage : public CPropertyPage
8{
9 DECLARE_DYNCREATE(CSecretaryPage)
10
11// Construction
12public:
13 void SetWinLimit();
14 void SetBytesLimit();
15 void SetTimeLimit();
16 CSecretaryPage();
17 ~CSecretaryPage();
18
19// Dialog Data
20 //{{AFX_DATA(CSecretaryPage)
21 enum { IDD = IDD_OPTIONS_SECRETARY };
22 CButtonm_bLimitWinCtl;
23 CSpinButtonCtrlm_WinSpinCtl;
24 CSpinButtonCtrlm_TimeSpinCtl;
25 CEditm_limitWinCtl;
26 CSpinButtonCtrlm_CharSpinCtl;
27 CEditm_limitTimeCtl;
28 CButtonm_bLimitTimeCtl;
29 CButtonm_bLimitBytesCtl;
30 CEditm_limitBytesCtl;
31 UINTm_limitBytes;
32 BOOLm_bLimitBytes;
33 BOOLm_bLimitTime;
34 CStringm_Greeting;
35 UINTm_limitTime;
36 BOOLm_bLimitWin;
37 UINTm_limitWin;
38 //}}AFX_DATA
39
40
41// Overrides
42 // ClassWizard generate virtual function overrides
43 //{{AFX_VIRTUAL(CSecretaryPage)
44 protected:
45 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
46 //}}AFX_VIRTUAL
47
48// Implementation
49protected:
50 // Generated message map functions
51 //{{AFX_MSG(CSecretaryPage)
52 virtual BOOL OnInitDialog();
53 afx_msg void OnDobytelimit();
54 afx_msg void OnDotimelimit();
55 afx_msg void OnDowinlimit();
56 //}}AFX_MSG
57 DECLARE_MESSAGE_MAP()
58
59};