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