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>Pane Properties</title>
8</head>
9<body>
10
11<!-- =================================================== -->
12<h1 id="PANE_PROPERTY">Pane Properties</h1>
13
14<p>Panes have the following property items.</p>
15
16<ul class="sub_page">
17    <li><a href="null.html">Basic Pane Information</a></li>
18    <li><a href="picture.html">Picture Pane Information</a></li>
19    <li><a href="textbox.html">Text Box Pane Information</a></li>
20    <li><a href="window.html">Window Pane Information</a></li>
21</ul>
22
23<p>The relationship between the type of pane and the information displayed for it is given below.</p>
24<table>
25    <thead>
26        <tr><td></td><td>Null Panes</td><td>Picture Panes</td><td>Text box pane</td><td>Window pane</td><td>Boundary condition pane</td></tr>
27    </thead>
28    <tbody>
29        <tr><td>Basic Pane Information</td>
30            <td>○</td><td>○</td><td>○</td><td>○</td><td>○</td></tr>
31        <tr><td>Picture Pane Information</td>
32            <td>×</td><td>○</td><td>×</td><td>×</td><td>×</td></tr>
33        <tr><td>Text Box Pane Information</td>
34            <td>×</td><td>×</td><td>○</td><td>×</td><td>×</td></tr>
35        <tr><td>Window Pane Information</td>
36            <td>×</td><td>×</td><td>×</td><td>○</td><td>×</td></tr>
37    </tbody>
38</table>
39</ul>
40
41
42<hr><p>CONFIDENTIAL</p></body>
43</html>
44