mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-28 11:16:34 +08:00
增加查找线工具
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
<ProjectGuid>{4ADC75AE-59C7-4D36-B675-A6CE51B6F5BA}</ProjectGuid>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>HalconWindowTest</RootNamespace>
|
||||
<AssemblyName>HalconWindowTest</AssemblyName>
|
||||
<RootNamespace>HalconWindow</RootNamespace>
|
||||
<AssemblyName>HalconWindow</AssemblyName>
|
||||
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
@@ -122,6 +122,7 @@
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace HalconWindowTest.HalconWindow
|
||||
namespace HalconWindow.HalconWindow
|
||||
{
|
||||
partial class HWindow_Final
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Windows.Forms;
|
||||
using HalconDotNet;
|
||||
|
||||
namespace HalconWindowTest.HalconWindow
|
||||
namespace HalconWindow.HalconWindow
|
||||
{
|
||||
public partial class HWindow_Final : UserControl
|
||||
{
|
||||
|
||||
4
HalconWindowTest/MainForm.Designer.cs
generated
4
HalconWindowTest/MainForm.Designer.cs
generated
@@ -1,4 +1,4 @@
|
||||
namespace HalconWindowTest
|
||||
namespace HalconWindow
|
||||
{
|
||||
partial class MainForm
|
||||
{
|
||||
@@ -35,7 +35,7 @@
|
||||
//
|
||||
this.panel1.Location = new System.Drawing.Point(27, 53);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(366, 483);
|
||||
this.panel1.Size = new System.Drawing.Size(685, 501);
|
||||
this.panel1.TabIndex = 0;
|
||||
//
|
||||
// MainForm
|
||||
|
||||
@@ -7,9 +7,9 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using HalconWindowTest.HalconWindow;
|
||||
using HalconWindow.HalconWindow;
|
||||
|
||||
namespace HalconWindowTest
|
||||
namespace HalconWindow
|
||||
{
|
||||
public partial class MainForm : Form
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace HalconWindowTest
|
||||
namespace HalconWindow
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
|
||||
BIN
HalconWindowTest/Properties/Resources.Designer.cs
generated
BIN
HalconWindowTest/Properties/Resources.Designer.cs
generated
Binary file not shown.
BIN
HalconWindowTest/Properties/Settings.Designer.cs
generated
BIN
HalconWindowTest/Properties/Settings.Designer.cs
generated
Binary file not shown.
BIN
HalconWindowTest/bin/Debug/HalconWindow.exe
Normal file
BIN
HalconWindowTest/bin/Debug/HalconWindow.exe
Normal file
Binary file not shown.
6
HalconWindowTest/bin/Debug/HalconWindow.exe.config
Normal file
6
HalconWindowTest/bin/Debug/HalconWindow.exe.config
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
HalconWindowTest/bin/Debug/HalconWindow.pdb
Normal file
BIN
HalconWindowTest/bin/Debug/HalconWindow.pdb
Normal file
Binary file not shown.
BIN
HalconWindowTest/bin/Debug/HalconWindow.vshost.exe
Normal file
BIN
HalconWindowTest/bin/Debug/HalconWindow.vshost.exe
Normal file
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<startup>
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
||||
</startup>
|
||||
</configuration>
|
||||
BIN
HalconWindowTest/bin/Debug/halcondotnet.dll
Normal file
BIN
HalconWindowTest/bin/Debug/halcondotnet.dll
Normal file
Binary file not shown.
61480
HalconWindowTest/bin/Debug/halcondotnet.xml
Normal file
61480
HalconWindowTest/bin/Debug/halcondotnet.xml
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
HalconWindowTest/obj/Debug/HalconWindow.MainForm.resources
Normal file
BIN
HalconWindowTest/obj/Debug/HalconWindow.MainForm.resources
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\HalconWindow.exe.config
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\HalconWindow.exe
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\HalconWindow.pdb
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\halcondotnet.dll
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\halcondotnet.xml
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.HalconWindow.HWindow_Final.resources
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.MainForm.resources
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.Properties.Resources.resources
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.csproj.GenerateResource.Cache
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.exe
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.pdb
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.csprojResolveAssemblyReference.cache
|
||||
Binary file not shown.
Binary file not shown.
BIN
HalconWindowTest/obj/Debug/HalconWindow.exe
Normal file
BIN
HalconWindowTest/obj/Debug/HalconWindow.exe
Normal file
Binary file not shown.
BIN
HalconWindowTest/obj/Debug/HalconWindow.pdb
Normal file
BIN
HalconWindowTest/obj/Debug/HalconWindow.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,11 @@
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\halcondotnet.dll
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\halcondotnet.xml
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindowTest.HalconWindow.HWindow_Final.resources
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindowTest.MainForm.resources
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindowTest.csproj.GenerateResource.Cache
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\HalconWindow.exe.config
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\HalconWindow.exe
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\bin\Debug\HalconWindow.pdb
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.Properties.Resources.resources
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.exe
|
||||
F:\VSCode\VisionEditTest\HalconWindowTest\obj\Debug\HalconWindow.pdb
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user