Create the application interface

Create a button and a label that will change its text when you press the button.

  1. In Project view, expand UI.
  2. Right-click MainWindow (type) and select New > Base controls > Button.
  3. In Properties, set Text to Run Script.
  4. In Project view, right-click MainWindow (type) and select New > Base Controls > Label.
  5. In Properties, set Text to Original label text.
  6. Arrange the interface elements.