diff --git a/Server/Forms/FrmAbout.Designer.cs b/Server/Forms/FrmAbout.Designer.cs index 83497ef0..bbd3b631 100644 --- a/Server/Forms/FrmAbout.Designer.cs +++ b/Server/Forms/FrmAbout.Designer.cs @@ -137,8 +137,8 @@ // FrmAbout // this.AcceptButton = this.btnOkay; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnOkay; this.ClientSize = new System.Drawing.Size(428, 354); this.Controls.Add(this.lblSubTitle); diff --git a/Server/Forms/FrmAddToAutostart.Designer.cs b/Server/Forms/FrmAddToAutostart.Designer.cs index 03f61343..27976877 100644 --- a/Server/Forms/FrmAddToAutostart.Designer.cs +++ b/Server/Forms/FrmAddToAutostart.Designer.cs @@ -138,8 +138,8 @@ // FrmAddToAutostart // this.AcceptButton = this.btnAdd; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(677, 158); this.Controls.Add(this.btnCancel); diff --git a/Server/Forms/FrmBuilder.Designer.cs b/Server/Forms/FrmBuilder.Designer.cs index b99dca43..b5e2e9a9 100644 --- a/Server/Forms/FrmBuilder.Designer.cs +++ b/Server/Forms/FrmBuilder.Designer.cs @@ -277,7 +277,6 @@ // // btnMutex // - this.btnMutex.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btnMutex.Location = new System.Drawing.Point(262, 158); this.btnMutex.Name = "btnMutex"; this.btnMutex.Size = new System.Drawing.Size(121, 23); @@ -1129,8 +1128,8 @@ // // FrmBuilder // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(535, 424); this.Controls.Add(this.builderTabs); diff --git a/Server/Forms/FrmConnections.Designer.cs b/Server/Forms/FrmConnections.Designer.cs index 32fa8d85..36b4e546 100644 --- a/Server/Forms/FrmConnections.Designer.cs +++ b/Server/Forms/FrmConnections.Designer.cs @@ -118,8 +118,8 @@ // // FrmConnections // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(555, 411); this.Controls.Add(this.lstConnections); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); diff --git a/Server/Forms/FrmDownloadAndExecute.Designer.cs b/Server/Forms/FrmDownloadAndExecute.Designer.cs index ada4adc2..d3ad49b6 100644 --- a/Server/Forms/FrmDownloadAndExecute.Designer.cs +++ b/Server/Forms/FrmDownloadAndExecute.Designer.cs @@ -74,8 +74,8 @@ // FrmDownloadAndExecute // this.AcceptButton = this.btnDownloadAndExecute; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(396, 72); this.Controls.Add(this.chkRunHidden); this.Controls.Add(this.lblURL); diff --git a/Server/Forms/FrmFileManager.Designer.cs b/Server/Forms/FrmFileManager.Designer.cs index b30ebefb..749d6483 100644 --- a/Server/Forms/FrmFileManager.Designer.cs +++ b/Server/Forms/FrmFileManager.Designer.cs @@ -431,8 +431,8 @@ namespace xServer.Forms // // FrmFileManager // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(858, 478); this.Controls.Add(this.TabControlFileManager); this.Controls.Add(this.statusStrip); diff --git a/Server/Forms/FrmKeylogger.Designer.cs b/Server/Forms/FrmKeylogger.Designer.cs index 98164d4a..ee54c927 100644 --- a/Server/Forms/FrmKeylogger.Designer.cs +++ b/Server/Forms/FrmKeylogger.Designer.cs @@ -90,8 +90,8 @@ // // FrmKeylogger // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(862, 482); this.Controls.Add(this.wLogViewer); this.Controls.Add(this.btnGetLogs); diff --git a/Server/Forms/FrmMain.Designer.cs b/Server/Forms/FrmMain.Designer.cs index 46149f05..7778932c 100644 --- a/Server/Forms/FrmMain.Designer.cs +++ b/Server/Forms/FrmMain.Designer.cs @@ -808,8 +808,8 @@ namespace xServer.Forms // // FrmMain // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(1022, 458); this.Controls.Add(this.tableLayoutPanel); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); diff --git a/Server/Forms/FrmPasswordRecovery.Designer.cs b/Server/Forms/FrmPasswordRecovery.Designer.cs index c8881ecd..3d65acd7 100644 --- a/Server/Forms/FrmPasswordRecovery.Designer.cs +++ b/Server/Forms/FrmPasswordRecovery.Designer.cs @@ -243,8 +243,8 @@ // // FrmPasswordRecovery // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(573, 445); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); diff --git a/Server/Forms/FrmRegValueEditBinary.Designer.cs b/Server/Forms/FrmRegValueEditBinary.Designer.cs index a51f35e5..5e3623eb 100644 --- a/Server/Forms/FrmRegValueEditBinary.Designer.cs +++ b/Server/Forms/FrmRegValueEditBinary.Designer.cs @@ -108,8 +108,8 @@ // FrmRegValueEditBinary // this.AcceptButton = this.okButton; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(365, 304); this.Controls.Add(this.cancelButton); diff --git a/Server/Forms/FrmRegValueEditMultiString.Designer.cs b/Server/Forms/FrmRegValueEditMultiString.Designer.cs index 18bd22d0..d7e838a3 100644 --- a/Server/Forms/FrmRegValueEditMultiString.Designer.cs +++ b/Server/Forms/FrmRegValueEditMultiString.Designer.cs @@ -107,8 +107,8 @@ // FrmRegValueEditMultiString // this.AcceptButton = this.okButton; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(373, 365); this.Controls.Add(this.cancelButton); diff --git a/Server/Forms/FrmRegValueEditString.Designer.cs b/Server/Forms/FrmRegValueEditString.Designer.cs index d5cf92b7..6a3bdb62f 100644 --- a/Server/Forms/FrmRegValueEditString.Designer.cs +++ b/Server/Forms/FrmRegValueEditString.Designer.cs @@ -107,8 +107,8 @@ // FrmRegValueEditString // this.AcceptButton = this.okButton; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(364, 146); this.Controls.Add(this.cancelButton); diff --git a/Server/Forms/FrmRegValueEditWord.Designer.cs b/Server/Forms/FrmRegValueEditWord.Designer.cs index a87dd34e..871842a3 100644 --- a/Server/Forms/FrmRegValueEditWord.Designer.cs +++ b/Server/Forms/FrmRegValueEditWord.Designer.cs @@ -148,8 +148,8 @@ // FrmRegValueEditWord // this.AcceptButton = this.okButton; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.CancelButton = this.cancelButton; this.ClientSize = new System.Drawing.Size(358, 163); this.Controls.Add(this.valueDataTxtBox); diff --git a/Server/Forms/FrmRegistryEditor.Designer.cs b/Server/Forms/FrmRegistryEditor.Designer.cs index 1995ed5c..5cd171a5 100644 --- a/Server/Forms/FrmRegistryEditor.Designer.cs +++ b/Server/Forms/FrmRegistryEditor.Designer.cs @@ -600,8 +600,8 @@ // // FrmRegistryEditor // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(784, 561); this.Controls.Add(this.tableLayoutPanel); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); diff --git a/Server/Forms/FrmRemoteDesktop.Designer.cs b/Server/Forms/FrmRemoteDesktop.Designer.cs index d95d536f..32f5dff4 100644 --- a/Server/Forms/FrmRemoteDesktop.Designer.cs +++ b/Server/Forms/FrmRemoteDesktop.Designer.cs @@ -195,8 +195,8 @@ // // FrmRemoteDesktop // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(784, 562); this.Controls.Add(this.btnShow); this.Controls.Add(this.panelTop); diff --git a/Server/Forms/FrmRemoteShell.Designer.cs b/Server/Forms/FrmRemoteShell.Designer.cs index e0031965..22f4fff0 100644 --- a/Server/Forms/FrmRemoteShell.Designer.cs +++ b/Server/Forms/FrmRemoteShell.Designer.cs @@ -84,8 +84,8 @@ // // FrmRemoteShell // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(637, 323); this.Controls.Add(this.tableLayoutPanel); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); diff --git a/Server/Forms/FrmRemoteWebcam.Designer.cs b/Server/Forms/FrmRemoteWebcam.Designer.cs index 2ab1aded..77f475c8 100644 --- a/Server/Forms/FrmRemoteWebcam.Designer.cs +++ b/Server/Forms/FrmRemoteWebcam.Designer.cs @@ -138,8 +138,8 @@ // // FrmRemoteWebcam // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(794, 562); this.Controls.Add(this.btnShow); this.Controls.Add(this.panelTop); diff --git a/Server/Forms/FrmReverseProxy.Designer.cs b/Server/Forms/FrmReverseProxy.Designer.cs index 94a52c8b..4b7aaf2c 100644 --- a/Server/Forms/FrmReverseProxy.Designer.cs +++ b/Server/Forms/FrmReverseProxy.Designer.cs @@ -235,8 +235,8 @@ namespace xServer.Forms // // FrmReverseProxy // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(777, 402); this.Controls.Add(this.lblLoadBalance); this.Controls.Add(this.label1); diff --git a/Server/Forms/FrmSettings.Designer.cs b/Server/Forms/FrmSettings.Designer.cs index d7410e94..cbf2db57 100644 --- a/Server/Forms/FrmSettings.Designer.cs +++ b/Server/Forms/FrmSettings.Designer.cs @@ -258,8 +258,8 @@ // // FrmSettings // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(314, 333); this.Controls.Add(this.chkIPv6Support); this.Controls.Add(this.chkShowPassword); diff --git a/Server/Forms/FrmShowMessagebox.Designer.cs b/Server/Forms/FrmShowMessagebox.Designer.cs index 7e75a511..27d0a8fb 100644 --- a/Server/Forms/FrmShowMessagebox.Designer.cs +++ b/Server/Forms/FrmShowMessagebox.Designer.cs @@ -154,8 +154,8 @@ // // FrmShowMessagebox // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(349, 199); this.Controls.Add(this.btnSend); this.Controls.Add(this.btnPreview); diff --git a/Server/Forms/FrmStartupManager.Designer.cs b/Server/Forms/FrmStartupManager.Designer.cs index fea60261..f7049d61 100644 --- a/Server/Forms/FrmStartupManager.Designer.cs +++ b/Server/Forms/FrmStartupManager.Designer.cs @@ -93,8 +93,8 @@ // // FrmStartupManager // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(677, 373); this.Controls.Add(this.lstStartupItems); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); diff --git a/Server/Forms/FrmSystemInformation.Designer.cs b/Server/Forms/FrmSystemInformation.Designer.cs index 38b8f217..abf44e9e 100644 --- a/Server/Forms/FrmSystemInformation.Designer.cs +++ b/Server/Forms/FrmSystemInformation.Designer.cs @@ -120,8 +120,8 @@ namespace xServer.Forms // // FrmSystemInformation // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(560, 335); this.Controls.Add(this.lstSystem); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); diff --git a/Server/Forms/FrmTaskManager.Designer.cs b/Server/Forms/FrmTaskManager.Designer.cs index fdb07e42..6f1d682a 100644 --- a/Server/Forms/FrmTaskManager.Designer.cs +++ b/Server/Forms/FrmTaskManager.Designer.cs @@ -153,8 +153,8 @@ namespace xServer.Forms // // FrmTaskManager // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(821, 493); this.Controls.Add(this.tableLayoutPanel); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); diff --git a/Server/Forms/FrmTermsOfUse.Designer.cs b/Server/Forms/FrmTermsOfUse.Designer.cs index 12a541b5..377e8578 100644 --- a/Server/Forms/FrmTermsOfUse.Designer.cs +++ b/Server/Forms/FrmTermsOfUse.Designer.cs @@ -89,8 +89,8 @@ // // FrmTermsOfUse // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(422, 326); this.Controls.Add(this.chkDontShowAgain); this.Controls.Add(this.btnDecline); diff --git a/Server/Forms/FrmUpdate.Designer.cs b/Server/Forms/FrmUpdate.Designer.cs index 9dd13a03..775c9c4a 100644 --- a/Server/Forms/FrmUpdate.Designer.cs +++ b/Server/Forms/FrmUpdate.Designer.cs @@ -156,8 +156,8 @@ // FrmUpdate // this.AcceptButton = this.btnUpdate; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(503, 275); this.Controls.Add(this.radioURL); this.Controls.Add(this.radioLocalFile); diff --git a/Server/Forms/FrmUploadAndExecute.Designer.cs b/Server/Forms/FrmUploadAndExecute.Designer.cs index 37c47912..513ad745 100644 --- a/Server/Forms/FrmUploadAndExecute.Designer.cs +++ b/Server/Forms/FrmUploadAndExecute.Designer.cs @@ -86,8 +86,8 @@ // // FrmUploadAndExecute // - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(396, 72); this.Controls.Add(this.btnBrowse); this.Controls.Add(this.txtPath); diff --git a/Server/Forms/FrmVisitWebsite.Designer.cs b/Server/Forms/FrmVisitWebsite.Designer.cs index d068741f..04610c7e 100644 --- a/Server/Forms/FrmVisitWebsite.Designer.cs +++ b/Server/Forms/FrmVisitWebsite.Designer.cs @@ -76,8 +76,8 @@ // FrmVisitWebsite // this.AcceptButton = this.btnVisitWebsite; - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(396, 72); this.Controls.Add(this.chkVisitHidden); this.Controls.Add(this.lblURL);