gecko-dev/calendar/modules/ui/res/trex.ui

25 строки
768 B
XML

<?xml version="1.0" standalone="no" encoding="UTF-8"?>
<!DOCTYPE application SYSTEM "http://kirkwood.mcom.com/ui.dtd">
<UI>
<!-- This is the Application XML
In general, this file will reference other XML files
defining things like Toolbars, MenuBars, App-specific
widgets, HTML Views, etc....
In our case, it defines the references to separate XML
files which compose a specific window. It does not define
application specific features.
-->
<!-- This is the Application Definition -->
<application name="Zulu 0.1" layout="ybox">
<canvas src="resource://res/ui/menubar.ui" name="menubar"/>
<canvas src="resource://res/ui/toolbar.ui" name="toolbar"/>
<canvas src="resource://res/ui/julian_week.cal" name="content" layout="ybox"/>
</application>
</UI>