program Project1; uses Windows, Messages; {供WM_SIZE 消息调用的自定义过程} procedure OnSize(h: HWND); var Rect: TRect; pt: TPoint; ...
確定! 回上一頁