internal static extern bool GetWindowRect(IntPtr hwnd, out RECT lpRect);
internal static extern bool GetClientRect(IntPtr hwnd, out RECT lpRect);