mirror of
https://github.com/brmlab/ratbox.git
synced 2025-06-09 02:14:01 +02:00
Conversion gambas2 -> gambas3
This commit is contained in:
parent
244e19ae5a
commit
57c0ea70d9
10 changed files with 2075 additions and 2014 deletions
24
.src/Form1.form
Normal file
24
.src/Form1.form
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Gambas Form File 3.0
|
||||
{ Form Form
|
||||
MoveScaled(0,0,149,64)
|
||||
Background = &H000000&
|
||||
Mouse = Mouse.Blank
|
||||
Border = False
|
||||
FullScreen = True
|
||||
{ PictureBox1 PictureBox
|
||||
MoveScaled(2,2,34,31)
|
||||
Mouse = Mouse.Blank
|
||||
Stretch = True
|
||||
Alignment = Align.Center
|
||||
}
|
||||
{ Label1 Label
|
||||
MoveScaled(1,1,60,3)
|
||||
Font = Font["-1"]
|
||||
Foreground = &HE0E0E0&
|
||||
}
|
||||
{ Label2 Label
|
||||
MoveScaled(62,1,45,3)
|
||||
Font = Font["-1"]
|
||||
Foreground = &HE0E0E0&
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue