//光标在控件不同位置时的样式 // 由于拐角这点手动精确实在困难 所以用范围 范围+3 这样很容易就找到这一点了 procedure CtrlMouseMove(Ctrl: TWinControl; Shift: TShiftState;X, Y: Integer); begin with Ctrl do begin ) ) then begin ) ) then Cursor := crSizeNWSE; ) ) then Cursor := cRsizewe; ) and (Y <= He
Form1.cs using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms; namespace 手动改变自制窗体的大小{ public partial class Form1 : Form {