Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.Sample.ImageUploader.V4.5
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.Sample.ImageUploader.V4.5
Commits
e8f20741
Commit
e8f20741
authored
Aug 30, 2024
by
Neo Turing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
9bda5655
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
FrmMain.Designer.cs
Src/FrmMain.Designer.cs
+4
-4
FrmMain.cs
Src/FrmMain.cs
+2
-2
AssemblyInfo.cs
Src/Properties/AssemblyInfo.cs
+2
-2
No files found.
Src/FrmMain.Designer.cs
View file @
e8f20741
...
...
@@ -111,7 +111,7 @@
this
.
rtbMessage
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
rtbMessage
.
Font
=
new
System
.
Drawing
.
Font
(
"宋体"
,
14F
);
this
.
rtbMessage
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
54
);
this
.
rtbMessage
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
2
,
2
,
2
);
this
.
rtbMessage
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
rtbMessage
.
Name
=
"rtbMessage"
;
this
.
rtbMessage
.
Size
=
new
System
.
Drawing
.
Size
(
246
,
180
);
this
.
rtbMessage
.
TabIndex
=
20
;
...
...
@@ -397,7 +397,7 @@
this
.
panel1
.
Controls
.
Add
(
this
.
picDisPlay
);
this
.
panel1
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
panel1
.
Location
=
new
System
.
Drawing
.
Point
(
3
,
19
);
this
.
panel1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
2
,
2
,
2
);
this
.
panel1
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
panel1
.
Name
=
"panel1"
;
this
.
panel1
.
Size
=
new
System
.
Drawing
.
Size
(
535
,
552
);
this
.
panel1
.
TabIndex
=
4
;
...
...
@@ -408,7 +408,7 @@
this
.
picDisPlay
.
Dock
=
System
.
Windows
.
Forms
.
DockStyle
.
Fill
;
this
.
picDisPlay
.
EnableSelection
=
false
;
this
.
picDisPlay
.
Location
=
new
System
.
Drawing
.
Point
(
0
,
0
);
this
.
picDisPlay
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
,
2
,
2
,
2
);
this
.
picDisPlay
.
Margin
=
new
System
.
Windows
.
Forms
.
Padding
(
2
);
this
.
picDisPlay
.
Name
=
"picDisPlay"
;
this
.
picDisPlay
.
SelectionBounds
=
new
System
.
Drawing
.
Rectangle
(
0
,
0
,
0
,
0
);
this
.
picDisPlay
.
Size
=
new
System
.
Drawing
.
Size
(
535
,
552
);
...
...
@@ -545,7 +545,7 @@
this
.
Controls
.
Add
(
this
.
plLeft
);
this
.
Icon
=
((
System
.
Drawing
.
Icon
)(
resources
.
GetObject
(
"$this.Icon"
)));
this
.
Name
=
"FrmMain"
;
this
.
Text
=
"样品拍照采集"
;
this
.
Text
=
"样品拍照采集
5.4.2024.8300
"
;
this
.
FormClosing
+=
new
System
.
Windows
.
Forms
.
FormClosingEventHandler
(
this
.
FrmMain_FormClosing
);
this
.
Load
+=
new
System
.
EventHandler
(
this
.
FrmMain_Load
);
this
.
plLeft
.
ResumeLayout
(
false
);
...
...
Src/FrmMain.cs
View file @
e8f20741
...
...
@@ -605,9 +605,9 @@ namespace Kivii.Sample.ImageUploader
}
else
{
if
(
resp
.
Results
[
0
].
Status
!=
100
)
if
(
resp
.
Results
[
0
].
Status
>=
500
)
//编制之后就不能上传了
{
MessageBox
.
Show
(
$"此编号
{
reportId
}
不在受理状态
"
);
MessageBox
.
Show
(
$"此编号
{
reportId
}
已到编制环节,无法继续上传图片。
"
);
tbxReportId
.
Text
=
""
;
currentReport
=
null
;
}
...
...
Src/Properties/AssemblyInfo.cs
View file @
e8f20741
...
...
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("5.4.2024.
709
0")]
[assembly: AssemblyFileVersion("5.4.2024.
709
0")]
[assembly: AssemblyVersion("5.4.2024.
830
0")]
[assembly: AssemblyFileVersion("5.4.2024.
830
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