[Gcblue-commits] gcb_wx/xml displaysettings_gui.xml,NONE,1.1 network_view.xml,1.2,1.3 options.xml,1.
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-06-14 21:53:05
|
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3244/xml Modified Files: network_view.xml options.xml Added Files: displaysettings_gui.xml Log Message: Index: options.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/options.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** options.xml 4 Jun 2004 21:39:23 -0000 1.1 --- options.xml 14 Jun 2004 21:52:55 -0000 1.2 *************** *** 1,3 **** --- 1,4 ---- <Options> <HostAddress>192.168.0.102</HostAddress> + <DisplaySettings>1024 768 32</DisplaySettings> </Options> Index: network_view.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/network_view.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** network_view.xml 24 Mar 2004 21:09:27 -0000 1.2 --- network_view.xml 14 Jun 2004 21:52:55 -0000 1.3 *************** *** 3,7 **** <Button X="100" Y="50" Width="65" Height="15" Caption="Credits" Command="20"/> <Button X="170" Y="50" Width="65" Height="15" Caption="Database" Command="30"/> ! <Button X="240" Y="50" Width="65" Height="15" Caption="Options" Command="40"/> <Button X="310" Y="50" Width="65" Height="15" Caption="Scenarios" Command="50"/> --- 3,7 ---- <Button X="100" Y="50" Width="65" Height="15" Caption="Credits" Command="20"/> <Button X="170" Y="50" Width="65" Height="15" Caption="Database" Command="30"/> ! <Button X="240" Y="50" Width="65" Height="15" Caption="Options" Command="42"/> <Button X="310" Y="50" Width="65" Height="15" Caption="Scenarios" Command="50"/> --- NEW FILE: displaysettings_gui.xml --- <Window> <Button X="30" Y="50" Width="65" Height="15" Caption="Start" Command="10"/> <Button X="100" Y="50" Width="65" Height="15" Caption="Credits" Command="20"/> <Button X="170" Y="50" Width="65" Height="15" Caption="Database" Command="30"/> <Button X="240" Y="50" Width="65" Height="15" Caption="Options" Command="40"/> <Button X="310" Y="50" Width="65" Height="15" Caption="Scenarios" Command="50"/> </Window> |