Update Icon

This commit is contained in:
2023-08-02 19:35:43 +02:00
parent 7bd7297e69
commit de8a653d14
14 changed files with 19028 additions and 0 deletions

BIN
6409791.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

View File

@@ -237,6 +237,7 @@
this.ClientSize = new System.Drawing.Size(800, 450); this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.mainMenu); this.Controls.Add(this.mainMenu);
this.Controls.Add(this.listView1); this.Controls.Add(this.listView1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "MainLauncherForm"; this.Name = "MainLauncherForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Wolf Launcher"; this.Text = "Wolf Launcher";

File diff suppressed because it is too large Load Diff

View File

@@ -34,6 +34,9 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup>
<ApplicationIcon>6409791.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="CmlLib, Version=3.3.7.0, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="CmlLib, Version=3.3.7.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\CmlLib.Core.3.3.7\lib\netstandard2.0\CmlLib.dll</HintPath> <HintPath>packages\CmlLib.Core.3.3.7\lib\netstandard2.0\CmlLib.dll</HintPath>
@@ -255,6 +258,7 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Content Include=".gitignore" /> <Content Include=".gitignore" />
<Content Include="6409791.ico" />
<Content Include="Console.ico" /> <Content Include="Console.ico" />
<None Include="Resources\splash1.png" /> <None Include="Resources\splash1.png" />
</ItemGroup> </ItemGroup>

View File

@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateVanillaInstance));
this.versionsList = new System.Windows.Forms.ListView(); this.versionsList = new System.Windows.Forms.ListView();
this.mcVer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.mcVer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.releaseDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.releaseDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -256,6 +257,7 @@
this.Controls.Add(this.filterLabel); this.Controls.Add(this.filterLabel);
this.Controls.Add(this.versionsList); this.Controls.Add(this.versionsList);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "CreateVanillaInstance"; this.Name = "CreateVanillaInstance";

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstallerForm));
this.downloadLabel = new System.Windows.Forms.Label(); this.downloadLabel = new System.Windows.Forms.Label();
this.dlProgressbar = new System.Windows.Forms.ProgressBar(); this.dlProgressbar = new System.Windows.Forms.ProgressBar();
this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker(); this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
@@ -64,6 +65,7 @@
this.Controls.Add(this.dlProgressbar); this.Controls.Add(this.dlProgressbar);
this.Controls.Add(this.downloadLabel); this.Controls.Add(this.downloadLabel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "InstallerForm"; this.Name = "InstallerForm";

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstanceSettings));
this.maxRamLabel = new System.Windows.Forms.Label(); this.maxRamLabel = new System.Windows.Forms.Label();
this.minRamLabel = new System.Windows.Forms.Label(); this.minRamLabel = new System.Windows.Forms.Label();
this.maxRam = new System.Windows.Forms.NumericUpDown(); this.maxRam = new System.Windows.Forms.NumericUpDown();
@@ -161,6 +162,7 @@
this.Controls.Add(this.minRamLabel); this.Controls.Add(this.minRamLabel);
this.Controls.Add(this.maxRamLabel); this.Controls.Add(this.maxRamLabel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false; this.MaximizeBox = false;
this.MinimizeBox = false; this.MinimizeBox = false;
this.Name = "InstanceSettings"; this.Name = "InstanceSettings";

File diff suppressed because it is too large Load Diff

View File

@@ -28,6 +28,7 @@
/// </summary> /// </summary>
private void InitializeComponent() private void InitializeComponent()
{ {
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(InstanceWindow));
this.logTab = new System.Windows.Forms.TabControl(); this.logTab = new System.Windows.Forms.TabControl();
this.logPage = new System.Windows.Forms.TabPage(); this.logPage = new System.Windows.Forms.TabPage();
this.logContainer = new System.Windows.Forms.Panel(); this.logContainer = new System.Windows.Forms.Panel();
@@ -222,6 +223,7 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(800, 450); this.ClientSize = new System.Drawing.Size(800, 450);
this.Controls.Add(this.logTab); this.Controls.Add(this.logTab);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "InstanceWindow"; this.Name = "InstanceWindow";
this.Text = "InstanceWindow"; this.Text = "InstanceWindow";
this.Load += new System.EventHandler(this.InstanceWindow_Load); this.Load += new System.EventHandler(this.InstanceWindow_Load);

File diff suppressed because it is too large Load Diff

View File

@@ -29,6 +29,7 @@
private void InitializeComponent() private void InitializeComponent()
{ {
this.components = new System.ComponentModel.Container(); this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SplashScreen));
this.closeTimer = new System.Windows.Forms.Timer(this.components); this.closeTimer = new System.Windows.Forms.Timer(this.components);
this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
@@ -59,6 +60,7 @@
this.Controls.Add(this.pictureBox1); this.Controls.Add(this.pictureBox1);
this.DoubleBuffered = true; this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "SplashScreen"; this.Name = "SplashScreen";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "SplashScreen"; this.Text = "SplashScreen";

File diff suppressed because it is too large Load Diff