Removed debug strings

This commit is contained in:
Alexander 2019-08-27 10:07:32 +03:00
parent c397b4fd02
commit f48eb3c7cf

View file

@ -884,11 +884,11 @@ public void InitializeComponent()
this.RichTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.RichTextBox.ContextMenuStrip = this.EditorMenuStrip;
this.RichTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.RichTextBox.Location = new System.Drawing.Point(27, 47);
this.RichTextBox.Location = new System.Drawing.Point(18, 47);
this.RichTextBox.Name = "RichTextBox";
this.RichTextBox.Size = new System.Drawing.Size(486, 240);
this.RichTextBox.Size = new System.Drawing.Size(495, 240);
this.RichTextBox.TabIndex = 16;
this.RichTextBox.Text = "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n";
this.RichTextBox.Text = "";
this.RichTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.RichTextBox_LinkClicked);
this.RichTextBox.SelectionChanged += new System.EventHandler(this.RichTextBox_SelectionChanged);
this.RichTextBox.Click += new System.EventHandler(this.RichTextBox_Click);
@ -934,7 +934,7 @@ public void InitializeComponent()
this.LineNumbers_For_RichTextBox.Show_GridLines = true;
this.LineNumbers_For_RichTextBox.Show_LineNrs = true;
this.LineNumbers_For_RichTextBox.Show_MarginLines = false;
this.LineNumbers_For_RichTextBox.Size = new System.Drawing.Size(27, 240);
this.LineNumbers_For_RichTextBox.Size = new System.Drawing.Size(18, 240);
this.LineNumbers_For_RichTextBox.TabIndex = 15;
//
// MainForm