Cosmetic changes to the app (done in 2019)

This commit is contained in:
NovaRain
2022-03-16 12:57:19 +08:00
parent 7269092e23
commit 7c3e87c1c0
7 changed files with 158 additions and 414 deletions
Binary file not shown.
+6 -11
View File
@@ -12,6 +12,7 @@
<AssemblyName>HeadFrmPatcher</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
@@ -24,9 +25,8 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<BootstrapperEnabled>false</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
@@ -51,7 +51,7 @@
<StartupObject>HeadsPatcher.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>user.ico</ApplicationIcon>
<ApplicationIcon>fallout.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -94,22 +94,17 @@
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>Клиентский профиль .NET Framework 3.5 SP1</ProductName>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Установщик Windows 3.1</ProductName>
<Install>true</Install>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Content Include="user.ico" />
<Content Include="fallout.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+4 -4
View File
@@ -53,7 +53,7 @@
//
// bRun
//
this.bRun.Location = new System.Drawing.Point(72, 58);
this.bRun.Location = new System.Drawing.Point(74, 60);
this.bRun.Name = "bRun";
this.bRun.Size = new System.Drawing.Size(75, 23);
this.bRun.TabIndex = 10;
@@ -63,10 +63,10 @@
//
// ofdFrm
//
this.ofdFrm.Filter = "fallout frm|*.frm";
this.ofdFrm.Filter = "Fallout FRM files|*.frm";
this.ofdFrm.Multiselect = true;
this.ofdFrm.RestoreDirectory = true;
this.ofdFrm.Title = "Select frm to patch";
this.ofdFrm.Title = "Select FRM to patch";
//
// HeadsFrmPatcher
//
@@ -81,7 +81,7 @@
this.MaximizeBox = false;
this.Name = "HeadsFrmPatcher";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "HeadsFrmPatcher";
this.Text = "Head FRM File Patcher";
this.ResumeLayout(false);
this.PerformLayout();
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -8,9 +8,9 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Head FRM File Patcher")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Sfall Team")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("Copyright © Sfall Team 2006-2017 Timeslip")]
[assembly: AssemblyCompany("sfall team")]
[assembly: AssemblyProduct("Head FRM File Patcher")]
[assembly: AssemblyCopyright("Copyright © sfall team 2006-2019 Timeslip")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB