object ListForm: TListForm Left = 252 Top = 268 BorderIcons = [] BorderStyle = bsNone Caption = 'ListForm' ClientHeight = 400 ClientWidth = 500 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object BackgroundImage: TImage Left = 0 Top = 0 Width = 500 Height = 400 Cursor = 1 AutoSize = True Picture.Data = {} OnMouseMove = BackgroundImageMouseMove end object ListTitle: TLabel Left = 16 Top = 0 Width = 377 Height = 41 Cursor = 1 AutoSize = False Caption = 'ListTitle' Font.Charset = RUSSIAN_CHARSET Font.Color = 54005 Font.Height = -37 Font.Name = 'a_RubricaCn' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False Transparent = True end object ItemListB: TLabel Left = 256 Top = 56 Width = 233 Height = 321 Cursor = 1 AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -15 Font.Name = 'PragmaticaCondCTT' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False Transparent = True OnMouseMove = ItemListBMouseMove end object ItemListA: TLabel Left = 16 Top = 56 Width = 233 Height = 321 Cursor = 1 AutoSize = False Font.Charset = ANSI_CHARSET Font.Color = clWhite Font.Height = -15 Font.Name = 'PragmaticaCondCTT' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False Transparent = True OnMouseMove = ItemListAMouseMove end object SelectedLabel: TLabel Left = 16 Top = 56 Width = 65 Height = 17 Cursor = 1 Caption = 'Some Item' Font.Charset = ANSI_CHARSET Font.Color = 54005 Font.Height = -15 Font.Name = 'PragmaticaCondCTT' Font.Style = [fsBold] ParentFont = False ShowAccelChar = False Transparent = True Visible = False OnClick = SelectedLabelClick end end