Commit 8c2b4dbb by Neo Turing

优化

parent 2320e31d
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
this.plConfigs = new System.Windows.Forms.Panel(); this.plConfigs = new System.Windows.Forms.Panel();
this.gbIcbc = new System.Windows.Forms.GroupBox(); this.gbIcbc = new System.Windows.Forms.GroupBox();
this.dtpCurrentTime = new System.Windows.Forms.DateTimePicker(); this.dtpCurrentTime = new System.Windows.Forms.DateTimePicker();
...@@ -393,9 +394,10 @@ ...@@ -393,9 +394,10 @@
this.ClientSize = new System.Drawing.Size(737, 355); this.ClientSize = new System.Drawing.Size(737, 355);
this.Controls.Add(this.rtbMessage); this.Controls.Add(this.rtbMessage);
this.Controls.Add(this.plConfigs); this.Controls.Add(this.plConfigs);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FrmMain"; this.Name = "FrmMain";
this.Text = "工商银行流水同步"; this.Text = "到账流水同步(ICBC)V1.0";
this.Load += new System.EventHandler(this.FrmMain_Load); this.Load += new System.EventHandler(this.FrmMain_Load);
this.plConfigs.ResumeLayout(false); this.plConfigs.ResumeLayout(false);
this.gbIcbc.ResumeLayout(false); this.gbIcbc.ResumeLayout(false);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -31,6 +31,9 @@ ...@@ -31,6 +31,9 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Nc.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="Kivii.Common.V4.0, Version=5.6.2024.1160, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="Kivii.Common.V4.0, Version=5.6.2024.1160, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Kivii.Common.5.6.2024.1160\lib\net40\Kivii.Common.V4.0.dll</HintPath> <HintPath>..\..\packages\Kivii.Common.5.6.2024.1160\lib\net40\Kivii.Common.V4.0.dll</HintPath>
...@@ -100,6 +103,9 @@ ...@@ -100,6 +103,9 @@
<EmbeddedResource Include="Content\QACCBAL.txt" /> <EmbeddedResource Include="Content\QACCBAL.txt" />
<EmbeddedResource Include="Content\QHISD.txt" /> <EmbeddedResource Include="Content\QHISD.txt" />
</ItemGroup> </ItemGroup>
<ItemGroup /> <ItemGroup>
<Content Include="Content\Nc.ico" />
<Content Include="Nc.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>
\ No newline at end of file
File added
...@@ -6,7 +6,7 @@ using System.Runtime.InteropServices; ...@@ -6,7 +6,7 @@ using System.Runtime.InteropServices;
// 控制。更改这些特性值可修改 // 控制。更改这些特性值可修改
// 与程序集关联的信息。 // 与程序集关联的信息。
[assembly: AssemblyTitle("Kivii.Client.Finances.Icbc.V4.0")] [assembly: AssemblyTitle("Kivii.Client.Finances.Icbc.V4.0")]
[assembly: AssemblyDescription("")] [assembly: AssemblyDescription("工商银行NC银企直连客户端")]
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")] [assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Kivii.Client.Finances.Icbc.V4.0")] [assembly: AssemblyProduct("Kivii.Client.Finances.Icbc.V4.0")]
...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices; ...@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示: //通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyVersion("5.4.2024.4230")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("5.4.2024.4230")]
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