From eeb58c27bd9bca783fd8600475fcc876783cfc7a Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Sat, 6 Jun 2020 03:36:21 +0200 Subject: [PATCH] FrmCoder: Update style. --- VAR.Toolbox/UI/Tools/FrmCoder.Designer.cs | 27 +++++++++++++---------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/VAR.Toolbox/UI/Tools/FrmCoder.Designer.cs b/VAR.Toolbox/UI/Tools/FrmCoder.Designer.cs index 75c86bd..04c8b43 100644 --- a/VAR.Toolbox/UI/Tools/FrmCoder.Designer.cs +++ b/VAR.Toolbox/UI/Tools/FrmCoder.Designer.cs @@ -44,9 +44,10 @@ // // txtInput // - this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) + this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); + this.txtInput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtInput.Location = new System.Drawing.Point(9, 9); this.txtInput.Multiline = true; this.txtInput.Name = "txtInput"; @@ -57,7 +58,7 @@ // btnDecode // this.btnDecode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnDecode.Location = new System.Drawing.Point(147, 390); + this.btnDecode.Location = new System.Drawing.Point(147, 393); this.btnDecode.Name = "btnDecode"; this.btnDecode.Size = new System.Drawing.Size(63, 23); this.btnDecode.TabIndex = 1; @@ -67,21 +68,22 @@ // // txtOutput // - this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) + this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); + this.txtOutput.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtOutput.Location = new System.Drawing.Point(7, 9); this.txtOutput.Multiline = true; this.txtOutput.Name = "txtOutput"; this.txtOutput.ReadOnly = true; this.txtOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.txtOutput.Size = new System.Drawing.Size(356, 372); + this.txtOutput.Size = new System.Drawing.Size(356, 378); this.txtOutput.TabIndex = 2; // // splitContainer1 // - this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Left) + this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.Location = new System.Drawing.Point(0, 0); this.splitContainer1.Name = "splitContainer1"; @@ -104,13 +106,14 @@ // // txtKey // - this.txtKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) + this.txtKey.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); + this.txtKey.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.txtKey.Location = new System.Drawing.Point(9, 325); this.txtKey.Multiline = true; this.txtKey.Name = "txtKey"; this.txtKey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; - this.txtKey.Size = new System.Drawing.Size(353, 59); + this.txtKey.Size = new System.Drawing.Size(353, 62); this.txtKey.TabIndex = 5; // // cboCode @@ -128,7 +131,7 @@ // btnEncode // this.btnEncode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnEncode.Location = new System.Drawing.Point(216, 390); + this.btnEncode.Location = new System.Drawing.Point(216, 393); this.btnEncode.Name = "btnEncode"; this.btnEncode.Size = new System.Drawing.Size(63, 23); this.btnEncode.TabIndex = 3; @@ -139,7 +142,7 @@ // btnSwap // this.btnSwap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); - this.btnSwap.Location = new System.Drawing.Point(7, 390); + this.btnSwap.Location = new System.Drawing.Point(7, 393); this.btnSwap.Name = "btnSwap"; this.btnSwap.Size = new System.Drawing.Size(63, 23); this.btnSwap.TabIndex = 4;