From 17e84cc962d6a449710a8178fb8c33ebe3d6ccee Mon Sep 17 00:00:00 2001 From: h677 Date: Sun, 19 Aug 2007 09:29:32 +0000 Subject: [PATCH] =?utf8?q?=E7=94=BB=E5=83=8F=E3=83=97=E3=83=AC=E3=83=93?= =?utf8?q?=E3=83=A5=E3=83=BC=E3=81=AE=E3=83=9D=E3=83=83=E3=83=97=E3=82=A2?= =?utf8?q?=E3=83=83=E3=83=97=E3=81=AE=E6=96=B9=E5=90=91=E3=81=AE=E5=B7=A6?= =?utf8?q?=E5=8F=B3=E3=81=8C=E8=A8=AD=E5=AE=9A=E3=81=A8=E9=80=86=E3=81=AB?= =?utf8?q?=E3=81=AA=E3=82=8B=E4=B8=8D=E5=85=B7=E5=90=88=E3=81=AE=E4=BF=AE?= =?utf8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Preview.pas | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Preview.pas b/Preview.pas index b3b4553..193aa1c 100644 --- a/Preview.pas +++ b/Preview.pas @@ -148,14 +148,14 @@ begin end; Result := Rect(0, 0, WindowWidth, WindowHeight); - + // bata55ˆÈ‘O‚͍¶‰E‚ªŠÔˆá‚Á‚Ä‚½ // o‚µˆÊ’u‚É‚æ‚é•â³ case GikoSys.Setting.PopupPosition of - gppRightTop: OffsetRect(Result, + gppLeftTop: OffsetRect(Result, Point.x - WindowWidth - 15, Point.y - WindowHeight - 15); - gppRight: OffsetRect(Result, + gppLeft: OffsetRect(Result, Point.x - WindowWidth - 15, Point.y - (WindowHeight div 2)); - gppRightBottom: OffsetRect(Result, + gppLeftBottom: OffsetRect(Result, Point.x - WindowWidth - 15, Point.y + 15); gppTop: OffsetRect(Result, Point.x - (WindowWidth div 2), Point.y - WindowHeight - 15); @@ -163,11 +163,11 @@ begin Point.x - (WindowWidth div 2), Point.y - (WindowHeight div 2)); gppBottom: OffsetRect(Result, Point.x - (WindowWidth div 2), Point.y + 15); - gppLeftTop: OffsetRect(Result, + gppRightTop: OffsetRect(Result, Point.x + 15, Point.y - WindowHeight - 15); - gppLeft: OffsetRect(Result, + gppRight: OffsetRect(Result, Point.x + 15, Point.y - (WindowHeight div 2)); - gppLeftBottom: OffsetRect(Result, Point.x + 15, Point.y + 15); //ƒMƒRƒiƒrƒXƒŒ ƒp[ƒg‚P‚Ì453Ž‚ÉŠ´ŽÓ + gppRightBottom: OffsetRect(Result, Point.x + 15, Point.y + 15); //ƒMƒRƒiƒrƒXƒŒ ƒp[ƒg‚P‚Ì453Ž‚ÉŠ´ŽÓ end; end; -- 2.11.0