| | |
| | | homeXhsProjectPropertyCtrl1 = new HomeXhsProjectPropertyCtrl(); |
| | | homeXhsProjectTreeListCtrl1 = new HomeXhsProjectTreeListCtrl(); |
| | | svgImg32 = new DevExpress.Utils.SvgImageCollection(components); |
| | | sidePanel1 = new DevExpress.XtraEditors.SidePanel(); |
| | | sidePanel1 = new SidePanel(); |
| | | gridControl1 = new DevExpress.XtraGrid.GridControl(); |
| | | layoutView1 = new DevExpress.XtraGrid.Views.Layout.LayoutView(); |
| | | colName = new DevExpress.XtraGrid.Columns.LayoutViewColumn(); |
| | |
| | | layoutViewField_colPicture = new DevExpress.XtraGrid.Views.Layout.LayoutViewField(); |
| | | layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard(); |
| | | gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); |
| | | sidePanelBottom = new DevExpress.XtraEditors.SidePanel(); |
| | | sidePanelBottom = new SidePanel(); |
| | | dockPanelFill = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | dockPanelRight = new DevExpress.XtraBars.Docking.DockPanel(); |
| | |
| | | mapViewProjectListContainer1.Padding = new Padding(1); |
| | | mapViewProjectListContainer1.Size = new Size(665, 560); |
| | | mapViewProjectListContainer1.TabIndex = 5; |
| | | mapViewProjectListContainer1.JumpDirectEvent += homeXhsProjectPropertyCtrl1_JumpDirectEvent; |
| | | // |
| | | // homeXhsProjectPropertyCtrl1 |
| | | // |
| | |
| | | homeXhsProjectTreeListCtrl1.TabIndex = 0; |
| | | homeXhsProjectTreeListCtrl1.SelectProjectEvent += homeXhsProjectTreeListCtrl1_SelectProjectEvent; |
| | | homeXhsProjectTreeListCtrl1.RefreshDataEvent += homeXhsProjectTreeListCtrl1_RefreshDataEvent; |
| | | homeXhsProjectTreeListCtrl1.JumpDirectEvent += homeXhsProjectPropertyCtrl1_JumpDirectEvent; |
| | | homeXhsProjectTreeListCtrl1.ImportProjectCompletedEvent += homeXhsProjectTreeListCtrl1_ImportProjectCompletedEvent; |
| | | // |
| | | // svgImg32 |
| | |
| | | layoutView1.Appearance.FieldCaption.Options.UseBackColor = true; |
| | | layoutView1.Appearance.FieldValue.BackColor = Color.Transparent; |
| | | layoutView1.Appearance.FieldValue.Options.UseBackColor = true; |
| | | layoutView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | layoutView1.BorderStyle = BorderStyles.NoBorder; |
| | | layoutView1.CardHorzInterval = 4; |
| | | layoutView1.CardMinSize = new Size(210, 69); |
| | | layoutView1.CardVertInterval = 0; |
| | |
| | | layoutView1.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.Row; |
| | | layoutView1.TemplateCard = layoutViewCard1; |
| | | layoutView1.FieldValueClick += layoutView1_FieldValueClick; |
| | | layoutView1.MouseMove += layoutView1_MouseMove; |
| | | layoutView1.MouseEnter += layoutView1_MouseEnter; |
| | | layoutView1.MouseLeave += layoutView1_MouseLeave; |
| | | // |
| | | // colName |
| | | // |
| | |
| | | // |
| | | // dockManager1 |
| | | // |
| | | dockManager1.DockingOptions.ShowAutoHideButton = false; |
| | | dockManager1.Form = sidePanelBottom; |
| | | dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] { dockPanelLeft, dockPanelRight, dockPanelFill }); |
| | | dockManager1.Style = DevExpress.XtraBars.Docking2010.Views.DockingViewStyle.Light; |