Minor UI update to "Play rate (speed)" button - thx Leon/ jmaraujouy :)

This commit is contained in:
niksedk 2023-08-18 10:19:00 +02:00
parent 6ca3ce26c4
commit df198db33c
8 changed files with 80 additions and 72 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

View File

@ -40,9 +40,9 @@ namespace Nikse.SubtitleEdit.Forms
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
Nikse.SubtitleEdit.Core.Common.TimeCode timeCode7 = new Nikse.SubtitleEdit.Core.Common.TimeCode();
Nikse.SubtitleEdit.Core.Common.TimeCode timeCode8 = new Nikse.SubtitleEdit.Core.Common.TimeCode();
Nikse.SubtitleEdit.Core.Common.TimeCode timeCode9 = new Nikse.SubtitleEdit.Core.Common.TimeCode();
Nikse.SubtitleEdit.Core.Common.TimeCode timeCode1 = new Nikse.SubtitleEdit.Core.Common.TimeCode();
Nikse.SubtitleEdit.Core.Common.TimeCode timeCode2 = new Nikse.SubtitleEdit.Core.Common.TimeCode();
Nikse.SubtitleEdit.Core.Common.TimeCode timeCode3 = new Nikse.SubtitleEdit.Core.Common.TimeCode();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.labelStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripSelected = new System.Windows.Forms.ToolStripStatusLabel();
@ -374,6 +374,7 @@ namespace Nikse.SubtitleEdit.Forms
this.toolStripButtonWaveformPause = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonWaveformPlay = new System.Windows.Forms.ToolStripButton();
this.toolStripButtonLockCenter = new System.Windows.Forms.ToolStripButton();
this.toolStripSplitButtonPlayRate = new System.Windows.Forms.ToolStripButton();
this.tabControlModes = new System.Windows.Forms.TabControl();
this.tabPageTranslate = new System.Windows.Forms.TabPage();
this.labelTranslateTip = new System.Windows.Forms.Label();
@ -578,7 +579,6 @@ namespace Nikse.SubtitleEdit.Forms
this.timerOriginalTextUndo = new System.Windows.Forms.Timer(this.components);
this.contextMenuStripShowVideoControls = new System.Windows.Forms.ContextMenuStrip(this.components);
this.toolStripMenuItemShowVideoControls = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSplitButtonPlayRate = new System.Windows.Forms.ToolStripButton();
this.statusStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.menuStrip1.SuspendLayout();
@ -3401,10 +3401,10 @@ namespace Nikse.SubtitleEdit.Forms
this.trackBarWaveformPosition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.trackBarWaveformPosition.AutoSize = false;
this.trackBarWaveformPosition.Location = new System.Drawing.Point(731, 267);
this.trackBarWaveformPosition.Location = new System.Drawing.Point(704, 267);
this.trackBarWaveformPosition.Maximum = 1000;
this.trackBarWaveformPosition.Name = "trackBarWaveformPosition";
this.trackBarWaveformPosition.Size = new System.Drawing.Size(240, 20);
this.trackBarWaveformPosition.Size = new System.Drawing.Size(267, 20);
this.trackBarWaveformPosition.TabIndex = 11;
this.trackBarWaveformPosition.TickStyle = System.Windows.Forms.TickStyle.None;
this.trackBarWaveformPosition.ValueChanged += new System.EventHandler(this.trackBarWaveformPosition_ValueChanged);
@ -3521,6 +3521,17 @@ namespace Nikse.SubtitleEdit.Forms
this.toolStripButtonLockCenter.Text = "Center";
this.toolStripButtonLockCenter.Click += new System.EventHandler(this.toolStripButtonLockCenter_Click);
//
// toolStripSplitButtonPlayRate
//
this.toolStripSplitButtonPlayRate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripSplitButtonPlayRate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButtonPlayRate.Image")));
this.toolStripSplitButtonPlayRate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripSplitButtonPlayRate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripSplitButtonPlayRate.Name = "toolStripSplitButtonPlayRate";
this.toolStripSplitButtonPlayRate.Size = new System.Drawing.Size(26, 26);
this.toolStripSplitButtonPlayRate.Text = "Center";
this.toolStripSplitButtonPlayRate.Click += new System.EventHandler(this.toolStripSplitButtonPlayRate_Click);
//
// tabControlModes
//
this.tabControlModes.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
@ -3875,14 +3886,14 @@ namespace Nikse.SubtitleEdit.Forms
this.timeUpDownVideoPosition.Size = new System.Drawing.Size(113, 23);
this.timeUpDownVideoPosition.TabIndex = 12;
this.timeUpDownVideoPosition.TabStop = false;
timeCode7.Hours = 0;
timeCode7.Milliseconds = 0;
timeCode7.Minutes = 0;
timeCode7.Seconds = 0;
timeCode7.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode7.TotalMilliseconds = 0D;
timeCode7.TotalSeconds = 0D;
this.timeUpDownVideoPosition.TimeCode = timeCode7;
timeCode1.Hours = 0;
timeCode1.Milliseconds = 0;
timeCode1.Minutes = 0;
timeCode1.Seconds = 0;
timeCode1.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode1.TotalMilliseconds = 0D;
timeCode1.TotalSeconds = 0D;
this.timeUpDownVideoPosition.TimeCode = timeCode1;
this.timeUpDownVideoPosition.UseVideoOffset = false;
//
// buttonGotoSub
@ -4155,14 +4166,14 @@ namespace Nikse.SubtitleEdit.Forms
this.timeUpDownVideoPositionAdjust.Size = new System.Drawing.Size(113, 23);
this.timeUpDownVideoPositionAdjust.TabIndex = 13;
this.timeUpDownVideoPositionAdjust.TabStop = false;
timeCode8.Hours = 0;
timeCode8.Milliseconds = 0;
timeCode8.Minutes = 0;
timeCode8.Seconds = 0;
timeCode8.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode8.TotalMilliseconds = 0D;
timeCode8.TotalSeconds = 0D;
this.timeUpDownVideoPositionAdjust.TimeCode = timeCode8;
timeCode2.Hours = 0;
timeCode2.Milliseconds = 0;
timeCode2.Minutes = 0;
timeCode2.Seconds = 0;
timeCode2.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode2.TotalMilliseconds = 0D;
timeCode2.TotalSeconds = 0D;
this.timeUpDownVideoPositionAdjust.TimeCode = timeCode2;
this.timeUpDownVideoPositionAdjust.UseVideoOffset = false;
//
// buttonAdjustSetEndTime
@ -5503,14 +5514,14 @@ namespace Nikse.SubtitleEdit.Forms
this.timeUpDownStartTime.Size = new System.Drawing.Size(113, 23);
this.timeUpDownStartTime.TabIndex = 0;
this.timeUpDownStartTime.TabStop = false;
timeCode9.Hours = 0;
timeCode9.Milliseconds = 0;
timeCode9.Minutes = 0;
timeCode9.Seconds = 0;
timeCode9.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode9.TotalMilliseconds = 0D;
timeCode9.TotalSeconds = 0D;
this.timeUpDownStartTime.TimeCode = timeCode9;
timeCode3.Hours = 0;
timeCode3.Milliseconds = 0;
timeCode3.Minutes = 0;
timeCode3.Seconds = 0;
timeCode3.TimeSpan = System.TimeSpan.Parse("00:00:00");
timeCode3.TotalMilliseconds = 0D;
timeCode3.TotalSeconds = 0D;
this.timeUpDownStartTime.TimeCode = timeCode3;
this.timeUpDownStartTime.UseVideoOffset = false;
//
// numericUpDownDuration
@ -5862,17 +5873,6 @@ namespace Nikse.SubtitleEdit.Forms
this.toolStripMenuItemShowVideoControls.Text = "Show video controls";
this.toolStripMenuItemShowVideoControls.Click += new System.EventHandler(this.toolStripMenuItemShowVideoControls_Click);
//
// toolStripSplitButtonPlayRate
//
this.toolStripSplitButtonPlayRate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripSplitButtonPlayRate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripSplitButtonPlayRate.Image")));
this.toolStripSplitButtonPlayRate.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.toolStripSplitButtonPlayRate.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripSplitButtonPlayRate.Name = "toolStripSplitButtonPlayRate";
this.toolStripSplitButtonPlayRate.Size = new System.Drawing.Size(26, 26);
this.toolStripSplitButtonPlayRate.Text = "Center";
this.toolStripSplitButtonPlayRate.Click += new System.EventHandler(this.toolStripSplitButtonPlayRate_Click);
//
// Main
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);

View File

@ -6012,6 +6012,8 @@ namespace Nikse.SubtitleEdit.Forms
private static void TryLoadIcon(ToolStripItem button, string iconName)
{
button.BackColor = UiUtil.BackColor;
var theme = Configuration.Settings.General.UseDarkTheme ? "DarkTheme" : "DefaultTheme";
if (!string.IsNullOrEmpty(Configuration.Settings.General.ToolbarIconTheme) && !Configuration.Settings.General.ToolbarIconTheme.Equals("Auto", StringComparison.OrdinalIgnoreCase))
{
@ -6021,6 +6023,7 @@ namespace Nikse.SubtitleEdit.Forms
var themeFullPath = Path.Combine(Configuration.IconsDirectory, theme, iconName + ".png");
if (File.Exists(themeFullPath))
{
button.Image?.Dispose();
button.Image = new Bitmap(themeFullPath);
return;
}
@ -6028,6 +6031,7 @@ namespace Nikse.SubtitleEdit.Forms
var fullPath = Path.Combine(Configuration.IconsDirectory, "DefaultTheme", iconName + ".png");
if (File.Exists(fullPath))
{
button.Image?.Dispose();
button.Image = new Bitmap(fullPath);
}
}
@ -25677,6 +25681,9 @@ namespace Nikse.SubtitleEdit.Forms
}
}
//toolStripSplitButtonPlayRate.BackColor = UiUtil.BackColor;
//TryLoadIcon(toolStripSplitButtonPlayRate, "WaveformPlaybackSpeed");
try
{
mediaPlayer.VideoPlayer.PlayRate = factor;

View File

@ -760,61 +760,62 @@
<data name="toolStripButtonWaveformZoomOut.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD9SURBVEhL7ZTNEYJADIW3BEugBEuwBEuwBG+oF+nAEijB
EihhLypHS6AEzcsLAjPgLvhzcPxmMjDZ7CObZHF/wqRlInZwm0vRsrXb+5lFTEAFy5s8KxHL5ZmJHR++
7XlpkSNoRDPzNPAU3tYX5o0AG4dEa1AKFb9czRMBssVRQyDbUVmzQbm+Y1Of7U5zW6/Ehk/WAcJ1MDLq
MzRR11uxQRjMjSH0QzJ+USCQWSXm6SctVxpXlyUIO47a+cGLADHOd2GeSDD8zNqLdbuOTFVUy8AmjwKC
mFN+gNmpmApyciaLA2SPzsNQ/3ZNXxZ/xlfEcWvfDn8FHxD+AZy7AxCs0K3WZmaTAAAAAElFTkSuQmCC
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAD+SURBVEhL7ZTfEYIwDMY7giMwgiM4giM4gm+oL7KBIzCC
IzBCX8A+OgIjaL4kFbgD2+KfB8/fXQ4uTT/SJMX8CZO7jOxkdk3V2WVrjnahETNgQXejZ0uCJT0LsvPD
t2/WGplAJ1qop0NOYXV9pd4IsHFK1INSsHh9VU8EyBZHDYFsk7KWJpX8jk1jdqiXut6STZ9sAIR9MDIa
MzSR13uxQSRYNobgD9H4RYFAySpTzzi523CcL0sQ6ThqZycvAsRkviv1RILhl6wt2bDryJRFUQZtchIQ
xJzKByQ7FmNBmZzZ4gDZo/Mw1L9f05fFn/EVcdzatyO/gg8I/wDG3AG2stCVAQE98wAAAABJRU5ErkJg
gg==
</value>
</data>
<data name="toolStripButtonWaveformZoomIn.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAELSURBVEhL7ZTLEYIwEIZTgiVQgiVYgiVYgjcfF+nAEijB
EighF4WjJVCC7r8PiIgS8HFw/GZ2gM3mT3Y3wf3pZ1UmZHu3LvLAlm7nJxoxAhYsL/SsSCyjZ0p2qH2b
01wjB9CIpuppkCy8js/UGwEmtkUhAJ+BUrB4cVZPBNgtUg1pCwPzRZdEGpTxOyazADXMUodtj1Mdr8ju
y9UJhC0YYl2GJvJ4ENuLBMtEw9JuwwtRNlE0aSfqeVTjBfusLL1Ix1E7X18ETA6zkG+c71w9kaDTsmtP
dntWsVMW5TJIkwfB6dM5lQVkdyzGgnJyRosDLIDOw1D/sKYviz/jK+K4tW9HfgUfEP4BnLsCdTzkiDRX
8ycAAAAASUVORK5CYII=
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEMSURBVEhL7ZTbFYIwDIY7giMwgiM4giM4gm9eXmQDR2AE
RmCEvoA8OgIjaP4kpRVRCl4ePH7n5ABp+rdJWsyfYTZ1QnY026rwdlqbg51pxARYsL7QsyHBjJ4pWd76
dtVSI0fgRVP1eCQLq+ML9UaAiV1RCMDnQClYvDyrJwLsFqmGdIWB80WXRJqU8TsmswA1zKUO25dzHW/I
7svVC4RdMMT6DE3k8SB2EAmWiQ6XdhdeiLKJwqedqOdRjVfsc2UZRDqO2tn2ImBymIV843wX6okEnZZd
W7Lbs4qdsijKoE0eBadP51QWkN2xGAvKyZksDrAAOg9D/cOaviz+jK+I49a+HfkVfED4BzDmChtR5HDK
Hb6xAAAAAElFTkSuQmCC
</value>
</data>
<data name="toolStripButtonWaveformPause.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACKSURBVEhLYxjioP68AEP59fUMFdf/w3H59fMMVVcMoCoY
wGyQGKqa9WC9OAFIQfn190DcgISBhly7D1XBAGaDxFDVgPSsh6rAAiqu7QcrRAaVVwPAroIBEBskhgxA
ekB6cQJsBpdfd8AwGCSGDEYNhoNRg+Fg1GA4GCEGU6UQolmxSbOCfvADBgYA7tlHjOBILxkAAAAASUVO
wGyQGKqa9WC9OAFIQfn190DcgISBhly5D1XBAGaDxFDVgPSsh6rAAiqu7gcrRAaVVwPAroIBEBskhgxA
ekB6cQJsBpdfd8AwGCSGDEYNhoNRg+Fg1GA4GCEGU6UQolmxSbOCfvADBgYAZT9HaHKy3GwAAAAASUVO
RK5CYII=
</value>
</data>
<data name="toolStripButtonWaveformPlay.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACwSURBVEhLYxgF+EH9eQGG8uvrGSqu7QfSCVBRKoDy6w1A
/B5scMX1/0D6PpDvAJWlAIAMBhkKYTsA8XmoBfsZqq4YgMXJAsgGwwAoSEAuh1gwH8hXgMqQALAZDAPw
YAJaAGKD4oNogM9gEIBEbj/UcFBcFEBlCABCBsMAKDhAwQKLYILhT6zBMACPYKDheMGAG4weFATT+oBE
HkiOqsmN6hmE6lmaJoUQzYrNEQgYGAC7A789uYsO4AAAAABJRU5ErkJggg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACzSURBVEhLYxgF+EH9eQGG8uvrGSqu7gfSCVBRKoDy6w1A
/B5scMX1/wwVV+4D+Q5QWQoAyGCQoRC2AxCfh1gAFKu6YgAWJwsgGwwDoCABuRxiwXwgXwEqQwLAZjAM
wIMJaAGIDYoPogE+g0EAErn9UMOBllwrgMoQAIQMhgFQcICCBRbBBMOfWINhAB7BQMPxggE3GD0oCKb1
AYk8kBxVkxvVMwjVszRNCiGaFZsjEDAwAAAp6L8X2Yq8jQAAAABJRU5ErkJggg==
</value>
</data>
<data name="toolStripButtonLockCenter.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACGSURBVEhLYxjioPz6M4aKawVQHvEApAekFycov/4biBug
POIBSA9IL06AzeDKqwFAsfVAV+2HY5AYMiDZ4KorBgwV1/8Dxc5DNYPwebAYSA4GSDYYxAYZgg4glqGq
GzUYDEYNhvJGDabEYJplaRAAFTjIBRCoQKK4ECIWEGEwjQr6wQ8YGADA1xqEK7W2EAAAAABJRU5ErkJg
gg==
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACJSURBVEhLYxjioPT6M4aKawVQHvEApAekFycovf6bofx6
A5RHPADpAenFCbAZXHk1ACi2nqHi6n44BokhA5INrrpiwFBx/T9Q7DxYHILPg8VAcjBAssEgNsgQdACx
DFXdqMFgMGowlDdqMCUG0yxLgwCowEEugEAFEsWFELGACINpVNAPfsDAAACWXRo2jF9X5gAAAABJRU5E
rkJggg==
</value>
</data>
<data name="toolStripSplitButtonPlayRate.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFQSURBVEhL3VRLEcIwEI0EJCABCZWABCRwC3ChDpBQCUhA
Qi9AjkhAAuTtp0maNNAjvJmdSffzsr/U/BmsW5rdfeul83IRwXlLttlgQk/gXiz3h9c9SXAO+u77C/a3
NRP4QOtOQ6BmDEBnXUt+EMRUAQcmfJrDdSVahnVnkhh8QU8xk+TsJOVKmZ9gXWOO/YLIObbQFu0pjOHc
iDUFyKg14o/qiskQGTmdRBOyGYNIdIDScwCxetEAWqmxsgDrNl6kVeQfKtLkwDWA1wY9akTyC7AFSsgE
XDZ8QxzWMWqH9ksln35KGg8KvrEtbg8Tx4oR8otbsTBCxn71UmI804d85SD7QNqLNgcNNW1FfXi8Xvg/
tMVNAYrDU2W8bnOhc8iS03Knsq4BMTzQdOiEYOwnyy0BvtUnDeABcNbp1GsILdiIZgJ4snPaAd/xn/AH
YcwbIklULT81jY4AAAAASUVORK5CYII=
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAFUSURBVEhL3VRLccMwEBWEQiiEQDCEQgiE3pT2UjMIhEAI
hELwxYmOhRAI7b796GNJTn1M3szOePbz9iu7J4MPr+5wfXeHy4nkW4W+SQfbZjAhCMKvyPxDuhsLvqOe
fP6d4OPyJgQU6MMxBlrFAHQ+jOwHQcwq4CCEN/c571Qr8OHMkkMSTBzTJRcnbVfbvAcfBvc1vTC5xDbG
YjOFMX0Pai0BMh6N+qO7ZjFMxk5H1aRqlmASW6DOHECsJYrgk1oqG/BhT6KjYv/UkRUHrgg5G8xoUKkT
4AqMkEXbhm+Ko6T5OGxeJvX2S9J8UfDNbfl4hDhXLFAnHtUiSBXT6ZXEdAW0kB7YHkkn1dbgpRajuLM8
Pi/+P4zNSwGayzNlfm5bYXuoirN2e1WvATGy0HLpjGScuu22AN/VJw3gAUjV5dbXkEawV00HeLJbxgHf
5Z/wAeHcH3V6VAhlD49fAAAAAElFTkSuQmCC
</value>
</data>
<metadata name="contextMenuStripHideVideoControls.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
@ -838,12 +839,12 @@
<metadata name="imageListBookmarks.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>981, 56</value>
</metadata>
<metadata name="contextMenuStripTextBoxSourceView.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>193, 17</value>
</metadata>
<metadata name="contextMenuStripTextBoxListView.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>668, 17</value>
</metadata>
<metadata name="contextMenuStripTextBoxSourceView.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>193, 17</value>
</metadata>
<metadata name="contextMenuStripEmpty.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 95</value>
</metadata>