Update Assets.

This commit is contained in:
Bruce
2026-02-06 21:45:39 +08:00
parent d85fbb8de8
commit fe19eaf169
15 changed files with 4602 additions and 10 deletions
-2
View File
@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram />
+1
View File
@@ -289,6 +289,7 @@
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "ImageSetForm";
this.ShowIcon = false;
this.Text = "Setting Current Image";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ImageSetForm_FormClosing);
this.Load += new System.EventHandler(this.ImageSetForm_Load);
+6 -1
View File
@@ -52,6 +52,9 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Project1.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.4\lib\net40\Newtonsoft.Json.dll</HintPath>
@@ -131,7 +134,6 @@
<DependentUpon>ShortcutCreateForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="app.manifest" />
<None Include="ClassDiagram1.cd" />
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@@ -165,6 +167,9 @@
<Name>WAShell</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="Project1.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.
Other similar extension points exist, see Microsoft.Common.targets.
+2
View File
@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent ()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ManagerShell));
this.SuspendLayout();
//
// ManagerShell
@@ -35,6 +36,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(661, 416);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Location = new System.Drawing.Point(0, 0);
this.Name = "ManagerShell";
this.PageScale = 125;
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 268 KiB

+1
View File
@@ -597,6 +597,7 @@
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
this.Name = "ShortcutCreateForm";
this.ShowIcon = false;
this.Text = "ShortcutCreateForm";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ShortcutCreateForm_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ShortcutCreateForm_FormClosed);
-6
View File
@@ -126,10 +126,4 @@
<metadata name="Column2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column1.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<metadata name="Column2.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
</root>
+7
View File
@@ -27,4 +27,11 @@
<scale dpi="180">splash\settings\large\splashscreen.scale-180.png</scale>
<scale dpi="default">splash\settings\large\splashscreen.png</scale>
</resource>
<resource id="manager">
<scale dpi="80">splash\manager\splash.scale-80.png</scale>
<scale dpi="100">splash\manager\splash.scale-100.png</scale>
<scale dpi="140">splash\manager\splash.scale-140.png</scale>
<scale dpi="180">splash\manager\splash.scale-180.png</scale>
<scale dpi="default">splash\manager\splash.png</scale>
</resource>
</resources>
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

+1 -1
View File
@@ -20,7 +20,7 @@
ForegroundText='light'
BackgroundColor='#159d9d'>
<DefaultTile ShowName='allLogos' />
<SplashScreen Image="VisualElements\splash\settings\splashscreen.png"
<SplashScreen Image="VisualElements\splash\manager\splash.png"
BackgroundColor="#159d9d" DarkModeBackgroundColor='#2e1e5c' />
</VisualElements>
</Application>