Skip to content

Commit

Permalink
Project translation
Browse files Browse the repository at this point in the history
  • Loading branch information
master authored and master committed Dec 5, 2024
1 parent c2910ec commit 4076aa9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
10 changes: 6 additions & 4 deletions target/docs/lib/CoordMode.htm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2 id="Parameters">パラメータ</h2>
<dt>TargetType</dt>
<dd>
<p>型:<a href="../Concepts.htm#strings">文字列</a></p>
<p>Specify one of the following words to indicate the type of target to affect:</p>
<p>次のいずれかの単語を指定して、影響を受けるターゲットのタイプを指示します。</p>
<p><strong>ToolTip:</strong><a href="ToolTip.htm">ToolTip</a>に影響します。</p>
<p><strong>Pixel:</strong><a href="PixelGetColor.htm">PixelGetColor</a><a href="PixelSearch.htm">PixelSearch</a><a href="ImageSearch.htm">ImageSearch</a>に影響します。</p>
<p><strong>Mouse:</strong> Affects <a href="MouseGetPos.htm">MouseGetPos</a>, <a href="Click.htm">Click</a>, <a href="MouseMove.htm">MouseMove</a>, <a href="MouseClick.htm">MouseClick</a>, and <a href="MouseClickDrag.htm">MouseClickDrag</a>.</p>
Expand All @@ -32,7 +32,7 @@ <h2 id="Parameters">パラメータ</h2>
<dt>RelativeTo</dt>
<dd>
<p>型:<a href="../Concepts.htm#strings">文字列</a></p>
<p>省略すると、初期値は<em>Screen</em>になります。Otherwise, specify one of the following words to indicate the area to which <em>TargetType</em> should be relative:</p>
<p>省略すると、初期値は<em>Screen</em>になります。そうでない場合は、<em>TargetType</em>が相対的であるべき領域を示すために、以下の単語のいずれかを指定します:</p>
<p><strong>Screen:</strong>座標はデスクトップ(画面全体)に対する相対座標です。</p>
<p><strong>Window:</strong>座標は、アクティブウィンドウからの相対座標です。</p>
<p id="Client"><strong>Client:</strong>座標は、アクティブウィンドウのクライアント領域(ウィンドウのタイトルバー、メニュー(標準的なものがある場合)、ボーダーを除く)からの相対座標です。クライアント座標は、OSのバージョンやテーマに左右されにくい。</p>
Expand All @@ -42,10 +42,12 @@ <h2 id="Parameters">パラメータ</h2>

<h2 id="Return_Value">戻り値</h2>
<p>型:<a href="../Concepts.htm#strings">文字列</a></p>
<p>This function returns the previous setting; either Screen, Window or Client.</p>
<p>この関数は、前の設定を返します。Screen、Window、または Client のいずれかです。
</p>

<h2 id="Remarks">備考</h2>
<p>If CoordMode is not used, the default mode is <em>Client</em>; that is, all built-in functions except those documented otherwise (e.g. <a href="WinMove.htm">WinMove</a> and <a href="InputBox.htm">InputBox</a>) use coordinates that are relative to the active window's client area.</p>
<p>
CoordMode関数を使用しない場合、既定のモードは<em>Client</em>です。つまり、特に文書化されていない関数(<a href="WinMove.htm">WinMove</a><a href="InputBox.htm">InputBox</a> など)を除くすべての組み込み関数は、アクティブ ウィンドウのクライアント領域を基準にした座標を使用します。</p>
<p>新しく起動する<a href="../misc/Threads.htm">スレッド</a><a href="../Hotkeys.htm">ホットキー</a><a href="Menu.htm">カスタムメニュー項目</a><a href="SetTimer.htm">時間指定</a>サブルーチンなど)はすべて、この機能のデフォルト設定で新しくスタートします。このデフォルトは、<a href="../Scripts.htm#auto">スクリプト起動</a>時にこの関数を使用することで変更することができます。</p>
<p>組み込みの<a href="../Variables.htm#CoordMode">A_CoordMode変数</a>には、現在の設定が格納されています。</p>
<h2 id="Related">関連</h2>
Expand Down
17 changes: 9 additions & 8 deletions target/docs/lib/MouseGetPos.htm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="ja">
<head>
<title>MouseGetPos - 構文と使用法|AutoHotkey v2</title>
<meta name="description" content="MouseGetPos関数は、マウスカーソルの現在位置と、オプションでマウスカーソルが乗っているウィンドウとコントロールを取得します" />
<meta name="description" content="MouseGetPos関数は、マウスカーソルの現在位置を取得します。また、オプションでどのウィンドウとコントロール上にカーソルがあるのかを取得します" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link href="../static/theme.css" rel="stylesheet" type="text/css" />
Expand All @@ -12,7 +12,7 @@

<h1>MouseGetPos</h1>

<p>マウスカーソルの現在位置を取得し、オプションでどのウィンドウとコントロールにカーソルを置いているかを取得します</p>
<p>マウスカーソルの現在位置を取得します。また、オプションでどのウィンドウとコントロール上にカーソルがあるのかを取得します</p>

<pre class="Syntax"><span class="func">MouseGetPos</span> <span class="optional">&amp;OutputVarX, &amp;OutputVarY, &amp;OutputVarWin, &amp;OutputVarControl, Flag</span></pre>
<h2 id="Parameters">パラメータ</h2>
Expand All @@ -21,27 +21,28 @@ <h2 id="Parameters">パラメータ</h2>
<dt>&amp;OutputVarX, &amp;OutputVarY</dt>
<dd>
<p>型:<a href="../Concepts.htm#variable-references">VarRef</a></p>
<p>省略したときは、対応する値は保存されません。そうでないときは、X座標とY座標を格納する出力変数への参照を指定します。The retrieved coordinates are relative to the active window's client area unless <a href="CoordMode.htm">CoordMode</a> was used to change to screen coordinates.</p>
<p>省略したときは、対応する値は保存されません。そうでないときは、X座標とY座標を格納する出力変数への参照を指定します。取得した座標は、<a href="CoordMode.htm">CoordMode</a>関数で変更されない限りアクティブウィンドウのクライアント領域を基準にします。</p>
</dd>

<dt>&amp;OutputVarWin</dt>
<dd>
<p>型:<a href="../Concepts.htm#variable-references">VarRef</a></p>
<p>省略したときは、対応する値は保存されません。Otherwise, specify a reference to the output variable in which to store the <a href="../misc/WinTitle.htm#ahk_id">unique ID number</a> of the window under the mouse cursor. ウィンドウを決定できない場合、この変数は空白になります。</p>
<p>省略したときは、対応する値は保存されません。そうでないときは、マウスカーソルがあるウィンドウの<a href="../misc/WinTitle.htm#ahk_id">一意の ID 番号</a>を格納する出力変数への参照を指定します。ウィンドウを決定できない場合、この変数は空白になります。</p>
<p>ウィンドウがアクティブでなくても検出されます。隠しウィンドウは検出できません。</p>
</dd>

<dt>&amp;OutputVarControl</dt>
<dd>
<p>型:<a href="../Concepts.htm#variable-references">VarRef</a></p>
<p>省略したときは、対応する値は保存されません。Otherwise, specify a reference to the output variable in which to store the name (ClassNN) of the control under the mouse cursor. 制御が決定できない場合は、この変数を空白とします。</p>
<p>コントロールの名前は、常にWindow Spyが表示する名前と一致する必要があります。マウスカーソルの下にあるウィンドウがアクティブでなくても、コントロールは検出されます。</p>
<p>省略したときは、対応する値は保存されません。そうでなければ、マウスカーソルがあるコントロールの名前(ClassNN)を格納する出力変数への参照を指定します。制御が決定できない場合は、この変数を空白とします。</p>
<p>コントロールの名前は、常にWindow Spyが表示する名前と一致する必要があります。マウスカーソルがあるウィンドウがアクティブでなくても、コントロールは検出されます。</p>
</dd>

<dt>Flag</dt>
<dd>
<p>Type: <a href="../Concepts.htm#numbers">Integer</a></p>
<p>If omitted, it defaults to 0, meaning the function uses the default method to determine <em>OutputVarControl</em> and stores the control's ClassNN. Otherwise, specify a combination (sum) of the following numbers:</p>
<p>省略したときは既定値は0になり、関数は既定のメソッドを使用して <em>OutputVarControl</em> を決定し、コントロールのClassNNを格納します。
そうでなければ、次の数値の組み合わせ (合計) を指定します。</p>
<p><strong>1:</strong><em>OutputVarControl</em>を決定するために、より単純な方法を使用します。SysEditやTextPadなどのMDI(Multiple Document Interface)アプリケーションのアクティブ/最上位の子ウィンドウを正しく取得することができるようになりました。ただし、GroupBoxコントロール内のコントロールの検出など、他の目的では精度が落ちます。</p>
<p><strong>2:</strong><a href="ControlGetClassNN.htm">コントロールのClassNN</a>ではなく、<a href="ControlGetHwnd.htm">コントロールのHWND</a><em>OutputVarControl</em>に格納します。</p>
<p>例えば、両方のオプションを有効にするには、<em>Flag</em>パラメータを3に設定する必要があります。</p>
Expand All @@ -64,7 +65,7 @@ <h2 id="Examples">例</h2>
</div>

<div class="ex" id="ExWatchCursor">
<p><a class="ex_number" href="#ExWatchCursor"></a> Shows the HWND, class name, title and controls of the window currently under the mouse cursor.</p>
<p><a class="ex_number" href="#ExWatchCursor"></a> マウスカーソルがあるウィンドウのHWND、クラス、タイトル、コントロールを表示します。</p>
<pre>SetTimer WatchCursor, 100

WatchCursor()
Expand Down
2 changes: 1 addition & 1 deletion target/docs/lib/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ <h1>アルファベット順機能インデックス</h1>
</tr>
<tr>
<td class="larger"><a href="MouseGetPos.htm">MouseGetPos</a></td>
<td>マウスカーソルの現在位置を取得し、オプションでどのウィンドウとコントロールにカーソルを置いているかを取得します</td>
<td>マウスカーソルの現在位置を取得します。また、オプションでどのウィンドウとコントロール上にカーソルがあるのかを取得します</td>
</tr>
<tr>
<td><a href="MouseMove.htm">MouseMove</a></td>
Expand Down

0 comments on commit 4076aa9

Please sign in to comment.