gambas-source-code/app/examples/Printing/ReportExample/.src/Report2.report
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

19 lines
330 B
Text

# Gambas Form File 3.0
{ Report Report
#MoveScaled(0,0,64,64)
Index = 0
Text = ("")
{ ReportHBox1 ReportHBox
#MoveScaled(1,1,61,8)
Height = "10cm"
Fixed = True
Expand = True
Background = ReportBrush["#007FFF"]
}
{ RVBCont ReportVBox
#MoveScaled(2,11,56,26)
Expand = True
}
Index = 0
}