frmCustomer.Left=frmCustomer.Left 100
frmCustomer.Top=frmCustomer.Top 50
但是若使用MoveMethod,可以加快40:
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)frmCustomer.MovefrmCustomer.Left 100,frmCustomer.Top 50->
frmCustomer.Left=frmCustomer.Left 100
frmCustomer.Top=frmCustomer.Top 50
但是若使用MoveMethod,可以加快40:
(本文来源于图老师网站,更多请访问http://m.tulaoshi.com/bianchengyuyan/)frmCustomer.MovefrmCustomer.Left 100,frmCustomer.Top 50->