From 26f45822a2a84af81e20ca543da98d3b822c5afd Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 17 二月 2025 21:25:59 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/01-info/cloud/SelectXhsProjectTransferFileDlg.Designer.cs | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 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 32c7aab..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 @@ -117,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; // @@ -162,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; // @@ -171,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; // @@ -180,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; // @@ -190,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; // @@ -202,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; // @@ -358,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); @@ -370,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); @@ -382,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); @@ -394,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); @@ -406,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); @@ -418,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); @@ -440,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); -- Gitblit v1.9.3