From 9b24643fcfca6253a82ccb22c813054b975cfe62 Mon Sep 17 00:00:00 2001 From: Belim Date: Mon, 21 Feb 2022 19:35:00 +0100 Subject: [PATCH] Built-in support build 527 --- src/TIW11/Properties/AssemblyInfo.cs | 4 +-- src/TIW11/Views/SettingsWindow.Designer.cs | 29 +++++++++++++--------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/src/TIW11/Properties/AssemblyInfo.cs b/src/TIW11/Properties/AssemblyInfo.cs index 3715a262..8fd36d62 100644 --- a/src/TIW11/Properties/AssemblyInfo.cs +++ b/src/TIW11/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden, // indem Sie "*" wie unten gezeigt eingeben: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.1.153")] -[assembly: AssemblyFileVersion("1.1.153")] +[assembly: AssemblyVersion("1.1.160")] +[assembly: AssemblyFileVersion("1.1.160")] diff --git a/src/TIW11/Views/SettingsWindow.Designer.cs b/src/TIW11/Views/SettingsWindow.Designer.cs index dfc4cbef..ad55565c 100644 --- a/src/TIW11/Views/SettingsWindow.Designer.cs +++ b/src/TIW11/Views/SettingsWindow.Designer.cs @@ -53,7 +53,7 @@ private void InitializeComponent() this.menuFeedbackHub = new System.Windows.Forms.ToolStripMenuItem(); this.label1 = new System.Windows.Forms.Label(); this.lblTheme = new System.Windows.Forms.LinkLabel(); - this.lblSettingsExperimental = new System.Windows.Forms.Label(); + this.label2 = new System.Windows.Forms.Label(); this.menuSettings.SuspendLayout(); this.SuspendLayout(); // @@ -382,16 +382,21 @@ private void InitializeComponent() this.lblTheme.VisitedLinkColor = System.Drawing.Color.MediumVioletRed; this.lblTheme.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lblTheme_LinkClicked); // - // lblSettingsExperimental + // label2 // - this.lblSettingsExperimental.BackColor = System.Drawing.Color.Transparent; - this.lblSettingsExperimental.Font = new System.Drawing.Font("Segoe UI Variable Text Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.lblSettingsExperimental.ForeColor = System.Drawing.Color.MediumVioletRed; - this.lblSettingsExperimental.Location = new System.Drawing.Point(60, 265); - this.lblSettingsExperimental.Name = "lblSettingsExperimental"; - this.lblSettingsExperimental.Size = new System.Drawing.Size(175, 36); - this.lblSettingsExperimental.TabIndex = 182; - this.lblSettingsExperimental.Text = "Experimental"; + this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); + this.label2.AutoEllipsis = true; + this.label2.AutoSize = true; + this.label2.BackColor = System.Drawing.Color.White; + this.label2.Font = new System.Drawing.Font("Segoe UI Variable Text Semibold", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); + this.label2.ImeMode = System.Windows.Forms.ImeMode.NoControl; + this.label2.Location = new System.Drawing.Point(60, 266); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(86, 36); + this.label2.TabIndex = 182; + this.label2.Text = "Mode"; // // SettingsWindow // @@ -400,7 +405,7 @@ private void InitializeComponent() this.AutoScroll = true; this.BackColor = System.Drawing.Color.White; this.ClientSize = new System.Drawing.Size(1210, 862); - this.Controls.Add(this.lblSettingsExperimental); + this.Controls.Add(this.label2); this.Controls.Add(this.lblTheme); this.Controls.Add(this.label1); this.Controls.Add(this.btnSettingsMenu); @@ -458,7 +463,7 @@ private void InitializeComponent() private Controls.RoundedButton btnSettingsMenu; private System.Windows.Forms.Label label1; public System.Windows.Forms.LinkLabel lblTheme; - private System.Windows.Forms.Label lblSettingsExperimental; + private System.Windows.Forms.Label label2; public System.Windows.Forms.Button btnCheckForUpdates; } } \ No newline at end of file