Searched refs:txtLog (Results 1 – 2 of 2) sorted by relevance
55 this.txtLog = new System.Windows.Forms.RichTextBox(); in InitializeComponent()134 this.tableLayoutPanel1.Controls.Add(this.txtLog, 0, 0); in InitializeComponent()168 this.txtLog.BackColor = System.Drawing.Color.Black; in InitializeComponent()169 this.tableLayoutPanel1.SetColumnSpan(this.txtLog, 2); in InitializeComponent()170 this.txtLog.Dock = System.Windows.Forms.DockStyle.Fill; in InitializeComponent()171 …this.txtLog.Font = new System.Drawing.Font("Lucida Console", 8.25F, System.Drawing.FontStyle.Regul… in InitializeComponent()172 this.txtLog.ForeColor = System.Drawing.Color.Lime; in InitializeComponent()173 this.txtLog.Location = new System.Drawing.Point(3, 3); in InitializeComponent()174 this.txtLog.Name = "txtLog"; in InitializeComponent()175 this.txtLog.ReadOnly = true; in InitializeComponent()[all …]
124 txtLog.AppendText(data.Replace("\r", "\r\n")); in logger_NewData()135 txtLog.Text = ""; in logger_Clear()206 Byte[] bytes = unicode.GetBytes(txtLog.Text); in Save()