-rwxr-xr-x | PropsNetwork.h | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/PropsNetwork.h b/PropsNetwork.h deleted file mode 100755 index 565b090..0000000 --- a/PropsNetwork.h +++ b/dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | // PropsNetwork.h : header file | ||
2 | // | ||
3 | |||
4 | ///////////////////////////////////////////////////////////////////////////// | ||
5 | // CPropsNetwork dialog | ||
6 | |||
7 | class CPropsNetwork : public CPropertyPage | ||
8 | { | ||
9 | DECLARE_DYNCREATE(CPropsNetwork) | ||
10 | |||
11 | // Construction | ||
12 | public: | ||
13 | CPropsNetwork(); | ||
14 | ~CPropsNetwork(); | ||
15 | |||
16 | // Dialog Data | ||
17 | //{{AFX_DATA(CPropsNetwork) | ||
18 | enum { IDD = IDD_PROPS_NETWORK }; | ||
19 | CSpinButtonCtrlm_BSizeSpinCtl; | ||
20 | CSpinButtonCtrlm_TimeSpinCtl; | ||
21 | CSpinButtonCtrlm_SpeakSpinCtl; | ||
22 | CSpinButtonCtrlm_ListenSpinCtl; | ||
23 | UINTm_ListenPort; | ||
24 | UINTm_SpeakPort; | ||
25 | UINTm_TimeOut; | ||
26 | UINTm_BlockSize; | ||
27 | CStringm_ListenAddress; | ||
28 | //}}AFX_DATA | ||
29 | |||
30 | |||
31 | // Overrides | ||
32 | // ClassWizard generate virtual function overrides | ||
33 | //{{AFX_VIRTUAL(CPropsNetwork) | ||
34 | protected: | ||
35 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support | ||
36 | //}}AFX_VIRTUAL | ||
37 | |||
38 | // Implementation | ||
39 | protected: | ||
40 | // Generated message map functions | ||
41 | //{{AFX_MSG(CPropsNetwork) | ||
42 | virtual BOOL OnInitDialog(); | ||
43 | //}}AFX_MSG | ||
44 | DECLARE_MESSAGE_MAP() | ||
45 | |||
46 | }; | ||