2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2009-01-24 00:41:01 +00:00
|
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2009-12-16 23:24:57 +00:00
|
|
|
<window noborders="true" desktop="true" text="Main Window" name="main_window">
|
|
|
|
<box noborders="true" vertical="true">
|
|
|
|
<box noborders="true" horizontal="true" name="menubar" />
|
|
|
|
<box noborders="true" horizontal="true" name="tabsbar" />
|
|
|
|
<box noborders="true" horizontal="true" expansive="true">
|
|
|
|
<box noborders="true" vertical="true" name="colorbar" />
|
|
|
|
<box noborders="true" horizontal="true" name="editor" expansive="true" />
|
|
|
|
<box noborders="true" vertical="true" name="toolbar" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box noborders="true" horizontal="true" name="statusbar" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|