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
@@ -17,12 +17,14 @@ public:
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
@@ -39,6 +41,7 @@ protected:
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