FrmCoder: Update style.
This commit is contained in:
27
VAR.Toolbox/UI/Tools/FrmCoder.Designer.cs
generated
27
VAR.Toolbox/UI/Tools/FrmCoder.Designer.cs
generated
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user