c6a9cd69c2
* NEW: Add examples again. I hope correctly this time. git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
26 lines
480 B
Text
26 lines
480 B
Text
# Gambas Form File 3.0
|
|
|
|
{ Form Form
|
|
MoveScaled(0,0,84,73)
|
|
Text = ("Help")
|
|
Arrangement = Arrange.Vertical
|
|
{ WebViewHelp WebView
|
|
MoveScaled(2,1,80,64)
|
|
Expand = True
|
|
}
|
|
{ Panel1 HBox
|
|
MoveScaled(2,66,80,6)
|
|
Background = Color.TextBackground
|
|
Margin = True
|
|
{ Panel2 Panel
|
|
MoveScaled(0,1,16,2)
|
|
Expand = True
|
|
}
|
|
{ btnClose Button
|
|
MoveScaled(64,1,15,4)
|
|
Text = ("&Close")
|
|
Default = True
|
|
Cancel = True
|
|
}
|
|
}
|
|
}
|