EPLAN_PROD_Plugin/Sinvo.EplanHpD.Plugin.WPFUI
lihanbo d7f61b0db3 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定
增加 CableTypeThree 属性及相关处理

在 CableLectotype.cs 文件中增加了 CableTypeThree 属性,并设置了 SugarColumn(IsNullable = true)。
在 MotorLectotypeService.cs 文件中增加了对 CableTypeThree 属性的处理。
在 Sinvo.EplanHpD.Plugin.WPFUI.csproj 文件中增加了对 MotorPassthroughCable.cs 文件的编译包含。
在 MotorExcelHelper.cs 文件中增加了 GetPassthroughCableCount 方法。
在 CableLectotypeUserControl.xaml 文件中修改了 hc:SimpleStackPanel 的 Visibility 绑定属性。
在 CableLectotypeUserControl.xaml.cs 文件中增加了对 EPLAN.Harness.Core.Interfaces 的引用,并在 CableLectotypeViewModel 类中增加了一个实例。
在 CableLectotypeViewModel.cs 文件中增加了对 CableTypeThree 属性的处理,并增加了 _passthroughCableCount 和 IsEnableThreeCableType 属性及其相关逻辑。
在 MotorPassthroughCable.cs 文件中增加了 MotorPassthroughCable 类,用于表示电机直通线数量。
2025-02-14 09:22:11 +08:00
..
Common 105040 Update 关闭窗口时增加提示,未保存电机数据是否丢弃 2025-01-23 17:06:34 +08:00
Converter 105040 Fix 修复Enum.IsDefined无法正确判断的问题 2024-12-23 11:57:20 +08:00
Datas 105040 增加注释,优化逻辑 2025-02-10 09:53:41 +08:00
Enum 105040 Update 添加默认值 2024-12-23 11:58:23 +08:00
Extension 105040 Update 调整:唯一标识根据项目名称+轴号生成 2025-01-23 09:08:45 +08:00
Models 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00
Properties 105040 Update To 1.0.0.24 2025-02-12 08:42:12 +08:00
Selector 105040 Update 2025-02-10 16:14:25 +08:00
Service 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00
Themes 重构项目结构并添加新功能 2024-11-19 12:11:29 +08:00
Utils 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00
View 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00
ViewModel 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00
App.config 添加项目文件。 2024-10-24 18:01:26 +08:00
Sinvo.EplanHpD.Plugin.WPFUI.csproj 105040 Update 增加第三种直通线选择,可选择的线材种类数量由配置表决定 2025-02-14 09:22:11 +08:00
TestWindow.xaml 更新多个文件,添加新功能和修复bug 2024-11-07 12:14:44 +08:00
TestWindow.xaml.cs 105040 优化电机线材选型页面 2024-12-02 11:02:52 +08:00