summaryrefslogtreecommitdiffabout
path: root/PropsNetwork.h
authorMichael Krelin <hacker@klever.net>2012-12-08 21:19:17 (UTC)
committer Michael Krelin <hacker@klever.net>2012-12-11 21:59:29 (UTC)
commit8808689fe340bec6e90ab13dd502292b0579cf1f (patch) (unidiff)
tree45b7c863151341f687b74e40bffcbd7ab5468783 /PropsNetwork.h
parent6e7e413ca364d79673e523c09767c18e7cff1bec (diff)
downloadpumpkin-8808689fe340bec6e90ab13dd502292b0579cf1f.zip
pumpkin-8808689fe340bec6e90ab13dd502292b0579cf1f.tar.gz
pumpkin-8808689fe340bec6e90ab13dd502292b0579cf1f.tar.bz2
initial osx portosx/0.0
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (limited to 'PropsNetwork.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xPropsNetwork.h46
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
7class CPropsNetwork : public CPropertyPage
8{
9 DECLARE_DYNCREATE(CPropsNetwork)
10
11// Construction
12public:
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
39protected:
40 // Generated message map functions
41 //{{AFX_MSG(CPropsNetwork)
42 virtual BOOL OnInitDialog();
43 //}}AFX_MSG
44 DECLARE_MESSAGE_MAP()
45
46};