From 4cfe3eb2d3fa8be5dc8880cbcd78782641404df7 Mon Sep 17 00:00:00 2001 From: Jaex Date: Sun, 8 Oct 2023 06:53:06 +0300 Subject: [PATCH] Set Localizable true --- .../PinToScreen/PinToScreenForm.Designer.cs | 47 +- ShareX/Tools/PinToScreen/PinToScreenForm.resx | 114 +++++ .../PinToScreenOptionsForm.Designer.cs | 102 +--- .../PinToScreen/PinToScreenOptionsForm.resx | 465 ++++++++++++++++++ 4 files changed, 614 insertions(+), 114 deletions(-) diff --git a/ShareX/Tools/PinToScreen/PinToScreenForm.Designer.cs b/ShareX/Tools/PinToScreen/PinToScreenForm.Designer.cs index aed795504..2f9df5683 100644 --- a/ShareX/Tools/PinToScreen/PinToScreenForm.Designer.cs +++ b/ShareX/Tools/PinToScreen/PinToScreenForm.Designer.cs @@ -15,83 +15,68 @@ partial class PinToScreenForm /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PinToScreenForm)); this.tsMain = new System.Windows.Forms.ToolStrip(); + this.tsbCopy = new System.Windows.Forms.ToolStripButton(); this.tslScale = new System.Windows.Forms.ToolStripLabel(); this.tsbOptions = new System.Windows.Forms.ToolStripButton(); this.tsbClose = new System.Windows.Forms.ToolStripButton(); - this.tsbCopy = new System.Windows.Forms.ToolStripButton(); this.tsMain.SuspendLayout(); this.SuspendLayout(); // // tsMain // - this.tsMain.Dock = System.Windows.Forms.DockStyle.None; + resources.ApplyResources(this.tsMain, "tsMain"); this.tsMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.tsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tsbCopy, this.tslScale, this.tsbOptions, this.tsbClose}); - this.tsMain.Location = new System.Drawing.Point(8, 8); this.tsMain.Name = "tsMain"; - this.tsMain.Padding = new System.Windows.Forms.Padding(3, 2, 1, 1); - this.tsMain.Size = new System.Drawing.Size(174, 34); - this.tsMain.TabIndex = 0; + // + // tsbCopy + // + this.tsbCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; + this.tsbCopy.Image = global::ShareX.Properties.Resources.document_copy; + resources.ApplyResources(this.tsbCopy, "tsbCopy"); + this.tsbCopy.Name = "tsbCopy"; + this.tsbCopy.Padding = new System.Windows.Forms.Padding(4); + this.tsbCopy.Click += new System.EventHandler(this.tsbCopy_Click); // // tslScale // - this.tslScale.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + resources.ApplyResources(this.tslScale, "tslScale"); this.tslScale.Name = "tslScale"; this.tslScale.Padding = new System.Windows.Forms.Padding(4); - this.tslScale.Size = new System.Drawing.Size(53, 28); - this.tslScale.Text = "100%"; - this.tslScale.ToolTipText = "Scale"; this.tslScale.Click += new System.EventHandler(this.tslScale_Click); // // tsbOptions // this.tsbOptions.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbOptions.Image = global::ShareX.Properties.Resources.gear; - this.tsbOptions.ImageTransparentColor = System.Drawing.Color.Magenta; + resources.ApplyResources(this.tsbOptions, "tsbOptions"); this.tsbOptions.Name = "tsbOptions"; this.tsbOptions.Padding = new System.Windows.Forms.Padding(4); - this.tsbOptions.Size = new System.Drawing.Size(28, 28); - this.tsbOptions.Text = "Options..."; this.tsbOptions.Click += new System.EventHandler(this.tsbOptions_Click); // // tsbClose // this.tsbClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.tsbClose.Image = global::ShareX.Properties.Resources.cross_button; - this.tsbClose.ImageTransparentColor = System.Drawing.Color.Magenta; + resources.ApplyResources(this.tsbClose, "tsbClose"); this.tsbClose.Name = "tsbClose"; this.tsbClose.Padding = new System.Windows.Forms.Padding(4); - this.tsbClose.Size = new System.Drawing.Size(28, 28); - this.tsbClose.Text = "Close"; this.tsbClose.Click += new System.EventHandler(this.tsbClose_Click); // - // tsbCopy - // - this.tsbCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; - this.tsbCopy.Image = global::ShareX.Properties.Resources.document_copy; - this.tsbCopy.ImageTransparentColor = System.Drawing.Color.Magenta; - this.tsbCopy.Name = "tsbCopy"; - this.tsbCopy.Padding = new System.Windows.Forms.Padding(4); - this.tsbCopy.Size = new System.Drawing.Size(28, 28); - this.tsbCopy.Text = "Copy"; - this.tsbCopy.Click += new System.EventHandler(this.tsbCopy_Click); - // // PinToScreenForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(300, 300); this.Controls.Add(this.tsMain); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "PinToScreenForm"; this.ShowInTaskbar = false; - this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; - this.Text = "ShareX - Pin to screen"; this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.PinToScreenForm_KeyUp); this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PinToScreenForm_MouseDown); this.MouseEnter += new System.EventHandler(this.PinToScreenForm_MouseEnter); diff --git a/ShareX/Tools/PinToScreen/PinToScreenForm.resx b/ShareX/Tools/PinToScreen/PinToScreenForm.resx index 214fc3572..23f78be8e 100644 --- a/ShareX/Tools/PinToScreen/PinToScreenForm.resx +++ b/ShareX/Tools/PinToScreen/PinToScreenForm.resx @@ -120,4 +120,118 @@ 17, 17 + + + None + + + + Magenta + + + 28, 28 + + + Copy + + + Segoe UI, 11.25pt + + + 53, 28 + + + 100% + + + Scale + + + Magenta + + + 28, 28 + + + Options... + + + Magenta + + + 28, 28 + + + Close + + + 8, 8 + + + 3, 2, 1, 1 + + + 143, 34 + + + + 0 + + + tsMain + + + System.Windows.Forms.ToolStrip, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 6, 13 + + + 300, 300 + + + Manual + + + ShareX - Pin to screen + + + tsbCopy + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tslScale + + + System.Windows.Forms.ToolStripLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbOptions + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tsbClose + + + System.Windows.Forms.ToolStripButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + PinToScreenForm + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file diff --git a/ShareX/Tools/PinToScreen/PinToScreenOptionsForm.Designer.cs b/ShareX/Tools/PinToScreen/PinToScreenOptionsForm.Designer.cs index 1874f9a2a..f0f8d7263 100644 --- a/ShareX/Tools/PinToScreen/PinToScreenOptionsForm.Designer.cs +++ b/ShareX/Tools/PinToScreen/PinToScreenOptionsForm.Designer.cs @@ -28,6 +28,7 @@ protected override void Dispose(bool disposing) /// private void InitializeComponent() { + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PinToScreenOptionsForm)); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.lblPlacement = new System.Windows.Forms.Label(); @@ -53,116 +54,77 @@ private void InitializeComponent() // // btnOK // - this.btnOK.Location = new System.Drawing.Point(192, 336); + resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(104, 32); - this.btnOK.TabIndex = 15; - this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // // btnCancel // - this.btnCancel.Location = new System.Drawing.Point(304, 336); + resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(104, 32); - this.btnCancel.TabIndex = 16; - this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // lblPlacement // - this.lblPlacement.AutoSize = true; - this.lblPlacement.Location = new System.Drawing.Point(13, 16); + resources.ApplyResources(this.lblPlacement, "lblPlacement"); this.lblPlacement.Name = "lblPlacement"; - this.lblPlacement.Size = new System.Drawing.Size(74, 16); - this.lblPlacement.TabIndex = 0; - this.lblPlacement.Text = "Placement:"; // // cbPlacement // this.cbPlacement.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbPlacement.FormattingEnabled = true; - this.cbPlacement.Location = new System.Drawing.Point(16, 40); + resources.ApplyResources(this.cbPlacement, "cbPlacement"); this.cbPlacement.Name = "cbPlacement"; - this.cbPlacement.Size = new System.Drawing.Size(144, 24); - this.cbPlacement.TabIndex = 1; // // lblPlacementOffset // - this.lblPlacementOffset.AutoSize = true; - this.lblPlacementOffset.Location = new System.Drawing.Point(173, 16); + resources.ApplyResources(this.lblPlacementOffset, "lblPlacementOffset"); this.lblPlacementOffset.Name = "lblPlacementOffset"; - this.lblPlacementOffset.Size = new System.Drawing.Size(109, 16); - this.lblPlacementOffset.TabIndex = 2; - this.lblPlacementOffset.Text = "Placement offset:"; // // nudPlacementOffset // - this.nudPlacementOffset.Location = new System.Drawing.Point(176, 41); + resources.ApplyResources(this.nudPlacementOffset, "nudPlacementOffset"); this.nudPlacementOffset.Maximum = new decimal(new int[] { 300, 0, 0, 0}); this.nudPlacementOffset.Name = "nudPlacementOffset"; - this.nudPlacementOffset.Size = new System.Drawing.Size(72, 22); - this.nudPlacementOffset.TabIndex = 3; - this.nudPlacementOffset.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // cbTopMost // - this.cbTopMost.AutoSize = true; - this.cbTopMost.Location = new System.Drawing.Point(16, 80); + resources.ApplyResources(this.cbTopMost, "cbTopMost"); this.cbTopMost.Name = "cbTopMost"; - this.cbTopMost.Size = new System.Drawing.Size(83, 20); - this.cbTopMost.TabIndex = 4; - this.cbTopMost.Text = "Top most"; this.cbTopMost.UseVisualStyleBackColor = true; // // cbKeepCenterLocation // - this.cbKeepCenterLocation.AutoSize = true; - this.cbKeepCenterLocation.Location = new System.Drawing.Point(16, 112); + resources.ApplyResources(this.cbKeepCenterLocation, "cbKeepCenterLocation"); this.cbKeepCenterLocation.Name = "cbKeepCenterLocation"; - this.cbKeepCenterLocation.Size = new System.Drawing.Size(148, 20); - this.cbKeepCenterLocation.TabIndex = 5; - this.cbKeepCenterLocation.Text = "Keep center location"; this.cbKeepCenterLocation.UseVisualStyleBackColor = true; // // cbShadow // - this.cbShadow.AutoSize = true; - this.cbShadow.Location = new System.Drawing.Point(16, 144); + resources.ApplyResources(this.cbShadow, "cbShadow"); this.cbShadow.Name = "cbShadow"; - this.cbShadow.Size = new System.Drawing.Size(75, 20); - this.cbShadow.TabIndex = 6; - this.cbShadow.Text = "Shadow"; this.cbShadow.UseVisualStyleBackColor = true; // // cbBorder // - this.cbBorder.AutoSize = true; - this.cbBorder.Location = new System.Drawing.Point(16, 176); + resources.ApplyResources(this.cbBorder, "cbBorder"); this.cbBorder.Name = "cbBorder"; - this.cbBorder.Size = new System.Drawing.Size(67, 20); - this.cbBorder.TabIndex = 7; - this.cbBorder.Text = "Border"; this.cbBorder.UseVisualStyleBackColor = true; // // lblBorderSize // - this.lblBorderSize.AutoSize = true; - this.lblBorderSize.Location = new System.Drawing.Point(13, 208); + resources.ApplyResources(this.lblBorderSize, "lblBorderSize"); this.lblBorderSize.Name = "lblBorderSize"; - this.lblBorderSize.Size = new System.Drawing.Size(78, 16); - this.lblBorderSize.TabIndex = 8; - this.lblBorderSize.Text = "Border size:"; // // nudBorderSize // - this.nudBorderSize.Location = new System.Drawing.Point(16, 232); + resources.ApplyResources(this.nudBorderSize, "nudBorderSize"); this.nudBorderSize.Maximum = new decimal(new int[] { 30, 0, @@ -174,9 +136,6 @@ private void InitializeComponent() 0, 0}); this.nudBorderSize.Name = "nudBorderSize"; - this.nudBorderSize.Size = new System.Drawing.Size(72, 22); - this.nudBorderSize.TabIndex = 9; - this.nudBorderSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.nudBorderSize.Value = new decimal(new int[] { 1, 0, @@ -187,63 +146,44 @@ private void InitializeComponent() // this.btnBorderColor.Color = System.Drawing.Color.Empty; this.btnBorderColor.ColorPickerOptions = null; - this.btnBorderColor.Location = new System.Drawing.Point(104, 230); + resources.ApplyResources(this.btnBorderColor, "btnBorderColor"); this.btnBorderColor.Name = "btnBorderColor"; - this.btnBorderColor.Size = new System.Drawing.Size(160, 26); - this.btnBorderColor.TabIndex = 10; - this.btnBorderColor.Text = "Border color"; - this.btnBorderColor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnBorderColor.UseVisualStyleBackColor = true; // // lblMinimizeSize // - this.lblMinimizeSize.AutoSize = true; - this.lblMinimizeSize.Location = new System.Drawing.Point(13, 272); + resources.ApplyResources(this.lblMinimizeSize, "lblMinimizeSize"); this.lblMinimizeSize.Name = "lblMinimizeSize"; - this.lblMinimizeSize.Size = new System.Drawing.Size(89, 16); - this.lblMinimizeSize.TabIndex = 11; - this.lblMinimizeSize.Text = "Minimize size:"; // // nudMinimizeSizeWidth // - this.nudMinimizeSizeWidth.Location = new System.Drawing.Point(16, 296); + resources.ApplyResources(this.nudMinimizeSizeWidth, "nudMinimizeSizeWidth"); this.nudMinimizeSizeWidth.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.nudMinimizeSizeWidth.Name = "nudMinimizeSizeWidth"; - this.nudMinimizeSizeWidth.Size = new System.Drawing.Size(72, 22); - this.nudMinimizeSizeWidth.TabIndex = 12; - this.nudMinimizeSizeWidth.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // nudMinimizeSizeHeight // - this.nudMinimizeSizeHeight.Location = new System.Drawing.Point(120, 296); + resources.ApplyResources(this.nudMinimizeSizeHeight, "nudMinimizeSizeHeight"); this.nudMinimizeSizeHeight.Maximum = new decimal(new int[] { 1000, 0, 0, 0}); this.nudMinimizeSizeHeight.Name = "nudMinimizeSizeHeight"; - this.nudMinimizeSizeHeight.Size = new System.Drawing.Size(72, 22); - this.nudMinimizeSizeHeight.TabIndex = 14; - this.nudMinimizeSizeHeight.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // lblMinimizeSizeX // - this.lblMinimizeSizeX.AutoSize = true; - this.lblMinimizeSizeX.Location = new System.Drawing.Point(98, 299); + resources.ApplyResources(this.lblMinimizeSizeX, "lblMinimizeSizeX"); this.lblMinimizeSizeX.Name = "lblMinimizeSizeX"; - this.lblMinimizeSizeX.Size = new System.Drawing.Size(13, 16); - this.lblMinimizeSizeX.TabIndex = 13; - this.lblMinimizeSizeX.Text = "x"; // // PinToScreenOptionsForm // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); + resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(420, 380); this.Controls.Add(this.lblMinimizeSizeX); this.Controls.Add(this.nudMinimizeSizeHeight); this.Controls.Add(this.nudMinimizeSizeWidth); @@ -261,13 +201,9 @@ private void InitializeComponent() this.Controls.Add(this.lblPlacement); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); - this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; - this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.Name = "PinToScreenOptionsForm"; - this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "ShareX - Pin to screen options"; ((System.ComponentModel.ISupportInitialize)(this.nudPlacementOffset)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudBorderSize)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.nudMinimizeSizeWidth)).EndInit(); diff --git a/ShareX/Tools/PinToScreen/PinToScreenOptionsForm.resx b/ShareX/Tools/PinToScreen/PinToScreenOptionsForm.resx index 1af7de150..55882a11a 100644 --- a/ShareX/Tools/PinToScreen/PinToScreenOptionsForm.resx +++ b/ShareX/Tools/PinToScreen/PinToScreenOptionsForm.resx @@ -117,4 +117,469 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 192, 336 + + + 104, 32 + + + + 15 + + + OK + + + btnOK + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 16 + + + 304, 336 + + + 104, 32 + + + 16 + + + Cancel + + + btnCancel + + + System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 15 + + + True + + + 13, 16 + + + 74, 16 + + + 0 + + + Placement: + + + lblPlacement + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 14 + + + 16, 40 + + + 144, 24 + + + 1 + + + cbPlacement + + + System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 13 + + + True + + + 173, 16 + + + 109, 16 + + + 2 + + + Placement offset: + + + lblPlacementOffset + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 12 + + + 176, 41 + + + 72, 22 + + + 3 + + + + Center + + + nudPlacementOffset + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 11 + + + True + + + 16, 80 + + + 83, 20 + + + 4 + + + Top most + + + cbTopMost + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 10 + + + True + + + 16, 112 + + + 148, 20 + + + 5 + + + Keep center location + + + cbKeepCenterLocation + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 9 + + + True + + + 16, 144 + + + 75, 20 + + + 6 + + + Shadow + + + cbShadow + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 8 + + + True + + + 16, 176 + + + 67, 20 + + + 7 + + + Border + + + cbBorder + + + System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 7 + + + True + + + 13, 208 + + + 78, 16 + + + 8 + + + Border size: + + + lblBorderSize + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 6 + + + 16, 232 + + + 72, 22 + + + 9 + + + Center + + + nudBorderSize + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 5 + + + 104, 230 + + + 160, 26 + + + 10 + + + Border color + + + MiddleLeft + + + btnBorderColor + + + ShareX.HelpersLib.ColorButton, ShareX.HelpersLib, Version=15.0.1.0, Culture=neutral, PublicKeyToken=null + + + $this + + + 4 + + + True + + + 13, 272 + + + 89, 16 + + + 11 + + + Minimize size: + + + lblMinimizeSize + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 3 + + + 16, 296 + + + 72, 22 + + + 12 + + + Center + + + nudMinimizeSizeWidth + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 2 + + + 120, 296 + + + 72, 22 + + + 14 + + + Center + + + nudMinimizeSizeHeight + + + System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 1 + + + True + + + 98, 299 + + + 13, 16 + + + 13 + + + x + + + lblMinimizeSizeX + + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + $this + + + 0 + + + True + + + 8, 16 + + + 420, 380 + + + Microsoft Sans Serif, 9.75pt + + + 4, 4, 4, 4 + + + CenterScreen + + + ShareX - Pin to screen options + + + PinToScreenOptionsForm + + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file