object frmList: TfrmList Left = 323 Top = 248 HelpContext = 85 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'List' ClientHeight = 93 ClientWidth = 261 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 245 Height = 49 Shape = bsFrame IsControl = True end object OKBtn: TBitBtn Left = 8 Top = 64 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 92 Top = 64 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 176 Top = 64 Width = 77 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object chkCompact: TCheckBox Left = 24 Top = 24 Width = 97 Height = 17 Hint = 'Presents the list in compact form' Caption = '&Compact' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 end end