1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3<html lang="ja">
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>Slider Window</title>
8</head>
9<body>
10
11<!-- =================================================== -->
12<h1 id="SLIDER_WINDOW">Slider Window</h1>
13
14<p>
15This lets you edit values in an analog fashion using a slider bar.
16</p>
17
18<p class="img">
19	<img src="images/slider_window.gif" alt="Slider Window">
20</p>
21
22<ol class="ui">
23	<li>
24		Directly sets a value.
25	</li>
26
27	<li>
28		Press the button for pop-up display of the Slider Window.<br> To close the window, press the button again or click anywhere outside of the Slider Window.
29	</li>
30
31	<li>
32		The value is restored to what it was when the Slider Window was displayed.<br> The same operation can be performed using the R key.
33	</li>
34
35	<li>
36		Reduces the range of settings by one level (i.e., x 0.1)<br> <em>This operation is only available when editing values that have a variable setting range.<br> The same operation can be performed using the minus (-) key.
37	</li>
38
39	<li>
40		Enlarges the range of settings by one level (i.e., x 10)<br> <em>This operation is only available when editing values that have a variable setting range.<br> <br>The same operation can be performed using the plus  (+) key.
41	</li>
42
43	<li>
44		Changes the value using the slider bar.<br> Point the mouse cursor to a place on the slider to display the value at the position in the tooltip.
45	</li>
46</ol>
47
48<hr><p>CONFIDENTIAL</p></body>
49</html>
50