git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
28 lines
609 B
Plaintext
28 lines
609 B
Plaintext
object EQGridRLPreviewForm: TEQGridRLPreviewForm
|
|
Left = 826
|
|
Top = 235
|
|
Width = 347
|
|
Height = 262
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'Picture Preview'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Name = 'MS Sans Serif'
|
|
Font.Style = []
|
|
Position = poScreenCenter
|
|
PixelsPerInch = 96
|
|
TextHeight = 13
|
|
object DBImage: TDBImage
|
|
Left = 0
|
|
Top = 0
|
|
Width = 339
|
|
Height = 235
|
|
Align = alClient
|
|
DataField = 'Graphic'
|
|
DataSource = EQGridRLMainForm.dsBiolife
|
|
TabOrder = 0
|
|
end
|
|
end
|