2007-11-28 14:19:36 +00:00
|
|
|
<!-- ASE - Allegro Sprite Editor -->
|
2008-02-29 19:29:49 +00:00
|
|
|
<!-- Copyright (C) 2001-2008 by David A. Capello -->
|
2007-11-28 14:19:36 +00:00
|
|
|
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
|
|
|
|
<window text="Configure Screen" name="configure_screen" width="200">
|
|
|
|
<box vertical>
|
|
|
|
<box horizontal expansive>
|
|
|
|
<box vertical homogeneous>
|
|
|
|
<label text="Resolution:" />
|
|
|
|
<label text="Color depth:" />
|
|
|
|
<label text="Pixel scale:" />
|
|
|
|
<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>
|