But the 'burning' question is then "Where does one discover
'Anchors'?" I think you said something about that recently, but
can't recall.
--------------
set text item delimiters to return & tab
tell application "System Preferences"
set l to id of panes
repeat with i in l
set i's contents to i & {"", ""} & name of anchors of pane id i
end repeat
end tell
set text item delimiters to return & return
set l to "System Preferences: Pane ID & Anchors" & {"", l} & return
set text item delimiters to {""}
tell application "TextEdit" to make document with properties {text:l}