Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.SampleInbounds.V4.0
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陶然
Kivii.Client.SampleInbounds.V4.0
Commits
a61aed47
Commit
a61aed47
authored
Jul 06, 2023
by
任天宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
05a35dbd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
5 deletions
+14
-5
FrmMain.Designer.cs
Src/FrmMain.Designer.cs
+3
-1
FrmMain.cs
Src/FrmMain.cs
+9
-2
AssemblyInfo.cs
Src/Properties/AssemblyInfo.cs
+2
-2
No files found.
Src/FrmMain.Designer.cs
View file @
a61aed47
...
...
@@ -474,6 +474,7 @@
this
.
ckbSelectAll
.
TabIndex
=
90
;
this
.
ckbSelectAll
.
Text
=
"全选"
;
this
.
ckbSelectAll
.
UseVisualStyleBackColor
=
true
;
this
.
ckbSelectAll
.
Visible
=
false
;
this
.
ckbSelectAll
.
CheckedChanged
+=
new
System
.
EventHandler
(
this
.
ckbSelectAll_CheckedChanged
);
//
// lbScanSampleMoreCount
...
...
@@ -525,6 +526,7 @@
this
.
ckbAutoPackage
.
TabIndex
=
85
;
this
.
ckbAutoPackage
.
Text
=
"未入箱自动入箱"
;
this
.
ckbAutoPackage
.
UseVisualStyleBackColor
=
true
;
this
.
ckbAutoPackage
.
Visible
=
false
;
//
// btnSampleAssign
//
...
...
@@ -836,7 +838,7 @@
this
.
Controls
.
Add
(
this
.
plLeft
);
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"FrmMain"
;
this
.
Text
=
"样品入库交接客户端 1.
1(23.7.7
)"
;
this
.
Text
=
"样品入库交接客户端 1.
2(23.7.6
)"
;
this
.
Load
+=
new
System
.
EventHandler
(
this
.
FrmMain_Load
);
this
.
plLeft
.
ResumeLayout
(
false
);
this
.
gbInfo
.
ResumeLayout
(
false
);
...
...
Src/FrmMain.cs
View file @
a61aed47
...
...
@@ -310,7 +310,7 @@ namespace Kivii.Client.SampleInbounds
MessageBox
.
Show
(
"读写器未连接,请查看是否读写器设备!"
);
return
;
}
Thread
.
Sleep
(
50
0
);
Thread
.
Sleep
(
50
);
}
reader
.
ReadTag
(
currentSetting
.
btReadId
,
0x02
,
Convert
.
ToByte
(
00
),
Convert
.
ToByte
(
6
));
}
...
...
@@ -977,7 +977,14 @@ namespace Kivii.Client.SampleInbounds
}
if
(!
unPackageKvids
.
IsNullOrEmpty
())
{
if
(
ckbAutoPackage
.
Checked
)
samplePackaging
(
unPackageKvids
);
//if (ckbAutoPackage.Checked) samplePackaging(unPackageKvids);
samplePackaging
(
unPackageKvids
);
}
if
(!
notCurrentPackageKvids
.
IsNullOrEmpty
())
{
outputMessage
(
$"扫描到
{
notCurrentPackageKvids
.
Count
}
条已经入其他箱子的样品,无法交接到当前箱内,若想交接入当前箱内,请先撤销入箱后到此客户端重新扫描."
,
true
);
MessageBox
.
Show
(
$"扫描到
{
notCurrentPackageKvids
.
Count
}
条已经入其他箱子的样品,无法交接到当前箱内,若想交接入当前箱内,请先撤销入箱后到此客户端重新扫描."
);
}
}
#
endregion
...
...
Src/Properties/AssemblyInfo.cs
View file @
a61aed47
...
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2023.70
5
0")]
[assembly: AssemblyFileVersion("5.4.2023.70
5
0")]
[assembly: AssemblyVersion("5.4.2023.70
6
0")]
[assembly: AssemblyFileVersion("5.4.2023.70
6
0")]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment