From a91c47d4ae8ad414e492a66f10eafce678892503 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 09 一月 2025 11:43:37 +0800
Subject: [PATCH] 修复权限远程问题

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/03-factor/ViewAssetsTranslationFactorDlg.Designer.cs |   89 ++++++++++++++------------------------------
 1 files changed, 28 insertions(+), 61 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/03-factor/ViewAssetsTranslationFactorDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/03-factor/ViewAssetsTranslationFactorDlg.Designer.cs
index a6e0a9b..2251158 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/03-factor/ViewAssetsTranslationFactorDlg.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/03-factor/ViewAssetsTranslationFactorDlg.Designer.cs
@@ -35,7 +35,6 @@
             layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
             textEditStartDiameter = new DevExpress.XtraEditors.TextEdit();
             textEditTranslationType = new DevExpress.XtraEditors.ImageComboBoxEdit();
-            txtCaliber = new DevExpress.XtraEditors.TextEdit();
             txtMaterial = new DevExpress.XtraEditors.TextEdit();
             TextEditMinorLoss = new DevExpress.XtraEditors.TextEdit();
             txtDescription = new DevExpress.XtraEditors.MemoEdit();
@@ -43,7 +42,6 @@
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
-            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
@@ -57,7 +55,6 @@
             layoutControl1.SuspendLayout();
             ((ISupportInitialize)textEditStartDiameter.Properties).BeginInit();
             ((ISupportInitialize)textEditTranslationType.Properties).BeginInit();
-            ((ISupportInitialize)txtCaliber.Properties).BeginInit();
             ((ISupportInitialize)txtMaterial.Properties).BeginInit();
             ((ISupportInitialize)TextEditMinorLoss.Properties).BeginInit();
             ((ISupportInitialize)txtDescription.Properties).BeginInit();
@@ -65,7 +62,6 @@
             ((ISupportInitialize)Root).BeginInit();
             ((ISupportInitialize)layoutControlItem1).BeginInit();
             ((ISupportInitialize)layoutControlItem6).BeginInit();
-            ((ISupportInitialize)layoutControlItem3).BeginInit();
             ((ISupportInitialize)layoutControlItem4).BeginInit();
             ((ISupportInitialize)layoutControlItem13).BeginInit();
             ((ISupportInitialize)layoutControlItem2).BeginInit();
@@ -85,15 +81,15 @@
             layoutControlItem14.Name = "layoutControlItem14";
             layoutControlItem14.Size = new Size(279, 24);
             layoutControlItem14.Text = "涓嬫父鐩村緞:";
-            layoutControlItem14.TextSize = new Size(64, 14);
+            layoutControlItem14.TextSize = new Size(52, 14);
             // 
             // textEditEndDiameter
             // 
-            textEditEndDiameter.Location = new Point(366, 36);
+            textEditEndDiameter.Location = new Point(354, 36);
             textEditEndDiameter.Name = "textEditEndDiameter";
             textEditEndDiameter.Properties.ReadOnly = true;
             textEditEndDiameter.Properties.UseReadOnlyAppearance = false;
-            textEditEndDiameter.Size = new Size(199, 20);
+            textEditEndDiameter.Size = new Size(211, 20);
             textEditEndDiameter.StyleController = layoutControl1;
             textEditEndDiameter.TabIndex = 4;
             // 
@@ -102,7 +98,6 @@
             layoutControl1.Controls.Add(textEditEndDiameter);
             layoutControl1.Controls.Add(textEditStartDiameter);
             layoutControl1.Controls.Add(textEditTranslationType);
-            layoutControl1.Controls.Add(txtCaliber);
             layoutControl1.Controls.Add(txtMaterial);
             layoutControl1.Controls.Add(TextEditMinorLoss);
             layoutControl1.Controls.Add(txtDescription);
@@ -118,79 +113,64 @@
             // 
             // textEditStartDiameter
             // 
-            textEditStartDiameter.Location = new Point(88, 36);
+            textEditStartDiameter.Location = new Point(76, 36);
             textEditStartDiameter.Name = "textEditStartDiameter";
             textEditStartDiameter.Properties.ReadOnly = true;
             textEditStartDiameter.Properties.UseReadOnlyAppearance = false;
-            textEditStartDiameter.Size = new Size(198, 20);
+            textEditStartDiameter.Size = new Size(210, 20);
             textEditStartDiameter.StyleController = layoutControl1;
             textEditStartDiameter.TabIndex = 3;
             // 
             // textEditTranslationType
             // 
-            textEditTranslationType.Location = new Point(88, 84);
+            textEditTranslationType.Location = new Point(354, 60);
             textEditTranslationType.Name = "textEditTranslationType";
             textEditTranslationType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
             textEditTranslationType.Properties.ReadOnly = true;
             textEditTranslationType.Properties.UseReadOnlyAppearance = false;
-            textEditTranslationType.Size = new Size(477, 20);
+            textEditTranslationType.Size = new Size(211, 20);
             textEditTranslationType.StyleController = layoutControl1;
             textEditTranslationType.TabIndex = 7;
             // 
-            // txtCaliber
-            // 
-            txtCaliber.Location = new Point(366, 12);
-            txtCaliber.Name = "txtCaliber";
-            txtCaliber.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
-            txtCaliber.Properties.DisplayFormat.FormatString = "{0}mm";
-            txtCaliber.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
-            txtCaliber.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
-            txtCaliber.Properties.NullValuePrompt = "mm";
-            txtCaliber.Properties.ReadOnly = true;
-            txtCaliber.Properties.UseReadOnlyAppearance = false;
-            txtCaliber.Size = new Size(199, 20);
-            txtCaliber.StyleController = layoutControl1;
-            txtCaliber.TabIndex = 2;
-            // 
             // txtMaterial
             // 
-            txtMaterial.Location = new Point(366, 60);
+            txtMaterial.Location = new Point(354, 12);
             txtMaterial.Name = "txtMaterial";
             txtMaterial.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
             txtMaterial.Properties.ReadOnly = true;
             txtMaterial.Properties.UseReadOnlyAppearance = false;
-            txtMaterial.Size = new Size(199, 20);
+            txtMaterial.Size = new Size(211, 20);
             txtMaterial.StyleController = layoutControl1;
             txtMaterial.TabIndex = 6;
             // 
             // TextEditMinorLoss
             // 
-            TextEditMinorLoss.Location = new Point(88, 60);
+            TextEditMinorLoss.Location = new Point(76, 60);
             TextEditMinorLoss.Name = "TextEditMinorLoss";
             TextEditMinorLoss.Properties.ReadOnly = true;
             TextEditMinorLoss.Properties.UseReadOnlyAppearance = false;
-            TextEditMinorLoss.Size = new Size(198, 20);
+            TextEditMinorLoss.Size = new Size(210, 20);
             TextEditMinorLoss.StyleController = layoutControl1;
             TextEditMinorLoss.TabIndex = 5;
             // 
             // txtDescription
             // 
-            txtDescription.Location = new Point(88, 108);
+            txtDescription.Location = new Point(76, 84);
             txtDescription.Name = "txtDescription";
             txtDescription.Properties.ReadOnly = true;
             txtDescription.Properties.UseReadOnlyAppearance = false;
-            txtDescription.Size = new Size(477, 242);
+            txtDescription.Size = new Size(489, 266);
             txtDescription.StyleController = layoutControl1;
             txtDescription.TabIndex = 8;
             // 
             // txtName
             // 
-            txtName.Location = new Point(88, 12);
+            txtName.Location = new Point(76, 12);
             txtName.Name = "txtName";
             txtName.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
             txtName.Properties.ReadOnly = true;
             txtName.Properties.UseReadOnlyAppearance = false;
-            txtName.Size = new Size(198, 20);
+            txtName.Size = new Size(210, 20);
             txtName.StyleController = layoutControl1;
             txtName.TabIndex = 0;
             // 
@@ -200,7 +180,7 @@
             Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
             Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
             Root.GroupBordersVisible = false;
-            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem6, layoutControlItem3, layoutControlItem4, layoutControlItem13, layoutControlItem2, layoutControlItem14, layoutControlItem11 });
+            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem6, layoutControlItem13, layoutControlItem14, layoutControlItem11, layoutControlItem2, layoutControlItem4 });
             Root.Name = "Root";
             Root.Size = new Size(577, 362);
             Root.TextVisible = false;
@@ -213,34 +193,25 @@
             layoutControlItem1.Name = "layoutControlItem1";
             layoutControlItem1.Size = new Size(278, 24);
             layoutControlItem1.Text = "鍚嶇О:";
-            layoutControlItem1.TextSize = new Size(64, 14);
+            layoutControlItem1.TextSize = new Size(52, 14);
             // 
             // layoutControlItem6
             // 
             layoutControlItem6.Control = txtDescription;
-            layoutControlItem6.Location = new Point(0, 96);
+            layoutControlItem6.Location = new Point(0, 72);
             layoutControlItem6.Name = "layoutControlItem6";
-            layoutControlItem6.Size = new Size(557, 246);
+            layoutControlItem6.Size = new Size(557, 270);
             layoutControlItem6.Text = "璇存槑:";
-            layoutControlItem6.TextSize = new Size(64, 14);
-            // 
-            // layoutControlItem3
-            // 
-            layoutControlItem3.Control = txtCaliber;
-            layoutControlItem3.Location = new Point(278, 0);
-            layoutControlItem3.Name = "layoutControlItem3";
-            layoutControlItem3.Size = new Size(279, 24);
-            layoutControlItem3.Text = "鐩村緞:";
-            layoutControlItem3.TextSize = new Size(64, 14);
+            layoutControlItem6.TextSize = new Size(52, 14);
             // 
             // layoutControlItem4
             // 
             layoutControlItem4.Control = textEditTranslationType;
-            layoutControlItem4.Location = new Point(0, 72);
+            layoutControlItem4.Location = new Point(278, 48);
             layoutControlItem4.Name = "layoutControlItem4";
-            layoutControlItem4.Size = new Size(557, 24);
-            layoutControlItem4.Text = "杩囨浮浠剁被鍨�:";
-            layoutControlItem4.TextSize = new Size(64, 14);
+            layoutControlItem4.Size = new Size(279, 24);
+            layoutControlItem4.Text = "绫诲瀷:";
+            layoutControlItem4.TextSize = new Size(52, 14);
             // 
             // layoutControlItem13
             // 
@@ -249,17 +220,17 @@
             layoutControlItem13.Name = "layoutControlItem13";
             layoutControlItem13.Size = new Size(278, 24);
             layoutControlItem13.Text = "涓婃父鐩村緞:";
-            layoutControlItem13.TextSize = new Size(64, 14);
+            layoutControlItem13.TextSize = new Size(52, 14);
             // 
             // layoutControlItem2
             // 
             layoutControlItem2.AllowHtmlStringInCaption = true;
             layoutControlItem2.Control = txtMaterial;
-            layoutControlItem2.Location = new Point(278, 48);
+            layoutControlItem2.Location = new Point(278, 0);
             layoutControlItem2.Name = "layoutControlItem2";
             layoutControlItem2.Size = new Size(279, 24);
             layoutControlItem2.Text = "鏉愯川:";
-            layoutControlItem2.TextSize = new Size(64, 14);
+            layoutControlItem2.TextSize = new Size(52, 14);
             // 
             // layoutControlItem11
             // 
@@ -269,7 +240,7 @@
             layoutControlItem11.Name = "layoutControlItem11";
             layoutControlItem11.Size = new Size(278, 24);
             layoutControlItem11.Text = "鍠峰皠绯绘暟:";
-            layoutControlItem11.TextSize = new Size(64, 14);
+            layoutControlItem11.TextSize = new Size(52, 14);
             // 
             // dxErrorProvider2
             // 
@@ -295,7 +266,6 @@
             layoutControl1.ResumeLayout(false);
             ((ISupportInitialize)textEditStartDiameter.Properties).EndInit();
             ((ISupportInitialize)textEditTranslationType.Properties).EndInit();
-            ((ISupportInitialize)txtCaliber.Properties).EndInit();
             ((ISupportInitialize)txtMaterial.Properties).EndInit();
             ((ISupportInitialize)TextEditMinorLoss.Properties).EndInit();
             ((ISupportInitialize)txtDescription.Properties).EndInit();
@@ -303,7 +273,6 @@
             ((ISupportInitialize)Root).EndInit();
             ((ISupportInitialize)layoutControlItem1).EndInit();
             ((ISupportInitialize)layoutControlItem6).EndInit();
-            ((ISupportInitialize)layoutControlItem3).EndInit();
             ((ISupportInitialize)layoutControlItem4).EndInit();
             ((ISupportInitialize)layoutControlItem13).EndInit();
             ((ISupportInitialize)layoutControlItem2).EndInit();
@@ -315,7 +284,6 @@
 
         #endregion
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
         private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider3;
@@ -323,7 +291,6 @@
         private DevExpress.XtraEditors.TextEdit textEditEndDiameter;
         private DevExpress.XtraEditors.TextEdit textEditStartDiameter;
         private DevExpress.XtraEditors.ImageComboBoxEdit textEditTranslationType;
-        private DevExpress.XtraEditors.TextEdit txtCaliber;
         private DevExpress.XtraEditors.TextEdit txtMaterial;
         private DevExpress.XtraEditors.TextEdit TextEditMinorLoss;
         private DevExpress.XtraEditors.MemoEdit txtDescription;

--
Gitblit v1.9.3