mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-04-04 09:06:35 +08:00
1、增加单独Job的保存、添加和创建
2、每个Job单独绑定一个图像窗体 3、支持通过以job的方式外部调用
This commit is contained in:
@@ -60,6 +60,12 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="FormHalconWindow.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="FormHalconWindow.Designer.cs">
|
||||
<DependentUpon>FormHalconWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="FormImageWindow.cs.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -87,6 +93,9 @@
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="FormHalconWindow.resx">
|
||||
<DependentUpon>FormHalconWindow.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="FormImageWindow.cs.resx">
|
||||
<DependentUpon>FormImageWindow.cs.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
|
||||
Reference in New Issue
Block a user