summaryrefslogtreecommitdiff
path: root/examples/gui/helloworld/mainform.frm
blob: f7bc0544fd80c9442eff545cc331d63d5f4cf79f (plain)
1
2
3
4
5
6
7
8
9
10
11
object MainWindow: TMainWindow
  BorderWidth = 8
  WindowOptions = [woWindow]
  object TextLabel: TLabel
    Text = 'Hello, world!'
  end
  object lblClose: TLabel
    Text = '&Close'
  end
end