BSOne.SFC/EM.Lib/ImageEn_SRC/Demos/Multi/MultiBitmap/ushowpage.dfm

33 lines
709 B
Plaintext

object fshowpage: Tfshowpage
Left = 200
Top = 114
Caption = 'Show Page'
ClientHeight = 561
ClientWidth = 663
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object ImageEnView1: TImageEnView
Left = 0
Top = 0
Width = 663
Height = 561
Background = clBtnFace
ParentCtl3D = False
BorderStyle = bsNone
LegacyBitmap = True
MouseInteract = [miZoom, miSelectZoom]
OnProgress = ImageEnView1Progress
EnableInteractionHints = True
Align = alClient
TabOrder = 0
end
end