Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
刘韬
/
HalconScanCodeServer
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 2c941400
由
刘韬
编写于
2025-01-13 13:17:26 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
测试通过
1 个父辈
49294858
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
15 行增加
和
13 行删除
ScanCodeServer/HDCodeHelper.cs
ScanCodeServer/ScanCodeServer.csproj
ScanCodeServer/HDCodeHelper.cs
查看文件 @
2c94140
...
@@ -163,31 +163,31 @@ namespace ScanCodeServer
...
@@ -163,31 +163,31 @@ namespace ScanCodeServer
if
(
hv_Area
!=
null
)
if
(
hv_Area
!=
null
)
{
{
hv_Area
.
Un
P
inTuple
();
hv_Area
.
Un
p
inTuple
();
}
}
if
(
hv_Row1
!=
null
)
if
(
hv_Row1
!=
null
)
{
{
hv_Row1
.
Un
P
inTuple
();
hv_Row1
.
Un
p
inTuple
();
}
}
if
(
hv_Column
!=
null
)
if
(
hv_Column
!=
null
)
{
{
hv_Column
.
Un
P
inTuple
();
hv_Column
.
Un
p
inTuple
();
}
}
if
(
hv_PointOrder
!=
null
)
if
(
hv_PointOrder
!=
null
)
{
{
hv_PointOrder
.
Un
P
inTuple
();
hv_PointOrder
.
Un
p
inTuple
();
}
}
if
(
hv_ResultHandles
!=
null
)
if
(
hv_ResultHandles
!=
null
)
{
{
hv_ResultHandles
.
Un
P
inTuple
();
hv_ResultHandles
.
Un
p
inTuple
();
}
}
if
(
hv_DecodedDataStrings
!=
null
)
if
(
hv_DecodedDataStrings
!=
null
)
{
{
hv_DecodedDataStrings
.
Un
P
inTuple
();
hv_DecodedDataStrings
.
Un
p
inTuple
();
}
}
if
(
hv_DataCodeHandle
!=
null
)
if
(
hv_DataCodeHandle
!=
null
)
{
{
hv_DataCodeHandle
.
Un
P
inTuple
();
hv_DataCodeHandle
.
Un
p
inTuple
();
}
}
if
(
ho_SymbolXLDs
!=
null
)
if
(
ho_SymbolXLDs
!=
null
)
...
@@ -415,19 +415,19 @@ namespace ScanCodeServer
...
@@ -415,19 +415,19 @@ namespace ScanCodeServer
HOperatorSet
.
ClearBarCodeModel
(
hv_BarCodeHandle
);
HOperatorSet
.
ClearBarCodeModel
(
hv_BarCodeHandle
);
if
(
hv_Area
!=
null
)
if
(
hv_Area
!=
null
)
{
{
hv_Area
.
Un
P
inTuple
();
hv_Area
.
Un
p
inTuple
();
}
}
if
(
hv_Row1
!=
null
)
if
(
hv_Row1
!=
null
)
{
{
hv_Row1
.
Un
P
inTuple
();
hv_Row1
.
Un
p
inTuple
();
}
}
if
(
hv_Column
!=
null
)
if
(
hv_Column
!=
null
)
{
{
hv_Column
.
Un
P
inTuple
();
hv_Column
.
Un
p
inTuple
();
}
}
if
(
hv_Orientation
!=
null
)
if
(
hv_Orientation
!=
null
)
{
{
hv_Orientation
.
Un
P
inTuple
();
hv_Orientation
.
Un
p
inTuple
();
}
}
if
(
ho_GrayImage
!=
null
)
if
(
ho_GrayImage
!=
null
)
{
{
...
...
ScanCodeServer/ScanCodeServer.csproj
查看文件 @
2c94140
...
@@ -43,6 +43,10 @@
...
@@ -43,6 +43,10 @@
<Reference Include="ConfigHelper">
<Reference Include="ConfigHelper">
<HintPath>..\..\ConfigHelper\ConfigHelper\bin\Debug\ConfigHelper.dll</HintPath>
<HintPath>..\..\ConfigHelper\ConfigHelper\bin\Debug\ConfigHelper.dll</HintPath>
</Reference>
</Reference>
<Reference Include="halcondotnet, Version=20.11.1.2, Culture=neutral, PublicKeyToken=4973bed59ddbf2b8, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>halcon20\halcondotnet.dll</HintPath>
</Reference>
<Reference Include="log4net">
<Reference Include="log4net">
<HintPath>..\..\增广夹爪\Rmaxis\bin\Debug\log4net.dll</HintPath>
<HintPath>..\..\增广夹爪\Rmaxis\bin\Debug\log4net.dll</HintPath>
</Reference>
</Reference>
...
@@ -107,8 +111,6 @@
...
@@ -107,8 +111,6 @@
<None Include="App.config" />
<None Include="App.config" />
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Content Include="halcon12\halcon.dll" />
<Content Include="halcon12\halcondotnet.dll" />
<Content Include="halcon20\halcon.dll" />
<Content Include="halcon20\halcon.dll" />
<Content Include="halcon20\halcondotnet.dll" />
<Content Include="halcon20\halcondotnet.dll" />
</ItemGroup>
</ItemGroup>
...
...
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论