| | |
| | | barBtnEdit = new DevExpress.XtraBars.BarButtonItem(); |
| | | barBtnDelete = new DevExpress.XtraBars.BarButtonItem(); |
| | | barCkSearch = new DevExpress.XtraBars.BarCheckItem(); |
| | | barBtnRefresh = new DevExpress.XtraBars.BarButtonItem(); |
| | | barCheckSorter = new DevExpress.XtraBars.BarCheckItem(); |
| | | standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl(); |
| | | barDockControlTop = new DevExpress.XtraBars.BarDockControl(); |
| | | barDockControlBottom = new DevExpress.XtraBars.BarDockControl(); |
| | | barDockControlLeft = new DevExpress.XtraBars.BarDockControl(); |
| | |
| | | propGroupTreeListViewModelBindingSource = new BindingSource(components); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | colAppearance = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | | colAutoScrollMargin = new DevExpress.XtraTreeList.Columns.TreeListColumn(); |
| | |
| | | barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem(); |
| | | popupMenu1 = new DevExpress.XtraBars.PopupMenu(components); |
| | | popupMenu2 = new DevExpress.XtraBars.PopupMenu(components); |
| | | standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl(); |
| | | layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | ((System.ComponentModel.ISupportInitialize)barManager1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)propGroupTreeListViewModelBindingSource).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)popupMenu1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)popupMenu2).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); |
| | | SuspendLayout(); |
| | | // |
| | | // barManager1 |
| | |
| | | barManager1.DockControls.Add(barDockControlRight); |
| | | barManager1.DockControls.Add(standaloneBarDockControl1); |
| | | barManager1.Form = this; |
| | | barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barCkSearch, barBtnAdd, barBtnEdit, barBtnDelete, barButtonItem1, barButtonItem2, barButtonItem3 }); |
| | | barManager1.MaxItemId = 55; |
| | | barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barCkSearch, barBtnAdd, barBtnEdit, barBtnDelete, barButtonItem1, barButtonItem2, barButtonItem3, barBtnRefresh, barCheckSorter }); |
| | | barManager1.MaxItemId = 58; |
| | | // |
| | | // bar1 |
| | | // |
| | |
| | | bar1.DockCol = 0; |
| | | bar1.DockRow = 0; |
| | | bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone; |
| | | bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnAdd), new DevExpress.XtraBars.LinkPersistInfo(barBtnEdit), new DevExpress.XtraBars.LinkPersistInfo(barBtnDelete), new DevExpress.XtraBars.LinkPersistInfo(barCkSearch) }); |
| | | bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barBtnAdd), new DevExpress.XtraBars.LinkPersistInfo(barBtnEdit), new DevExpress.XtraBars.LinkPersistInfo(barBtnDelete), new DevExpress.XtraBars.LinkPersistInfo(barCkSearch), new DevExpress.XtraBars.LinkPersistInfo(barBtnRefresh), new DevExpress.XtraBars.LinkPersistInfo(barCheckSorter) }); |
| | | bar1.OptionsBar.AllowQuickCustomization = false; |
| | | bar1.OptionsBar.DrawBorder = false; |
| | | bar1.OptionsBar.DrawDragBorder = false; |
| | |
| | | barCkSearch.Name = "barCkSearch"; |
| | | barCkSearch.CheckedChanged += barCkSearch_CheckedChanged; |
| | | // |
| | | // barBtnRefresh |
| | | // |
| | | barBtnRefresh.Caption = "刷新"; |
| | | barBtnRefresh.Id = 55; |
| | | barBtnRefresh.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnRefresh.ImageOptions.SvgImage"); |
| | | barBtnRefresh.Name = "barBtnRefresh"; |
| | | barBtnRefresh.ItemClick += barBtnRefresh_ItemClick; |
| | | // |
| | | // barCheckSorter |
| | | // |
| | | barCheckSorter.Caption = "排序"; |
| | | barCheckSorter.Id = 57; |
| | | barCheckSorter.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barCheckSorter.ImageOptions.SvgImage"); |
| | | barCheckSorter.Name = "barCheckSorter"; |
| | | barCheckSorter.CheckedChanged += barCheckSorter_CheckedChanged; |
| | | // |
| | | // standaloneBarDockControl1 |
| | | // |
| | | standaloneBarDockControl1.CausesValidation = false; |
| | | standaloneBarDockControl1.Location = new Point(2, 22); |
| | | standaloneBarDockControl1.Manager = barManager1; |
| | | standaloneBarDockControl1.Name = "standaloneBarDockControl1"; |
| | | standaloneBarDockControl1.Size = new Size(241, 30); |
| | | standaloneBarDockControl1.Text = "standaloneBarDockControl1"; |
| | | // |
| | | // barDockControlTop |
| | | // |
| | | barDockControlTop.CausesValidation = false; |
| | | barDockControlTop.Dock = DockStyle.Top; |
| | | barDockControlTop.Location = new Point(0, 0); |
| | | barDockControlTop.Manager = barManager1; |
| | | barDockControlTop.Size = new Size(276, 0); |
| | | barDockControlTop.Size = new Size(245, 0); |
| | | // |
| | | // barDockControlBottom |
| | | // |
| | |
| | | barDockControlBottom.Dock = DockStyle.Bottom; |
| | | barDockControlBottom.Location = new Point(0, 569); |
| | | barDockControlBottom.Manager = barManager1; |
| | | barDockControlBottom.Size = new Size(276, 0); |
| | | barDockControlBottom.Size = new Size(245, 0); |
| | | // |
| | | // barDockControlLeft |
| | | // |
| | |
| | | // |
| | | barDockControlRight.CausesValidation = false; |
| | | barDockControlRight.Dock = DockStyle.Right; |
| | | barDockControlRight.Location = new Point(276, 0); |
| | | barDockControlRight.Location = new Point(245, 0); |
| | | barDockControlRight.Manager = barManager1; |
| | | barDockControlRight.Size = new Size(0, 569); |
| | | // |
| | |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(276, 569); |
| | | layoutControl1.Size = new Size(245, 569); |
| | | layoutControl1.TabIndex = 6; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | |
| | | // |
| | | typeTreeListLookUpEdit1.Location = new Point(0, 0); |
| | | typeTreeListLookUpEdit1.Name = "typeTreeListLookUpEdit1"; |
| | | typeTreeListLookUpEdit1.Size = new Size(276, 20); |
| | | typeTreeListLookUpEdit1.Size = new Size(245, 20); |
| | | typeTreeListLookUpEdit1.TabIndex = 0; |
| | | // |
| | | // treeList1 |
| | |
| | | treeList1.Name = "treeList1"; |
| | | treeList1.OptionsBehavior.Editable = false; |
| | | treeList1.OptionsBehavior.ReadOnly = true; |
| | | treeList1.Size = new Size(276, 515); |
| | | treeList1.Size = new Size(245, 515); |
| | | treeList1.TabIndex = 2; |
| | | treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView; |
| | | treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged; |
| | |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem3, layoutControlItem2 }); |
| | | Root.Name = "Root"; |
| | | Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | Root.Size = new Size(276, 569); |
| | | Root.Size = new Size(245, 569); |
| | | Root.TextVisible = false; |
| | | // |
| | | // layoutControlItem1 |
| | |
| | | layoutControlItem1.Location = new Point(0, 54); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlItem1.Size = new Size(276, 515); |
| | | layoutControlItem1.Size = new Size(245, 515); |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | layoutControlItem3.Control = standaloneBarDockControl1; |
| | | layoutControlItem3.Location = new Point(0, 20); |
| | | layoutControlItem3.Name = "layoutControlItem3"; |
| | | layoutControlItem3.Size = new Size(245, 34); |
| | | layoutControlItem3.TextSize = new Size(0, 0); |
| | | layoutControlItem3.TextVisible = false; |
| | | // |
| | | // layoutControlItem2 |
| | | // |
| | |
| | | layoutControlItem2.Location = new Point(0, 0); |
| | | layoutControlItem2.Name = "layoutControlItem2"; |
| | | layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlItem2.Size = new Size(276, 20); |
| | | layoutControlItem2.Size = new Size(245, 20); |
| | | layoutControlItem2.TextSize = new Size(0, 0); |
| | | layoutControlItem2.TextVisible = false; |
| | | // |
| | |
| | | popupMenu2.Manager = barManager1; |
| | | popupMenu2.Name = "popupMenu2"; |
| | | // |
| | | // standaloneBarDockControl1 |
| | | // |
| | | standaloneBarDockControl1.CausesValidation = false; |
| | | standaloneBarDockControl1.Location = new Point(2, 22); |
| | | standaloneBarDockControl1.Manager = barManager1; |
| | | standaloneBarDockControl1.Name = "standaloneBarDockControl1"; |
| | | standaloneBarDockControl1.Size = new Size(272, 30); |
| | | standaloneBarDockControl1.Text = "standaloneBarDockControl1"; |
| | | // |
| | | // layoutControlItem3 |
| | | // |
| | | layoutControlItem3.Control = standaloneBarDockControl1; |
| | | layoutControlItem3.Location = new Point(0, 20); |
| | | layoutControlItem3.Name = "layoutControlItem3"; |
| | | layoutControlItem3.Size = new Size(276, 34); |
| | | layoutControlItem3.TextSize = new Size(0, 0); |
| | | layoutControlItem3.TextVisible = false; |
| | | // |
| | | // SysPropGroupTreeListCtrl |
| | | // |
| | | Appearance.BackColor = SystemColors.Control; |
| | |
| | | Controls.Add(barDockControlBottom); |
| | | Controls.Add(barDockControlTop); |
| | | Name = "SysPropGroupTreeListCtrl"; |
| | | Size = new Size(276, 569); |
| | | Size = new Size(245, 569); |
| | | ((System.ComponentModel.ISupportInitialize)barManager1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | |
| | | ((System.ComponentModel.ISupportInitialize)propGroupTreeListViewModelBindingSource).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)Root).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)popupMenu1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)popupMenu2).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); |
| | | ResumeLayout(false); |
| | | PerformLayout(); |
| | | } |
| | |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colPadding; |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colImeMode; |
| | | private DevExpress.XtraTreeList.Columns.TreeListColumn colName; |
| | | private SysTypeTreeListLookUpEdit typeTreeListLookUpEdit1; |
| | | public SysTypeTreeListLookUpEdit typeTreeListLookUpEdit1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; |
| | | private BindingSource propGroupTreeListViewModelBindingSource; |
| | | private DevExpress.XtraBars.StandaloneBarDockControl standaloneBarDockControl1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; |
| | | private DevExpress.XtraBars.BarButtonItem barBtnRefresh; |
| | | private DevExpress.XtraBars.BarCheckItem barCheckSorter; |
| | | } |
| | | } |