[Gcblue-commits] gcb_wx/xml briefing_view.xml,NONE,1.1 flightport_gui_default.xml,NONE,1.1 oobview.x
Status: Alpha
Brought to you by:
ddcforge
Update of /cvsroot/gcblue/gcb_wx/xml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30927/xml Added Files: briefing_view.xml flightport_gui_default.xml oobview.xml platform_gui_default.xml stores_gui_default.xml test_container.xml text_entry_box.xml Log Message: db fixes, GUI tweaks, random sensor detections --- NEW FILE: oobview.xml --- <Window> <Button X="10" Y="5" Width="80" Height="15" Caption="OWN" Command="1" YDir="1" FontSize="10" Alpha="0.5" /> <Button X="100" Y="5" Width="80" Height="15" Caption="TRACKS" Command="2" YDir="1" FontSize="10" Alpha="0.5" /> </Window> --- NEW FILE: stores_gui_default.xml --- <Window Width="180" Height="250" BackgroundImage="dblue031.jpg" > <Button X="162" Y="2" Width="16" Height="16" Command="86" Caption=""> <Image Off="close.png" On="close.png" /> </Button> <Stores SlotSize="32" UpperLeftX="12" UpperLeftY="30" HorizontalSpacing="40" VerticalSpacing="55" RowSize="4" /> </Window> --- NEW FILE: flightport_gui_default.xml --- <Window Width="420" Height="260" BackgroundImage="flightport_background1.jpg" > <Button X="402" Y="2" Width="16" Height="16" Command="86" Caption=""> <Image Off="close.png" On="close.png" /> </Button> <FlightPort SlotSize="32" LaunchX="15" LaunchY="30" LaunchSpacing="40" ReadyX="15" ReadyY="90" ReadySpacing="40" HangarX="15" HangarY="155" HangarSpacingH="40" HangarSpacingV="55" HangarRowSize="10" /> </Window> --- NEW FILE: test_container.xml --- <Window Width="400" Height="300" BackgroundImage="dblue031.jpg" > <Button X="384" Y="0" Width="16" Height="16" Command="86" Caption=""> <Image Off="close.png" On="close.png" /> </Button> <Slot X="10" Y="60" Size="32"/> <Slot X="50" Y="60" Size="32"/> <Slot X="10" Y="100" Size="32"/> <Slot X="50" Y="100" Size="32"/> </Window> --- NEW FILE: text_entry_box.xml --- <Window> <TextEntry X="5" Y="15" Width="200" Height="16" BarX="0.0" BarY="1.0" BarWidth="200.0" BarHeight="14.0" Caption="Enter Text" FontSize="14.0" DrawBorder="1"/> </Window> --- NEW FILE: briefing_view.xml --- <Window BackgroundImage="briefing_background.jpg"> <Button X="30" Y="30" Width="65" Height="15" Caption="Play" Command="10"/> <Button X="100" Y="30" Width="65" Height="15" Caption="Options" Command="40"/> <Button X="170" Y="30" Width="65" Height="15" Caption="Network" Command="60"/> </Window> --- NEW FILE: platform_gui_default.xml --- <Window Width="420" Height="190" BackgroundImage="dblue031.jpg" > <Button X="402" Y="2" Width="16" Height="16" Command="86" Caption=""> <Image Off="close.png" On="close.png" /> </Button> <Platform SlotSize="32" LauncherLocX="12" LauncherLocY="30" LauncherOffsetX="50" MagazineLocX="12" MagazineLocY="85" MagazineOffsetX="50" FlightPortLocX="12" FlightPortLocY="140" FuelLocX="300" FuelLocY="140" /> </Window> |