Merge branch '23-add-app-icon' into 'main'

Resolve "Add app icon"

Closes #23

See merge request open-source/dotnet/i18n-commander!6
This commit is contained in:
Thorsten 2022-07-09 20:51:35 +00:00
commit bfb17b3492
4 changed files with 3694 additions and 0 deletions

View File

@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Loader));
this.tableLayout = new System.Windows.Forms.TableLayoutPanel();
this.loaderStart = new UI_WinForms.Components.LoaderStart();
this.tableLayout.SuspendLayout();
@ -66,6 +67,7 @@
this.Controls.Add(this.tableLayout);
this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Loader";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Loader";

File diff suppressed because it is too large Load Diff

View File

@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
this.mainComponent = new UI_WinForms.Components.Main();
this.SuspendLayout();
//
@ -47,6 +48,7 @@
this.ClientSize = new System.Drawing.Size(1071, 755);
this.Controls.Add(this.mainComponent);
this.Font = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Main";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "I18N Commander";

File diff suppressed because it is too large Load Diff