mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-04-02 07:16:35 +08:00
1、添加双击工具箱添加工具功能,使用工厂模式,工具类与工具箱分开 2、添加工具间拖拽画线功能
This commit is contained in:
@@ -86,6 +86,7 @@
|
||||
<DependentUpon>FormMain.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="GlobalParams.cs" />
|
||||
<Compile Include="Interface\DataStruct.cs" />
|
||||
<Compile Include="Interface\EnumList.cs" />
|
||||
<Compile Include="Interface\ToolBase.cs" />
|
||||
<Compile Include="OperateJob.cs" />
|
||||
@@ -93,6 +94,7 @@
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Interface\VisionJobInterface.cs" />
|
||||
<Compile Include="ToolLib\FindLine.cs" />
|
||||
<Compile Include="ToolLib\HalconTool.cs" />
|
||||
<Compile Include="VisionJob.cs" />
|
||||
<Compile Include="VisionTool\VisionToolFactory.cs" />
|
||||
@@ -108,6 +110,7 @@
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FormLib\FormToolBox.resx">
|
||||
<DependentUpon>FormToolBox.cs</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FormMain.resx">
|
||||
<DependentUpon>FormMain.cs</DependentUpon>
|
||||
|
||||
Reference in New Issue
Block a user