PB设计窗口按比例缩放 1.实例变量:Int ii_width,ii_height 2.OPEN事件加入: ii_width = This.Width ii_height = This.Height 3. 在RESIZE事件中加入: ...