From 2b31b7e3926134da96d384ab3bdac345691a179c Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 10 一月 2025 10:48:45 +0800 Subject: [PATCH] 优化权限 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-info/cloud/SelectXhsProjectTransferFileDlg.Designer.cs | 62 ++++++++++-------------------- 1 files changed, 21 insertions(+), 41 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-info/cloud/SelectXhsProjectTransferFileDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-info/cloud/SelectXhsProjectTransferFileDlg.Designer.cs index 197f6b4..81a7503 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-info/cloud/SelectXhsProjectTransferFileDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-info/cloud/SelectXhsProjectTransferFileDlg.Designer.cs @@ -48,8 +48,6 @@ colFileSuffix = new DevExpress.XtraGrid.Columns.GridColumn(); colUploadTime = new DevExpress.XtraGrid.Columns.GridColumn(); colUploadUserName = new DevExpress.XtraGrid.Columns.GridColumn(); - colStorageHouse = new DevExpress.XtraGrid.Columns.GridColumn(); - colStorageCode = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -119,8 +117,7 @@ // txtSuffix.Location = new Point(808, 24); txtSuffix.Name = "txtSuffix"; - txtSuffix.Properties.AutoHeight = false; - txtSuffix.Size = new Size(82, 22); + txtSuffix.Size = new Size(82, 20); txtSuffix.StyleController = layoutControl1; txtSuffix.TabIndex = 5; // @@ -164,8 +161,7 @@ // txtUploadUserName.Location = new Point(958, 24); txtUploadUserName.Name = "txtUploadUserName"; - txtUploadUserName.Properties.AutoHeight = false; - txtUploadUserName.Size = new Size(112, 22); + txtUploadUserName.Size = new Size(112, 20); txtUploadUserName.StyleController = layoutControl1; txtUploadUserName.TabIndex = 6; // @@ -173,8 +169,7 @@ // txtFileCode.Location = new Point(628, 24); txtFileCode.Name = "txtFileCode"; - txtFileCode.Properties.AutoHeight = false; - txtFileCode.Size = new Size(112, 22); + txtFileCode.Size = new Size(112, 20); txtFileCode.StyleController = layoutControl1; txtFileCode.TabIndex = 4; // @@ -182,8 +177,7 @@ // txtFileName.Location = new Point(448, 24); txtFileName.Name = "txtFileName"; - txtFileName.Properties.AutoHeight = false; - txtFileName.Size = new Size(112, 22); + txtFileName.Size = new Size(112, 20); txtFileName.StyleController = layoutControl1; txtFileName.TabIndex = 3; // @@ -192,10 +186,9 @@ dtEnd.EditValue = null; dtEnd.Location = new Point(268, 24); dtEnd.Name = "dtEnd"; - dtEnd.Properties.AutoHeight = false; dtEnd.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); dtEnd.Properties.CalendarTimeProperties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); - dtEnd.Size = new Size(112, 22); + dtEnd.Size = new Size(112, 20); dtEnd.StyleController = layoutControl1; dtEnd.TabIndex = 2; // @@ -204,10 +197,9 @@ dtStart.EditValue = null; dtStart.Location = new Point(88, 24); dtStart.Name = "dtStart"; - dtStart.Properties.AutoHeight = false; dtStart.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); dtStart.Properties.CalendarTimeProperties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); - dtStart.Size = new Size(112, 22); + dtStart.Size = new Size(112, 20); dtStart.StyleController = layoutControl1; dtStart.TabIndex = 0; // @@ -227,22 +219,23 @@ // // gridView1 // - gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFileName, colFileCode, colFileSize, colFileSuffix, colUploadTime, colUploadUserName, colStorageHouse, colStorageCode, colDescription }); + gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colFileName, colFileCode, colFileSize, colFileSuffix, colUploadTime, colUploadUserName, colDescription }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; // // colFileName // colFileName.FieldName = "FileName"; - colFileName.MinWidth = 120; + colFileName.MinWidth = 150; colFileName.Name = "colFileName"; colFileName.Visible = true; colFileName.VisibleIndex = 0; - colFileName.Width = 120; + colFileName.Width = 150; // // colFileCode // colFileCode.FieldName = "FileCode"; + colFileCode.MaxWidth = 200; colFileCode.MinWidth = 100; colFileCode.Name = "colFileCode"; colFileCode.Visible = true; @@ -262,12 +255,12 @@ // colFileSuffix // colFileSuffix.FieldName = "FileSuffix"; - colFileSuffix.MaxWidth = 60; - colFileSuffix.MinWidth = 60; + colFileSuffix.MaxWidth = 80; + colFileSuffix.MinWidth = 80; colFileSuffix.Name = "colFileSuffix"; colFileSuffix.Visible = true; colFileSuffix.VisibleIndex = 3; - colFileSuffix.Width = 60; + colFileSuffix.Width = 80; // // colUploadTime // @@ -289,31 +282,13 @@ colUploadUserName.VisibleIndex = 5; colUploadUserName.Width = 100; // - // colStorageHouse - // - colStorageHouse.FieldName = "StorageHouse"; - colStorageHouse.MinWidth = 100; - colStorageHouse.Name = "colStorageHouse"; - colStorageHouse.Visible = true; - colStorageHouse.VisibleIndex = 6; - colStorageHouse.Width = 100; - // - // colStorageCode - // - colStorageCode.FieldName = "StorageCode"; - colStorageCode.MinWidth = 100; - colStorageCode.Name = "colStorageCode"; - colStorageCode.Visible = true; - colStorageCode.VisibleIndex = 7; - colStorageCode.Width = 100; - // // colDescription // colDescription.FieldName = "Description"; colDescription.MinWidth = 100; colDescription.Name = "colDescription"; colDescription.Visible = true; - colDescription.VisibleIndex = 8; + colDescription.VisibleIndex = 6; colDescription.Width = 100; // // Root @@ -377,6 +352,7 @@ // // layoutControlItem2 // + layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem2.Control = dtStart; layoutControlItem2.Location = new Point(0, 0); layoutControlItem2.MaxSize = new Size(180, 0); @@ -389,6 +365,7 @@ // // layoutControlItem3 // + layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem3.Control = dtEnd; layoutControlItem3.Location = new Point(180, 0); layoutControlItem3.MaxSize = new Size(180, 0); @@ -401,6 +378,7 @@ // // layoutControlItem4 // + layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem4.Control = txtFileName; layoutControlItem4.Location = new Point(360, 0); layoutControlItem4.MaxSize = new Size(180, 0); @@ -413,6 +391,7 @@ // // layoutControlItem5 // + layoutControlItem5.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem5.Control = txtFileCode; layoutControlItem5.Location = new Point(540, 0); layoutControlItem5.MaxSize = new Size(180, 0); @@ -425,6 +404,7 @@ // // layoutControlItem6 // + layoutControlItem6.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem6.Control = txtUploadUserName; layoutControlItem6.Location = new Point(870, 0); layoutControlItem6.MaxSize = new Size(180, 0); @@ -437,6 +417,7 @@ // // layoutControlItem10 // + layoutControlItem10.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem10.Control = btnSearch; layoutControlItem10.Location = new Point(1050, 0); layoutControlItem10.MaxSize = new Size(89, 26); @@ -459,6 +440,7 @@ // // layoutControlItem7 // + layoutControlItem7.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem7.Control = txtSuffix; layoutControlItem7.Location = new Point(720, 0); layoutControlItem7.MaxSize = new Size(150, 0); @@ -541,8 +523,6 @@ private DevExpress.XtraGrid.Columns.GridColumn colFileSuffix; private DevExpress.XtraGrid.Columns.GridColumn colUploadTime; private DevExpress.XtraGrid.Columns.GridColumn colUploadUserName; - private DevExpress.XtraGrid.Columns.GridColumn colStorageHouse; - private DevExpress.XtraGrid.Columns.GridColumn colStorageCode; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private TextEdit txtSuffix; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; -- Gitblit v1.9.3