适用范围 Form
描述 重新调整窗体尺寸时发生。
使用
Form_Resize (Sender$ As String)
参阅 窗体 , Load事件 , Closed事件
示例
Function frmMain_Resize(Sender$ As String) Integer width GGet frmMain.Width, width GSet frmMain.btnOK.Left, width / 2 - 100 GSet frmMain.btnCancel.Left, width / 2 + 10 Fend
← RemoveRow 属性 RobotNumber属性 →