var cx,cy: Integer; begin {通过GetSystemMetrics 函数获取屏幕分辨率} cx := GetSystemMetrics(SM_CXSCREEN); cy := GetSystemMetrics(SM_CYSCREEN); ...
確定! 回上一頁