From fe26894affec25049a83598b92a98e7c787ee466 Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 7 Nov 2019 20:15:53 +0200 Subject: [PATCH] Update MainForm.Designer.cs --- Crypto Notepad/MainForm.Designer.cs | 50 ++++++++++++++--------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/Crypto Notepad/MainForm.Designer.cs b/Crypto Notepad/MainForm.Designer.cs index 18a3b6f..8da3f9f 100644 --- a/Crypto Notepad/MainForm.Designer.cs +++ b/Crypto Notepad/MainForm.Designer.cs @@ -118,13 +118,13 @@ public void InitializeComponent() this.fileLockedPanel = new System.Windows.Forms.Panel(); this.fileLockedCloseButton = new System.Windows.Forms.Button(); this.fileLockedOkButton = new System.Windows.Forms.Button(); - this.fileLockedKeyTextBox = new System.Windows.Forms.PlaceholderTextBox(); this.fileLockedShowKey = new System.Windows.Forms.PictureBox(); this.fileLockedLabel = new System.Windows.Forms.Label(); this.toolTip = new System.Windows.Forms.ToolTip(this.components); this.richTextBoxPanel = new System.Windows.Forms.Panel(); - this.richTextBox = new Crypto_Notepad.ExRichTextBox(); this.statusPanelTimer = new System.Windows.Forms.Timer(this.components); + this.fileLockedKeyTextBox = new System.Windows.Forms.PlaceholderTextBox(); + this.richTextBox = new Crypto_Notepad.ExRichTextBox(); this.mainMenu.SuspendLayout(); this.contextMenu.SuspendLayout(); this.searchPanel.SuspendLayout(); @@ -1114,20 +1114,6 @@ public void InitializeComponent() this.fileLockedOkButton.UseVisualStyleBackColor = true; this.fileLockedOkButton.Click += new System.EventHandler(this.FileLockedOkButton_Click); // - // fileLockedKeyTextBox - // - this.fileLockedKeyTextBox.Location = new System.Drawing.Point(6, 34); - this.fileLockedKeyTextBox.Name = "fileLockedKeyTextBox"; - this.fileLockedKeyTextBox.Placeholder = "Encryption key"; - this.fileLockedKeyTextBox.PlaceholderActiveForeColor = System.Drawing.Color.DarkGray; - this.fileLockedKeyTextBox.PlaceholderFont = new System.Drawing.Font("Segoe UI", 8.25F); - this.fileLockedKeyTextBox.PlaceholderForeColor = System.Drawing.Color.DarkGray; - this.fileLockedKeyTextBox.Size = new System.Drawing.Size(231, 22); - this.fileLockedKeyTextBox.TabIndex = 8; - this.fileLockedKeyTextBox.UseSystemPasswordChar = true; - this.fileLockedKeyTextBox.TextChanged += new System.EventHandler(this.FileLockedKeyTextBox_TextChanged); - this.fileLockedKeyTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FileLockedKeyTextBox_KeyDown); - // // fileLockedShowKey // this.fileLockedShowKey.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; @@ -1164,6 +1150,25 @@ public void InitializeComponent() this.richTextBoxPanel.Size = new System.Drawing.Size(504, 186); this.richTextBoxPanel.TabIndex = 21; // + // statusPanelTimer + // + this.statusPanelTimer.Interval = 1; + this.statusPanelTimer.Tick += new System.EventHandler(this.StatusPanelTimer_Tick); + // + // fileLockedKeyTextBox + // + this.fileLockedKeyTextBox.Location = new System.Drawing.Point(6, 34); + this.fileLockedKeyTextBox.Name = "fileLockedKeyTextBox"; + this.fileLockedKeyTextBox.Placeholder = "Encryption key"; + this.fileLockedKeyTextBox.PlaceholderActiveForeColor = System.Drawing.Color.DarkGray; + this.fileLockedKeyTextBox.PlaceholderFont = new System.Drawing.Font("Segoe UI", 8.25F); + this.fileLockedKeyTextBox.PlaceholderForeColor = System.Drawing.Color.DarkGray; + this.fileLockedKeyTextBox.Size = new System.Drawing.Size(231, 22); + this.fileLockedKeyTextBox.TabIndex = 8; + this.fileLockedKeyTextBox.UseSystemPasswordChar = true; + this.fileLockedKeyTextBox.TextChanged += new System.EventHandler(this.FileLockedKeyTextBox_TextChanged); + this.fileLockedKeyTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FileLockedKeyTextBox_KeyDown); + // // richTextBox // this.richTextBox.AcceptsTab = true; @@ -1184,11 +1189,6 @@ public void InitializeComponent() this.richTextBox.TextChanged += new System.EventHandler(this.RichTextBox_TextChanged); this.richTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.RichTextBox_KeyDown); // - // statusPanelTimer - // - this.statusPanelTimer.Interval = 1; - this.statusPanelTimer.Tick += new System.EventHandler(this.StatusPanelTimer_Tick); - // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -1307,8 +1307,6 @@ public void InitializeComponent() private System.Windows.Forms.ToolStripMenuItem redoContextMenu; private System.Windows.Forms.ToolStripMenuItem debugMainMenu; private System.Windows.Forms.ToolStripMenuItem variablesMainMenu; - private System.Windows.Forms.ToolStripStatusLabel statusPanelLengthLabel; - private System.Windows.Forms.ToolStripStatusLabel statusPanelLinesLabel; public System.Windows.Forms.TableLayoutPanel toolbarPanel; public ExRichTextBox richTextBox; public System.Windows.Forms.ToolStripMenuItem insertMainMenu; @@ -1336,9 +1334,11 @@ public void InitializeComponent() protected internal System.Windows.Forms.Label searchFindNextButton; protected internal System.Windows.Forms.Label searchCloseButton; protected internal System.Windows.Forms.Label closeToolbarButton; - private System.Windows.Forms.ToolStripStatusLabel statusPanelModifiedLabel; - private System.Windows.Forms.ToolStripStatusLabel statusPanelSizeLabel; private System.Windows.Forms.Timer statusPanelTimer; private System.Windows.Forms.ToolStripMenuItem saveCloseFileMainMenu; + protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelLengthLabel; + protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelLinesLabel; + protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelModifiedLabel; + protected internal System.Windows.Forms.ToolStripStatusLabel statusPanelSizeLabel; } }