gambas-source-code/app/examples/Control/TextEdit/.src/frmShowHtml.form
Benoît Minisini c6a9cd69c2 [EXAMPLES]
* NEW: Add examples again. I hope correctly this time.


git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-12-12 19:58:52 +00:00

29 lines
522 B
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,64,64)
Text = ("HtmlSource")
Arrangement = Arrange.Vertical
Spacing = True
Margin = True
{ TextArea1 TextArea
MoveScaled(1,2,61,53)
Foreground = &HFF3F00&
Expand = True
Wrap = True
}
{ HBox1 HBox
MoveScaled(1,59,62,4)
Spacing = True
{ Panel1 Panel
MoveScaled(3,0,4,4)
Expand = True
}
{ btnCancel Button
MoveScaled(48,0,14,4)
Text = ("Close")
Default = True
Cancel = True
}
}
}