上传界面显示
This commit is contained in:
12
DH.UI.Model.Winform/GridCtrlHost.cs
Normal file
12
DH.UI.Model.Winform/GridCtrlHost.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace XKRS.UI.Model.Winform
|
||||
{
|
||||
public class GridCtrlHost : ToolStripControlHost
|
||||
{
|
||||
public GridCtrlHost(GridCtrl grid) : base(grid)
|
||||
{
|
||||
//Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World, 134);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user