41 lines
927 B
Plaintext
41 lines
927 B
Plaintext
object MDIChild: TMDIChild
|
|
Left = 409
|
|
Top = 312
|
|
Caption = 'MDI Child'
|
|
ClientHeight = 218
|
|
ClientWidth = 431
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -13
|
|
Font.Name = 'System'
|
|
Font.Style = []
|
|
FormStyle = fsMDIChild
|
|
OldCreateOrder = True
|
|
Position = poDefault
|
|
Visible = True
|
|
OnClose = FormClose
|
|
OnCloseQuery = FormCloseQuery
|
|
OnCreate = FormCreate
|
|
PixelsPerInch = 96
|
|
TextHeight = 16
|
|
object ImageEnView1: TImageEnView
|
|
Left = 0
|
|
Top = 0
|
|
Width = 431
|
|
Height = 218
|
|
Background = clSilver
|
|
ParentCtl3D = False
|
|
BorderStyle = bsNone
|
|
LegacyBitmap = False
|
|
OnViewChange = ImageEnView1ViewChange
|
|
OnImageChange = ImageEnView1ImageChange
|
|
MouseInteract = [miSelect]
|
|
SelectionBase = iesbBitmap
|
|
OnProgress = ImageEnView1Progress
|
|
EnableInteractionHints = True
|
|
Align = alClient
|
|
TabOrder = 0
|
|
end
|
|
end
|