패널의 content 영역의 x 좌표를 반환한다.
function btn_on_mouseup(objInst) { var left = panel.getpanelleft(); screen.alert(left); }