Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Client.Lims.ExcelToPdf.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.Lims.ExcelToPdf.V4.5
Commits
c789ec24
Commit
c789ec24
authored
Jan 30, 2024
by
陶然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
55ffd28f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
4 deletions
+12
-4
.gitignore
.gitignore
+1
-0
FrmServer.cs
Src/FrmServer.cs
+10
-3
Kivii.Client.Lims.ExcelToPdf.V4.5.csproj
Src/Kivii.Client.Lims.ExcelToPdf.V4.5.csproj
+1
-1
No files found.
.gitignore
View file @
c789ec24
...
...
@@ -6,3 +6,4 @@
/Src/bin/Debug
/Src/obj/Debug
/Src/packages
/Src/obj/Release
Src/FrmServer.cs
View file @
c789ec24
...
...
@@ -218,6 +218,8 @@ namespace Kivii.Lims.ExcelToPdf
tbxServiceUserName
.
Text
=
config
.
ServiceUserName
;
tbxServicePassword
.
Text
=
config
.
ServicePassword
;
nudServiceTimeout
.
Value
=
config
.
ServiceTimeout
;
tbxRouteStorage
.
Text
=
config
.
RouteStorage
;
tbxQRCodeUrl
.
Text
=
config
.
QrCodeUrl
;
}
#
endregion
...
...
@@ -427,14 +429,19 @@ namespace Kivii.Lims.ExcelToPdf
private
void
FrmServer_FormClosing
(
object
sender
,
FormClosingEventArgs
e
)
{
e
.
Cancel
=
true
;
this
.
Hide
();
notify
.
BalloonTipText
=
"正在后台运行"
;
notify
.
Text
=
this
.
Text
;
this
.
Visible
=
false
;
notify
.
Visible
=
true
;
//this.Hide();
notify
.
BalloonTipText
=
"后台运行"
;
notify
.
Text
=
$"
{
this
.
Text
}
-当前地址:
{
tbxServiceUrl
.
Text
}
"
;
notify
.
ShowBalloonTip
(
1000
);
}
private
void
notify_MouseDoubleClick
(
object
sender
,
MouseEventArgs
e
)
{
this
.
Visible
=
true
;
this
.
Activate
();
notify
.
Visible
=
false
;
this
.
Show
();
}
#
endregion
...
...
Src/Kivii.Client.Lims.ExcelToPdf.V4.5.csproj
View file @
c789ec24
...
...
@@ -7,7 +7,7 @@
<ProjectGuid>
{3F7974C4-333C-4CF5-A728-D321ABF14F18}
</ProjectGuid>
<OutputType>
WinExe
</OutputType>
<RootNamespace>
Kivii.Lims.ExcelToPdf
</RootNamespace>
<AssemblyName>
Kivii.Client.Lims.ExcelToPdf.V4.5
</AssemblyName>
<AssemblyName>
Office转PDF客户端
</AssemblyName>
<TargetFrameworkVersion>
v4.5
</TargetFrameworkVersion>
<FileAlignment>
512
</FileAlignment>
<Deterministic>
true
</Deterministic>
...
...
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