{
  BlockEvents
  ExitButtons()
  Window(Width 700 MaxHeight 700 {
    Vertical {
      Stretch Using "messages" Scrolling(List(VERTICAL, {
        Vertical {
          Using "text" Paragraph(600)
          Height 10 {}
          Horizontal { Label(TEXT) Using "author" Label() }
          Height 25 {}
        }
      }))
      Position(MIDDLE, Using "write_something" StandardButton(Label(TEXT1)))
    }
  })
}
