Commit e684dd72 by 施晓雨

更新版本

parent 8c790deb
...@@ -32,13 +32,11 @@ ...@@ -32,13 +32,11 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Kivii.Common.V4.0, Version=5.5.2020.7000, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Kivii.Common.V4.0, Version=5.5.2020.9280, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.Common.5.5.2020.7000\lib\net40\Kivii.Common.V4.0.dll</HintPath> <HintPath>packages\Kivii.Common.5.5.2020.9280\lib\net40\Kivii.Common.V4.0.dll</HintPath>
<Private>True</Private>
</Reference> </Reference>
<Reference Include="Kivii.Pdf.V4.0, Version=5.5.2020.7000, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Kivii.Pdf.V4.0, Version=5.5.2020.11000, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Kivii.Pdf.5.5.2020.7000\lib\net40\Kivii.Pdf.V4.0.dll</HintPath> <HintPath>packages\Kivii.Pdf.5.5.2020.11000\lib\net40\Kivii.Pdf.V4.0.dll</HintPath>
<Private>True</Private>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
......
 
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15 # Visual Studio Version 16
VisualStudioVersion = 15.0.28307.329 VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1 MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kivii.Pdf.Test", "Kivii.Pdf.Test.csproj", "{76145D6F-F121-4E0F-9475-5565D010D943}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kivii.Pdf.Test", "Kivii.Pdf.Test.csproj", "{76145D6F-F121-4E0F-9475-5565D010D943}"
EndProject EndProject
......
...@@ -33,8 +33,11 @@ ...@@ -33,8 +33,11 @@
this.label2 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label();
this.panel1 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel();
this.groupBox2 = new System.Windows.Forms.GroupBox(); 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.btnStamp = new System.Windows.Forms.Button();
this.tbxSaveFolder = new System.Windows.Forms.TextBox(); this.tbxSaveFolder = new System.Windows.Forms.TextBox();
this.label29 = new System.Windows.Forms.Label();
this.btnSelectSaveFolder = new System.Windows.Forms.Button(); this.btnSelectSaveFolder = new System.Windows.Forms.Button();
this.label23 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1 = new System.Windows.Forms.GroupBox();
...@@ -86,9 +89,6 @@ ...@@ -86,9 +89,6 @@
this.label26 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label();
this.label24 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label();
this.label25 = 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.panel1.SuspendLayout();
this.groupBox2.SuspendLayout(); this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout(); this.groupBox1.SuspendLayout();
...@@ -147,6 +147,23 @@ ...@@ -147,6 +147,23 @@
this.groupBox2.TabStop = false; this.groupBox2.TabStop = false;
this.groupBox2.Text = "操作"; 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 // btnStamp
// //
this.btnStamp.Location = new System.Drawing.Point(13, 56); this.btnStamp.Location = new System.Drawing.Point(13, 56);
...@@ -164,6 +181,15 @@ ...@@ -164,6 +181,15 @@
this.tbxSaveFolder.Size = new System.Drawing.Size(308, 21); this.tbxSaveFolder.Size = new System.Drawing.Size(308, 21);
this.tbxSaveFolder.TabIndex = 4; 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 // btnSelectSaveFolder
// //
this.btnSelectSaveFolder.Location = new System.Drawing.Point(393, 20); this.btnSelectSaveFolder.Location = new System.Drawing.Point(393, 20);
...@@ -372,12 +398,14 @@ ...@@ -372,12 +398,14 @@
this.cbxStampType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxStampType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbxStampType.FormattingEnabled = true; this.cbxStampType.FormattingEnabled = true;
this.cbxStampType.Items.AddRange(new object[] { this.cbxStampType.Items.AddRange(new object[] {
"Position-定位盖章",
"Paging-骑缝章", "Paging-骑缝章",
"PagingDuplex-跨页骑缝章",
"Signature-数据签章", "Signature-数据签章",
"Insert-插入图片",
"Replace-替换图片", "Replace-替换图片",
"Remove-移除图片",
"WaterMark-水印", "WaterMark-水印",
"SizeMark-图片大小标记"}); "MatchMark-图片大小标记"});
this.cbxStampType.Location = new System.Drawing.Point(77, 112); this.cbxStampType.Location = new System.Drawing.Point(77, 112);
this.cbxStampType.Name = "cbxStampType"; this.cbxStampType.Name = "cbxStampType";
this.cbxStampType.Size = new System.Drawing.Size(141, 20); this.cbxStampType.Size = new System.Drawing.Size(141, 20);
...@@ -661,32 +689,6 @@ ...@@ -661,32 +689,6 @@
this.label25.TabIndex = 1; this.label25.TabIndex = 1;
this.label25.Text = "PDF路径"; 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 // frmMain
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
......
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Kivii.Common" version="5.5.2020.7000" targetFramework="net40" /> <package id="Kivii.Common" version="5.5.2020.9280" targetFramework="net40" />
<package id="Kivii.Pdf" version="5.5.2020.7000" targetFramework="net40" /> <package id="Kivii.Pdf" version="5.5.2020.11000" targetFramework="net40" />
</packages> </packages>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment