03 2023 档案
摘要:一、固定某一部分大小 IsSpliterFixed属性设为FalseFixedPannel属性设为Pannel1(要固定的面板的名称) 二、设置分割边框的宽度 设置SplitterWidth,最小为1。 三、分割多个模块 如果SplitContainer的某一的Panel需要再进行分割,且对分割宽度
阅读全文
摘要:https://blog.csdn.net/Cool2Feel/article/details/81018722 [System.Runtime.InteropServices.DllImport("user32.dll ")] public static extern int SetWindowL
阅读全文
摘要:一、自定义颜色 this.BackColor = Color.FromArgb(255, 255, 255);//红、绿、蓝 应用于Pen、Brush、SolidBrush等: private Pen CustomizePenColor = new Pen(Color.FromArgb(0, 0,
阅读全文