using Core.StlMes.Client.Judge.Controls; using CoreFS.CA06; using System; namespace Core.StlMes.Client.Judge.Forms { public partial class QcmPhyRclInfoFrm : FrmBase { private readonly QcmPhyRclInfo _qcmPhyRclInfo; public QcmPhyRclInfoFrm(string checkNo, OpeBase Ob) { InitializeComponent(); ob = Ob; _qcmPhyRclInfo = new QcmPhyRclInfo(ob); upMain.ClientArea.Controls.Add(_qcmPhyRclInfo); _qcmPhyRclInfo.Query(checkNo, "", "", true); } protected override void OnLoad(EventArgs e) { base.OnLoad(e); _qcmPhyRclInfo.DisableSort(); } } }