gambas-source-code/app/examples/Image/Lighttable/.src/FInfo.form
Benoît Minisini c6a9cd69c2 [EXAMPLES]
* NEW: Add examples again. I hope correctly this time.


git-svn-id: svn://localhost/gambas/trunk@6726 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2014-12-12 19:58:52 +00:00

25 lines
461 B
Text

# Gambas Form File 3.0
{ Form Form
MoveScaled(0,0,84,50)
Text = ("Picture Informations")
Resizable = False
Utility = True
{ btnClose Button
MoveScaled(66,44,15,4)
Text = ("&Close")
Default = True
Cancel = True
}
{ btnDetails Button
MoveScaled(50,44,15,4)
Text = ("&More")
}
{ ScrollView1 ScrollView
MoveScaled(1,2,82,41)
{ txlExif TextLabel
MoveScaled(0,0,81,37)
Background = &HFFFCCC&
}
}
}