object DlgGroups: TDlgGroups Left = 481 Top = 90 Width = 279 Height = 207 Caption = 'Wavigo Playlists' Color = clBtnFace Constraints.MaxHeight = 207 Constraints.MaxWidth = 279 Constraints.MinHeight = 207 Constraints.MinWidth = 279 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnShow = RefreshGroups PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 0 Top = 0 Width = 33 Height = 33 Picture.Data = {} end object LGroupType: TLabel Left = 40 Top = 8 Width = 96 Height = 13 Caption = 'Manage Playlists' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object SBAddGroup: TSpeedButton Left = 200 Top = 32 Width = 57 Height = 22 Caption = 'Add' OnClick = SBAddGroup1Click end object SBRefGroup: TSpeedButton Left = 200 Top = 72 Width = 57 Height = 22 Caption = 'Refresh' OnClick = RefreshGroups end object SBDelGroup: TSpeedButton Left = 200 Top = 104 Width = 57 Height = 22 Caption = 'Delete' OnClick = DelGroup1Click end object SBClose: TSpeedButton Left = 200 Top = 136 Width = 57 Height = 22 Caption = 'Close' OnClick = SBCloseClick end object EGroupName: TEdit Left = 16 Top = 32 Width = 177 Height = 21 MaxLength = 30 TabOrder = 0 OnKeyPress = KeyPressEdit end object ListBox1: TListBox Left = 16 Top = 72 Width = 177 Height = 89 ItemHeight = 13 TabOrder = 1 end object EGroupType: TEdit Left = 224 Top = 0 Width = 33 Height = 21 Enabled = False TabOrder = 2 Visible = False end end