duheng
2025-02-19 ad8f813f5eddd66740b4e09801e4ea02ddf70a4a
WinFrmUI/HStation.WinFrmUI.Assets.Core/19-translation/03-factor/AddAssetsTranslationFactorDlg.Designer.cs
@@ -37,7 +37,6 @@
            textEditEndDiameter = new DevExpress.XtraEditors.TextEdit();
            textEditStartDiameter = new DevExpress.XtraEditors.TextEdit();
            textEditTranslationType = new DevExpress.XtraEditors.ImageComboBoxEdit();
            txtCaliber = new DevExpress.XtraEditors.TextEdit();
            TextEditMinorLoss = new DevExpress.XtraEditors.TextEdit();
            generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
            txtDescription = new DevExpress.XtraEditors.MemoEdit();
@@ -46,7 +45,6 @@
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem13 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem();
@@ -61,7 +59,6 @@
            ((ISupportInitialize)textEditEndDiameter.Properties).BeginInit();
            ((ISupportInitialize)textEditStartDiameter.Properties).BeginInit();
            ((ISupportInitialize)textEditTranslationType.Properties).BeginInit();
            ((ISupportInitialize)txtCaliber.Properties).BeginInit();
            ((ISupportInitialize)TextEditMinorLoss.Properties).BeginInit();
            ((ISupportInitialize)txtDescription.Properties).BeginInit();
            ((ISupportInitialize)txtName.Properties).BeginInit();
@@ -69,7 +66,6 @@
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)layoutControlItem6).BeginInit();
            ((ISupportInitialize)layoutControlItem7).BeginInit();
            ((ISupportInitialize)layoutControlItem3).BeginInit();
            ((ISupportInitialize)layoutControlItem4).BeginInit();
            ((ISupportInitialize)layoutControlItem13).BeginInit();
            ((ISupportInitialize)layoutControlItem14).BeginInit();
@@ -89,18 +85,18 @@
            // 
            layoutControlItem2.AllowHtmlStringInCaption = true;
            layoutControlItem2.Control = txtMaterial;
            layoutControlItem2.Location = new Point(267, 48);
            layoutControlItem2.Location = new Point(267, 0);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(268, 24);
            layoutControlItem2.Text = "材质:";
            layoutControlItem2.TextSize = new Size(64, 14);
            layoutControlItem2.TextSize = new Size(59, 14);
            // 
            // txtMaterial
            // txtDN
            // 
            txtMaterial.Location = new Point(355, 60);
            txtMaterial.Location = new Point(350, 12);
            txtMaterial.Name = "txtMaterial";
            txtMaterial.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            txtMaterial.Size = new Size(188, 20);
            txtMaterial.Size = new Size(193, 20);
            txtMaterial.StyleController = layoutControl1;
            txtMaterial.TabIndex = 6;
            // 
@@ -109,7 +105,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(generalOkAndCancelCtrl1);
@@ -126,47 +121,34 @@
            // 
            // textEditEndDiameter
            // 
            textEditEndDiameter.Location = new Point(355, 36);
            textEditEndDiameter.Location = new Point(350, 36);
            textEditEndDiameter.Name = "textEditEndDiameter";
            textEditEndDiameter.Size = new Size(188, 20);
            textEditEndDiameter.Size = new Size(193, 20);
            textEditEndDiameter.StyleController = layoutControl1;
            textEditEndDiameter.TabIndex = 4;
            // 
            // textEditStartDiameter
            // 
            textEditStartDiameter.Location = new Point(88, 36);
            textEditStartDiameter.Location = new Point(83, 36);
            textEditStartDiameter.Name = "textEditStartDiameter";
            textEditStartDiameter.Size = new Size(187, 20);
            textEditStartDiameter.Size = new Size(192, 20);
            textEditStartDiameter.StyleController = layoutControl1;
            textEditStartDiameter.TabIndex = 3;
            // 
            // textEditTranslationType
            // 
            textEditTranslationType.Location = new Point(88, 84);
            textEditTranslationType.Location = new Point(350, 60);
            textEditTranslationType.Name = "textEditTranslationType";
            textEditTranslationType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
            textEditTranslationType.Size = new Size(455, 20);
            textEditTranslationType.Size = new Size(193, 20);
            textEditTranslationType.StyleController = layoutControl1;
            textEditTranslationType.TabIndex = 7;
            // 
            // txtCaliber
            //
            txtCaliber.Location = new Point(355, 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.Size = new Size(188, 20);
            txtCaliber.StyleController = layoutControl1;
            txtCaliber.TabIndex = 2;
            //
            // TextEditMinorLoss
            // 
            TextEditMinorLoss.Location = new Point(88, 60);
            TextEditMinorLoss.Location = new Point(83, 60);
            TextEditMinorLoss.Name = "TextEditMinorLoss";
            TextEditMinorLoss.Size = new Size(187, 20);
            TextEditMinorLoss.Size = new Size(192, 20);
            TextEditMinorLoss.StyleController = layoutControl1;
            TextEditMinorLoss.TabIndex = 5;
            // 
@@ -183,18 +165,18 @@
            // 
            // txtDescription
            // 
            txtDescription.Location = new Point(88, 108);
            txtDescription.Location = new Point(83, 84);
            txtDescription.Name = "txtDescription";
            txtDescription.Size = new Size(455, 234);
            txtDescription.Size = new Size(460, 258);
            txtDescription.StyleController = layoutControl1;
            txtDescription.TabIndex = 8;
            // 
            // txtName
            // 
            txtName.Location = new Point(88, 12);
            txtName.Location = new Point(83, 12);
            txtName.Name = "txtName";
            txtName.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            txtName.Size = new Size(187, 20);
            txtName.Size = new Size(192, 20);
            txtName.StyleController = layoutControl1;
            txtName.TabIndex = 0;
            // 
@@ -204,7 +186,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, layoutControlItem7, layoutControlItem3, layoutControlItem4, layoutControlItem13, layoutControlItem2, layoutControlItem14, layoutControlItem11 });
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem6, layoutControlItem7, layoutControlItem13, layoutControlItem14, layoutControlItem11, layoutControlItem2, layoutControlItem4 });
            Root.Name = "Root";
            Root.Size = new Size(555, 384);
            Root.TextVisible = false;
@@ -217,16 +199,16 @@
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(267, 24);
            layoutControlItem1.Text = "<color=red>*</color>名称:";
            layoutControlItem1.TextSize = new Size(64, 14);
            layoutControlItem1.TextSize = new Size(59, 14);
            // 
            // layoutControlItem6
            // 
            layoutControlItem6.Control = txtDescription;
            layoutControlItem6.Location = new Point(0, 96);
            layoutControlItem6.Location = new Point(0, 72);
            layoutControlItem6.Name = "layoutControlItem6";
            layoutControlItem6.Size = new Size(535, 238);
            layoutControlItem6.Size = new Size(535, 262);
            layoutControlItem6.Text = "说明:";
            layoutControlItem6.TextSize = new Size(64, 14);
            layoutControlItem6.TextSize = new Size(59, 14);
            // 
            // layoutControlItem7
            // 
@@ -237,23 +219,14 @@
            layoutControlItem7.TextSize = new Size(0, 0);
            layoutControlItem7.TextVisible = false;
            // 
            // layoutControlItem3
            //
            layoutControlItem3.Control = txtCaliber;
            layoutControlItem3.Location = new Point(267, 0);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(268, 24);
            layoutControlItem3.Text = "直径:";
            layoutControlItem3.TextSize = new Size(64, 14);
            //
            // layoutControlItem4
            // 
            layoutControlItem4.Control = textEditTranslationType;
            layoutControlItem4.Location = new Point(0, 72);
            layoutControlItem4.Location = new Point(267, 48);
            layoutControlItem4.Name = "layoutControlItem4";
            layoutControlItem4.Size = new Size(535, 24);
            layoutControlItem4.Text = "过渡件类型:";
            layoutControlItem4.TextSize = new Size(64, 14);
            layoutControlItem4.Size = new Size(268, 24);
            layoutControlItem4.Text = "类型:";
            layoutControlItem4.TextSize = new Size(59, 14);
            // 
            // layoutControlItem13
            // 
@@ -262,7 +235,7 @@
            layoutControlItem13.Name = "layoutControlItem13";
            layoutControlItem13.Size = new Size(267, 24);
            layoutControlItem13.Text = "上游直径:";
            layoutControlItem13.TextSize = new Size(64, 14);
            layoutControlItem13.TextSize = new Size(59, 14);
            // 
            // layoutControlItem14
            // 
@@ -271,7 +244,7 @@
            layoutControlItem14.Name = "layoutControlItem14";
            layoutControlItem14.Size = new Size(268, 24);
            layoutControlItem14.Text = "下游直径:";
            layoutControlItem14.TextSize = new Size(64, 14);
            layoutControlItem14.TextSize = new Size(59, 14);
            // 
            // layoutControlItem11
            // 
@@ -281,7 +254,7 @@
            layoutControlItem11.Name = "layoutControlItem11";
            layoutControlItem11.Size = new Size(267, 24);
            layoutControlItem11.Text = "<color=red>*</color>局阻系数:";
            layoutControlItem11.TextSize = new Size(64, 14);
            layoutControlItem11.TextSize = new Size(59, 14);
            // 
            // dxErrorProvider3
            // 
@@ -305,7 +278,6 @@
            ((ISupportInitialize)textEditEndDiameter.Properties).EndInit();
            ((ISupportInitialize)textEditStartDiameter.Properties).EndInit();
            ((ISupportInitialize)textEditTranslationType.Properties).EndInit();
            ((ISupportInitialize)txtCaliber.Properties).EndInit();
            ((ISupportInitialize)TextEditMinorLoss.Properties).EndInit();
            ((ISupportInitialize)txtDescription.Properties).EndInit();
            ((ISupportInitialize)txtName.Properties).EndInit();
@@ -313,7 +285,6 @@
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)layoutControlItem6).EndInit();
            ((ISupportInitialize)layoutControlItem7).EndInit();
            ((ISupportInitialize)layoutControlItem3).EndInit();
            ((ISupportInitialize)layoutControlItem4).EndInit();
            ((ISupportInitialize)layoutControlItem13).EndInit();
            ((ISupportInitialize)layoutControlItem14).EndInit();
@@ -324,7 +295,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 dxErrorProvider1;
@@ -333,7 +303,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 GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;