gambas-source-code/comp/src/gb.form.terminal/.src/FMain.form
Fabien Bodard fe098f5964 [GB.FORM.TERMINAL]
* NEW: Rewriting the componant base. Initial commit.



git-svn-id: svn://localhost/gambas/trunk@7656 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2016-03-22 12:23:18 +00:00

29 lines
561 B
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,104,64)
Text = ("Gambas Terminal")
Transparent = True
Arrangement = Arrange.Horizontal
{ Terminal1 Terminal
MoveScaled(3,4,58,53)
Font = Font["Monospace"]
Expand = True
}
{ VBox1 VBox
MoveScaled(67,4,37,58)
Background = Color.Background
Spacing = True
Margin = True
{ ColorButton1 ColorButton
MoveScaled(0,0,35,6)
}
{ SpinBar1 SpinBar
MoveScaled(1,7,35,6)
Value = 80
MaxValue = 255
Text = ("Alpha")
Step = 1
}
}
}