2007-11-16 18:25:45 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2010-04-29 02:52:51 +00:00
|
|
|
<!-- Copyright (C) 2001-2010 by David Capello -->
|
2008-03-15 01:54:45 +00:00
|
|
|
<jinete>
|
2007-11-28 14:19:36 +00:00
|
|
|
<window text="Draw Text" name="drawtext_window">
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Font:" />
|
|
|
|
<label text="Size:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
2007-09-18 23:57:02 +00:00
|
|
|
<button text="" name="font" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<entry maxsize="8" name="size"/>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2007-11-28 14:19:36 +00:00
|
|
|
<!-- <label text="Fixed Size:" /> -->
|
2009-12-16 23:24:57 +00:00
|
|
|
<!-- <view expansive="true"> -->
|
2007-09-18 23:57:02 +00:00
|
|
|
<!-- <listbox /> -->
|
|
|
|
<!-- </view> -->
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" />
|
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2007-11-28 14:19:36 +00:00
|
|
|
<label text="Text:" />
|
|
|
|
<label text="Color:" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box vertical="true" homogeneous="true" expansive="true" name="color_box">
|
|
|
|
<entry maxsize="256" name="text" expansive="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true">
|
|
|
|
<button text="&OK" name="ok" magnetic="true" />
|
|
|
|
<button text="&Cancel" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|