From 0b0f37c86f484b10d911b56b77968f832ce69bbb Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期四, 27 三月 2025 11:51:22 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeListCtrl.Designer.cs | 66 +++++++++++++++++++------------- 1 files changed, 39 insertions(+), 27 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeListCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeListCtrl.Designer.cs index 2005321..a329722 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeListCtrl.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/01-project/HomeXhsProjectTreeListCtrl.Designer.cs @@ -78,11 +78,12 @@ layoutControl1.Controls.Add(treeList1); layoutControl1.Controls.Add(searchControl1); layoutControl1.Dock = DockStyle.Fill; - layoutControl1.Location = new Point(0, 24); + layoutControl1.Location = new Point(0, 30); + layoutControl1.Margin = new Padding(3, 4, 3, 4); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(539, 371, 650, 400); layoutControl1.Root = Root; - layoutControl1.Size = new Size(235, 636); + layoutControl1.Size = new Size(269, 819); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // @@ -96,9 +97,10 @@ btnImportProject.ImageOptions.ImageToTextAlignment = ImageAlignToText.LeftCenter; btnImportProject.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnImportProject.ImageOptions.SvgImage"); btnImportProject.ImageOptions.SvgImageSize = new Size(24, 24); - btnImportProject.Location = new Point(0, 612); + btnImportProject.Location = new Point(0, 788); + btnImportProject.Margin = new Padding(3, 4, 3, 4); btnImportProject.Name = "btnImportProject"; - btnImportProject.Size = new Size(235, 23); + btnImportProject.Size = new Size(269, 30); btnImportProject.StyleController = layoutControl1; btnImportProject.TabIndex = 6; btnImportProject.Text = "瀵煎叆椤圭洰"; @@ -107,8 +109,10 @@ // treeList1 // treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { colName }); - treeList1.Location = new Point(0, 24); + treeList1.Location = new Point(0, 29); + treeList1.Margin = new Padding(3, 4, 3, 4); treeList1.MenuManager = barManager1; + treeList1.MinWidth = 23; treeList1.Name = "treeList1"; treeList1.OptionsMenu.EnableNodeMenu = false; treeList1.OptionsSelection.EnableAppearanceFocusedCell = false; @@ -117,8 +121,9 @@ treeList1.OptionsView.ShowIndentAsRowStyle = true; treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repositoryItemButtonEdit1 }); treeList1.SelectImageList = imageCollection1; - treeList1.Size = new Size(235, 586); + treeList1.Size = new Size(269, 757); treeList1.TabIndex = 5; + treeList1.TreeLevelWidth = 21; treeList1.TreeViewFieldName = "Name"; treeList1.ViewStyle = DevExpress.XtraTreeList.TreeListViewStyle.TreeView; treeList1.FocusedNodeChanged += treeList1_FocusedNodeChanged; @@ -131,10 +136,11 @@ colName.Caption = "鍚嶇О"; colName.FieldName = "Name"; colName.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("colName.ImageOptions.SvgImage"); + colName.MinWidth = 23; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; - colName.Width = 172; + colName.Width = 197; // // barManager1 // @@ -210,31 +216,35 @@ barDockControlTop.Dock = DockStyle.Top; barDockControlTop.Location = new Point(0, 0); barDockControlTop.Manager = barManager1; - barDockControlTop.Size = new Size(235, 24); + barDockControlTop.Margin = new Padding(3, 4, 3, 4); + barDockControlTop.Size = new Size(269, 30); // // barDockControlBottom // barDockControlBottom.CausesValidation = false; barDockControlBottom.Dock = DockStyle.Bottom; - barDockControlBottom.Location = new Point(0, 660); + barDockControlBottom.Location = new Point(0, 849); barDockControlBottom.Manager = barManager1; - barDockControlBottom.Size = new Size(235, 0); + barDockControlBottom.Margin = new Padding(3, 4, 3, 4); + barDockControlBottom.Size = new Size(269, 0); // // barDockControlLeft // barDockControlLeft.CausesValidation = false; barDockControlLeft.Dock = DockStyle.Left; - barDockControlLeft.Location = new Point(0, 24); + barDockControlLeft.Location = new Point(0, 30); barDockControlLeft.Manager = barManager1; - barDockControlLeft.Size = new Size(0, 636); + barDockControlLeft.Margin = new Padding(3, 4, 3, 4); + barDockControlLeft.Size = new Size(0, 819); // // barDockControlRight // barDockControlRight.CausesValidation = false; barDockControlRight.Dock = DockStyle.Right; - barDockControlRight.Location = new Point(235, 24); + barDockControlRight.Location = new Point(269, 30); barDockControlRight.Manager = barManager1; - barDockControlRight.Size = new Size(0, 636); + barDockControlRight.Margin = new Padding(3, 4, 3, 4); + barDockControlRight.Size = new Size(0, 819); // // repositoryItemButtonEdit1 // @@ -253,12 +263,13 @@ // searchControl1 // searchControl1.Client = treeList1; - searchControl1.Location = new Point(0, 2); + searchControl1.Location = new Point(0, 3); + searchControl1.Margin = new Padding(3, 4, 3, 4); searchControl1.MenuManager = barManager1; searchControl1.Name = "searchControl1"; searchControl1.Properties.Buttons.AddRange(new EditorButton[] { new DevExpress.XtraEditors.Repository.ClearButton(), new DevExpress.XtraEditors.Repository.SearchButton() }); searchControl1.Properties.Client = treeList1; - searchControl1.Size = new Size(235, 20); + searchControl1.Size = new Size(269, 24); searchControl1.StyleController = layoutControl1; searchControl1.TabIndex = 4; // @@ -269,7 +280,7 @@ Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); - Root.Size = new Size(235, 636); + Root.Size = new Size(269, 819); Root.TextVisible = false; // // layoutControlItem1 @@ -277,45 +288,46 @@ layoutControlItem1.Control = searchControl1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; - layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 2, 1); - layoutControlItem1.Size = new Size(235, 23); + layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 3, 1); + layoutControlItem1.Size = new Size(269, 28); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // layoutControlItem2 // layoutControlItem2.Control = treeList1; - layoutControlItem2.Location = new Point(0, 23); + layoutControlItem2.Location = new Point(0, 28); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 1, 1); - layoutControlItem2.Size = new Size(235, 588); + layoutControlItem2.Size = new Size(269, 759); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlItem3 // layoutControlItem3.Control = btnImportProject; - layoutControlItem3.Location = new Point(0, 611); - layoutControlItem3.MaxSize = new Size(0, 25); - layoutControlItem3.MinSize = new Size(82, 25); + layoutControlItem3.Location = new Point(0, 787); + layoutControlItem3.MaxSize = new Size(0, 32); + layoutControlItem3.MinSize = new Size(94, 32); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 1, 1); - layoutControlItem3.Size = new Size(235, 25); + layoutControlItem3.Size = new Size(269, 32); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // HomeXhsProjectTreeListCtrl // - AutoScaleDimensions = new SizeF(7F, 14F); + AutoScaleDimensions = new SizeF(8F, 18F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Controls.Add(barDockControlLeft); Controls.Add(barDockControlRight); Controls.Add(barDockControlBottom); Controls.Add(barDockControlTop); + Margin = new Padding(3, 4, 3, 4); Name = "HomeXhsProjectTreeListCtrl"; - Size = new Size(235, 660); + Size = new Size(269, 849); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)treeList1).EndInit(); -- Gitblit v1.9.3