summaryrefslogtreecommitdiffabout
path: root/GeneralPage.h
Unidiff
Diffstat (limited to 'GeneralPage.h') (more/less context) (ignore whitespace changes)
-rw-r--r--GeneralPage.h42
1 files changed, 42 insertions, 0 deletions
diff --git a/GeneralPage.h b/GeneralPage.h
new file mode 100644
index 0000000..134e747
--- a/dev/null
+++ b/GeneralPage.h
@@ -0,0 +1,42 @@
1// GeneralPage.h : header file
2//
3
4/////////////////////////////////////////////////////////////////////////////
5// CGeneralPage dialog
6
7class CGeneralPage : public CPropertyPage
8{
9 DECLARE_DYNCREATE(CGeneralPage)
10
11// Construction
12public:
13 void SetPortCtl();
14 UINT m_ntalkPort;
15 CGeneralPage();
16 ~CGeneralPage();
17
18// Dialog Data
19 //{{AFX_DATA(CGeneralPage)
20 enum { IDD = IDD_OPTIONS_GENERAL };
21 CSpinButtonCtrlm_ntalkSpinCtl;
22 CEditm_ntalkPortCtl;
23 //}}AFX_DATA
24
25
26// Overrides
27 // ClassWizard generate virtual function overrides
28 //{{AFX_VIRTUAL(CGeneralPage)
29 protected:
30 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
31 //}}AFX_VIRTUAL
32
33// Implementation
34protected:
35 // Generated message map functions
36 //{{AFX_MSG(CGeneralPage)
37 virtual BOOL OnInitDialog();
38 afx_msg void OnDeltaposNtalkportspin(NMHDR* pNMHDR, LRESULT* pResult);
39 //}}AFX_MSG
40 DECLARE_MESSAGE_MAP()
41
42};