From 53d0cac2c6ebba885d3a9744d75f70a3b9d1f463 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Mon, 16 May 2022 19:48:17 +0200 Subject: [PATCH] Version 3.16.1.0 --- .../CapsLockIndicatorV3.csproj | 2 +- CapsLockIndicatorV3/MainForm.Designer.cs | 442 +++++++++--------- CapsLockIndicatorV3/MainForm.cs | 23 +- .../Properties/AssemblyInfo.cs | 4 +- CapsLockIndicatorV3/URLs.cs | 2 +- CapsLockIndicatorV3/strings.ar.resx | 85 ++++ CapsLockIndicatorV3/strings.cs.resx | 210 ++++----- CapsLockIndicatorV3/strings.es.resx | 85 ++++ CapsLockIndicatorV3/strings.fr.resx | 85 ++++ CapsLockIndicatorV3/strings.it.resx | 51 ++ CapsLockIndicatorV3/strings.ja.resx | 51 +- CapsLockIndicatorV3/strings.ko.resx | 141 ++++-- CapsLockIndicatorV3/strings.nl.resx | 85 ++++ CapsLockIndicatorV3/strings.pl.resx | 53 ++- CapsLockIndicatorV3/strings.pt-BR.resx | 85 ++++ CapsLockIndicatorV3/strings.pt-PT.resx | 85 ++++ CapsLockIndicatorV3/strings.ru.resx | 51 +- CapsLockIndicatorV3/strings.tr-TR.resx | 49 ++ CapsLockIndicatorV3/strings.zh-CN.resx | 49 ++ CapsLockIndicatorV3/strings.zh-Hant-TW.resx | 49 ++ CapsLockIndicatorV3/strings.zh-TW.resx | 49 ++ 21 files changed, 1343 insertions(+), 393 deletions(-) diff --git a/CapsLockIndicatorV3/CapsLockIndicatorV3.csproj b/CapsLockIndicatorV3/CapsLockIndicatorV3.csproj index dec5117..57c8168 100644 --- a/CapsLockIndicatorV3/CapsLockIndicatorV3.csproj +++ b/CapsLockIndicatorV3/CapsLockIndicatorV3.csproj @@ -35,7 +35,7 @@ false AnyCPU false - TRACE;DEBUG;TEST_EOL + TRACE;DEBUG;TEST_EOL_ false diff --git a/CapsLockIndicatorV3/MainForm.Designer.cs b/CapsLockIndicatorV3/MainForm.Designer.cs index df773fd..4d8cada 100644 --- a/CapsLockIndicatorV3/MainForm.Designer.cs +++ b/CapsLockIndicatorV3/MainForm.Designer.cs @@ -81,6 +81,16 @@ private void InitializeComponent() this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.displayTimeSlider = new System.Windows.Forms.TrackBar(); this.displayTimeLabel = new System.Windows.Forms.Label(); + this.persistentHeadingLabel = new System.Windows.Forms.Label(); + this.persistentNumLabel = new System.Windows.Forms.Label(); + this.persistentCapsLabel = new System.Windows.Forms.Label(); + this.persistentScrollLabel = new System.Windows.Forms.Label(); + this.cbPersistentNumOff = new CapsLockIndicatorV3.BetterCheckBox(); + this.cbPersistentNumOn = new CapsLockIndicatorV3.BetterCheckBox(); + this.cbPersistentCapsOff = new CapsLockIndicatorV3.BetterCheckBox(); + this.cbPersistentCapsOn = new CapsLockIndicatorV3.BetterCheckBox(); + this.cbPersistentScrollOff = new CapsLockIndicatorV3.BetterCheckBox(); + this.cbPersistentScrollOn = new CapsLockIndicatorV3.BetterCheckBox(); this.onlyShowWhenActiveCheckBox = new CapsLockIndicatorV3.BetterCheckBox(); this.coloursGroup = new System.Windows.Forms.GroupBox(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); @@ -132,16 +142,6 @@ private void InitializeComponent() this.resetSettingsButton = new System.Windows.Forms.Button(); this.tutorialToolTip = new CapsLockIndicatorV3.BetterToolTip(this.components); this.tutorialTimer = new System.Windows.Forms.Timer(this.components); - this.persistentHeadingLabel = new System.Windows.Forms.Label(); - this.persistentNumLabel = new System.Windows.Forms.Label(); - this.persistentCapsLabel = new System.Windows.Forms.Label(); - this.persistentScrollLabel = new System.Windows.Forms.Label(); - this.cbPersistentNumOff = new CapsLockIndicatorV3.BetterCheckBox(); - this.cbPersistentNumOn = new CapsLockIndicatorV3.BetterCheckBox(); - this.cbPersistentCapsOff = new CapsLockIndicatorV3.BetterCheckBox(); - this.cbPersistentCapsOn = new CapsLockIndicatorV3.BetterCheckBox(); - this.cbPersistentScrollOff = new CapsLockIndicatorV3.BetterCheckBox(); - this.cbPersistentScrollOn = new CapsLockIndicatorV3.BetterCheckBox(); this.generalIconContextMenuStrip.SuspendLayout(); this.iconsGroup.SuspendLayout(); this.indicatorGroup.SuspendLayout(); @@ -242,7 +242,7 @@ private void InitializeComponent() this.iconsGroup.Location = new System.Drawing.Point(12, 12); this.iconsGroup.Margin = new System.Windows.Forms.Padding(12, 12, 3, 3); this.iconsGroup.Name = "iconsGroup"; - this.iconsGroup.Size = new System.Drawing.Size(292, 178); + this.iconsGroup.Size = new System.Drawing.Size(292, 299); this.iconsGroup.TabIndex = 0; this.iconsGroup.TabStop = false; this.iconsGroup.Text = "showIconsFor"; @@ -298,7 +298,7 @@ private void InitializeComponent() this.indicatorGroup.Location = new System.Drawing.Point(310, 12); this.indicatorGroup.Margin = new System.Windows.Forms.Padding(3, 12, 12, 3); this.indicatorGroup.Name = "indicatorGroup"; - this.indicatorGroup.Size = new System.Drawing.Size(292, 178); + this.indicatorGroup.Size = new System.Drawing.Size(292, 299); this.indicatorGroup.TabIndex = 1; this.indicatorGroup.TabStop = false; this.indicatorGroup.Text = "showNotificationWhen"; @@ -377,10 +377,10 @@ private void InitializeComponent() this.aboutPanel.Controls.Add(this.aboutPanelTopBorder); this.aboutPanel.Controls.Add(this.aboutText); this.aboutPanel.Dock = System.Windows.Forms.DockStyle.Fill; - this.aboutPanel.Location = new System.Drawing.Point(0, 386); + this.aboutPanel.Location = new System.Drawing.Point(0, 628); this.aboutPanel.Margin = new System.Windows.Forms.Padding(0); this.aboutPanel.Name = "aboutPanel"; - this.aboutPanel.Size = new System.Drawing.Size(614, 64); + this.aboutPanel.Size = new System.Drawing.Size(614, 65); this.aboutPanel.TabIndex = 4; // // logo @@ -430,7 +430,7 @@ private void InitializeComponent() this.aboutText.Location = new System.Drawing.Point(69, 25); this.aboutText.Margin = new System.Windows.Forms.Padding(0, 0, 3, 0); this.aboutText.Name = "aboutText"; - this.aboutText.Size = new System.Drawing.Size(542, 32); + this.aboutText.Size = new System.Drawing.Size(542, 33); this.aboutText.TabIndex = 2; this.aboutText.Text = "aboutText"; // @@ -577,7 +577,7 @@ private void InitializeComponent() this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 64F)); - this.tableLayoutPanel1.Size = new System.Drawing.Size(614, 450); + this.tableLayoutPanel1.Size = new System.Drawing.Size(614, 693); this.tableLayoutPanel1.TabIndex = 14; // // flowLayoutPanel1 @@ -588,10 +588,10 @@ private void InitializeComponent() this.flowLayoutPanel1.Controls.Add(this.hideOnStartupCheckBox); this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.flowLayoutPanel1.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; - this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 196); + this.flowLayoutPanel1.Location = new System.Drawing.Point(12, 317); this.flowLayoutPanel1.Margin = new System.Windows.Forms.Padding(12, 3, 3, 9); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; - this.flowLayoutPanel1.Size = new System.Drawing.Size(292, 181); + this.flowLayoutPanel1.Size = new System.Drawing.Size(292, 302); this.flowLayoutPanel1.TabIndex = 2; // // tableLayoutPanel2 @@ -606,7 +606,7 @@ private void InitializeComponent() this.tableLayoutPanel2.Controls.Add(this.checkForUpdatesButton, 1, 2); this.tableLayoutPanel2.Controls.Add(this.checkForUpdatedCheckBox, 0, 2); this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill; - this.tableLayoutPanel2.Location = new System.Drawing.Point(310, 196); + this.tableLayoutPanel2.Location = new System.Drawing.Point(310, 317); this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(3, 3, 12, 9); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; this.tableLayoutPanel2.RowCount = 4; @@ -615,7 +615,7 @@ private void InitializeComponent() this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); - this.tableLayoutPanel2.Size = new System.Drawing.Size(292, 181); + this.tableLayoutPanel2.Size = new System.Drawing.Size(292, 302); this.tableLayoutPanel2.TabIndex = 3; // // hideWindow @@ -693,7 +693,8 @@ private void InitializeComponent() this.displayTimeGroup.Dock = System.Windows.Forms.DockStyle.Fill; this.displayTimeGroup.Location = new System.Drawing.Point(3, 3); this.displayTimeGroup.Name = "displayTimeGroup"; - this.displayTimeGroup.Size = new System.Drawing.Size(298, 165); + this.tableLayoutPanel4.SetRowSpan(this.displayTimeGroup, 2); + this.displayTimeGroup.Size = new System.Drawing.Size(298, 244); this.displayTimeGroup.TabIndex = 0; this.displayTimeGroup.TabStop = false; this.displayTimeGroup.Text = "displayTime"; @@ -707,26 +708,28 @@ private void InitializeComponent() this.tableLayoutPanel6.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); this.tableLayoutPanel6.Controls.Add(this.displayTimeSlider, 0, 0); this.tableLayoutPanel6.Controls.Add(this.displayTimeLabel, 4, 0); - this.tableLayoutPanel6.Controls.Add(this.persistentHeadingLabel, 0, 1); - this.tableLayoutPanel6.Controls.Add(this.persistentNumLabel, 0, 2); - this.tableLayoutPanel6.Controls.Add(this.persistentCapsLabel, 0, 3); - this.tableLayoutPanel6.Controls.Add(this.persistentScrollLabel, 0, 4); - this.tableLayoutPanel6.Controls.Add(this.cbPersistentNumOff, 2, 2); - this.tableLayoutPanel6.Controls.Add(this.cbPersistentNumOn, 3, 2); - this.tableLayoutPanel6.Controls.Add(this.cbPersistentCapsOff, 2, 3); - this.tableLayoutPanel6.Controls.Add(this.cbPersistentCapsOn, 3, 3); - this.tableLayoutPanel6.Controls.Add(this.cbPersistentScrollOff, 2, 4); - this.tableLayoutPanel6.Controls.Add(this.cbPersistentScrollOn, 3, 4); + this.tableLayoutPanel6.Controls.Add(this.persistentHeadingLabel, 0, 2); + this.tableLayoutPanel6.Controls.Add(this.persistentNumLabel, 0, 3); + this.tableLayoutPanel6.Controls.Add(this.persistentCapsLabel, 0, 4); + this.tableLayoutPanel6.Controls.Add(this.persistentScrollLabel, 0, 5); + this.tableLayoutPanel6.Controls.Add(this.cbPersistentNumOff, 2, 3); + this.tableLayoutPanel6.Controls.Add(this.cbPersistentNumOn, 3, 3); + this.tableLayoutPanel6.Controls.Add(this.cbPersistentCapsOff, 2, 4); + this.tableLayoutPanel6.Controls.Add(this.cbPersistentCapsOn, 3, 4); + this.tableLayoutPanel6.Controls.Add(this.cbPersistentScrollOff, 2, 5); + this.tableLayoutPanel6.Controls.Add(this.cbPersistentScrollOn, 3, 5); this.tableLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel6.Location = new System.Drawing.Point(3, 19); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; - this.tableLayoutPanel6.RowCount = 5; + this.tableLayoutPanel6.RowCount = 7; + this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle()); + this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle()); - this.tableLayoutPanel6.Size = new System.Drawing.Size(292, 143); + this.tableLayoutPanel6.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); + this.tableLayoutPanel6.Size = new System.Drawing.Size(292, 222); this.tableLayoutPanel6.TabIndex = 3; // // displayTimeSlider @@ -756,6 +759,122 @@ private void InitializeComponent() this.displayTimeLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.displayTimeLabel.Click += new System.EventHandler(this.displayTimeLabel_Click); // + // persistentHeadingLabel + // + this.persistentHeadingLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.persistentHeadingLabel.AutoSize = true; + this.tableLayoutPanel6.SetColumnSpan(this.persistentHeadingLabel, 4); + this.persistentHeadingLabel.Location = new System.Drawing.Point(3, 91); + this.persistentHeadingLabel.Name = "persistentHeadingLabel"; + this.persistentHeadingLabel.Size = new System.Drawing.Size(131, 15); + this.persistentHeadingLabel.TabIndex = 2; + this.persistentHeadingLabel.Text = "persistentHeadingLabel"; + // + // persistentNumLabel + // + this.persistentNumLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.persistentNumLabel.AutoSize = true; + this.tableLayoutPanel6.SetColumnSpan(this.persistentNumLabel, 2); + this.persistentNumLabel.Location = new System.Drawing.Point(3, 111); + this.persistentNumLabel.Name = "persistentNumLabel"; + this.persistentNumLabel.Size = new System.Drawing.Size(113, 15); + this.persistentNumLabel.TabIndex = 3; + this.persistentNumLabel.Text = "persistentNumLabel"; + // + // persistentCapsLabel + // + this.persistentCapsLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.persistentCapsLabel.AutoSize = true; + this.tableLayoutPanel6.SetColumnSpan(this.persistentCapsLabel, 2); + this.persistentCapsLabel.Location = new System.Drawing.Point(3, 136); + this.persistentCapsLabel.Name = "persistentCapsLabel"; + this.persistentCapsLabel.Size = new System.Drawing.Size(112, 15); + this.persistentCapsLabel.TabIndex = 3; + this.persistentCapsLabel.Text = "persistentCapsLabel"; + // + // persistentScrollLabel + // + this.persistentScrollLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; + this.persistentScrollLabel.AutoSize = true; + this.tableLayoutPanel6.SetColumnSpan(this.persistentScrollLabel, 2); + this.persistentScrollLabel.Location = new System.Drawing.Point(3, 161); + this.persistentScrollLabel.Name = "persistentScrollLabel"; + this.persistentScrollLabel.Size = new System.Drawing.Size(115, 15); + this.persistentScrollLabel.TabIndex = 3; + this.persistentScrollLabel.Text = "persistentScrollLabel"; + // + // cbPersistentNumOff + // + this.cbPersistentNumOff.AutoSize = true; + this.cbPersistentNumOff.Location = new System.Drawing.Point(149, 109); + this.cbPersistentNumOff.Name = "cbPersistentNumOff"; + this.cbPersistentNumOff.Size = new System.Drawing.Size(67, 19); + this.cbPersistentNumOff.TabIndex = 4; + this.cbPersistentNumOff.Tag = "NumOff"; + this.cbPersistentNumOff.Text = "cbPersistentNumOff"; + this.cbPersistentNumOff.UseVisualStyleBackColor = true; + this.cbPersistentNumOff.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); + // + // cbPersistentNumOn + // + this.cbPersistentNumOn.AutoSize = true; + this.cbPersistentNumOn.Location = new System.Drawing.Point(222, 109); + this.cbPersistentNumOn.Name = "cbPersistentNumOn"; + this.cbPersistentNumOn.Size = new System.Drawing.Size(67, 19); + this.cbPersistentNumOn.TabIndex = 4; + this.cbPersistentNumOn.Tag = "NumOn"; + this.cbPersistentNumOn.Text = "cbPersistentNumOn"; + this.cbPersistentNumOn.UseVisualStyleBackColor = true; + this.cbPersistentNumOn.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); + // + // cbPersistentCapsOff + // + this.cbPersistentCapsOff.AutoSize = true; + this.cbPersistentCapsOff.Location = new System.Drawing.Point(149, 134); + this.cbPersistentCapsOff.Name = "cbPersistentCapsOff"; + this.cbPersistentCapsOff.Size = new System.Drawing.Size(67, 19); + this.cbPersistentCapsOff.TabIndex = 4; + this.cbPersistentCapsOff.Tag = "CapsOff"; + this.cbPersistentCapsOff.Text = "cbPersistentCapsOff"; + this.cbPersistentCapsOff.UseVisualStyleBackColor = true; + this.cbPersistentCapsOff.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); + // + // cbPersistentCapsOn + // + this.cbPersistentCapsOn.AutoSize = true; + this.cbPersistentCapsOn.Location = new System.Drawing.Point(222, 134); + this.cbPersistentCapsOn.Name = "cbPersistentCapsOn"; + this.cbPersistentCapsOn.Size = new System.Drawing.Size(67, 19); + this.cbPersistentCapsOn.TabIndex = 4; + this.cbPersistentCapsOn.Tag = "CapsOn"; + this.cbPersistentCapsOn.Text = "cbPersistentCapsOn"; + this.cbPersistentCapsOn.UseVisualStyleBackColor = true; + this.cbPersistentCapsOn.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); + // + // cbPersistentScrollOff + // + this.cbPersistentScrollOff.AutoSize = true; + this.cbPersistentScrollOff.Location = new System.Drawing.Point(149, 159); + this.cbPersistentScrollOff.Name = "cbPersistentScrollOff"; + this.cbPersistentScrollOff.Size = new System.Drawing.Size(67, 19); + this.cbPersistentScrollOff.TabIndex = 4; + this.cbPersistentScrollOff.Tag = "ScrollOff"; + this.cbPersistentScrollOff.Text = "cbPersistentScrollOff"; + this.cbPersistentScrollOff.UseVisualStyleBackColor = true; + this.cbPersistentScrollOff.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); + // + // cbPersistentScrollOn + // + this.cbPersistentScrollOn.AutoSize = true; + this.cbPersistentScrollOn.Location = new System.Drawing.Point(222, 159); + this.cbPersistentScrollOn.Name = "cbPersistentScrollOn"; + this.cbPersistentScrollOn.Size = new System.Drawing.Size(67, 19); + this.cbPersistentScrollOn.TabIndex = 4; + this.cbPersistentScrollOn.Tag = "ScrollOn"; + this.cbPersistentScrollOn.Text = "cbPersistentScrollOn"; + this.cbPersistentScrollOn.UseVisualStyleBackColor = true; + this.cbPersistentScrollOn.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); + // // onlyShowWhenActiveCheckBox // this.onlyShowWhenActiveCheckBox.AutoSize = true; @@ -774,8 +893,8 @@ private void InitializeComponent() this.coloursGroup.Dock = System.Windows.Forms.DockStyle.Fill; this.coloursGroup.Location = new System.Drawing.Point(307, 3); this.coloursGroup.Name = "coloursGroup"; - this.tableLayoutPanel4.SetRowSpan(this.coloursGroup, 3); - this.coloursGroup.Size = new System.Drawing.Size(298, 507); + this.tableLayoutPanel4.SetRowSpan(this.coloursGroup, 2); + this.coloursGroup.Size = new System.Drawing.Size(298, 244); this.coloursGroup.TabIndex = 3; this.coloursGroup.TabStop = false; this.coloursGroup.Text = "colours"; @@ -807,7 +926,7 @@ private void InitializeComponent() this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); this.tableLayoutPanel5.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 16.66667F)); - this.tableLayoutPanel5.Size = new System.Drawing.Size(292, 485); + this.tableLayoutPanel5.Size = new System.Drawing.Size(292, 222); this.tableLayoutPanel5.TabIndex = 12; // // backgroundColourActivatedButton @@ -816,7 +935,7 @@ private void InitializeComponent() this.backgroundColourActivatedButton.FlatStyle = System.Windows.Forms.FlatStyle.System; this.backgroundColourActivatedButton.Location = new System.Drawing.Point(67, 3); this.backgroundColourActivatedButton.Name = "backgroundColourActivatedButton"; - this.backgroundColourActivatedButton.Size = new System.Drawing.Size(222, 74); + this.backgroundColourActivatedButton.Size = new System.Drawing.Size(222, 31); this.backgroundColourActivatedButton.TabIndex = 3; this.backgroundColourActivatedButton.Text = "backgroundColourActivated"; this.backgroundColourActivatedButton.UseVisualStyleBackColor = true; @@ -827,9 +946,9 @@ private void InitializeComponent() this.borderColourDeactivatedPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(52)))), ((int)(((byte)(77))))); this.borderColourDeactivatedPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.borderColourDeactivatedPreview.Dock = System.Windows.Forms.DockStyle.Fill; - this.borderColourDeactivatedPreview.Location = new System.Drawing.Point(3, 403); + this.borderColourDeactivatedPreview.Location = new System.Drawing.Point(3, 188); this.borderColourDeactivatedPreview.Name = "borderColourDeactivatedPreview"; - this.borderColourDeactivatedPreview.Size = new System.Drawing.Size(58, 79); + this.borderColourDeactivatedPreview.Size = new System.Drawing.Size(58, 31); this.borderColourDeactivatedPreview.TabIndex = 11; this.borderColourDeactivatedPreview.TabStop = false; // @@ -837,9 +956,9 @@ private void InitializeComponent() // this.backgroundColourDeactivatedButton.Dock = System.Windows.Forms.DockStyle.Fill; this.backgroundColourDeactivatedButton.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.backgroundColourDeactivatedButton.Location = new System.Drawing.Point(67, 83); + this.backgroundColourDeactivatedButton.Location = new System.Drawing.Point(67, 40); this.backgroundColourDeactivatedButton.Name = "backgroundColourDeactivatedButton"; - this.backgroundColourDeactivatedButton.Size = new System.Drawing.Size(222, 74); + this.backgroundColourDeactivatedButton.Size = new System.Drawing.Size(222, 31); this.backgroundColourDeactivatedButton.TabIndex = 4; this.backgroundColourDeactivatedButton.Text = "backgroundColourDeactivated"; this.backgroundColourDeactivatedButton.UseVisualStyleBackColor = true; @@ -850,9 +969,9 @@ private void InitializeComponent() this.borderColourActivatedPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(77)))), ((int)(((byte)(180)))), ((int)(((byte)(52))))); this.borderColourActivatedPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.borderColourActivatedPreview.Dock = System.Windows.Forms.DockStyle.Fill; - this.borderColourActivatedPreview.Location = new System.Drawing.Point(3, 323); + this.borderColourActivatedPreview.Location = new System.Drawing.Point(3, 151); this.borderColourActivatedPreview.Name = "borderColourActivatedPreview"; - this.borderColourActivatedPreview.Size = new System.Drawing.Size(58, 74); + this.borderColourActivatedPreview.Size = new System.Drawing.Size(58, 31); this.borderColourActivatedPreview.TabIndex = 5; this.borderColourActivatedPreview.TabStop = false; // @@ -861,9 +980,9 @@ private void InitializeComponent() this.foregroundColourDeactivatedPreview.BackColor = System.Drawing.Color.White; this.foregroundColourDeactivatedPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.foregroundColourDeactivatedPreview.Dock = System.Windows.Forms.DockStyle.Fill; - this.foregroundColourDeactivatedPreview.Location = new System.Drawing.Point(3, 243); + this.foregroundColourDeactivatedPreview.Location = new System.Drawing.Point(3, 114); this.foregroundColourDeactivatedPreview.Name = "foregroundColourDeactivatedPreview"; - this.foregroundColourDeactivatedPreview.Size = new System.Drawing.Size(58, 74); + this.foregroundColourDeactivatedPreview.Size = new System.Drawing.Size(58, 31); this.foregroundColourDeactivatedPreview.TabIndex = 9; this.foregroundColourDeactivatedPreview.TabStop = false; // @@ -871,9 +990,9 @@ private void InitializeComponent() // this.borderColourDeactivatedButton.Dock = System.Windows.Forms.DockStyle.Fill; this.borderColourDeactivatedButton.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.borderColourDeactivatedButton.Location = new System.Drawing.Point(67, 403); + this.borderColourDeactivatedButton.Location = new System.Drawing.Point(67, 188); this.borderColourDeactivatedButton.Name = "borderColourDeactivatedButton"; - this.borderColourDeactivatedButton.Size = new System.Drawing.Size(222, 79); + this.borderColourDeactivatedButton.Size = new System.Drawing.Size(222, 31); this.borderColourDeactivatedButton.TabIndex = 8; this.borderColourDeactivatedButton.Text = "borderColourDecativated"; this.borderColourDeactivatedButton.UseVisualStyleBackColor = true; @@ -884,9 +1003,9 @@ private void InitializeComponent() this.backgroundColourDeactivatedPreview.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(66)))), ((int)(((byte)(66))))); this.backgroundColourDeactivatedPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.backgroundColourDeactivatedPreview.Dock = System.Windows.Forms.DockStyle.Fill; - this.backgroundColourDeactivatedPreview.Location = new System.Drawing.Point(3, 83); + this.backgroundColourDeactivatedPreview.Location = new System.Drawing.Point(3, 40); this.backgroundColourDeactivatedPreview.Name = "backgroundColourDeactivatedPreview"; - this.backgroundColourDeactivatedPreview.Size = new System.Drawing.Size(58, 74); + this.backgroundColourDeactivatedPreview.Size = new System.Drawing.Size(58, 31); this.backgroundColourDeactivatedPreview.TabIndex = 7; this.backgroundColourDeactivatedPreview.TabStop = false; // @@ -895,9 +1014,9 @@ private void InitializeComponent() this.foregroundColourActivatedPreview.BackColor = System.Drawing.Color.White; this.foregroundColourActivatedPreview.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.foregroundColourActivatedPreview.Dock = System.Windows.Forms.DockStyle.Fill; - this.foregroundColourActivatedPreview.Location = new System.Drawing.Point(3, 163); + this.foregroundColourActivatedPreview.Location = new System.Drawing.Point(3, 77); this.foregroundColourActivatedPreview.Name = "foregroundColourActivatedPreview"; - this.foregroundColourActivatedPreview.Size = new System.Drawing.Size(58, 74); + this.foregroundColourActivatedPreview.Size = new System.Drawing.Size(58, 31); this.foregroundColourActivatedPreview.TabIndex = 3; this.foregroundColourActivatedPreview.TabStop = false; // @@ -905,9 +1024,9 @@ private void InitializeComponent() // this.foregroundColourActivatedButton.Dock = System.Windows.Forms.DockStyle.Fill; this.foregroundColourActivatedButton.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.foregroundColourActivatedButton.Location = new System.Drawing.Point(67, 163); + this.foregroundColourActivatedButton.Location = new System.Drawing.Point(67, 77); this.foregroundColourActivatedButton.Name = "foregroundColourActivatedButton"; - this.foregroundColourActivatedButton.Size = new System.Drawing.Size(222, 74); + this.foregroundColourActivatedButton.Size = new System.Drawing.Size(222, 31); this.foregroundColourActivatedButton.TabIndex = 5; this.foregroundColourActivatedButton.Text = "textColourActivated"; this.foregroundColourActivatedButton.UseVisualStyleBackColor = true; @@ -917,9 +1036,9 @@ private void InitializeComponent() // this.foregroundColourDeactivatedButton.Dock = System.Windows.Forms.DockStyle.Fill; this.foregroundColourDeactivatedButton.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.foregroundColourDeactivatedButton.Location = new System.Drawing.Point(67, 243); + this.foregroundColourDeactivatedButton.Location = new System.Drawing.Point(67, 114); this.foregroundColourDeactivatedButton.Name = "foregroundColourDeactivatedButton"; - this.foregroundColourDeactivatedButton.Size = new System.Drawing.Size(222, 74); + this.foregroundColourDeactivatedButton.Size = new System.Drawing.Size(222, 31); this.foregroundColourDeactivatedButton.TabIndex = 6; this.foregroundColourDeactivatedButton.Text = "textColourActivated"; this.foregroundColourDeactivatedButton.UseVisualStyleBackColor = true; @@ -929,9 +1048,9 @@ private void InitializeComponent() // this.borderColourActivatedButton.Dock = System.Windows.Forms.DockStyle.Fill; this.borderColourActivatedButton.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.borderColourActivatedButton.Location = new System.Drawing.Point(67, 323); + this.borderColourActivatedButton.Location = new System.Drawing.Point(67, 151); this.borderColourActivatedButton.Name = "borderColourActivatedButton"; - this.borderColourActivatedButton.Size = new System.Drawing.Size(222, 74); + this.borderColourActivatedButton.Size = new System.Drawing.Size(222, 31); this.borderColourActivatedButton.TabIndex = 7; this.borderColourActivatedButton.Text = "borderColourActivated"; this.borderColourActivatedButton.UseVisualStyleBackColor = true; @@ -944,7 +1063,7 @@ private void InitializeComponent() this.backgroundColourActivatedPreview.Dock = System.Windows.Forms.DockStyle.Fill; this.backgroundColourActivatedPreview.Location = new System.Drawing.Point(3, 3); this.backgroundColourActivatedPreview.Name = "backgroundColourActivatedPreview"; - this.backgroundColourActivatedPreview.Size = new System.Drawing.Size(58, 74); + this.backgroundColourActivatedPreview.Size = new System.Drawing.Size(58, 31); this.backgroundColourActivatedPreview.TabIndex = 1; this.backgroundColourActivatedPreview.TabStop = false; // @@ -952,9 +1071,9 @@ private void InitializeComponent() // this.fontGroupBox.Controls.Add(this.fontButton); this.fontGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; - this.fontGroupBox.Location = new System.Drawing.Point(3, 174); + this.fontGroupBox.Location = new System.Drawing.Point(3, 253); this.fontGroupBox.Name = "fontGroupBox"; - this.fontGroupBox.Size = new System.Drawing.Size(298, 165); + this.fontGroupBox.Size = new System.Drawing.Size(298, 119); this.fontGroupBox.TabIndex = 2; this.fontGroupBox.TabStop = false; this.fontGroupBox.Text = "font"; @@ -966,7 +1085,7 @@ private void InitializeComponent() this.fontButton.Font = new System.Drawing.Font("Segoe UI", 12F); this.fontButton.Location = new System.Drawing.Point(3, 19); this.fontButton.Name = "fontButton"; - this.fontButton.Size = new System.Drawing.Size(292, 143); + this.fontButton.Size = new System.Drawing.Size(292, 97); this.fontButton.TabIndex = 2; this.fontButton.Text = "preview"; this.fontButton.UseVisualStyleBackColor = true; @@ -985,9 +1104,9 @@ private void InitializeComponent() // this.positionGroup.Controls.Add(this.positionButtonLayout); this.positionGroup.Dock = System.Windows.Forms.DockStyle.Fill; - this.positionGroup.Location = new System.Drawing.Point(3, 345); + this.positionGroup.Location = new System.Drawing.Point(3, 378); this.positionGroup.Name = "positionGroup"; - this.positionGroup.Size = new System.Drawing.Size(298, 165); + this.positionGroup.Size = new System.Drawing.Size(298, 122); this.positionGroup.TabIndex = 11; this.positionGroup.TabStop = false; this.positionGroup.Text = "overlayPosition"; @@ -1014,7 +1133,7 @@ private void InitializeComponent() this.positionButtonLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.positionButtonLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); this.positionButtonLayout.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 33.33333F)); - this.positionButtonLayout.Size = new System.Drawing.Size(292, 143); + this.positionButtonLayout.Size = new System.Drawing.Size(292, 100); this.positionButtonLayout.TabIndex = 0; // // positionBottomRight @@ -1022,10 +1141,10 @@ private void InitializeComponent() this.positionBottomRight.Appearance = System.Windows.Forms.Appearance.Button; this.positionBottomRight.Dock = System.Windows.Forms.DockStyle.Fill; this.positionBottomRight.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.positionBottomRight.Location = new System.Drawing.Point(194, 94); + this.positionBottomRight.Location = new System.Drawing.Point(194, 66); this.positionBottomRight.Margin = new System.Windows.Forms.Padding(0); this.positionBottomRight.Name = "positionBottomRight"; - this.positionBottomRight.Size = new System.Drawing.Size(98, 49); + this.positionBottomRight.Size = new System.Drawing.Size(98, 34); this.positionBottomRight.TabIndex = 8; this.positionBottomRight.UseVisualStyleBackColor = true; this.positionBottomRight.CheckedChanged += new System.EventHandler(this.positionButton_CheckedChanged); @@ -1035,10 +1154,10 @@ private void InitializeComponent() this.positionBottomCenter.Appearance = System.Windows.Forms.Appearance.Button; this.positionBottomCenter.Dock = System.Windows.Forms.DockStyle.Fill; this.positionBottomCenter.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.positionBottomCenter.Location = new System.Drawing.Point(97, 94); + this.positionBottomCenter.Location = new System.Drawing.Point(97, 66); this.positionBottomCenter.Margin = new System.Windows.Forms.Padding(0); this.positionBottomCenter.Name = "positionBottomCenter"; - this.positionBottomCenter.Size = new System.Drawing.Size(97, 49); + this.positionBottomCenter.Size = new System.Drawing.Size(97, 34); this.positionBottomCenter.TabIndex = 7; this.positionBottomCenter.UseVisualStyleBackColor = true; this.positionBottomCenter.CheckedChanged += new System.EventHandler(this.positionButton_CheckedChanged); @@ -1048,10 +1167,10 @@ private void InitializeComponent() this.positionBottomLeft.Appearance = System.Windows.Forms.Appearance.Button; this.positionBottomLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.positionBottomLeft.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.positionBottomLeft.Location = new System.Drawing.Point(0, 94); + this.positionBottomLeft.Location = new System.Drawing.Point(0, 66); this.positionBottomLeft.Margin = new System.Windows.Forms.Padding(0); this.positionBottomLeft.Name = "positionBottomLeft"; - this.positionBottomLeft.Size = new System.Drawing.Size(97, 49); + this.positionBottomLeft.Size = new System.Drawing.Size(97, 34); this.positionBottomLeft.TabIndex = 6; this.positionBottomLeft.UseVisualStyleBackColor = true; this.positionBottomLeft.CheckedChanged += new System.EventHandler(this.positionButton_CheckedChanged); @@ -1061,10 +1180,10 @@ private void InitializeComponent() this.positionMiddleRight.Appearance = System.Windows.Forms.Appearance.Button; this.positionMiddleRight.Dock = System.Windows.Forms.DockStyle.Fill; this.positionMiddleRight.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.positionMiddleRight.Location = new System.Drawing.Point(194, 47); + this.positionMiddleRight.Location = new System.Drawing.Point(194, 33); this.positionMiddleRight.Margin = new System.Windows.Forms.Padding(0); this.positionMiddleRight.Name = "positionMiddleRight"; - this.positionMiddleRight.Size = new System.Drawing.Size(98, 47); + this.positionMiddleRight.Size = new System.Drawing.Size(98, 33); this.positionMiddleRight.TabIndex = 5; this.positionMiddleRight.UseVisualStyleBackColor = true; this.positionMiddleRight.CheckedChanged += new System.EventHandler(this.positionButton_CheckedChanged); @@ -1074,10 +1193,10 @@ private void InitializeComponent() this.positionMiddleCenter.Appearance = System.Windows.Forms.Appearance.Button; this.positionMiddleCenter.Dock = System.Windows.Forms.DockStyle.Fill; this.positionMiddleCenter.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.positionMiddleCenter.Location = new System.Drawing.Point(97, 47); + this.positionMiddleCenter.Location = new System.Drawing.Point(97, 33); this.positionMiddleCenter.Margin = new System.Windows.Forms.Padding(0); this.positionMiddleCenter.Name = "positionMiddleCenter"; - this.positionMiddleCenter.Size = new System.Drawing.Size(97, 47); + this.positionMiddleCenter.Size = new System.Drawing.Size(97, 33); this.positionMiddleCenter.TabIndex = 4; this.positionMiddleCenter.UseVisualStyleBackColor = true; this.positionMiddleCenter.CheckedChanged += new System.EventHandler(this.positionButton_CheckedChanged); @@ -1087,10 +1206,10 @@ private void InitializeComponent() this.positionMiddleLeft.Appearance = System.Windows.Forms.Appearance.Button; this.positionMiddleLeft.Dock = System.Windows.Forms.DockStyle.Fill; this.positionMiddleLeft.FlatStyle = System.Windows.Forms.FlatStyle.System; - this.positionMiddleLeft.Location = new System.Drawing.Point(0, 47); + this.positionMiddleLeft.Location = new System.Drawing.Point(0, 33); this.positionMiddleLeft.Margin = new System.Windows.Forms.Padding(0); this.positionMiddleLeft.Name = "positionMiddleLeft"; - this.positionMiddleLeft.Size = new System.Drawing.Size(97, 47); + this.positionMiddleLeft.Size = new System.Drawing.Size(97, 33); this.positionMiddleLeft.TabIndex = 3; this.positionMiddleLeft.UseVisualStyleBackColor = true; this.positionMiddleLeft.CheckedChanged += new System.EventHandler(this.positionButton_CheckedChanged); @@ -1103,7 +1222,7 @@ private void InitializeComponent() this.positionTopRight.Location = new System.Drawing.Point(194, 0); this.positionTopRight.Margin = new System.Windows.Forms.Padding(0); this.positionTopRight.Name = "positionTopRight"; - this.positionTopRight.Size = new System.Drawing.Size(98, 47); + this.positionTopRight.Size = new System.Drawing.Size(98, 33); this.positionTopRight.TabIndex = 2; this.positionTopRight.UseVisualStyleBackColor = true; this.positionTopRight.CheckedChanged += new System.EventHandler(this.positionButton_CheckedChanged); @@ -1116,7 +1235,7 @@ private void InitializeComponent() this.positionTopCenter.Location = new System.Drawing.Point(97, 0); this.positionTopCenter.Margin = new System.Windows.Forms.Padding(0); this.positionTopCenter.Name = "positionTopCenter"; - this.positionTopCenter.Size = new System.Drawing.Size(97, 47); + this.positionTopCenter.Size = new System.Drawing.Size(97, 33); this.positionTopCenter.TabIndex = 1; this.positionTopCenter.UseVisualStyleBackColor = true; this.positionTopCenter.CheckedChanged += new System.EventHandler(this.positionButton_CheckedChanged); @@ -1129,7 +1248,7 @@ private void InitializeComponent() this.positionTopLeft.Location = new System.Drawing.Point(0, 0); this.positionTopLeft.Margin = new System.Windows.Forms.Padding(0); this.positionTopLeft.Name = "positionTopLeft"; - this.positionTopLeft.Size = new System.Drawing.Size(97, 47); + this.positionTopLeft.Size = new System.Drawing.Size(97, 33); this.positionTopLeft.TabIndex = 0; this.positionTopLeft.UseVisualStyleBackColor = true; this.positionTopLeft.CheckedChanged += new System.EventHandler(this.positionButton_CheckedChanged); @@ -1138,9 +1257,9 @@ private void InitializeComponent() // this.opacityGroup.Controls.Add(this.tableLayoutPanel7); this.opacityGroup.Dock = System.Windows.Forms.DockStyle.Fill; - this.opacityGroup.Location = new System.Drawing.Point(3, 516); + this.opacityGroup.Location = new System.Drawing.Point(307, 253); this.opacityGroup.Name = "opacityGroup"; - this.opacityGroup.Size = new System.Drawing.Size(298, 168); + this.opacityGroup.Size = new System.Drawing.Size(298, 119); this.opacityGroup.TabIndex = 2; this.opacityGroup.TabStop = false; this.opacityGroup.Text = "opacity"; @@ -1157,15 +1276,15 @@ private void InitializeComponent() this.tableLayoutPanel7.Name = "tableLayoutPanel7"; this.tableLayoutPanel7.RowCount = 1; this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 86F)); - this.tableLayoutPanel7.Size = new System.Drawing.Size(292, 146); + this.tableLayoutPanel7.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 149F)); + this.tableLayoutPanel7.Size = new System.Drawing.Size(292, 97); this.tableLayoutPanel7.TabIndex = 2; // // opacitySlider // this.opacitySlider.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.opacitySlider.LargeChange = 10; - this.opacitySlider.Location = new System.Drawing.Point(3, 50); + this.opacitySlider.Location = new System.Drawing.Point(3, 26); this.opacitySlider.Maximum = 100; this.opacitySlider.Minimum = 1; this.opacitySlider.Name = "opacitySlider"; @@ -1179,7 +1298,7 @@ private void InitializeComponent() // opacityLabel // this.opacityLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); - this.opacityLabel.Location = new System.Drawing.Point(222, 57); + this.opacityLabel.Location = new System.Drawing.Point(222, 33); this.opacityLabel.Name = "opacityLabel"; this.opacityLabel.Size = new System.Drawing.Size(67, 31); this.opacityLabel.TabIndex = 1; @@ -1191,9 +1310,9 @@ private void InitializeComponent() // this.borderGroup.Controls.Add(this.tableLayoutPanel8); this.borderGroup.Dock = System.Windows.Forms.DockStyle.Fill; - this.borderGroup.Location = new System.Drawing.Point(307, 516); + this.borderGroup.Location = new System.Drawing.Point(307, 378); this.borderGroup.Name = "borderGroup"; - this.borderGroup.Size = new System.Drawing.Size(298, 168); + this.borderGroup.Size = new System.Drawing.Size(298, 122); this.borderGroup.TabIndex = 3; this.borderGroup.TabStop = false; this.borderGroup.Text = "borderThickness"; @@ -1210,15 +1329,15 @@ private void InitializeComponent() this.tableLayoutPanel8.Name = "tableLayoutPanel8"; this.tableLayoutPanel8.RowCount = 1; this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 86F)); - this.tableLayoutPanel8.Size = new System.Drawing.Size(292, 146); + this.tableLayoutPanel8.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 149F)); + this.tableLayoutPanel8.Size = new System.Drawing.Size(292, 100); this.tableLayoutPanel8.TabIndex = 2; // // bdSizeSlider // this.bdSizeSlider.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); this.bdSizeSlider.LargeChange = 10; - this.bdSizeSlider.Location = new System.Drawing.Point(3, 50); + this.bdSizeSlider.Location = new System.Drawing.Point(3, 27); this.bdSizeSlider.Maximum = 32; this.bdSizeSlider.Name = "bdSizeSlider"; this.bdSizeSlider.Size = new System.Drawing.Size(213, 45); @@ -1231,7 +1350,7 @@ private void InitializeComponent() // bdSizeLabel // this.bdSizeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); - this.bdSizeLabel.Location = new System.Drawing.Point(222, 51); + this.bdSizeLabel.Location = new System.Drawing.Point(222, 28); this.bdSizeLabel.Name = "bdSizeLabel"; this.bdSizeLabel.Size = new System.Drawing.Size(67, 43); this.bdSizeLabel.TabIndex = 1; @@ -1264,7 +1383,7 @@ private void InitializeComponent() this.tabControl1.MyBackColor = System.Drawing.SystemColors.Control; this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; - this.tabControl1.Size = new System.Drawing.Size(622, 725); + this.tabControl1.Size = new System.Drawing.Size(622, 541); this.tabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.tabControl1.TabIndex = 13; // @@ -1273,7 +1392,7 @@ private void InitializeComponent() this.tabPage3.Controls.Add(this.tableLayoutPanel1); this.tabPage3.Location = new System.Drawing.Point(4, 28); this.tabPage3.Name = "tabPage3"; - this.tabPage3.Size = new System.Drawing.Size(614, 450); + this.tabPage3.Size = new System.Drawing.Size(614, 693); this.tabPage3.TabIndex = 2; this.tabPage3.Tag = "340"; this.tabPage3.Text = "general"; @@ -1284,9 +1403,9 @@ private void InitializeComponent() this.tabPage1.Location = new System.Drawing.Point(4, 28); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); - this.tabPage1.Size = new System.Drawing.Size(614, 693); + this.tabPage1.Size = new System.Drawing.Size(614, 509); this.tabPage1.TabIndex = 0; - this.tabPage1.Tag = "768"; + this.tabPage1.Tag = "580"; this.tabPage1.Text = "notification"; this.tabPage1.UseVisualStyleBackColor = true; // @@ -1296,11 +1415,11 @@ private void InitializeComponent() this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel4.Controls.Add(this.displayTimeGroup, 0, 0); - this.tableLayoutPanel4.Controls.Add(this.fontGroupBox, 0, 1); - this.tableLayoutPanel4.Controls.Add(this.positionGroup, 0, 2); - this.tableLayoutPanel4.Controls.Add(this.opacityGroup, 0, 3); this.tableLayoutPanel4.Controls.Add(this.coloursGroup, 1, 0); this.tableLayoutPanel4.Controls.Add(this.borderGroup, 1, 3); + this.tableLayoutPanel4.Controls.Add(this.opacityGroup, 1, 2); + this.tableLayoutPanel4.Controls.Add(this.positionGroup, 0, 3); + this.tableLayoutPanel4.Controls.Add(this.fontGroupBox, 0, 2); this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 3); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; @@ -1309,7 +1428,8 @@ private void InitializeComponent() this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.00063F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.00063F)); this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 24.99813F)); - this.tableLayoutPanel4.Size = new System.Drawing.Size(608, 687); + this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); + this.tableLayoutPanel4.Size = new System.Drawing.Size(608, 503); this.tableLayoutPanel4.TabIndex = 12; // // tabPage2 @@ -1318,7 +1438,7 @@ private void InitializeComponent() this.tabPage2.Location = new System.Drawing.Point(4, 28); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); - this.tabPage2.Size = new System.Drawing.Size(614, 450); + this.tabPage2.Size = new System.Drawing.Size(614, 693); this.tabPage2.TabIndex = 1; this.tabPage2.Tag = "190"; this.tabPage2.Text = "advancedOptions"; @@ -1335,7 +1455,7 @@ private void InitializeComponent() this.flowLayoutPanel1b.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flowLayoutPanel1b.Location = new System.Drawing.Point(3, 3); this.flowLayoutPanel1b.Name = "flowLayoutPanel1b"; - this.flowLayoutPanel1b.Size = new System.Drawing.Size(608, 444); + this.flowLayoutPanel1b.Size = new System.Drawing.Size(608, 687); this.flowLayoutPanel1b.TabIndex = 0; // // darkModeCheckBox @@ -1396,128 +1516,12 @@ private void InitializeComponent() this.tutorialTimer.Interval = 1000; this.tutorialTimer.Tick += new System.EventHandler(this.tutorialTimer_Tick); // - // persistentHeadingLabel - // - this.persistentHeadingLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.persistentHeadingLabel.AutoSize = true; - this.tableLayoutPanel6.SetColumnSpan(this.persistentHeadingLabel, 4); - this.persistentHeadingLabel.Location = new System.Drawing.Point(3, 53); - this.persistentHeadingLabel.Name = "persistentHeadingLabel"; - this.persistentHeadingLabel.Size = new System.Drawing.Size(131, 15); - this.persistentHeadingLabel.TabIndex = 2; - this.persistentHeadingLabel.Text = "persistentHeadingLabel"; - // - // persistentNumLabel - // - this.persistentNumLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.persistentNumLabel.AutoSize = true; - this.tableLayoutPanel6.SetColumnSpan(this.persistentNumLabel, 2); - this.persistentNumLabel.Location = new System.Drawing.Point(3, 73); - this.persistentNumLabel.Name = "persistentNumLabel"; - this.persistentNumLabel.Size = new System.Drawing.Size(113, 15); - this.persistentNumLabel.TabIndex = 3; - this.persistentNumLabel.Text = "persistentNumLabel"; - // - // persistentCapsLabel - // - this.persistentCapsLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.persistentCapsLabel.AutoSize = true; - this.tableLayoutPanel6.SetColumnSpan(this.persistentCapsLabel, 2); - this.persistentCapsLabel.Location = new System.Drawing.Point(3, 98); - this.persistentCapsLabel.Name = "persistentCapsLabel"; - this.persistentCapsLabel.Size = new System.Drawing.Size(112, 15); - this.persistentCapsLabel.TabIndex = 3; - this.persistentCapsLabel.Text = "persistentCapsLabel"; - // - // persistentScrollLabel - // - this.persistentScrollLabel.Anchor = System.Windows.Forms.AnchorStyles.Left; - this.persistentScrollLabel.AutoSize = true; - this.tableLayoutPanel6.SetColumnSpan(this.persistentScrollLabel, 2); - this.persistentScrollLabel.Location = new System.Drawing.Point(3, 123); - this.persistentScrollLabel.Name = "persistentScrollLabel"; - this.persistentScrollLabel.Size = new System.Drawing.Size(115, 15); - this.persistentScrollLabel.TabIndex = 3; - this.persistentScrollLabel.Text = "persistentScrollLabel"; - // - // cbPersistentNumOff - // - this.cbPersistentNumOff.AutoSize = true; - this.cbPersistentNumOff.Location = new System.Drawing.Point(149, 71); - this.cbPersistentNumOff.Name = "cbPersistentNumOff"; - this.cbPersistentNumOff.Size = new System.Drawing.Size(67, 19); - this.cbPersistentNumOff.TabIndex = 4; - this.cbPersistentNumOff.Tag = "NumOff"; - this.cbPersistentNumOff.Text = "cbPersistentNumOff"; - this.cbPersistentNumOff.UseVisualStyleBackColor = true; - this.cbPersistentNumOff.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); - // - // cbPersistentNumOn - // - this.cbPersistentNumOn.AutoSize = true; - this.cbPersistentNumOn.Location = new System.Drawing.Point(222, 71); - this.cbPersistentNumOn.Name = "cbPersistentNumOn"; - this.cbPersistentNumOn.Size = new System.Drawing.Size(67, 19); - this.cbPersistentNumOn.TabIndex = 4; - this.cbPersistentNumOn.Tag = "NumOn"; - this.cbPersistentNumOn.Text = "cbPersistentNumOn"; - this.cbPersistentNumOn.UseVisualStyleBackColor = true; - this.cbPersistentNumOn.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); - // - // cbPersistentCapsOff - // - this.cbPersistentCapsOff.AutoSize = true; - this.cbPersistentCapsOff.Location = new System.Drawing.Point(149, 96); - this.cbPersistentCapsOff.Name = "cbPersistentCapsOff"; - this.cbPersistentCapsOff.Size = new System.Drawing.Size(67, 19); - this.cbPersistentCapsOff.TabIndex = 4; - this.cbPersistentCapsOff.Tag = "CapsOff"; - this.cbPersistentCapsOff.Text = "cbPersistentCapsOff"; - this.cbPersistentCapsOff.UseVisualStyleBackColor = true; - this.cbPersistentCapsOff.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); - // - // cbPersistentCapsOn - // - this.cbPersistentCapsOn.AutoSize = true; - this.cbPersistentCapsOn.Location = new System.Drawing.Point(222, 96); - this.cbPersistentCapsOn.Name = "cbPersistentCapsOn"; - this.cbPersistentCapsOn.Size = new System.Drawing.Size(67, 19); - this.cbPersistentCapsOn.TabIndex = 4; - this.cbPersistentCapsOn.Tag = "CapsOn"; - this.cbPersistentCapsOn.Text = "cbPersistentCapsOn"; - this.cbPersistentCapsOn.UseVisualStyleBackColor = true; - this.cbPersistentCapsOn.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); - // - // cbPersistentScrollOff - // - this.cbPersistentScrollOff.AutoSize = true; - this.cbPersistentScrollOff.Location = new System.Drawing.Point(149, 121); - this.cbPersistentScrollOff.Name = "cbPersistentScrollOff"; - this.cbPersistentScrollOff.Size = new System.Drawing.Size(67, 19); - this.cbPersistentScrollOff.TabIndex = 4; - this.cbPersistentScrollOff.Tag = "ScrollOff"; - this.cbPersistentScrollOff.Text = "cbPersistentScrollOff"; - this.cbPersistentScrollOff.UseVisualStyleBackColor = true; - this.cbPersistentScrollOff.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); - // - // cbPersistentScrollOn - // - this.cbPersistentScrollOn.AutoSize = true; - this.cbPersistentScrollOn.Location = new System.Drawing.Point(222, 121); - this.cbPersistentScrollOn.Name = "cbPersistentScrollOn"; - this.cbPersistentScrollOn.Size = new System.Drawing.Size(67, 19); - this.cbPersistentScrollOn.TabIndex = 4; - this.cbPersistentScrollOn.Tag = "ScrollOn"; - this.cbPersistentScrollOn.Text = "cbPersistentScrollOn"; - this.cbPersistentScrollOn.UseVisualStyleBackColor = true; - this.cbPersistentScrollOn.CheckedChanged += new System.EventHandler(this.cbPersistent_CheckedChanged); - // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Window; - this.ClientSize = new System.Drawing.Size(622, 725); + this.ClientSize = new System.Drawing.Size(622, 541); this.Controls.Add(this.tableLayoutPanel3); this.Controls.Add(this.tabControl1); this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); diff --git a/CapsLockIndicatorV3/MainForm.cs b/CapsLockIndicatorV3/MainForm.cs index c462b95..152c058 100644 --- a/CapsLockIndicatorV3/MainForm.cs +++ b/CapsLockIndicatorV3/MainForm.cs @@ -431,11 +431,12 @@ private void CheckSupport() var ub = new UriBuilder(URLs.ClientSupported); var qb = new QueryBuilder(); #if DEBUG - qb.Append("v", "dev"); + qb.Append("e", "debug"); #else - qb.Append("v", version); + qb.Append("e", "release"); #endif - qb.Append("w", GetOSVersion()); + qb.Append("c", version); + qb.Append("o", GetOSBuildVersion()); ub.Query = qb.ToString(); var wc = new WebClient(); @@ -443,9 +444,18 @@ private void CheckSupport() wc.DownloadStringAsync(ub.Uri); } + private string GetOSBuildVersion() + { + return string.Join(".", new[] + { + Environment.OSVersion.Version.Major.ToString(), + Environment.OSVersion.Version.Minor.ToString(), + Environment.OSVersion.Version.Build.ToString() + }); + } + private void Wc_DownloadStringCompleted(object sender, DownloadStringCompletedEventArgs e) { - (sender as WebClient)?.Dispose(); try { @@ -468,7 +478,9 @@ private void Wc_DownloadStringCompleted(object sender, DownloadStringCompletedEv tableLayoutPanel3.Visible = true; } } - catch { } + catch(Exception ex) { MessageBox.Show(ex.ToString()); } + + (sender as WebClient)?.Dispose(); } private void ApplyEOLStrings() @@ -1099,6 +1111,7 @@ void handleVersion(string xmlData) void doVersionCheck(bool isManualCheck) { VersionCheck.IsLatestVersion(handleVersion, isManualCheck); + CheckSupport(); } void MainFormLoad(object sender, EventArgs e) diff --git a/CapsLockIndicatorV3/Properties/AssemblyInfo.cs b/CapsLockIndicatorV3/Properties/AssemblyInfo.cs index dae6cbc..5646175 100644 --- a/CapsLockIndicatorV3/Properties/AssemblyInfo.cs +++ b/CapsLockIndicatorV3/Properties/AssemblyInfo.cs @@ -24,6 +24,6 @@ // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("3.16.0.0")] -[assembly: AssemblyFileVersion("3.16.0.0")] +[assembly: AssemblyVersion("3.16.1.0")] +[assembly: AssemblyFileVersion("3.16.1.0")] [assembly: Guid ("6f54c357-0542-4d7d-9225-338bc3cd7834")] diff --git a/CapsLockIndicatorV3/URLs.cs b/CapsLockIndicatorV3/URLs.cs index 394f569..1db88a4 100644 --- a/CapsLockIndicatorV3/URLs.cs +++ b/CapsLockIndicatorV3/URLs.cs @@ -15,7 +15,7 @@ static class URLs public const string IconGalleryMeta = ServiceEndpointBase + "icongallery/getmeta.php"; public const string IconGalleryDownload = ServiceEndpointBase + "icongallery/"; public const string IconGallery = ServiceEndpointBase + "icongallery/embedded.php"; - public const string ClientSupported = ServiceEndpointBase + "clientsupported"; + public const string ClientSupported = ServiceEndpointBase + "eolcheck"; public const string VersionCheck = ServiceEndpointBase + "!/version?details&xml&newClient3=true"; } } diff --git a/CapsLockIndicatorV3/strings.ar.resx b/CapsLockIndicatorV3/strings.ar.resx index e3fb12d..9903773 100644 --- a/CapsLockIndicatorV3/strings.ar.resx +++ b/CapsLockIndicatorV3/strings.ar.resx @@ -169,6 +169,48 @@ كاب لوك The name of the caps lock key + + + + + + + + + + + + التحقق من وجود تحديثات The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. @@ -377,10 +419,53 @@ بشكل دائم Text to display instead of the time if indicator overlay display is set to permanently. + + + + + + + + إعادة تحميل الرموز Shown in a notification when hot-reloading icons. + + + + إعادة تشغيل Generic label for Restart button diff --git a/CapsLockIndicatorV3/strings.cs.resx b/CapsLockIndicatorV3/strings.cs.resx index a5d6762..d6b8269 100644 --- a/CapsLockIndicatorV3/strings.cs.resx +++ b/CapsLockIndicatorV3/strings.cs.resx @@ -117,38 +117,26 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Pokročilá nastavení Label of the hyperlink that opens the settings file - - - - - - Automaticky kontrolovat aktualizace Tooltip for the checkbox next to the update button @@ -173,17 +161,38 @@ Tloušťka rámečku Label of the border thickness groupbox - - Caps lock The name of the caps lock key + + Vypnuto + Label for caps lock off checkbox in persistent overlay section + + + Zapnuto + Label for caps lock on checkbox in persistent overlay section + + + Vypnuto + Label for num lock off checkbox in persistent overlay section + + + Zapnuto + Label for num lock on checkbox in persistent overlay section + + + Vypnuto + Label for scroll lock off checkbox in persistent overlay section + + + Zapnuto + Label for scroll lock on checkbox in persistent overlay section + Zkontrolovat &aktualizace The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. @@ -192,13 +201,10 @@ Kontrola aktualizací… The caption for the "Check for updates" button when it's searching for updates. - - Barvy The title for the "Colours" group box @@ -211,20 +217,14 @@ &Zobrazit Used in the context menu of the CLI tray icon. - - - - &Zavřít The caption for the "Dismiss" button. The character after the "&" is the hotkey that is used with the ALT key. @@ -245,13 +245,10 @@ Stáhnout více překladů… The last dropdown item in the locale dropdown. - - &Ukončit aplikaci The caption for the button that exits the application. The character after the "&" is the hotkey that is used with the ALT key. @@ -260,13 +257,10 @@ Ukončení aplikace způsobí skrytí ikon a oznámení. Pokračovat? The message to display on application exit - - Povolit automatické kontroly aktualizací (možno změnit později) Label of the checkbox that determines whether or not CLI should search for updates @@ -284,7 +278,7 @@ Label for selecting color scheme - Dostupné pouze na Windows 10 + Dostupné pouze pro Windows verze 10 a novější Added to dark button if not running on Windows 10 @@ -327,13 +321,10 @@ Můžete ukázat indikátor klávesy „CapsLock“ dvojitým kliknutím na tuto ikonu. The text that is shown in the icon balloon tip when CLI is being hidden. - - Skrýt při spuštění Used for the hide on startup checkbox @@ -378,13 +369,10 @@ Klávesa „{0}“ je aktivována The text to display in the notification when a key is on. "{0}" will be replaced with the key name - - Nastavení &oznámení The caption for the button that opens the notification settings. The character after the "&" is the hotkey that is used with the ALT key. @@ -397,13 +385,10 @@ Num lock The name of the num lock key - - Krytí (neprůhlednost) The title for the "Opacity" group box @@ -416,17 +401,39 @@ Trvale Text to display instead of the time if indicator overlay display is set to permanently. + + …Caps lock: + Label for caps lock row in persistent overlay section + + + Zobrazit trvalé krycí okno, když… + Heading for persistent overlay section + + + …Num lock: + Label for num lock row in persistent overlay section + + + …Scroll lock: + Label for scroll lock row in persistent overlay section + Ikony znovu načteny Shown in a notification when hot-reloading icons. - - &Uložit a zavřít The caption for the "Save & Close" button. The character after the "&" is the hotkey that is used with the ALT key. Use two "&" to display a "&" character @@ -435,20 +442,14 @@ Scroll lock The name of the scroll lock key - - - - Zobrazit ikony pro… The title for the "Show icons for..." group box @@ -473,41 +474,26 @@ Spustit při přihlášení The label for the check box that enables or disabled the auto start. - - - - - - - - - - Dostupná aktualizace programu „CapsLock Indicator“ The title for the update window. @@ -516,23 +502,17 @@ Verze {0}, vydána {1} Displayed in the "Update Available" dialog. {0} is the version, {1} is the release date and time. - - &Aktualizovat teď The caption for the "Update now" button. The character after the "&" is the hotkey that is used with the ALT key. - - \ No newline at end of file diff --git a/CapsLockIndicatorV3/strings.es.resx b/CapsLockIndicatorV3/strings.es.resx index 0a482cb..3720163 100644 --- a/CapsLockIndicatorV3/strings.es.resx +++ b/CapsLockIndicatorV3/strings.es.resx @@ -169,6 +169,48 @@ Mayúsculas The name of the caps lock key + + + + + + + + + + + + Comprobar &actualizaciones The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. @@ -377,10 +419,53 @@ Permanente Text to display instead of the time if indicator overlay display is set to permanently. + + + + + + + + Recargar íconos Shown in a notification when hot-reloading icons. + + + + &Reiniciar Generic label for Restart button diff --git a/CapsLockIndicatorV3/strings.fr.resx b/CapsLockIndicatorV3/strings.fr.resx index aba4eee..e52d91e 100644 --- a/CapsLockIndicatorV3/strings.fr.resx +++ b/CapsLockIndicatorV3/strings.fr.resx @@ -169,6 +169,48 @@ Verrouillage majuscules The name of the caps lock key + + + + + + + + + + + + Vérifier les mises à jo&urs The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. @@ -377,10 +419,53 @@ En permanence Text to display instead of the time if indicator overlay display is set to permanently. + + + + + + + + Icônes rechargées Shown in a notification when hot-reloading icons. + + + + &Redémarrer Generic label for Restart button diff --git a/CapsLockIndicatorV3/strings.it.resx b/CapsLockIndicatorV3/strings.it.resx index fcd341f..aae4293 100644 --- a/CapsLockIndicatorV3/strings.it.resx +++ b/CapsLockIndicatorV3/strings.it.resx @@ -172,6 +172,30 @@ Usa questo editor a tuo rischio! Blocco maiuscole The name of the caps lock key + + Off + Label for caps lock off checkbox in persistent overlay section + + + On + Label for caps lock on checkbox in persistent overlay section + + + Off + Label for num lock off checkbox in persistent overlay section + + + On + Label for num lock on checkbox in persistent overlay section + + + Off + Label for scroll lock off checkbox in persistent overlay section + + + On + Label for scroll lock on checkbox in persistent overlay section + Controllo a&ggiornamenti The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. @@ -385,10 +409,37 @@ Inoltre, prenditi un momento per rivedere le impostazioni di seguito! Permanentemente Text to display instead of the time if indicator overlay display is set to permanently. + + ... Blocco maiuscole è + Label for caps lock row in persistent overlay section + + + Visualizza sovrapposizione persistente quando... + Heading for persistent overlay section + + + ... Blocco numerico è + Label for num lock row in persistent overlay section + + + ... Bocco scorrimento è + Label for scroll lock row in persistent overlay section + Icone ricaricate Shown in a notification when hot-reloading icons. + + Ripristina impostazioni + Used for the "Reset settings" button + + + Questo ripristinerà tutte le impostazioni ai loro valori predefiniti e riavvierà l'indicatore CapsLock. +Tutte le personalizzazioni andranno perse! +Questa azione non può essere annullata! +Vuoi ripristinare tutte le impostazioni? + Used for the confirmation prompt after clicking "Reset settings" + &Riavvia Generic label for Restart button diff --git a/CapsLockIndicatorV3/strings.ja.resx b/CapsLockIndicatorV3/strings.ja.resx index 9fcae8c..ec49624 100644 --- a/CapsLockIndicatorV3/strings.ja.resx +++ b/CapsLockIndicatorV3/strings.ja.resx @@ -169,6 +169,30 @@ Caps Lock The name of the caps lock key + + オフ + Label for caps lock off checkbox in persistent overlay section + + + オン + Label for caps lock on checkbox in persistent overlay section + + + オフ + Label for num lock off checkbox in persistent overlay section + + + オン + Label for num lock on checkbox in persistent overlay section + + + オフ + Label for scroll lock off checkbox in persistent overlay section + + + オン + Label for scroll lock on checkbox in persistent overlay section + アップデートを確認する(&U) The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. @@ -290,7 +314,7 @@ The caption for the "Text colour activated" button. - 非アクティブ時のテキストカラー + アクティブ時のテキストカラー The caption for the "Text colour deactivated" button. @@ -377,10 +401,35 @@ 常に表示 Text to display instead of the time if indicator overlay display is set to permanently. + + Caps Lockが + Label for caps lock row in persistent overlay section + + + 永続的なオーバーレイを表示する + Heading for persistent overlay section + + + Num Lockが + Label for num lock row in persistent overlay section + + + Scroll Lockが + Label for scroll lock row in persistent overlay section + 再読み込みしたアイコン Shown in a notification when hot-reloading icons. + + 設定をリセット + Used for the "Reset settings" button + + + すべての設定がデフォルト値にリセットされ、CapsLockインジケーターが再起動します。 すべてのカスタマイズが失われます!元に戻すことはできません! +今すぐすべての設定をリセットしますか? + Used for the confirmation prompt after clicking "Reset settings" + 再起動(&R) Generic label for Restart button diff --git a/CapsLockIndicatorV3/strings.ko.resx b/CapsLockIndicatorV3/strings.ko.resx index 901c2c0..190a83d 100644 --- a/CapsLockIndicatorV3/strings.ko.resx +++ b/CapsLockIndicatorV3/strings.ko.resx @@ -118,7 +118,7 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 색 구성표 조정 중... 잠시만 기다려 주세요... + 색 구성표 조정 중... 기다려 주세요. Shown in a popup when toggling dark mode @@ -126,7 +126,7 @@ Label of the hyperlink that opens the settings file - 나는 위험 사항을 알고 있으며 계속 진행하기를 바랍니다. + 위에 언급된 위험을 이해하고 진행하기를 원합니다. Confirmation text for Advanced Settings @@ -134,7 +134,7 @@ Window text for Advanced Settings - 고급 설정의 수정은 예상치 못한 프로그램의 불안정한 상태를 일으킬 수 있습니다. 수정 후에는 프로그램을 재 시작 해야 합니다. 수정 전에 무엇을 수정하는지 알고 수정하시기 바랍니다! 이 작업으로 발생하는 모든 책임은 당신에게 있습니다! + 고급 설정을 변경하면 예기치 않은 동작이 발생하여 CapsLock 표시기가 불안정해질 수 있습니다. 설정을 변경한 후 CapsLock 표시기를 다시 시작하십시오. 현재 작업을 알고 있는 경우에만 설정을 변경하십시오! 이 편집기를 당신의 책임으로 사용하세요! Warning text for Advanced Settings @@ -142,11 +142,11 @@ Tooltip for the checkbox next to the update button - 활성화시 배경 색 + 활성화시 배경색 The caption for the "Background colour activated" button. - 비활성화시 배경 색 + 비활성화시 배경색 The caption for the "Background colour deactivated" button. @@ -158,23 +158,47 @@ The caption for the "Border colour deactivated" button. - 경계선 두께 + 테두리 두께 Label of the border thickness groupbox - 취소(&a) + 취소(&A) Generic label for Cancel button Caps lock The name of the caps lock key + + 끄기 + Label for caps lock off checkbox in persistent overlay section + + + 껴기 + Label for caps lock on checkbox in persistent overlay section + + + 끄기 + Label for num lock off checkbox in persistent overlay section + + + 껴기 + Label for num lock on checkbox in persistent overlay section + + + 끄기 + Label for scroll lock off checkbox in persistent overlay section + + + 껴기 + Label for scroll lock on checkbox in persistent overlay section + - 업데이트 확인(&u) + 업데이트 확인(&U) The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. - 업데이트 확인중... + 업데이트 확인 중... The caption for the "Check for updates" button when it's searching for updates. @@ -190,23 +214,23 @@ Used in the context menu of the CLI tray icon. - 창 보이기(&S) + 표시(&S) Used in the context menu of the CLI tray icon. - 다크 모드(&D) + 어두운 모드(&D) Label of options checkbox for dark mode - 버리기 + 해제 Used as tooltip (but may be used in other places in the future - 창 숨기기(&D) + 해제(&D) The caption for the "Dismiss" button. The character after the "&" is the hotkey that is used with the ALT key. - 노출 시간 + 표시 시간 The title for the "Display time" group box @@ -214,7 +238,7 @@ Hyperlink for accessing the icon pack browser - 수동 다운로드(&m) + 수동 다운로드(&M) The caption for the "Download manually" button. The character after the "&" is the hotkey that is used with the ALT key. @@ -226,35 +250,35 @@ Window title for the download translations dialog - 프로그램 종료(&E) + 응용 프로그램 종료(&E) The caption for the button that exits the application. The character after the "&" is the hotkey that is used with the ALT key. - 프로그램을 종료하면 트레이 아이콘과 알림이 표시되지 않습니다. 그래도 종료 하시겠습니까? + 응용 프로그램을 종료하면 아이콘과 알림이 더 이상 표시되지 않습니다. 그래도 종료하시겠습니까? The message to display on application exit - 언어 다운로드에 실패했습니다. + 언어 다운로드에 실패했습니다 Tooltip for failed translation download - 주기적인 업데이트 확인을 허용합니다. (설정 변경 가능) + CapsLock 표시기가 정기적으로 온라인으로 업데이트를 확인하도록 허용 (나중에 변경할 수 있음) Label of the checkbox that determines whether or not CLI should search for updates - 다크(&D) + 어두운(&D) Button for selecting dark color scheme - 라이트(&i) + 밝은(&I) Button for selecting light color scheme - 어떤 색 구성표를 선호 합니까? + 어떤 색 구성표를 선호하십니까? Label for selecting color scheme - 윈도10 또는 그 이후 버전에서만 작동 합니다. + Windows 10 이상에서만 사용 가능 Added to dark button if not running on Windows 10 @@ -266,15 +290,15 @@ Button that exists the application. The character after the "&" is the hotkey that is used with the ALT key. - CapsLock Indicator 사용을 환영합니다. + CapsLock Indicator에 오신 것을 환영합니다 The heading of the first-run dialog - CapsLock Indicator를 사용해 주셔서 고맙습니다! 이 프로그램은 지금까지 그랬듯이 오픈소스이며 무료입니다. 앞으로도 그럴 것입니다. 만약 CapsLock Indicator에 기여하고 싶다면 아래 링크를 눌러 정보를 얻기 바랍니다. 그리고 사용 전에 아래 설정들을 확인하기 바랍니다. + CapsLock Indicator를 선택해 주셔서 감사합니다! 이 프로그램은 오픈 소스이며 무료입니다. 언제나 그랬고 앞으로도 그럴 것입니다! CapsLock Indicator에 직접 기여하는 데 관심이 있으십니까? 자세한 내용을 보려면 아래 링크를 방문하세요! 또한 아래 설정을 잠시 검토하십시오! The message of the first-run dialog - 어떤 정보가 보내지나요? + 어떤 정보가 전송됩니까? The label of the hyperlink that shows which information will be sent on each update check @@ -294,15 +318,15 @@ The caption for the "Text colour deactivated" button. - 이 아이콘을 더블클릭하면 CapsLock Indicator를 볼 수 있습니다. + 이 아이콘을 두 번 클릭하여 CapsLock 표시기를 다시 표시할 수 있습니다. The text that is shown in the icon balloon tip when CLI is being hidden. - 주의! + 경고! Generic header for Warning - 시작 시 창 숨기기 + 시작할 때 숨기기 Used for the hide on startup checkbox @@ -318,15 +342,15 @@ Shown when downloading an icon pack - 제작자 {authorName}의 아이콘 팩 “{name}” (버전 {version}) 을 설치 하시겠습니까? + {authorName}의 아이콘 팩 "{name}" (버전 {version})을(를) 설치하시겠습니까? Prompt shown when installing an icon pack - 기본 아이콘으로 되돌리겠습니까? + 아이콘을 기본 아이콘으로 재설정하시겠습니까? Shown when asked to reset the icons - 기본 아이콘으로 복구 되었습니다. + 아이콘이 기본값으로 재설정되었습니다! Shown after icons were reset @@ -370,17 +394,42 @@ The title for the "Opacity" group box - 알림 표시 위치 + 오버레이 위치 The title for the "Overlay position" group box 계속 유지 Text to display instead of the time if indicator overlay display is set to permanently. + + ...Caps lock 을 + Label for caps lock row in persistent overlay section + + + 영구 오버레이 표시... + Heading for persistent overlay section + + + ...Num lock 을 + Label for num lock row in persistent overlay section + + + ...Scroll lock 을 + Label for scroll lock row in persistent overlay section + - 아이콘이 다시 로드 되었습니다. + 아이콘을 다시 로드했습니다 Shown in a notification when hot-reloading icons. + + 설정 초기화 + Used for the "Reset settings" button + + + 그러면 모든 설정이 기본값으로 재설정되고 CapsLock 표시기가 다시 시작됩니다. 모든 사용자 지정이 손실됩니다! 이건 되돌릴 수 없습니다! +지금 모든 설정을 초기화하시겠습니까? + Used for the confirmation prompt after clicking "Reset settings" + 재시작(&R) Generic label for Restart button @@ -394,15 +443,15 @@ The name of the scroll lock key - 창 보일때 업데이트 확인(&u) + 재개시 업데이트 검색(&U) Label of options checkbox for update search after resume - 설정이 이동 되었습니다! 이제 위의 탭에서 찾을 수 있습니다. + 설정이 이동이 이동되었습니다! 이제 위의 탭에서 해당 항목을 찾을 수 있습니다! The tutorial tooltip shown when upgrading to 3.13.0.0 - 아이콘 설정 + 아이콘 표시... The title for the "Show icons for..." group box @@ -410,19 +459,19 @@ The label for the check box that enables or disables all icons - 모든 알림 숨기기 + 알림 표시 안 함 The label for the check box that enables or disables all notifications - 알림 설정 + 알림 표시... The title for the "Show notification when..." group box - 활성시 항상 오버레이 보이기 + 활성시 항상 오버레이 표시 The label for the check box that indicates whether overlay should only be shown when active - 시작시 자동 시작 + 로그온 시 시작 The label for the check box that enables or disabled the auto start. @@ -438,23 +487,23 @@ Tab header for advanced settings - 현재 버전의 CapsLock Indicator (버전 {version})는 지원되지 않습니다. 최신 버전으로 업데이트 바랍니다. + 이 버전의 CapsLock Indicator (버전 {version})는 지원되지 않습니다. 최신 버전으로 업데이트하십시오! Banner text when CLI version is unsupported - 사용 중인 {os} 는 Microsoft에서 더 이상 지원되지 않습니다. CapsLock Indicator는 미래에는 이 운영체제에 대해 지원하지 않습니다! 최신 버전의 윈도로 업그레이드 바랍니다. + Microsoft에서 더 이상 지원하지 않는 {os}을(를) 사용하고 있습니다. CapsLock Indicator는 향후 이 OS에 대한 지원을 중단합니다! 최신 버전의 Windows로 업그레이드하십시오! Banner text when Windows version is unsupported - CapsLock Indicator 업데이트가 있습니다. + CapsLock 표시기 업데이트를 사용할 수 있습니다! The title for the update window. - 버전 {0} , 배포일 {1} + 버전 {0} , 배포 {1} Displayed in the "Update Available" dialog. {0} is the version, {1} is the release date and time. - 현재 설치 된 언어 중 오래된 언어가 확인 됩니다. 지금 업데이트 하시겠습니까? + 현재 설치된 번역 중 일부가 오래된 것 같습니다. 지금 업데이트하시겠습니까? Message box when old translations are found diff --git a/CapsLockIndicatorV3/strings.nl.resx b/CapsLockIndicatorV3/strings.nl.resx index f4e151b..1b735b0 100644 --- a/CapsLockIndicatorV3/strings.nl.resx +++ b/CapsLockIndicatorV3/strings.nl.resx @@ -187,6 +187,48 @@ Caps lock The name of the caps lock key + + + + + + + + + + + + Controleer op &updates The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. @@ -453,6 +495,34 @@ Text to display instead of the time if indicator overlay display is set to permanently. + + + + + + + + + + + + + + + + + + + + + + Procurar por &atualizações The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. @@ -453,6 +495,34 @@ Text to display instead of the time if indicator overlay display is set to permanently. + + + + + + + + + + + + + + + + + + + + + + Procurar por atualizações The caption for the button that manually checks for updates. The character after the "&" is the hotkey that is used with the ALT key. @@ -480,6 +522,34 @@ Text to display instead of the time if indicator overlay display is set to permanently. + + + + + + + + + + + +