| | |
| | | /// <returns></returns> |
| | | private List<DevExpress.XtraGrid.Views.Grid.GridView> getGvList() |
| | | { |
| | | Form parentForm = this.Parent as Form; |
| | | Form parentForm; |
| | | if (this.Parent is Form) |
| | | parentForm = this.Parent as Form; |
| | | else |
| | | parentForm = this.Parent.Parent as Form; |
| | | List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); |
| | | //查找gridview,主页面 |
| | | GridControl gcMain = parentForm.Controls.Find("gcMain1", true).OfType<GridControl>().FirstOrDefault(); |
| | |
| | | /// <returns></returns> |
| | | private List<DevExpress.XtraLayout.LayoutControl> getLayList() |
| | | { |
| | | Form parentForm = this.Parent as Form; |
| | | Form parentForm; |
| | | if (this.Parent is Form) |
| | | parentForm = this.Parent as Form; |
| | | else |
| | | parentForm = this.Parent.Parent as Form; |
| | | List<DevExpress.XtraLayout.LayoutControl> layList = new List<DevExpress.XtraLayout.LayoutControl>(); |
| | | DevExpress.XtraLayout.LayoutControl lay2 = parentForm.Controls.Find("layoutMx1", true).OfType<DevExpress.XtraLayout.LayoutControl>().FirstOrDefault(); |
| | | if (lay2 != null) |
| | |
| | | /// <returns></returns> |
| | | private List<DevExpress.XtraEditors.SplitContainerControl> getSpcList() |
| | | { |
| | | Form parentForm = this.Parent as Form; |
| | | Form parentForm; |
| | | if (this.Parent is Form) |
| | | parentForm = this.Parent as Form; |
| | | else |
| | | parentForm = this.Parent.Parent as Form; |
| | | List<DevExpress.XtraEditors.SplitContainerControl> spcList = new List<DevExpress.XtraEditors.SplitContainerControl>(); |
| | | DevExpress.XtraEditors.SplitContainerControl spc1 = parentForm.Controls.Find("split1", true).OfType<DevExpress.XtraEditors.SplitContainerControl>().FirstOrDefault(); |
| | | DevExpress.XtraEditors.SplitContainerControl spc2 = parentForm.Controls.Find("splitMx1", true).OfType<DevExpress.XtraEditors.SplitContainerControl>().FirstOrDefault(); |
| | |
| | | |
| | | public void getXmlConfig() |
| | | { |
| | | Form parentForm = this.Parent as Form; |
| | | Form parentForm; |
| | | if (this.Parent is Form) |
| | | parentForm = this.Parent as Form; |
| | | else |
| | | parentForm = this.Parent.Parent as Form; |
| | | |
| | | string _formNamespace = parentForm.GetType().FullName; |
| | | List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = getGvList(); |
| | | List<DevExpress.XtraLayout.LayoutControl> layList = getLayList(); |