From 31a636e735a0addc56e4f4527f500b7aa0874eb5 Mon Sep 17 00:00:00 2001 From: chr <chr@mailcom> Date: 星期五, 03 一月 2025 11:21:46 +0800 Subject: [PATCH] 改了一大堆; --- PdmSwPlugin.PropertySetting/Panel/JgjModulePanel.xaml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PdmSwPlugin.PropertySetting/Panel/JgjModulePanel.xaml b/PdmSwPlugin.PropertySetting/Panel/JgjModulePanel.xaml index 4f2da27..02f0d61 100644 --- a/PdmSwPlugin.PropertySetting/Panel/JgjModulePanel.xaml +++ b/PdmSwPlugin.PropertySetting/Panel/JgjModulePanel.xaml @@ -19,7 +19,7 @@ <StackPanel> <StackPanel x:Name="materialCodePanel"> <Label Content="鐗╂枡缂栫爜"/> - <TextBox x:Name="materialCodeText" Text="{Binding materialCode,UpdateSourceTrigger=PropertyChanged}"/> + <TextBox x:Name="materialCodeText" IsReadOnly="True" Text="{Binding materialCode,UpdateSourceTrigger=PropertyChanged}"/> </StackPanel> <StackPanel x:Name="materialNamePanel"> -- Gitblit v1.9.1