object MainWindow: TMainWindow BorderWidth = 8 WindowOptions = [woWindow] object TextLabel: TLabel Text = 'Hello, world!' end object lblClose: TLabel Text = '&Close' end end