Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
Kivii.Pdf.Test
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.Pdf.Test
Commits
e684dd72
Commit
e684dd72
authored
Nov 05, 2020
by
施晓雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新版本
parent
8c790deb
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
42 additions
and
41 deletions
+42
-41
Kivii.Pdf.Test.csproj
Kivii.Pdf.Test.csproj
+4
-6
Kivii.Pdf.Test.sln
Kivii.Pdf.Test.sln
+2
-2
frmMain.Designer.cs
frmMain.Designer.cs
+33
-31
packages.config
packages.config
+3
-2
No files found.
Kivii.Pdf.Test.csproj
View file @
e684dd72
...
...
@@ -32,13 +32,11 @@
<WarningLevel>
4
</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"Kivii.Common.V4.0, Version=5.5.2020.7000, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
packages\Kivii.Common.5.5.2020.7000\lib\net40\Kivii.Common.V4.0.dll
</HintPath>
<Private>
True
</Private>
<Reference
Include=
"Kivii.Common.V4.0, Version=5.5.2020.9280, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
packages\Kivii.Common.5.5.2020.9280\lib\net40\Kivii.Common.V4.0.dll
</HintPath>
</Reference>
<Reference
Include=
"Kivii.Pdf.V4.0, Version=5.5.2020.7000, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
packages\Kivii.Pdf.5.5.2020.7000\lib\net40\Kivii.Pdf.V4.0.dll
</HintPath>
<Private>
True
</Private>
<Reference
Include=
"Kivii.Pdf.V4.0, Version=5.5.2020.11000, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
packages\Kivii.Pdf.5.5.2020.11000\lib\net40\Kivii.Pdf.V4.0.dll
</HintPath>
</Reference>
<Reference
Include=
"System"
/>
<Reference
Include=
"System.Core"
/>
...
...
Kivii.Pdf.Test.sln
View file @
e684dd72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio
15
VisualStudioVersion = 1
5.0.28307.329
# Visual Studio
Version 16
VisualStudioVersion = 1
6.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kivii.Pdf.Test", "Kivii.Pdf.Test.csproj", "{76145D6F-F121-4E0F-9475-5565D010D943}"
EndProject
...
...
frmMain.Designer.cs
View file @
e684dd72
...
...
@@ -33,8 +33,11 @@
this
.
label2
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
panel1
=
new
System
.
Windows
.
Forms
.
Panel
();
this
.
groupBox2
=
new
System
.
Windows
.
Forms
.
GroupBox
();
this
.
btnStampByService
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
tbxServiceUrl
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
btnStamp
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
tbxSaveFolder
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
label29
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
btnSelectSaveFolder
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
label23
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
groupBox1
=
new
System
.
Windows
.
Forms
.
GroupBox
();
...
...
@@ -86,9 +89,6 @@
this
.
label26
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
label24
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
label25
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
label29
=
new
System
.
Windows
.
Forms
.
Label
();
this
.
tbxServiceUrl
=
new
System
.
Windows
.
Forms
.
TextBox
();
this
.
btnStampByService
=
new
System
.
Windows
.
Forms
.
Button
();
this
.
panel1
.
SuspendLayout
();
this
.
groupBox2
.
SuspendLayout
();
this
.
groupBox1
.
SuspendLayout
();
...
...
@@ -147,6 +147,23 @@
this
.
groupBox2
.
TabStop
=
false
;
this
.
groupBox2
.
Text
=
"操作"
;
//
// btnStampByService
//
this
.
btnStampByService
.
Location
=
new
System
.
Drawing
.
Point
(
14
,
128
);
this
.
btnStampByService
.
Name
=
"btnStampByService"
;
this
.
btnStampByService
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
23
);
this
.
btnStampByService
.
TabIndex
=
6
;
this
.
btnStampByService
.
Text
=
"执行"
;
this
.
btnStampByService
.
UseVisualStyleBackColor
=
true
;
this
.
btnStampByService
.
Click
+=
new
System
.
EventHandler
(
this
.
btnStampByService_Click
);
//
// tbxServiceUrl
//
this
.
tbxServiceUrl
.
Location
=
new
System
.
Drawing
.
Point
(
78
,
92
);
this
.
tbxServiceUrl
.
Name
=
"tbxServiceUrl"
;
this
.
tbxServiceUrl
.
Size
=
new
System
.
Drawing
.
Size
(
308
,
21
);
this
.
tbxServiceUrl
.
TabIndex
=
4
;
//
// btnStamp
//
this
.
btnStamp
.
Location
=
new
System
.
Drawing
.
Point
(
13
,
56
);
...
...
@@ -164,6 +181,15 @@
this
.
tbxSaveFolder
.
Size
=
new
System
.
Drawing
.
Size
(
308
,
21
);
this
.
tbxSaveFolder
.
TabIndex
=
4
;
//
// label29
//
this
.
label29
.
AutoSize
=
true
;
this
.
label29
.
Location
=
new
System
.
Drawing
.
Point
(
13
,
95
);
this
.
label29
.
Name
=
"label29"
;
this
.
label29
.
Size
=
new
System
.
Drawing
.
Size
(
53
,
12
);
this
.
label29
.
TabIndex
=
1
;
this
.
label29
.
Text
=
"服务路径"
;
//
// btnSelectSaveFolder
//
this
.
btnSelectSaveFolder
.
Location
=
new
System
.
Drawing
.
Point
(
393
,
20
);
...
...
@@ -372,12 +398,14 @@
this
.
cbxStampType
.
DropDownStyle
=
System
.
Windows
.
Forms
.
ComboBoxStyle
.
DropDownList
;
this
.
cbxStampType
.
FormattingEnabled
=
true
;
this
.
cbxStampType
.
Items
.
AddRange
(
new
object
[]
{
"Position-定位盖章"
,
"Paging-骑缝章"
,
"PagingDuplex-跨页骑缝章"
,
"Signature-数据签章"
,
"Insert-插入图片"
,
"Replace-替换图片"
,
"Remove-移除图片"
,
"WaterMark-水印"
,
"
Size
Mark-图片大小标记"
});
"
Match
Mark-图片大小标记"
});
this
.
cbxStampType
.
Location
=
new
System
.
Drawing
.
Point
(
77
,
112
);
this
.
cbxStampType
.
Name
=
"cbxStampType"
;
this
.
cbxStampType
.
Size
=
new
System
.
Drawing
.
Size
(
141
,
20
);
...
...
@@ -661,32 +689,6 @@
this
.
label25
.
TabIndex
=
1
;
this
.
label25
.
Text
=
"PDF路径"
;
//
// label29
//
this
.
label29
.
AutoSize
=
true
;
this
.
label29
.
Location
=
new
System
.
Drawing
.
Point
(
13
,
95
);
this
.
label29
.
Name
=
"label29"
;
this
.
label29
.
Size
=
new
System
.
Drawing
.
Size
(
53
,
12
);
this
.
label29
.
TabIndex
=
1
;
this
.
label29
.
Text
=
"服务路径"
;
//
// tbxServiceUrl
//
this
.
tbxServiceUrl
.
Location
=
new
System
.
Drawing
.
Point
(
78
,
92
);
this
.
tbxServiceUrl
.
Name
=
"tbxServiceUrl"
;
this
.
tbxServiceUrl
.
Size
=
new
System
.
Drawing
.
Size
(
308
,
21
);
this
.
tbxServiceUrl
.
TabIndex
=
4
;
//
// btnStampByService
//
this
.
btnStampByService
.
Location
=
new
System
.
Drawing
.
Point
(
14
,
128
);
this
.
btnStampByService
.
Name
=
"btnStampByService"
;
this
.
btnStampByService
.
Size
=
new
System
.
Drawing
.
Size
(
75
,
23
);
this
.
btnStampByService
.
TabIndex
=
6
;
this
.
btnStampByService
.
Text
=
"执行"
;
this
.
btnStampByService
.
UseVisualStyleBackColor
=
true
;
this
.
btnStampByService
.
Click
+=
new
System
.
EventHandler
(
this
.
btnStampByService_Click
);
//
// frmMain
//
this
.
AutoScaleDimensions
=
new
System
.
Drawing
.
SizeF
(
6F
,
12F
);
...
...
packages.config
View file @
e684dd72
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Kivii.Common"
version
=
"5.5.2020.
700
0"
targetFramework
=
"net40"
/>
<
package
id
=
"Kivii.Pdf"
version
=
"5.5.2020.
7
000"
targetFramework
=
"net40"
/>
<
package
id
=
"Kivii.Common"
version
=
"5.5.2020.
928
0"
targetFramework
=
"net40"
/>
<
package
id
=
"Kivii.Pdf"
version
=
"5.5.2020.
11
000"
targetFramework
=
"net40"
/>
</
packages
>
\ No newline at end of file
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