- use
1
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
2
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
- Click events
tableLayoutPanel1.CellBorderStyle = TableLayoutPanelCellBorderStyle.Outset;
flowLayoutPanel1.FlowDirection = FlowDirection.TopDown;
posted @ 2007-11-27 16:27
许晓光 阅读(1048)
评论(0) 编辑 收藏 网摘 所属分类:
.NET2.0&3.5