Home
last modified time | relevance | path

Searched refs:txtLog (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/CatLog/
DCatLog.Designer.cs55 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 …]
DCatLog.cs124 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()