| | |
| | | flyoutPanel1 = new DevExpress.Utils.FlyoutPanel(); |
| | | flyoutPanelControl1 = new DevExpress.Utils.FlyoutPanelControl(); |
| | | svgImg32 = new DevExpress.Utils.SvgImageCollection(components); |
| | | nbSystemConfig = new DevExpress.XtraBars.Navigation.NavButton(); |
| | | ((System.ComponentModel.ISupportInitialize)tileNavPane).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)documentManager1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit(); |
| | |
| | | tileNavPane.Buttons.Add(nbTitle); |
| | | tileNavPane.Buttons.Add(nbProjectMgr); |
| | | tileNavPane.Buttons.Add(nbBimfaceMgr); |
| | | tileNavPane.Buttons.Add(nbSystemConfig); |
| | | tileNavPane.Buttons.Add(nbMin); |
| | | tileNavPane.Buttons.Add(nbNormal); |
| | | tileNavPane.Buttons.Add(nbClose); |
| | |
| | | svgImg32.ImageSize = new Size(32, 32); |
| | | svgImg32.Add("bold", "image://svgimages/outlook inspired/bold.svg"); |
| | | // |
| | | // nbSystemConfig |
| | | // |
| | | nbSystemConfig.Alignment = DevExpress.XtraBars.Navigation.NavButtonAlignment.Right; |
| | | nbSystemConfig.Caption = "系统配置"; |
| | | nbSystemConfig.Name = "nbSystemConfig"; |
| | | nbSystemConfig.ElementClick += nbSystemConfig_ElementClick; |
| | | // |
| | | // MainForm |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | |
| | | private DevExpress.Utils.FlyoutPanel flyoutPanel1; |
| | | private DevExpress.Utils.FlyoutPanelControl flyoutPanelControl1; |
| | | private DevExpress.Utils.SvgImageCollection svgImg32; |
| | | private DevExpress.XtraBars.Navigation.NavButton nbSystemConfig; |
| | | } |
| | | } |