1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 span.virtual_style 22 { 23 font-size : 8pt; 24 color : white; 25 font-weight : bold; 26 background : #0a0; 27 border-left : solid 1px #0f0; 28 border-top : solid 1px #0f0; 29 border-right : solid 1px #060; 30 border-bottom : solid 1px #060; 31 padding-left : 2px; 32 padding-right : 2px; 33 } 34 span.protected_style 35 { 36 font-size : 8pt; 37 color : white; 38 font-weight : bold; 39 background : #444; 40 border-left : solid 1px #ccc; 41 border-top : solid 1px #ccc; 42 border-right : solid 1px #222; 43 border-bottom : solid 1px #222; 44 padding-left : 2px; 45 padding-right : 2px; 46 } 47 table.table, table.table td, table.table th 48 { 49 border-collapse: collapse; 50 background-color: white; 51 } 52 table.table 53 { 54 width: auto; 55 margin: 1em; 56 position : static; 57 font-family : Arial; 58 } 59 table.table td, table.table th 60 { 61 padding: 0.2em; 62 } 63 table.table td.number, table.table th.number 64 { 65 text-align: right; 66 } 67 table.table tbody tr th 68 { 69 text-align: left; 70 font-weight: normal; 71 width: auto; 72 } 73 table.table thead tr th, 74 table.table tbody tr th.category 75 { 76 padding: 0 0.2em; 77 } 78 table.table caption 79 { 80 font-weight: bold; 81 padding: 0.4em; 82 } 83 table.table th 84 { 85 font-weight : bold; 86 background : #acf; 87 } 88 --></style> 89<title>BossLotcheckTool</title> 90 </head> 91 <body> 92<h1><CODE>BossLotcheckTool</CODE></h1> 93<h2>Overview</h2> 94 <div class="section"> 95 <p> 96<CODE>BossLotcheckTool</CODE> is a tool for checking SpotPass task information and NS data information.<br/>In addition to checking information, it can also perform the following operations.<br /> ・ Immediate execution of tasks<br/> ・ Deleting tasks<br/> ・ Deleting NS data<br/> 97 </p> 98 </div> 99<h2>Screen Description</h2> 100 <div class="section"> 101 <p> 102The upper screen displays information such as menus and the list of applications.<br />The lower screen displays the operation log. 103 </p> 104 </div> 105<h2>How to Use</h2> 106 <div class="section"> 107 <p> 108Operation for each screen is as follows. 109<h3>Menus</h3> 110 <table class="table"><tbody> 111<tr><th>Button</th> <th>Operation</th></tr> 112<tr><td>↑↓</td> <td>Switch selection</td></tr> 113<tr><td>A</td> <td>Confirm selected item</td></tr> 114 </tbody></table> 115<h3>Application List</h3> 116 <table class="table"><tbody> 117<tr><th>Button</th> <th>Operation</th></tr> 118<tr><td>↑↓</td> <td>Switch selection</td></tr> 119<tr><td>L / R</td> <td>Switch page</td></tr> 120<tr><td>A</td> <td>Display task list for the selected application</td></tr> 121<tr><td>Y</td> <td>Display NS data list for the selected application</td></tr> 122<tr><td>B</td> <td>Return to Menu</td></tr> 123 </tbody></table> 124<h3>Task List</h3> 125 <table class="table"><tbody> 126<tr><th>Button</th> <th>Operation</th></tr> 127<tr><td>↑↓</td> <td>Switch selection</td></tr> 128<tr><td>L / R</td> <td>Switch page</td></tr> 129<tr><td>A</td> <td>Display the information of the selected task</td></tr> 130<tr><td>B</td> <td>Return to Application List</td></tr> 131 </tbody></table> 132<h3>Task Info</h3> 133 <table class="table"><tbody> 134<tr><th>Button</th> <th>Operation</th></tr> 135<tr><td>L / R</td> <td>Switch page</td></tr> 136<tr><td>X</td> <td>Delete task</td></tr> 137<tr><td>Y</td> <td>Immediately execute task</td></tr> 138<tr><td>B</td> <td>Return to Task List</td></tr> 139 </tbody></table> 140<h3>NS Data List</h3> 141 <table class="table"><tbody> 142<tr><th>Button</th> <th>Operation</th></tr> 143<tr><td>↑↓</td> <td>Switch selection</td></tr> 144<tr><td>L / R</td> <td>Switch page</td></tr> 145<tr><td>A</td> <td>Display the information of the selected NS data</td></tr> 146<tr><td>B</td> <td>Return to Application List</td></tr> 147 </tbody></table> 148<h3>NS Data Details</h3> 149 <table class="table"><tbody> 150<tr><th>Button</th> <th>Operation</th></tr> 151<tr><td>X</td> <td>Delete NS data</td></tr> 152<tr><td>B</td> <td>Return to NS Data List</td></tr> 153 </tbody></table> 154 </p> 155 </div> 156<h2>Revision History</h2> 157 <div class="section"> 158 <dl class="history"> 159 <dt>2011/03/11</dt> 160<dd>Initial version.<br /></dd> 161 </dl> 162 </div> 163 <hr><p>CONFIDENTIAL</p></body> 164</html> 165