| | |
| | | InitializeComponent(); |
| | | this.layoutControl1.SetupLayoutControl(); |
| | | this.PageTitle.Caption = "首页"; |
| | | this.PageTitle.HeaderSvgImage = this.svgImg32[0]; |
| | | this.PageTitle.SvgImageSize = new Size(24, 24); |
| | | this.PageTitle.AllowClose = false; |
| | | } |
| | | |
| | |
| | | { |
| | | var guid = new PageGuid() |
| | | { |
| | | Modular = "Bimface", |
| | | Modular = Yw.WinFrmUI.PageModular.Bimface, |
| | | MoudingType = Yw.WinFrmUI.Page.eMoudingType.Tab, |
| | | Function = "BimfaceView", |
| | | TagName = obj.ID.ToString() |
| | | Function = Yw.WinFrmUI.PageFunction.ViewBimface3d, |
| | | TagName = $"{obj.ID}" |
| | | }; |
| | | |
| | | if (!IsExistPage(guid, true)) |