From 7cb65df19ecdf2199be24af7961c93a380b40cff Mon Sep 17 00:00:00 2001 From: David Sparer Date: Fri, 7 Oct 2016 12:25:30 -0600 Subject: [PATCH] Rearranged the Advanced page after removing an option --- .../OptionsPages/AdvancedPage.Designer.cs | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.Designer.cs b/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.Designer.cs index b04e81cc4..0f1199115 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.Designer.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.Designer.cs @@ -63,7 +63,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // chkAutomaticallyGetSessionInfo // this.chkAutomaticallyGetSessionInfo.AutoSize = true; - this.chkAutomaticallyGetSessionInfo.Location = new System.Drawing.Point(3, 46); + this.chkAutomaticallyGetSessionInfo.Location = new System.Drawing.Point(3, 23); this.chkAutomaticallyGetSessionInfo.Name = "chkAutomaticallyGetSessionInfo"; this.chkAutomaticallyGetSessionInfo.Size = new System.Drawing.Size(198, 17); this.chkAutomaticallyGetSessionInfo.TabIndex = 19; @@ -72,7 +72,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // lblMaximumPuttyWaitTime // - this.lblMaximumPuttyWaitTime.Location = new System.Drawing.Point(3, 195); + this.lblMaximumPuttyWaitTime.Location = new System.Drawing.Point(3, 172); this.lblMaximumPuttyWaitTime.Name = "lblMaximumPuttyWaitTime"; this.lblMaximumPuttyWaitTime.Size = new System.Drawing.Size(364, 13); this.lblMaximumPuttyWaitTime.TabIndex = 26; @@ -82,7 +82,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // chkAutomaticReconnect // this.chkAutomaticReconnect.AutoSize = true; - this.chkAutomaticReconnect.Location = new System.Drawing.Point(3, 69); + this.chkAutomaticReconnect.Location = new System.Drawing.Point(3, 46); this.chkAutomaticReconnect.Name = "chkAutomaticReconnect"; this.chkAutomaticReconnect.Size = new System.Drawing.Size(399, 17); this.chkAutomaticReconnect.TabIndex = 20; @@ -92,7 +92,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // numPuttyWaitTime // this.numPuttyWaitTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numPuttyWaitTime.Location = new System.Drawing.Point(373, 193); + this.numPuttyWaitTime.Location = new System.Drawing.Point(373, 170); this.numPuttyWaitTime.Maximum = new decimal(new int[] { 999, 0, @@ -110,7 +110,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // chkUseCustomPuttyPath // this.chkUseCustomPuttyPath.AutoSize = true; - this.chkUseCustomPuttyPath.Location = new System.Drawing.Point(3, 92); + this.chkUseCustomPuttyPath.Location = new System.Drawing.Point(3, 69); this.chkUseCustomPuttyPath.Name = "chkUseCustomPuttyPath"; this.chkUseCustomPuttyPath.Size = new System.Drawing.Size(146, 17); this.chkUseCustomPuttyPath.TabIndex = 21; @@ -120,7 +120,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // lblConfigurePuttySessions // - this.lblConfigurePuttySessions.Location = new System.Drawing.Point(3, 164); + this.lblConfigurePuttySessions.Location = new System.Drawing.Point(3, 141); this.lblConfigurePuttySessions.Name = "lblConfigurePuttySessions"; this.lblConfigurePuttySessions.Size = new System.Drawing.Size(364, 13); this.lblConfigurePuttySessions.TabIndex = 24; @@ -130,7 +130,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // numUVNCSCPort // this.numUVNCSCPort.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; - this.numUVNCSCPort.Location = new System.Drawing.Point(373, 305); + this.numUVNCSCPort.Location = new System.Drawing.Point(373, 282); this.numUVNCSCPort.Maximum = new decimal(new int[] { 65535, 0, @@ -150,7 +150,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // this.txtCustomPuttyPath.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtCustomPuttyPath.Enabled = false; - this.txtCustomPuttyPath.Location = new System.Drawing.Point(21, 115); + this.txtCustomPuttyPath.Location = new System.Drawing.Point(21, 92); this.txtCustomPuttyPath.Name = "txtCustomPuttyPath"; this.txtCustomPuttyPath.Size = new System.Drawing.Size(346, 20); this.txtCustomPuttyPath.TabIndex = 22; @@ -160,7 +160,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // this.btnLaunchPutty.Image = global::mRemoteNG.Resources.PuttyConfig; this.btnLaunchPutty.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.btnLaunchPutty.Location = new System.Drawing.Point(373, 159); + this.btnLaunchPutty.Location = new System.Drawing.Point(373, 136); this.btnLaunchPutty.Name = "btnLaunchPutty"; this.btnLaunchPutty.Size = new System.Drawing.Size(110, 23); this.btnLaunchPutty.TabIndex = 25; @@ -171,7 +171,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // lblUVNCSCPort // - this.lblUVNCSCPort.Location = new System.Drawing.Point(3, 307); + this.lblUVNCSCPort.Location = new System.Drawing.Point(3, 284); this.lblUVNCSCPort.Name = "lblUVNCSCPort"; this.lblUVNCSCPort.Size = new System.Drawing.Size(364, 13); this.lblUVNCSCPort.TabIndex = 32; @@ -182,7 +182,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // lblSeconds // this.lblSeconds.AutoSize = true; - this.lblSeconds.Location = new System.Drawing.Point(428, 195); + this.lblSeconds.Location = new System.Drawing.Point(428, 172); this.lblSeconds.Name = "lblSeconds"; this.lblSeconds.Size = new System.Drawing.Size(47, 13); this.lblSeconds.TabIndex = 28; @@ -191,7 +191,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // btnBrowseCustomPuttyPath // this.btnBrowseCustomPuttyPath.Enabled = false; - this.btnBrowseCustomPuttyPath.Location = new System.Drawing.Point(373, 113); + this.btnBrowseCustomPuttyPath.Location = new System.Drawing.Point(373, 90); this.btnBrowseCustomPuttyPath.Name = "btnBrowseCustomPuttyPath"; this.btnBrowseCustomPuttyPath.Size = new System.Drawing.Size(75, 23); this.btnBrowseCustomPuttyPath.TabIndex = 23;