1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3<html> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <link href="../../css/manpage.css" rel="stylesheet" type="text/css"> 7 <title>Layout Environment Settings Dialog Box</title> 8</head> 9<body> 10<h1 id="LAYOUT_SETTING_DIALOG">Layout Environment Settings Dialog Box</h1> 11 12<p>Makes environment settings for the Layout window.</p> 13 14<p class="img"> 15 <img src="images/layout_setting.gif" alt="Layout Environment Settings Dialog Box"> 16</p> 17 18<ol class="ui"> 19 <li> 20 <p>Sets the Layout window background.</p> 21 <dl class="enum"> 22 <dt>On-screen color</dt> 23 <dd>Specifies the background color of the Layout window. The background color can be specified using the <a href="colorpicker.html">Color Picker Dialog Box</a>.</dd> 24 25 <dt>Display image</dt> 26 <dd> 27 <p>Displays an image for the background of the Layout window. Only regular TGA files can be displayed.</p> 28 <p>Actual game screens can be made into images and layouts by converting design screens or screenshots of game screens into TGA files and displaying them in the background.</p> 29 </dd> 30 </dl> 31 </li> 32 <li> 33 <p>Makes settings regarding the drawing of grid lines.</p> 34 <dl class="enum"> 35 <dt>Draw</dt> 36 <dd>Specifies whether to draw grid lines.</dd> 37 38 <dt>On-screen color</dt> 39 <dd>Specifies the grid line color. The grid line color can be specified using the <a href="colorpicker.html">Color Picker Dialog Box</a>.</dd> 40 41 <dt>Grid size</dt> 42 <dd>Specifies the size of the grid.</dd> 43 44 <dt>Number of divisions</dt> 45 <dd>Specifies the number of divisions of the grid.</dd> 46 </dl> 47 </li> 48 <li> 49 <p>Makes settings regarding the layout size.</p> 50 <dl class="enum"> 51 <dt>Width and height</dt> 52 <dd>Specifies the width and height of screen display area of the layout.</dd> 53 </dl> 54 </li> 55 <li> 56 <p>Specifies the data transfer destination screen when previewing.</p> 57 <dl class="enum"> 58 <dt>Undefined</dt> 59 <dd>Transfers data based on the transfer destination setting of the <a href="environment.html">Tool Environment Settings</a> dialog.</dd> 60 <dt>Top screen, Bottom Screen</dt> 61 <dd>Transfers data to the screen configured for each set of layout data, regardless of the transfer destination setting of the <a href="environment.html">Tool Environment Settings</a> dialog.</dd> 62 </dl> 63 </li> 64</ol> 65<br> 66 67<hr><p>CONFIDENTIAL</p></body> 68</html> 69