From db7f62beafa09e14ecbab1146b157d5978088a4d Mon Sep 17 00:00:00 2001 From: xcd <834800634@qq.com> Date: 星期三, 15 七月 2020 11:14:04 +0800 Subject: [PATCH] M071主界面添加批量添加测量项界面 修复CanvasImage复数显示时无法编辑标签问题 --- src/Bro.M071.Process/Bro.M071.Process.csproj | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/Bro.M071.Process/Bro.M071.Process.csproj b/src/Bro.M071.Process/Bro.M071.Process.csproj index e8c6f29..60f4879 100644 --- a/src/Bro.M071.Process/Bro.M071.Process.csproj +++ b/src/Bro.M071.Process/Bro.M071.Process.csproj @@ -131,6 +131,12 @@ <Compile Include="UI\M071_MainForm.Designer.cs"> <DependentUpon>M071_MainForm.cs</DependentUpon> </Compile> + <Compile Include="UI\M071_PatchInsertMeasurement.cs"> + <SubType>Form</SubType> + </Compile> + <Compile Include="UI\M071_PatchInsertMeasurement.Designer.cs"> + <DependentUpon>M071_PatchInsertMeasurement.cs</DependentUpon> + </Compile> <Compile Include="UI\M071_ShortcutFrm.cs"> <SubType>Form</SubType> </Compile> @@ -152,6 +158,9 @@ <EmbeddedResource Include="UI\M071_MainForm.resx"> <DependentUpon>M071_MainForm.cs</DependentUpon> </EmbeddedResource> + <EmbeddedResource Include="UI\M071_PatchInsertMeasurement.resx"> + <DependentUpon>M071_PatchInsertMeasurement.cs</DependentUpon> + </EmbeddedResource> <EmbeddedResource Include="UI\M071_ShortcutFrm.resx"> <DependentUpon>M071_ShortcutFrm.cs</DependentUpon> </EmbeddedResource> -- Gitblit v1.8.0