From 318703cef94d8a926dd6ea11d71c5e27170d13b5 Mon Sep 17 00:00:00 2001 From: FredTheNoob <43958385+FredTheNoob@users.noreply.github.com> Date: Sat, 10 Aug 2019 14:42:32 +0200 Subject: [PATCH] Changed waiting cursor to its correct color --- CodeEditor/Form1.Designer.cs | 64 ++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/CodeEditor/Form1.Designer.cs b/CodeEditor/Form1.Designer.cs index 0de980d..2e1e789 100644 --- a/CodeEditor/Form1.Designer.cs +++ b/CodeEditor/Form1.Designer.cs @@ -46,11 +46,11 @@ private void InitializeComponent() this.saveFileAsCTRLSHIFTSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.settingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.fastColoredTextBox1 = new FastColoredTextBoxNS.FastColoredTextBox(); - this.cmbFileType = new System.Windows.Forms.ComboBox(); this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.checkForUpdatesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); + this.fastColoredTextBox1 = new FastColoredTextBoxNS.FastColoredTextBox(); + this.cmbFileType = new System.Windows.Forms.ComboBox(); this.pctBar = new System.Windows.Forms.PictureBox(); this.lblLineBar = new System.Windows.Forms.Label(); this.lblColBar = new System.Windows.Forms.Label(); @@ -211,11 +211,39 @@ private void InitializeComponent() this.settingsToolStripMenuItem.Size = new System.Drawing.Size(63, 20); this.settingsToolStripMenuItem.Text = "Settings"; // + // helpToolStripMenuItem + // + this.helpToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48))))); + this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.checkForUpdatesToolStripMenuItem, + this.aboutToolStripMenuItem}); + this.helpToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); + this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; + this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); + this.helpToolStripMenuItem.Text = "Help"; + // + // checkForUpdatesToolStripMenuItem + // + this.checkForUpdatesToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(28))))); + this.checkForUpdatesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); + this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem"; + this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(176, 22); + this.checkForUpdatesToolStripMenuItem.Text = "Check For Updates"; + // + // aboutToolStripMenuItem + // + this.aboutToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(28))))); + this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); + this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; + this.aboutToolStripMenuItem.Size = new System.Drawing.Size(176, 22); + this.aboutToolStripMenuItem.Text = "About"; + // // fastColoredTextBox1 // this.fastColoredTextBox1.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.fastColoredTextBox1.AutoCompleteBrackets = true; this.fastColoredTextBox1.AutoCompleteBracketsList = new char[] { '(', ')', @@ -234,14 +262,13 @@ private void InitializeComponent() this.fastColoredTextBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.fastColoredTextBox1.BookmarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.fastColoredTextBox1.BracketsHighlightStrategy = FastColoredTextBoxNS.BracketsHighlightStrategy.Strategy2; - this.fastColoredTextBox1.CaretColor = System.Drawing.Color.White; + this.fastColoredTextBox1.CaretColor = System.Drawing.Color.Gainsboro; this.fastColoredTextBox1.CharHeight = 14; this.fastColoredTextBox1.CharWidth = 8; - this.fastColoredTextBox1.CurrentLineColor = System.Drawing.Color.Silver; + this.fastColoredTextBox1.CurrentLineColor = System.Drawing.Color.Gainsboro; this.fastColoredTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam; this.fastColoredTextBox1.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.fastColoredTextBox1.FoldingIndicatorColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(165)))), ((int)(((byte)(165))))); - this.fastColoredTextBox1.Font = new System.Drawing.Font("Courier New", 9.75F); this.fastColoredTextBox1.ForeColor = System.Drawing.Color.Gainsboro; this.fastColoredTextBox1.IndentBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(30)))), ((int)(((byte)(30)))), ((int)(((byte)(30))))); this.fastColoredTextBox1.IsReplaceMode = false; @@ -287,33 +314,6 @@ private void InitializeComponent() this.cmbFileType.TabIndex = 2; this.cmbFileType.SelectedIndexChanged += new System.EventHandler(this.CmbFileType_SelectedIndexChanged); // - // helpToolStripMenuItem - // - this.helpToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(45)))), ((int)(((byte)(48))))); - this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.checkForUpdatesToolStripMenuItem, - this.aboutToolStripMenuItem}); - this.helpToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); - this.helpToolStripMenuItem.Name = "helpToolStripMenuItem"; - this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20); - this.helpToolStripMenuItem.Text = "Help"; - // - // checkForUpdatesToolStripMenuItem - // - this.checkForUpdatesToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(28))))); - this.checkForUpdatesToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); - this.checkForUpdatesToolStripMenuItem.Name = "checkForUpdatesToolStripMenuItem"; - this.checkForUpdatesToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.checkForUpdatesToolStripMenuItem.Text = "Check For Updates"; - // - // aboutToolStripMenuItem - // - this.aboutToolStripMenuItem.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(27)))), ((int)(((byte)(28))))); - this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(241)))), ((int)(((byte)(241)))), ((int)(((byte)(241))))); - this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; - this.aboutToolStripMenuItem.Size = new System.Drawing.Size(180, 22); - this.aboutToolStripMenuItem.Text = "About"; - // // pctBar // this.pctBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)