[Gcblue-commits] gcb_wx/xml displaysettings_gui.xml,1.1,1.2 network_view.xml,1.4,1.5 options_view.xm
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2004-09-05 01:02:20
|
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28730/xml Modified Files: displaysettings_gui.xml network_view.xml options_view.xml Log Message: Index: network_view.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/network_view.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** network_view.xml 14 Jun 2004 22:37:12 -0000 1.4 --- network_view.xml 5 Sep 2004 01:02:04 -0000 1.5 *************** *** 1,4 **** <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"/> --- 1,4 ---- <Window> ! <Button X="30" Y="50" Width="65" Height="15" Caption="Main" 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"/> Index: options_view.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/options_view.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** options_view.xml 14 Jun 2004 22:38:21 -0000 1.1 --- options_view.xml 5 Sep 2004 01:02:04 -0000 1.2 *************** *** 1,4 **** <Window> ! <Button X="30" Y="65" Width="65" Height="15" Caption="Start" Command="10"/> <Button X="100" Y="65" Width="65" Height="15" Caption="Credits" Command="20"/> <Button X="170" Y="65" Width="65" Height="15" Caption="Database" Command="30"/> --- 1,4 ---- <Window> ! <Button X="30" Y="65" Width="65" Height="15" Caption="Main" Command="10"/> <Button X="100" Y="65" Width="65" Height="15" Caption="Credits" Command="20"/> <Button X="170" Y="65" Width="65" Height="15" Caption="Database" Command="30"/> Index: displaysettings_gui.xml =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/xml/displaysettings_gui.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** displaysettings_gui.xml 14 Jun 2004 21:52:55 -0000 1.1 --- displaysettings_gui.xml 5 Sep 2004 01:02:04 -0000 1.2 *************** *** 1,7 **** <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> \ No newline at end of file --- 1,7 ---- <Window> ! <Button X="30" Y="30" Width="65" Height="15" Caption="Main" Command="10"/> ! <Button X="100" Y="30" Width="65" Height="15" Caption="Credits" Command="20"/> ! <Button X="170" Y="30" Width="65" Height="15" Caption="Database" Command="30"/> ! <Button X="240" Y="30" Width="65" Height="15" Caption="Options" Command="40"/> ! <Button X="310" Y="30" Width="65" Height="15" Caption="Scenarios" Command="50"/> </Window> \ No newline at end of file |