--- trunk/RomCheater/Docking/UI/ByteEditor.Designer.cs 2014/04/07 12:55:47 807 +++ trunk/RomCheater/Docking/UI/ByteEditor.Designer.cs 2014/04/07 14:02:32 808 @@ -37,7 +37,7 @@ this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.lblAddressMarker = new System.Windows.Forms.ToolStripLabel(); this.btnCancel = new System.Windows.Forms.ToolStripButton(); - this.txtAddresses = new Utilities.TransparentControls.FlickerFreeRichTextBox(); + this.txtAddresses = new Utilities.TransparentControls.FlickerFreeTextControl(); this.left_pnl = new System.Windows.Forms.Panel(); this.spacer.SuspendLayout(); this.toolStrip2.SuspendLayout(); @@ -136,8 +136,6 @@ this.txtAddresses.Location = new System.Drawing.Point(0, 31); this.txtAddresses.Margin = new System.Windows.Forms.Padding(8, 5, 8, 5); this.txtAddresses.Name = "txtAddresses"; - this.txtAddresses.ReadOnly = true; - this.txtAddresses.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.txtAddresses.Size = new System.Drawing.Size(177, 495); this.txtAddresses.TabIndex = 6; this.txtAddresses.Text = ""; @@ -189,7 +187,7 @@ private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripLabel lblAddressMarker; private System.Windows.Forms.ToolStripButton btnCancel; - private Utilities.TransparentControls.FlickerFreeRichTextBox txtAddresses; + private Utilities.TransparentControls.FlickerFreeTextControl txtAddresses; private System.Windows.Forms.Panel left_pnl; } } \ No newline at end of file |