namespace HStation.WinFrmUI { public partial class FourLinkMatchingCtrl : DevExpress.XtraEditors.XtraUserControl { public FourLinkMatchingCtrl() { InitializeComponent(); this.gridView1.SetNormalView(30); this.gridView1.OptionsView.ShowDetailButtons = true; this.gridView1.OptionsView.ShowGroupPanel = false; } } }