git-svn-id: svn://localhost/gambas/trunk@4268 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
7d26cdd072
commit
378a10d830
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
Export
|
||||
Inherits ReportFrame
|
||||
|
||||
Public Const _Properties As String = "*,StretchMode{ReportImage.None;Proportional;Full},Alignment{Align.*},Image{Image}"
|
||||
Public Const _Properties As String = "*,StretchMode{ReportImage.None;Proportional;Fill},Alignment{Align.*},Image{Image}"
|
||||
Public Const _Similar As String = "ReportTextLabel"
|
||||
Public Const _DefaultEvent As String = "Data"
|
||||
|
||||
|
@ -15,7 +15,7 @@ Property Alignment As Integer
|
|||
Property Image As Image
|
||||
Property StretchMode As Integer
|
||||
Public Data As Image
|
||||
Public Enum None, Proportional, Full
|
||||
Public Enum None, Proportional, Fill
|
||||
|
||||
Event Data(Index As Integer)
|
||||
|
||||
|
|
Loading…
Reference in a new issue