モニターの解像度はメモっておけばいいのですが、忘れる時が多々あります。
そのときのために、コードを書きました。
「このMacについて」を見ればすぐにわかるんですけどね。
tell application "Finder"
bounds of the window of the desktop
end tell
set {x1, y1, x2, y2} to result
display dialog "このモニターの解像度は" & x2 & "×" & y2 & "です。" as string
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
ありがとうございました!
モニタの解像度を調べるAppleScript 助かりました!
クールなサイト素晴らしいです!