Lua Console: Console and immediate fields now use Courier New.

This commit is contained in:
scepheo 2015-02-08 23:09:58 +00:00
parent abbfcad071
commit 152323d891
2 changed files with 3 additions and 0 deletions

View File

@ -1525,6 +1525,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="ClassDiagram1.cd" />
<None Include="images\FindHS.png" />
</ItemGroup>
<ItemGroup>

View File

@ -489,6 +489,7 @@
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.OutputBox.ContextMenuStrip = this.ConsoleContextMenu;
this.OutputBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.OutputBox.Location = new System.Drawing.Point(6, 17);
this.OutputBox.Name = "OutputBox";
this.OutputBox.ReadOnly = true;
@ -539,6 +540,7 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.InputBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.InputBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
this.InputBox.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.InputBox.Location = new System.Drawing.Point(6, 229);
this.InputBox.Name = "InputBox";
this.InputBox.Size = new System.Drawing.Size(246, 20);