git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@31 05c56307-c608-d34a-929d-697000501d7a
27 lines
564 B
Plaintext
27 lines
564 B
Plaintext
object previewForm: TpreviewForm
|
|
Left = 271
|
|
Top = 185
|
|
Width = 374
|
|
Height = 224
|
|
BorderStyle = bsSizeToolWin
|
|
Caption = 'Picture Preview'
|
|
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 = 366
|
|
Height = 197
|
|
Align = alClient
|
|
DataField = 'Graphic'
|
|
DataSource = MainForm.dsBiolife
|
|
TabOrder = 0
|
|
end
|
|
end
|