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<meta http-equiv="Content-Style-Type" content="text/css"> 7<link href="../../../css/manpage.css" rel="stylesheet" type="text/css"> 8<title>File Menu</title> 9</head> 10<body> 11 12<!-- =================================================== --> 13<h1 id="FILE_MENU">File Menu</h1> 14 15<p>The <B>File</B> menu shows project and file commands.</p> 16<p class="img"> 17 <img src="images/file_menu.gif" alt="File Menu"> 18</p> 19 20<ol class="ui"> 21 <!-- [ファイル]→[新規作成] --> 22 <li> 23 <p>Creates new layouts.</p> 24 <p class="img"> 25 <img src="images/file_new_menu.gif" alt="<B>File</B> → <B>Create New</B>"> 26 </p> 27 <p>The only new files that can be created are layout files.</p> 28 </li> 29 30 <!-- [ファイル]→[開く] --> 31 <li> 32 <p>Opens the existing layout file.</p> 33 <p class="img"> 34 <img src="images/file_open_menu.gif" alt="<B>File</B> → <B>Open</B>"> 35 </p> 36 <p>The only type of file that can be selected is a layout file.</p> 37 </li> 38 39 <!-- [ファイル]→[追加で開く] --> 40 <li> 41 <p>Adds the existing layout file to the current layout and opens it.</p> 42 <p class="img"> 43 <img src="images/file_append_menu.gif" alt="File -> Add and open"> 44 </p> 45 <p>The only types of files that can be selected are layouts and various types of animations.</p> 46 </li> 47 48 <!-- [ファイル]→[保存] --> 49 <li> 50 <p>Specifies a file type and saves the layout file.</p> 51 <p class="img"> 52 <img src="images/file_save_menu.gif" alt="File -> Save"> 53 </p> 54 <p>The only types of files that can be selected are layouts and various types of animations.</p> 55 </li> 56 57 <!-- [ファイル]→[別名で保存] --> 58 <li> 59 <p>Renames the layout file and saves it.</p> 60 <p class="img"> 61 <img src="images/file_another_menu.gif" alt="File -> Save as"> 62 </p> 63 </li> 64 65 <!-- [ファイル]→[閉じる] --> 66 <li> 67 <p>Closes the layout.</p> 68 </li> 69 70 <!-- [ファイル]→[バイナリ出力] --> 71 <li> 72 <p>Closes the <a href="../../dialog/binaryout.html">Binary File Output Dialog Box</a>.</p> 73 </li> 74 75 <!-- [ファイル]→[レイアウト環境設定] --> 76 <li> 77 <p>Closes the <a href="../../dialog/layoutsetting.html">Layout Settings Dialog Box</a>.</p> 78 </li> 79 <!-- [ファイル]→[最近使ったファイル] --> 80 <li> 81 <p>Opens recently used files.</p> 82 </li> 83 <!-- [ファイル]→[終了] --> 84 <li> 85 <p>Closes all layout files and exits the application.</p> 86 </li> 87</ol> 88 89<hr><p>CONFIDENTIAL</p></body> 90</html> 91