object EnlargedViewDlg: TEnlargedViewDlg Left = 200 Top = 110 ActiveControl = LstView AutoScroll = False Caption = 'Enlarged View' ClientHeight = 381 ClientWidth = 572 Font.Color = clWindowText Font.Height = -17 Font.Name = 'System' Font.Style = [] PixelsPerInch = 120 Position = poDefaultPosOnly OnClose = FormClose OnResize = FormResize TextHeight = 20 object LstView: TListBox Left = 0 Top = 0 Width = 572 Height = 321 Align = alTop ItemHeight = 20 TabOrder = 0 end object BtnClose: TButton Left = 250 Top = 336 Width = 89 Height = 33 Cancel = True Caption = 'Close' Default = True TabOrder = 1 OnClick = BtnCloseClick end end