mirror of
https://github.com/abrendan/smolEdit.git
synced 2025-06-16 12:45:02 +02:00
Removed text box boarder
This commit is contained in:
parent
8877c15169
commit
e16091be31
4
V_EditorPro/MainForm.Designer.cs
generated
4
V_EditorPro/MainForm.Designer.cs
generated
@ -83,7 +83,7 @@
|
|||||||
// searchReplaceToolStripMenuItem
|
// searchReplaceToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.searchReplaceToolStripMenuItem.Name = "searchReplaceToolStripMenuItem";
|
this.searchReplaceToolStripMenuItem.Name = "searchReplaceToolStripMenuItem";
|
||||||
this.searchReplaceToolStripMenuItem.Size = new System.Drawing.Size(153, 22);
|
this.searchReplaceToolStripMenuItem.Size = new System.Drawing.Size(176, 22);
|
||||||
this.searchReplaceToolStripMenuItem.Text = "Search and Replace";
|
this.searchReplaceToolStripMenuItem.Text = "Search and Replace";
|
||||||
this.searchReplaceToolStripMenuItem.Click += new System.EventHandler(this.searchReplaceToolStripMenuItem_Click);
|
this.searchReplaceToolStripMenuItem.Click += new System.EventHandler(this.searchReplaceToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
@ -104,7 +104,9 @@
|
|||||||
//
|
//
|
||||||
// richTextBox1
|
// richTextBox1
|
||||||
//
|
//
|
||||||
|
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
||||||
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||||
|
this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
|
||||||
this.richTextBox1.Location = new System.Drawing.Point(0, 24);
|
this.richTextBox1.Location = new System.Drawing.Point(0, 24);
|
||||||
this.richTextBox1.Name = "richTextBox1";
|
this.richTextBox1.Name = "richTextBox1";
|
||||||
this.richTextBox1.Size = new System.Drawing.Size(800, 426);
|
this.richTextBox1.Size = new System.Drawing.Size(800, 426);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user