summaryrefslogtreecommitdiffabout
path: root/PropsServer.h
Unidiff
Diffstat (limited to 'PropsServer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--PropsServer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/PropsServer.h b/PropsServer.h
index 29d85bd..1563479 100644
--- a/PropsServer.h
+++ b/PropsServer.h
@@ -8,38 +8,41 @@ class CPropsServer : public CPropertyPage
8{ 8{
9 DECLARE_DYNCREATE(CPropsServer) 9 DECLARE_DYNCREATE(CPropsServer)
10 10
11// Construction 11// Construction
12public: 12public:
13 UINT m_PromptTimeOut; 13 UINT m_PromptTimeOut;
14 CPropsServer(); 14 CPropsServer();
15 ~CPropsServer(); 15 ~CPropsServer();
16 16
17// Dialog Data 17// Dialog Data
18 //{{AFX_DATA(CPropsServer) 18 //{{AFX_DATA(CPropsServer)
19 enum { IDD = IDD_PROPS_SERVER }; 19 enum { IDD = IDD_PROPS_SERVER };
20 CButtonm_LogBrowseCtl;
20 CButtonm_BrowseCtl; 21 CButtonm_BrowseCtl;
21 CSliderCtrlm_PromptTimeoutCtl; 22 CSliderCtrlm_PromptTimeoutCtl;
22 int m_RRQMode; 23 int m_RRQMode;
23 CStringm_TFTPRoot; 24 CStringm_TFTPRoot;
24 BOOLm_TFTPSubdirs; 25 BOOLm_TFTPSubdirs;
25 int m_WRQMode; 26 int m_WRQMode;
27 CStringm_LogFile;
26 //}}AFX_DATA 28 //}}AFX_DATA
27 29
28 30
29// Overrides 31// Overrides
30 // ClassWizard generate virtual function overrides 32 // ClassWizard generate virtual function overrides
31 //{{AFX_VIRTUAL(CPropsServer) 33 //{{AFX_VIRTUAL(CPropsServer)
32 protected: 34 protected:
33 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support 35 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
34 //}}AFX_VIRTUAL 36 //}}AFX_VIRTUAL
35 37
36// Implementation 38// Implementation
37protected: 39protected:
38 // Generated message map functions 40 // Generated message map functions
39 //{{AFX_MSG(CPropsServer) 41 //{{AFX_MSG(CPropsServer)
40 virtual BOOL OnInitDialog(); 42 virtual BOOL OnInitDialog();
41 afx_msg void OnBrowse(); 43 afx_msg void OnBrowse();
44 afx_msg void OnLogfileBrowse();
42 //}}AFX_MSG 45 //}}AFX_MSG
43 DECLARE_MESSAGE_MAP() 46 DECLARE_MESSAGE_MAP()
44 47
45}; 48};