添加Log窗体,添加工具类及Job类

This commit is contained in:
liu.wenjie
2019-07-15 20:00:07 +08:00
committed by liu.wenjie
parent 32b9b5ed0b
commit 4000480e75
40 changed files with 5031 additions and 1349 deletions

View File

@@ -34,6 +34,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="DevComponents.DotNetBar2, Version=14.0.0.15, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL" />
<Reference Include="halcondotnet, Version=19.5.0.0, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Program Files\MVTec\HALCON-19.05-Progress\bin\dotnet20\halcondotnet.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
@@ -51,7 +55,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="AppConfig.cs" />
<Compile Include="DockPanelOperate.cs" />
<Compile Include="FormLib\FormImageWindow.cs">
<SubType>Form</SubType>
</Compile>
@@ -64,6 +67,12 @@
<Compile Include="FormLib\FormJobManage.Designer.cs">
<DependentUpon>FormJobManage.cs</DependentUpon>
</Compile>
<Compile Include="FormLib\FormLog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="FormLib\FormLog.Designer.cs">
<DependentUpon>FormLog.cs</DependentUpon>
</Compile>
<Compile Include="FormLib\FormToolBox.cs">
<SubType>Form</SubType>
</Compile>
@@ -77,14 +86,22 @@
<DependentUpon>FormMain.cs</DependentUpon>
</Compile>
<Compile Include="GlobalParams.cs" />
<Compile Include="Interface\EnumList.cs" />
<Compile Include="ToolInfo.cs" />
<Compile Include="Interface\ToolInfoInterface.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Interface\VisionJobInterface.cs" />
<Compile Include="VisionJob.cs" />
<EmbeddedResource Include="FormLib\FormImageWindow.resx">
<DependentUpon>FormImageWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormLib\FormJobManage.resx">
<DependentUpon>FormJobManage.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormLib\FormLog.resx">
<DependentUpon>FormLog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="FormLib\FormToolBox.resx">
<DependentUpon>FormToolBox.cs</DependentUpon>
</EmbeddedResource>