| | |
| | | var lst = new List<string>(); |
| | | foreach (BarItem item in barManager1.Items) |
| | | if (item is BarLargeButtonItem largeButtonItem) |
| | | if (!string.IsNullOrEmpty(item.Caption) && item.Caption != "保存" && item.Caption != "刷新") |
| | | if (!string.IsNullOrEmpty(item.Caption) && item.Caption != "保存" && item.Caption != "刷新" && item.Caption != "帮助" && item.Caption != "保存版面" && item.Caption != "取消") |
| | | lst.Add(item.Caption); |
| | | actions = lst; |
| | | } |
| | |
| | | /// <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(); |
| | | List<DevExpress.XtraEditors.SplitContainerControl> spcList=getSpcList(); |
| | | JArray array = new JArray(); |
| | | List<DevExpress.XtraEditors.SplitContainerControl> spcList = getSpcList(); |
| | | JArray array = new JArray(); |
| | | var _obj = new |
| | | { |
| | | formPath = _formNamespace, |
| | |
| | | { |
| | | string controlId = john["controlId"].ToString(); |
| | | string controlXml = john["controlXml"].ToString(); |
| | | // string splitterPosition = john["splitterPosition"].ToString(); |
| | | // string splitterPosition = john["splitterPosition"].ToString(); |
| | | byte[] byteArray = Encoding.UTF8.GetBytes(controlXml); |
| | | using (var stream = new MemoryStream(byteArray)) |
| | | { |
| | |
| | | spt.Horizontal = false; |
| | | spt.Panel1.AutoScroll = false; |
| | | spt.Panel2.AutoScroll = false; |
| | | //spt.Panel1.MaximumSize = new System.Drawing.Size(spt.Panel1.Width, 100); |
| | | // spt.SplitterPosition = int.Parse( splitterPosition); |
| | | spt.ShowSplitGlyph = DevExpress.Utils.DefaultBoolean.True; |
| | | // spt.SplitterPosition = int.Parse( splitterPosition); |
| | | if (spt.Name.Contains("Mx")) |
| | | spt.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel1; |
| | | else |
| | | spt.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2; |
| | | |
| | | } |
| | | } |
| | | } |