diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT index 36fe563a6..735b54d67 100644 --- a/CHANGELOG.TXT +++ b/CHANGELOG.TXT @@ -11,6 +11,7 @@ ------ MR-946: Remove old/insecure SharpSSH and related components. Replace with SSH.NET for File Transfer Functionality MR-896: Added prerequisite installer check for KB2574819. Prevents "Class not registered" errors when opening RDP connections. + PR-130: Fix Scan button width to fit russian translation diff --git a/CREDITS.TXT b/CREDITS.TXT index 8cce3465f..6ea5df683 100644 --- a/CREDITS.TXT +++ b/CREDITS.TXT @@ -23,6 +23,7 @@ Apisitt Rattana Andreas Rehm David Vidmar github.com/Brandhor +github.com/Kvarkas Translators diff --git a/mRemoteV1/UI/Window/PortScanWindow.Designer.cs b/mRemoteV1/UI/Window/PortScanWindow.Designer.cs index 7ce0b7352..d4d9d837e 100644 --- a/mRemoteV1/UI/Window/PortScanWindow.Designer.cs +++ b/mRemoteV1/UI/Window/PortScanWindow.Designer.cs @@ -89,7 +89,7 @@ namespace mRemoteNG.UI.Window this.lblStartIP.AutoSize = true; this.lblStartIP.Location = new System.Drawing.Point(12, 7); this.lblStartIP.Name = "lblStartIP"; - this.lblStartIP.Size = new System.Drawing.Size(57, 19); + this.lblStartIP.Size = new System.Drawing.Size(46, 13); this.lblStartIP.TabIndex = 0; this.lblStartIP.Text = "Start IP:"; // @@ -98,7 +98,7 @@ namespace mRemoteNG.UI.Window this.lblEndIP.AutoSize = true; this.lblEndIP.Location = new System.Drawing.Point(148, 7); this.lblEndIP.Name = "lblEndIP"; - this.lblEndIP.Size = new System.Drawing.Size(51, 19); + this.lblEndIP.Size = new System.Drawing.Size(42, 13); this.lblEndIP.TabIndex = 5; this.lblEndIP.Text = "End IP:"; // @@ -106,9 +106,10 @@ namespace mRemoteNG.UI.Window // this.btnScan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnScan.Image = global::mRemoteNG.Resources.Search; - this.btnScan.Location = new System.Drawing.Point(597, 9); + this.btnScan.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; + this.btnScan.Location = new System.Drawing.Point(592, 7); this.btnScan.Name = "btnScan"; - this.btnScan.Size = new System.Drawing.Size(86, 58); + this.btnScan.Size = new System.Drawing.Size(100, 60); this.btnScan.TabIndex = 20; this.btnScan.Text = "&Scan"; this.btnScan.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; @@ -126,7 +127,7 @@ namespace mRemoteNG.UI.Window this.lvHosts.HideSelection = false; this.lvHosts.Location = new System.Drawing.Point(12, 73); this.lvHosts.Name = "lvHosts"; - this.lvHosts.Size = new System.Drawing.Size(671, 265); + this.lvHosts.Size = new System.Drawing.Size(680, 290); this.lvHosts.TabIndex = 26; this.lvHosts.UseCompatibleStateImageBehavior = false; this.lvHosts.View = System.Windows.Forms.View.Details; @@ -134,7 +135,7 @@ namespace mRemoteNG.UI.Window // btnImport // this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnImport.Location = new System.Drawing.Point(585, 3); + this.btnImport.Location = new System.Drawing.Point(594, 3); this.btnImport.Name = "btnImport"; this.btnImport.Size = new System.Drawing.Size(75, 31); this.btnImport.TabIndex = 101; @@ -157,7 +158,7 @@ namespace mRemoteNG.UI.Window "VNC"}); this.cbProtocol.Location = new System.Drawing.Point(157, 6); this.cbProtocol.Name = "cbProtocol"; - this.cbProtocol.Size = new System.Drawing.Size(122, 27); + this.cbProtocol.Size = new System.Drawing.Size(122, 21); this.cbProtocol.TabIndex = 28; // // lblOnlyImport @@ -166,7 +167,7 @@ namespace mRemoteNG.UI.Window this.lblOnlyImport.AutoSize = true; this.lblOnlyImport.Location = new System.Drawing.Point(5, 13); this.lblOnlyImport.Name = "lblOnlyImport"; - this.lblOnlyImport.Size = new System.Drawing.Size(125, 19); + this.lblOnlyImport.Size = new System.Drawing.Size(104, 13); this.lblOnlyImport.TabIndex = 1; this.lblOnlyImport.Text = "Protocol to import:"; // @@ -224,7 +225,7 @@ namespace mRemoteNG.UI.Window // this.prgBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); - this.prgBar.Location = new System.Drawing.Point(12, 51); + this.prgBar.Location = new System.Drawing.Point(12, 50); this.prgBar.Name = "prgBar"; this.prgBar.Size = new System.Drawing.Size(579, 16); this.prgBar.Step = 1; @@ -250,7 +251,7 @@ namespace mRemoteNG.UI.Window 0, 0}); this.portEnd.Name = "portEnd"; - this.portEnd.Size = new System.Drawing.Size(67, 26); + this.portEnd.Size = new System.Drawing.Size(67, 22); this.portEnd.TabIndex = 15; this.portEnd.Enter += new System.EventHandler(this.portEnd_Enter); // @@ -263,7 +264,7 @@ namespace mRemoteNG.UI.Window 0, 0}); this.portStart.Name = "portStart"; - this.portStart.Size = new System.Drawing.Size(67, 26); + this.portStart.Size = new System.Drawing.Size(67, 22); this.portStart.TabIndex = 5; this.portStart.Enter += new System.EventHandler(this.portStart_Enter); // @@ -272,7 +273,7 @@ namespace mRemoteNG.UI.Window this.Label2.AutoSize = true; this.Label2.Location = new System.Drawing.Point(162, 7); this.Label2.Name = "Label2"; - this.Label2.Size = new System.Drawing.Size(64, 19); + this.Label2.Size = new System.Drawing.Size(54, 13); this.Label2.TabIndex = 10; this.Label2.Text = "End Port:"; // @@ -281,7 +282,7 @@ namespace mRemoteNG.UI.Window this.Label1.AutoSize = true; this.Label1.Location = new System.Drawing.Point(3, 7); this.Label1.Name = "Label1"; - this.Label1.Size = new System.Drawing.Size(70, 19); + this.Label1.Size = new System.Drawing.Size(58, 13); this.Label1.TabIndex = 0; this.Label1.Text = "Start Port:"; // @@ -292,15 +293,15 @@ namespace mRemoteNG.UI.Window this.pnlImport.Controls.Add(this.btnImport); this.pnlImport.Controls.Add(this.lblOnlyImport); this.pnlImport.Controls.Add(this.cbProtocol); - this.pnlImport.Location = new System.Drawing.Point(12, 344); + this.pnlImport.Location = new System.Drawing.Point(12, 369); this.pnlImport.Name = "pnlImport"; - this.pnlImport.Size = new System.Drawing.Size(671, 40); + this.pnlImport.Size = new System.Drawing.Size(680, 40); this.pnlImport.TabIndex = 102; // // PortScanWindow // this.AcceptButton = this.btnImport; - this.ClientSize = new System.Drawing.Size(695, 396); + this.ClientSize = new System.Drawing.Size(704, 421); this.Controls.Add(this.pnlImport); this.Controls.Add(this.lvHosts); this.Controls.Add(this.pnlPorts);