VS MDI
1.主窗体 this.IsMdiContainer = true ;
2.
打开子窗体3 层叠 this.LayoutMdi ( MdiLayout.Cascade )
4 水平平铺 this.LayoutMdi ( MdiLayout.TileHorizontal ) ;
5 垂直平铺 this.LayoutMdi ( MdiLayout.TileVertical ) ;
2.
4 水平平铺 this.LayoutMdi ( MdiLayout.TileHorizontal ) ;
5 垂直平铺 this.LayoutMdi ( MdiLayout.TileVertical ) ;


浙公网安备 33010602011771号