15 lines
227 B
Text
15 lines
227 B
Text
|
# Gambas Form File 3.0
|
||
|
|
||
|
{ Form Form
|
||
|
MoveScaled(0,0,95,64)
|
||
|
{ HBox2 HBox
|
||
|
MoveScaled(2,2,91,4)
|
||
|
{ ProgressBar1 ProgressBar
|
||
|
MoveScaled(0,0,91,4)
|
||
|
}
|
||
|
}
|
||
|
{ GridViewTests GridView
|
||
|
MoveScaled(2,7,91,40)
|
||
|
}
|
||
|
}
|