[Gcblue-commits] gcb_wx/xml network_view.xml,1.5,1.6 options.xml,1.3,1.4
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-10-02 22:42:16
|
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13659/xml Modified Files: network_view.xml options.xml Log Message: Changes related to GDI+ replacement Index: options.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** options.xml 17 Jun 2004 21:00:50 -0000 1.3 --- options.xml 2 Oct 2004 22:41:34 -0000 1.4 *************** *** 1,4 **** <Options> <HostAddress>192.168.0.102</HostAddress> ! <DisplaySettings>default</DisplaySettings> </Options> --- 1,4 ---- <Options> <HostAddress>192.168.0.102</HostAddress> ! <DisplaySettings>1024 768 32 75</DisplaySettings> </Options> Index: network_view.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/network_view.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** network_view.xml 5 Sep 2004 01:02:04 -0000 1.5 --- network_view.xml 2 Oct 2004 22:41:34 -0000 1.6 *************** *** 16,20 **** <Button X="340" Y="305" Width="65" Height="15" Caption="Test Text" Command="170"/> <StatusBox X="250" Y="130" Width="200" Height="100"/> ! <ChatBox X="30" Y="350" Width="400" Height="200" FontSize="9.0"/> <ChatEntry X="30" Y="556" Width="400" Height="16" BarX="0.0" BarY="1.0" BarWidth="400.0" BarHeight="14.0" Caption=""/> --- 16,20 ---- <Button X="340" Y="305" Width="65" Height="15" Caption="Test Text" Command="170"/> <StatusBox X="250" Y="130" Width="200" Height="100"/> ! <ChatBox X="30" Y="350" Width="400" Height="200" FontSize="11.0"/> <ChatEntry X="30" Y="556" Width="400" Height="16" BarX="0.0" BarY="1.0" BarWidth="400.0" BarHeight="14.0" Caption=""/> |