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