author | Michael Krelin <hacker@klever.net> | 2011-04-27 14:18:48 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2011-04-27 14:18:48 (UTC) |
commit | c3b240e06bae3b663505e2b1c52eb67c34ddd3ea (patch) (side-by-side diff) | |
tree | 06793f5d56a8129bfdaaee441fc34fbb361ddb13 /pumpkin.clw | |
parent | d097b824b7fcad001c9581fb2e322bf3e3e5961d (diff) | |
download | pumpkin-c3b240e06bae3b663505e2b1c52eb67c34ddd3ea.zip pumpkin-c3b240e06bae3b663505e2b1c52eb67c34ddd3ea.tar.gz pumpkin-c3b240e06bae3b663505e2b1c52eb67c34ddd3ea.tar.bz2 |
network settings: bind to specific ip address
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | pumpkin.clw | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/pumpkin.clw b/pumpkin.clw index 213d8c1..7fa927b 100644 --- a/pumpkin.clw +++ b/pumpkin.clw @@ -1,9 +1,9 @@ ; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
-LastClass=CPumpKINDlg
+LastClass=CPropsNetwork
LastTemplate=CComboBox
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "PumpKIN.h"
@@ -13,9 +13,9 @@ Class2=CPumpKINDlg Class3=CAboutDlg
ResourceCount=10
Resource1=IDD_REQUEST
-Resource2=IDD_PROPS_NETWORK
+Resource2=IDD_PUMPKIN_DIALOG
Resource3=IDD_CONFIRM_RRQ
Resource4=IDD_PROPS_SERVER
Class4=CPropsServer
Class5=CPropsNetwork
@@ -32,9 +32,9 @@ Resource8=IDD_PROPS_SOUNDS Class12=CPropsSounds
Resource9=IDM_POPUPS
Class13=CPropsACL
Class14=CACLTargetCombo
-Resource10=IDD_PUMPKIN_DIALOG
+Resource10=IDD_PROPS_NETWORK
[CLS:CPumpKINApp]
Type=0
HeaderFile=PumpKIN.h
@@ -109,9 +109,9 @@ Control18=IDC_LOGFILE_BROWSE,button,1342242880 [DLG:IDD_PROPS_NETWORK]
Type=1
Class=CPropsNetwork
-ControlCount=15
+ControlCount=17
Control1=IDC_STATIC,button,1342177287
Control2=IDC_STATIC,static,1342308354
Control3=IDC_LISTENPORT,edit,1350631552
Control4=IDC_LISTENSPIN,msctls_updown32,1342177463
@@ -125,8 +125,10 @@ Control11=IDC_STATIC,static,1342308352 Control12=IDC_STATIC,static,1342308352
Control13=IDC_STATIC,static,1342308352
Control14=IDC_BLOCKSIZE,edit,1350639744
Control15=IDC_BSIZESPIN,msctls_updown32,1342177463
+Control16=IDC_STATIC,static,1342308354
+Control17=IDC_LISTENADDRESS,edit,1350631552
[CLS:CPropsServer]
Type=0
HeaderFile=PropsServer.h
@@ -142,9 +144,9 @@ HeaderFile=PropsNetwork.h ImplementationFile=PropsNetwork.cpp
BaseClass=CPropertyPage
Filter=D
VirtualFilter=idWC
-LastObject=IDC_BLOCKSIZE
+LastObject=IDC_LISTENADDRESS
[DLG:IDD_CONFIRM_RRQ]
Type=1
Class=CConfirmRRQDlg
|