Shuxia Ning
2024-12-02 13e69c09c5ac97e0294d64617dfb934e34bb4264
WinFrmUI/HStation.WinFrmUI.Assets.Core/05-elbow/02-main/AddElbowMainDlg.cs
@@ -42,7 +42,7 @@
                    TextEditMaterial.Properties.Items.Add(imageItem);
                }
            }
            imageComboBoxEditConnectlenght.Properties.AddEnum(typeof(eLengthType));
            imageComboBoxEditConnectlenght.Properties.AddEnum(typeof(eElbowType));
            TextEditCaliber.SelectedIndex = 0;
            TextEditMaterial.SelectedIndex = 0;
        }
@@ -151,7 +151,7 @@
            {
                _ElbowVmo.Angle = angle;
            }
            _ElbowVmo.ElbowLengthType = (eLengthType)this.imageComboBoxEditConnectlenght.EditValue;
            _ElbowVmo.ElbowType = (eElbowType)this.imageComboBoxEditConnectlenght.EditValue;
            if (await this.ReloadDataEvent.Invoke(_ElbowVmo))
            {
                TipFormHelper.ShowSucceed("添加成功!");