object GenreEdit: TGenreEdit Left = 200 Top = 108 Width = 375 Height = 234 Caption = 'Genre List' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 8 Top = 8 Width = 241 Height = 193 ScrollBars = ssVertical TabOrder = 0 end object BitBtn1: TBitBtn Left = 264 Top = 8 Width = 89 Height = 33 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 264 Top = 48 Width = 89 Height = 33 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = BitBtn2Click Kind = bkCancel end end