2007-11-28 14:19:36 +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>
|
2008-04-27 20:27:06 +00:00
|
|
|
<window text="Configure Screen" name="configure_screen">
|
2007-11-28 14:19:36 +00:00
|
|
|
<box vertical>
|
|
|
|
<box horizontal expansive>
|
|
|
|
<box vertical homogeneous>
|
|
|
|
<label text="Resolution:" />
|
|
|
|
<label text="Color depth:" />
|
2008-03-22 18:43:56 +00:00
|
|
|
<label text="Pixel scaling:" />
|
2007-11-28 14:19:36 +00:00
|
|
|
<check text="Fullscreen" name="fullscreen" />
|
|
|
|
</box>
|
|
|
|
<box vertical homogeneous expansive>
|
|
|
|
<combobox name="resolution" />
|
|
|
|
<combobox name="color_depth" />
|
|
|
|
<combobox name="pixel_scale" />
|
|
|
|
<label text="" />
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
<box horizontal homogeneous>
|
|
|
|
<button text="&OK" name="ok" magnetic />
|
|
|
|
<button text="&Cancel" />
|
|
|
|
</box>
|
|
|
|
</box>
|
|
|
|
</window>
|
2008-03-15 01:54:45 +00:00
|
|
|
</jinete>
|