DevApp/Gs.DevApp/DevFrm/Sys/EasyCode.cs
@@ -241,7 +241,9 @@ + "this." + _gvName + ".MinWidth = 25;" + line + "this." + _gvName + ".Visible = true;" + line + "this." + _gvName + ".Width =94;" + line + "this." + _gvName + ".OptionsColumn.AllowEdit = false;" + line + "this." + _gvName + ".VisibleIndex = 0;" + line; strbuilder.Replace("BQSetControlInfo", BQSetControlInfo); //BQAddControltoMContainer//将控件添加到Form 容器中 这个容器可以是 panel 可以是groupbox 等等