EPLAN_PROD_Plugin/Sinvo.EplanHpD.Plugin.WPFUI/View
lihanbo 3d0606a619 105040 增加线材检查,段数按照已选择的电机选型数据获取
添加电机线段数获取及第三种线材类型支持

在 `MotorLectotypeService.cs` 文件中,添加了 `GetLineCount` 方法,用于获取电机对应的线段数。

在 `MotorExcelHelper.cs` 文件中,添加了 `#if DEBUG` 和 `#else` 预处理指令,以便在调试模式和发布模式下使用不同的文件路径。

在 `CableLectotypeUserControl.xaml` 文件中,添加了 `BooleanToVisibilityConverter` 资源,并在界面中添加了一个新的 `SimpleStackPanel`,用于显示第三种线材类型的选择。

在 `CableLectotypeViewModel.cs` 文件中,添加了 `CableTypeThree` 属性和 `IsShowThreeCableType` 属性,用于绑定第三种线材类型的选择和显示控制。

在 `LectotypeViewModel.cs` 文件中,添加了对 `MotorLectotypeService` 的引用,并在构造函数中实例化了 `MotorLectotypeService`。在处理电机和线材匹配时,增加了对电机信息的检查和线段数的获取逻辑。
2025-02-13 08:55:12 +08:00
..
Dialog 105040 Update 优化提示窗口 2025-01-24 11:27:31 +08:00
CableLectotypeUserControl.xaml 105040 增加线材检查,段数按照已选择的电机选型数据获取 2025-02-13 08:55:12 +08:00
CableLectotypeUserControl.xaml.cs 105040 Update 优化安川逻辑,直通线允许选择两种 2025-02-11 14:48:15 +08:00
LayoutHelperWindow.xaml 105040 Update 2025-02-10 16:14:25 +08:00
LayoutHelperWindow.xaml.cs 105040 Update 2025-02-10 16:14:25 +08:00
LectotypeWindow.xaml 105040 Update 2025-02-10 16:14:25 +08:00
LectotypeWindow.xaml.cs 105040 Update 2025-02-10 16:14:25 +08:00
MainWindow.xaml 105040 Update 关闭窗口时增加提示,未保存电机数据是否丢弃 2025-01-23 17:06:34 +08:00
MainWindow.xaml.cs 105040 Clear code 2024-12-05 14:37:31 +08:00
ScannerInfo.xaml 105040 Update 关闭窗口时增加提示,未保存电机数据是否丢弃 2025-01-23 17:06:34 +08:00
ScannerInfo.xaml.cs 105067 布线详细信息把线材两端的部件带出 2025-01-17 09:33:27 +08:00
ScannerWindow.xaml 105040 Update 关闭窗口时增加提示,未保存电机数据是否丢弃 2025-01-23 17:06:34 +08:00
ScannerWindow.xaml.cs 105040 Update 移除下标变化事件,不再触发自动跳转选中项 2025-01-20 17:06:08 +08:00