FrmCoder: Update style.

This commit is contained in:
2020-06-06 03:36:21 +02:00
parent c38aa902fe
commit eeb58c27bd

View File

@@ -47,6 +47,7 @@
this.txtInput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 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.Left)
| System.Windows.Forms.AnchorStyles.Right))); | 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.Location = new System.Drawing.Point(9, 9);
this.txtInput.Multiline = true; this.txtInput.Multiline = true;
this.txtInput.Name = "txtInput"; this.txtInput.Name = "txtInput";
@@ -57,7 +58,7 @@
// btnDecode // btnDecode
// //
this.btnDecode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 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.Name = "btnDecode";
this.btnDecode.Size = new System.Drawing.Size(63, 23); this.btnDecode.Size = new System.Drawing.Size(63, 23);
this.btnDecode.TabIndex = 1; this.btnDecode.TabIndex = 1;
@@ -70,12 +71,13 @@
this.txtOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 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.Left)
| System.Windows.Forms.AnchorStyles.Right))); | 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.Location = new System.Drawing.Point(7, 9);
this.txtOutput.Multiline = true; this.txtOutput.Multiline = true;
this.txtOutput.Name = "txtOutput"; this.txtOutput.Name = "txtOutput";
this.txtOutput.ReadOnly = true; this.txtOutput.ReadOnly = true;
this.txtOutput.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 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; this.txtOutput.TabIndex = 2;
// //
// splitContainer1 // splitContainer1
@@ -106,11 +108,12 @@
// //
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))); | 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.Location = new System.Drawing.Point(9, 325);
this.txtKey.Multiline = true; this.txtKey.Multiline = true;
this.txtKey.Name = "txtKey"; this.txtKey.Name = "txtKey";
this.txtKey.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; 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; this.txtKey.TabIndex = 5;
// //
// cboCode // cboCode
@@ -128,7 +131,7 @@
// btnEncode // btnEncode
// //
this.btnEncode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 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.Name = "btnEncode";
this.btnEncode.Size = new System.Drawing.Size(63, 23); this.btnEncode.Size = new System.Drawing.Size(63, 23);
this.btnEncode.TabIndex = 3; this.btnEncode.TabIndex = 3;
@@ -139,7 +142,7 @@
// btnSwap // btnSwap
// //
this.btnSwap.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 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.Name = "btnSwap";
this.btnSwap.Size = new System.Drawing.Size(63, 23); this.btnSwap.Size = new System.Drawing.Size(63, 23);
this.btnSwap.TabIndex = 4; this.btnSwap.TabIndex = 4;