# Create the textbox self.textBox = WinForms.TextBox() self.textBox.TabIndex = 2 self.textBox.Size = Size(296, 25) self.textBox.Location = Point(8, 10) self.textBox.ReadOnly = True self.textBox.Text = "Test not running";