2014-12-12 20:58:52 +01:00
|
|
|
# Gambas Form File 3.0
|
|
|
|
|
|
|
|
{ Form Form
|
|
|
|
MoveScaled(0,0,68,64)
|
|
|
|
Arrangement = Arrange.Vertical
|
|
|
|
Margin = True
|
|
|
|
{ HBox1 HBox
|
|
|
|
MoveScaled(2,1,63,4)
|
|
|
|
{ Button1 Button
|
2019-05-20 03:19:02 +02:00
|
|
|
MoveScaled(0,0,28,4)
|
2014-12-12 20:58:52 +01:00
|
|
|
Text = ("Bold")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{ WebView1 WebView
|
|
|
|
MoveScaled(4,7,54,40)
|
|
|
|
Expand = True
|
|
|
|
Editable = True
|
|
|
|
}
|
|
|
|
}
|